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