com.banda.network.domain
Class TemplateNetworkWeightSetting<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.AbstractNetworkWeightSetting<T>
              extended by com.banda.network.domain.TemplateNetworkWeightSetting<T>
All Implemented Interfaces:
KeyHolder<Long>, Serializable, Comparable<AbstractTopology>

public class TemplateNetworkWeightSetting<T>
extends AbstractNetworkWeightSetting<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
TemplateNetworkWeightSetting()
           
 
Method Summary
 RandomDistribution<T> getRandomDistribution()
           
 boolean isTemplate()
           
 void setRandomDistribution(RandomDistribution<T> randomDistribution)
           
 
Methods inherited from class com.banda.network.domain.AbstractNetworkWeightSetting
addLayerWeightSetting, compareTo, getIndex, getLayerWeightSettings, getName, getParentWeightSetting, getTimeCreated, removeLayerWeightSetting, setIndex, setLayerWeightSettings, setName, setParentWeightSetting, 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

TemplateNetworkWeightSetting

public TemplateNetworkWeightSetting()
Method Detail

getRandomDistribution

public RandomDistribution<T> getRandomDistribution()

setRandomDistribution

public void setRandomDistribution(RandomDistribution<T> randomDistribution)

isTemplate

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


Copyright © 2012. All Rights Reserved.