ec.gp
Class GPNodeGatherer
- java.lang.Object
-
- ec.gp.GPNodeGatherer
-
- All Implemented Interfaces:
- java.io.Serializable
public abstract class GPNodeGatherer extends java.lang.Object implements java.io.SerializableGPNodeGatherer is a small container object for the GPNode.nodeInPosition(...) method and GPNode.numNodes(...) method. It may be safely reused without being reinitialized.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description GPNodeGatherer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleantest(GPNode thisNode)Returns true if thisNode is the kind of node to be considered in the gather count for nodeInPosition(...) and GPNode.numNodes(GPNodeGatherer).
-
-
-
Method Detail
-
test
public boolean test(GPNode thisNode)
Returns true if thisNode is the kind of node to be considered in the gather count for nodeInPosition(...) and GPNode.numNodes(GPNodeGatherer). The default form simply returns true.
-
-
DMelt 3.0 © DataMelt by jWork.ORG