Documentation of 'ec.gp.GPNodeGatherer' Java class
GPNodeGatherer
ec.gp

Class GPNodeGatherer

  • All Implemented Interfaces:
    java.io.Serializable


    public abstract class GPNodeGatherer
    extends java.lang.Object
    implements java.io.Serializable
    GPNodeGatherer 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
      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).
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GPNodeGatherer

        public 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

You see the box below because you did not login.