Uses of Class
com.epochx.representation.TerminalNode

Packages that use TerminalNode
com.epochx.core   
com.epochx.model.ant   
com.epochx.model.majority   
com.epochx.model.multiplexer   
com.epochx.model.parity   
com.epochx.model.regression   
com.epochx.representation   
 

Uses of TerminalNode in com.epochx.core
 

Methods in com.epochx.core that return types with arguments of type TerminalNode
 java.util.List<TerminalNode<TYPE>> GPModel.getTerminals()
          Retrieves the set of terminal nodes.
 

Uses of TerminalNode in com.epochx.model.ant
 

Methods in com.epochx.model.ant that return types with arguments of type TerminalNode
 java.util.List<TerminalNode<Action>> SantaFeTrail.getTerminals()
           
 

Uses of TerminalNode in com.epochx.model.majority
 

Methods in com.epochx.model.majority that return types with arguments of type TerminalNode
 java.util.List<TerminalNode<java.lang.Boolean>> Majority9.getTerminals()
           
 java.util.List<TerminalNode<java.lang.Boolean>> Majority5.getTerminals()
           
 

Uses of TerminalNode in com.epochx.model.multiplexer
 

Methods in com.epochx.model.multiplexer that return types with arguments of type TerminalNode
 java.util.List<TerminalNode<java.lang.Boolean>> Multiplexer6Bit.getTerminals()
           
 java.util.List<TerminalNode<java.lang.Boolean>> Multiplexer37Bit.getTerminals()
           
 java.util.List<TerminalNode<java.lang.Boolean>> Multiplexer20Bit.getTerminals()
           
 java.util.List<TerminalNode<java.lang.Boolean>> Multiplexer11Bit.getTerminals()
           
 

Uses of TerminalNode in com.epochx.model.parity
 

Methods in com.epochx.model.parity that return types with arguments of type TerminalNode
 java.util.List<TerminalNode<java.lang.Boolean>> Even7Parity.getTerminals()
           
 java.util.List<TerminalNode<java.lang.Boolean>> Even5Parity.getTerminals()
           
 java.util.List<TerminalNode<java.lang.Boolean>> Even4Parity.getTerminals()
           
 

Uses of TerminalNode in com.epochx.model.regression
 

Methods in com.epochx.model.regression that return types with arguments of type TerminalNode
 java.util.List<TerminalNode<java.lang.Double>> QuarticRegression.getTerminals()
           
 java.util.List<TerminalNode<java.lang.Double>> CubicRegression.getTerminals()
           
 

Uses of TerminalNode in com.epochx.representation
 

Subclasses of TerminalNode in com.epochx.representation
 class Variable<TYPE>
          A variable is a data type which can be used as a TerminalNode in place of a predefined constant.
 

Methods in com.epochx.representation that return types with arguments of type TerminalNode
 java.util.List<TerminalNode<TYPE>> Node.getTerminalNodes()
          Returns a list of all the terminal nodes in the this node tree.