com.banda.network.domain
Class FixedNetworkWeightSetting<T>

java.lang.Object
  extended by com.banda.core.domain.DomainObject<Long>
      extended by com.banda.core.domain.TechnicalDomainObject
          extended by com.banda.network.domain.NetworkWeightSetting<T>
              extended by com.banda.network.domain.FixedNetworkWeightSetting<T>
All Implemented Interfaces:
KeyHolder<Long>, Serializable, Comparable<Topology>

public class FixedNetworkWeightSetting<T>
extends NetworkWeightSetting<T>

Since:
2012
Author:
© Peter Banda
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.banda.core.domain.DomainObject
DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>
 
Constructor Summary
FixedNetworkWeightSetting()
           
 
Method Summary
 void addWeight(T weight)
           
 FixedNetworkWeightSettingOrder getSettingOrder()
           
 List<T> getWeights()
           
 boolean hasLayers()
           
 boolean isTemplate()
           
 void setSettingOrder(FixedNetworkWeightSettingOrder settingOrder)
           
 void setWeights(List<T> weights)
           
 
Methods inherited from class com.banda.network.domain.NetworkWeightSetting
compareTo, getIndex, getName, getParent, getTimeCreated, setIndex, setName, setParent, 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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FixedNetworkWeightSetting

public FixedNetworkWeightSetting()
Method Detail

getWeights

public List<T> getWeights()

setWeights

public void setWeights(List<T> weights)

addWeight

public void addWeight(T weight)

isTemplate

public boolean isTemplate()
Specified by:
isTemplate in class NetworkWeightSetting<T>

hasLayers

public boolean hasLayers()
Specified by:
hasLayers in class NetworkWeightSetting<T>

getSettingOrder

public FixedNetworkWeightSettingOrder getSettingOrder()

setSettingOrder

public void setSettingOrder(FixedNetworkWeightSettingOrder settingOrder)


Copyright © 2013. All Rights Reserved.