public class Topology extends com.banda.core.domain.TechnicalDomainObject implements Comparable<Topology>
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>| Constructor and Description |
|---|
Topology() |
public Integer getIndex()
public void setIndex(Integer index)
public String getName()
public void setName(String name)
public Date getTimeCreated()
public void setTimeCreated(Date timeCreated)
public com.banda.core.domain.um.User getCreatedBy()
public void setCreatedBy(com.banda.core.domain.um.User createdBy)
public Collection<Network<?>> getNetworks()
public void setNetworks(Collection<Network<?>> networks)
public void addNetwork(Network<?> network)
public void removeNetwork(Network<?> network)
protected void addParent(Topology parent)
protected void removeParent(Topology parent)
public boolean supportLayers()
public boolean hasLayers()
public Collection<Topology> getLayers()
public boolean hasNodes()
public List<TopologicalNode> getAllNodes()
public List<TopologicalNode> getNonBiasNodes()
public List<TopologicalNode> getNodesWithInputs()
public List<TopologicalNode> getBiasNodes()
public boolean isTemplate()
public boolean isSpatial()
public int compareTo(Topology anotherTopology)
compareTo in interface Comparable<Topology>public void copyFrom(Topology anotherTopology)
public String toString()
toString in class com.banda.core.domain.DomainObject<Long>Object.toString()Copyright © 2018. All Rights Reserved.