Interface IZoneManager
- All Known Implementing Classes:
ZoneManager
public interface IZoneManager
-
Method Summary
Modifier and TypeMethodDescriptiongetZoneConnection
(String fromId, String toId) boolean
isEmpty()
void
putZoneConnection
(ZoneConnection connection)
-
Method Details
-
putZoneConnection
-
getZoneConnection
-
isEmpty
boolean isEmpty() -
getZoneConnections
List<ZoneConnection> getZoneConnections()
-