Class NodeModelComponent
- java.lang.Object
-
- org.goplanit.component.PlanitComponent<NodeModelComponent>
-
- org.goplanit.supply.network.nodemodel.NodeModelComponent
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<IdAble>,EventListener,PlanitComponentListener,EventListener,ExternalIdAble,IdAble
- Direct Known Subclasses:
TampereNodeModelComponent
public abstract class NodeModelComponent extends PlanitComponent<NodeModelComponent> implements Serializable
Node model traffic component- Author:
- markr
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description NodeModelComponent(NodeModelComponent other)Copy constructorprotectedNodeModelComponent(IdGroupingToken groupId)Base constructor
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract NodeModelComponentclone()Create a shallow copy of this entity-
Methods inherited from class org.goplanit.component.PlanitComponent
equals, getComponentType, getExternalId, getId, getIdGroupingToken, getKnownSupportedEventTypes, getXmlId, hashCode, onPlanitComponentEvent, reset, setExternalId, setXmlId
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.goplanit.utils.event.EventListener
hasKnownSupportedEventTypes
-
Methods inherited from interface org.goplanit.utils.id.ExternalIdAble
hasExternalId, hasXmlId
-
Methods inherited from interface org.goplanit.utils.id.IdAble
compareTo, idEquals, idHashCode
-
-
-
-
Constructor Detail
-
NodeModelComponent
protected NodeModelComponent(IdGroupingToken groupId)
Base constructor- Parameters:
groupId- contiguous id generation within this group for instances of this class
-
NodeModelComponent
public NodeModelComponent(NodeModelComponent other)
Copy constructor- Parameters:
other- to copy
-
-
Method Detail
-
clone
public abstract NodeModelComponent clone()
Create a shallow copy of this entity- Specified by:
clonein interfaceIdAble- Specified by:
clonein classPlanitComponent<NodeModelComponent>- Returns:
- shallow copy of entity
-
-