com.banda.network.domain
Class FlatTopology
java.lang.Object
com.banda.core.domain.DomainObject<Long>
com.banda.core.domain.TechnicalDomainObject
com.banda.network.domain.Topology
com.banda.network.domain.FlatTopology
- All Implemented Interfaces:
- com.banda.core.domain.KeyHolder<Long>, Serializable, Comparable<Topology>
public class FlatTopology
- extends Topology
- Since:
- 2012
- Author:
- © Peter Banda
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class com.banda.core.domain.DomainObject |
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>> |
| Methods inherited from class com.banda.network.domain.Topology |
addNetwork, compareTo, copyFrom, getBiasNodes, getIndex, getName, getNetworks, getNonBiasNodes, getParentTopology, getTimeCreated, hasLayers, removeNetwork, setIndex, setName, setNetworks, setParentTopology, setTimeCreated, toString |
| Methods inherited from class com.banda.core.domain.TechnicalDomainObject |
getId, getKey, getVersion, setId, setKey, setVersion |
| Methods inherited from class com.banda.core.domain.DomainObject |
copyFrom, equals, hashCode |
FlatTopology
public FlatTopology()
getAllNodes
public List<TopologicalNode> getAllNodes()
- Specified by:
getAllNodes in class Topology
setNodes
public void setNodes(List<TopologicalNode> nodes)
hasNodes
public boolean hasNodes()
- Overrides:
hasNodes in class Topology
addNode
public void addNode(TopologicalNode node)
removeNode
public void removeNode(TopologicalNode node)
getLayers
public Collection<Topology> getLayers()
- Specified by:
getLayers in class Topology
isTemplate
public boolean isTemplate()
- Specified by:
isTemplate in class Topology
supportLayers
public boolean supportLayers()
- Specified by:
supportLayers in class Topology
isSpatial
public boolean isSpatial()
- Specified by:
isSpatial in class Topology
Copyright © 2013. All Rights Reserved.