Package org.goplanit.network.layer
Class TopologicalLayerImpl
- java.lang.Object
-
- org.goplanit.utils.id.IdAbleImpl
-
- org.goplanit.utils.id.ExternalIdAbleImpl
-
- org.goplanit.network.layer.TransportLayerImpl
-
- org.goplanit.network.layer.TopologicalLayerImpl
-
- All Implemented Interfaces:
Cloneable
,Comparable<IdAble>
,ExternalIdAble
,IdAble
,ManagedId
,TopologicalLayer
,TransportLayer
- Direct Known Subclasses:
UntypedNetworkLayerImpl
public abstract class TopologicalLayerImpl extends TransportLayerImpl implements TopologicalLayer
An transport layer that is of a topological nature, i.e., it has node, links, etc.- Author:
- markr
-
-
Field Summary
-
Fields inherited from class org.goplanit.network.layer.TransportLayerImpl
supportedModes
-
Fields inherited from interface org.goplanit.utils.network.layer.TransportLayer
TRANSPORT_LAYER_ID_CLASS
-
-
Constructor Summary
Constructors Constructor Description TopologicalLayerImpl(TopologicalLayerImpl topologicalLayerImpl)
Copy ConstructorTopologicalLayerImpl(IdGroupingToken tokenId)
Constructor
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract TopologicalLayerImpl
clone()
Create a shallow copy of this entity-
Methods inherited from class org.goplanit.network.layer.TransportLayerImpl
generateId, getSupportedModes, logInfo, recreateManagedIds, registerSupportedMode, registerSupportedModes, reset
-
Methods inherited from class org.goplanit.utils.id.ExternalIdAbleImpl
getExternalId, getXmlId, setExternalId, setXmlId
-
Methods inherited from class org.goplanit.utils.id.IdAbleImpl
equals, generateAndSetId, generateId, getId, hashCode, setId
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.goplanit.utils.id.ExternalIdAble
getExternalId, getXmlId, hasExternalId, hasXmlId, setExternalId, setXmlId
-
Methods inherited from interface org.goplanit.utils.id.IdAble
compareTo, getId, idEquals, idHashCode
-
Methods inherited from interface org.goplanit.utils.id.ManagedId
recreateManagedIds, resetChildManagedIdEntities
-
Methods inherited from interface org.goplanit.utils.network.layer.TopologicalLayer
getLayerModifier, transform
-
Methods inherited from interface org.goplanit.utils.network.layer.TransportLayer
getFirstSupportedMode, getIdClass, getSupportedModes, hasSupportedModes, isEmpty, logInfo, registerSupportedMode, registerSupportedModes, reset, supports, validate
-
-
-
-
Constructor Detail
-
TopologicalLayerImpl
public TopologicalLayerImpl(IdGroupingToken tokenId)
Constructor- Parameters:
tokenId
- for id generation
-
TopologicalLayerImpl
public TopologicalLayerImpl(TopologicalLayerImpl topologicalLayerImpl)
Copy Constructor- Parameters:
topologicalLayerImpl
- to copy
-
-
Method Detail
-
clone
public abstract TopologicalLayerImpl clone()
Create a shallow copy of this entity- Specified by:
clone
in interfaceIdAble
- Specified by:
clone
in classTransportLayerImpl
- Returns:
- shallow copy of entity
-
-