neosim.iface
Interface PopulationNode

All Known Subinterfaces:
Population, PopulationBuilder, PopulationTree, PopulationView
All Known Implementing Classes:
PopulationNodeImpl

public interface PopulationNode
extends java.io.Serializable

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


Method Summary
 java.lang.String getName()
          Return population name
 PopulationNode getParent()
          Return parent
 boolean isLeaf()
          Return true if this is a leaf node
 

Method Detail

getName

public java.lang.String getName()
Return population name

getParent

public PopulationNode getParent()
Return parent

isLeaf

public boolean isLeaf()
Return true if this is a leaf node