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

public class TemplateNetworkWeightSetting<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
TemplateNetworkWeightSetting()
           
 
Method Summary
 RandomDistribution<T> getRandomDistribution()
           
 boolean hasLayers()
           
 boolean isTemplate()
           
 void setRandomDistribution(RandomDistribution<T> randomDistribution)
           
 
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

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 NetworkWeightSetting<T>

hasLayers

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


Copyright © 2013. All Rights Reserved.