neosim.implementation
Class PopulationNodeImpl

java.lang.Object
  |
  +--neosim.implementation.PopulationNodeImpl
Direct Known Subclasses:
PopulationImpl, PopulationTreeImpl

public abstract class PopulationNodeImpl
extends java.lang.Object
implements PopulationNode

A node of the population tree - just has a name and a parent node

See Also:
Serialized Form

Constructor Summary
PopulationNodeImpl(java.lang.String name, PopulationNode parent)
           
 
Method Summary
 java.lang.String getName()
          Return unique population id
 PopulationNode getParent()
          Return number of entities
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopulationNodeImpl

public PopulationNodeImpl(java.lang.String name,
                          PopulationNode parent)
Method Detail

getName

public java.lang.String getName()
Return unique population id
Specified by:
getName in interface PopulationNode

getParent

public PopulationNode getParent()
Return number of entities
Specified by:
getParent in interface PopulationNode