com.banda.network.domain
Class NetworkFunction<T>
java.lang.Object
com.banda.core.domain.DomainObject<Long>
com.banda.core.domain.TechnicalDomainObject
com.banda.network.domain.NetworkFunction<T>
- All Implemented Interfaces:
- KeyHolder<Long>, Serializable, Comparable<NetworkFunction<?>>
public class NetworkFunction<T>
- extends TechnicalDomainObject
- implements Comparable<NetworkFunction<?>>
- Since:
- 2012
- Author:
- © Peter Banda
- See Also:
- Serialized Form
NetworkFunction
public NetworkFunction()
getName
public String getName()
setName
public void setName(String name)
getTimeCreated
public Date getTimeCreated()
setTimeCreated
public void setTimeCreated(Date timeCreated)
getIndex
public Integer getIndex()
setIndex
public void setIndex(Integer index)
getFunction
public AbstractFunction<T,T> getFunction()
setFunction
public void setFunction(AbstractFunction<T,T> function)
getStatesWeightsIntegratorType
public StatesWeightsIntegratorType getStatesWeightsIntegratorType()
setStatesWeightsIntegratorType
public void setStatesWeightsIntegratorType(StatesWeightsIntegratorType statesWeightsIntegratorType)
getMultiComponentUpdaterType
public MultiStateUpdaterType getMultiComponentUpdaterType()
setMultiComponentUpdaterType
public void setMultiComponentUpdaterType(MultiStateUpdaterType multiComponentUpdaterType)
getLayerFunctions
public List<NetworkFunction<T>> getLayerFunctions()
setLayerFunctions
public void setLayerFunctions(List<NetworkFunction<T>> layerFunctions)
getParentFunction
public NetworkFunction<T> getParentFunction()
setParentFunction
protected void setParentFunction(NetworkFunction<T> parentFunction)
addLayerFunction
public void addLayerFunction(NetworkFunction<T> layerFunction)
removeLayerFunction
public void removeLayerFunction(NetworkFunction<T> layerFunction)
compareTo
public int compareTo(NetworkFunction<?> netFun)
- Specified by:
compareTo in interface Comparable<NetworkFunction<?>>
toString
public String toString()
- Overrides:
toString in class DomainObject<Long>
- See Also:
Object.toString()
Copyright © 2013. All Rights Reserved.