| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vizzini.util.tree.AbstractTreeNode
org.vizzini.ai.geneticprogramming.AbstractNode
org.vizzini.ai.geneticprogramming.function.AbstractFunction
org.vizzini.ai.geneticprogramming.function.AbstractBooleanFunction
org.vizzini.ai.geneticprogramming.function.Not
public class Not
Provides a not function in genetic programming.
| Constructor Summary | |
|---|---|
| Not()Construct this object. | |
| Method Summary | |
|---|---|
|  Object | evaluate(IContext context)Evaluate this function. | 
|  int | getArgCount()Return the number of arguments used by this function. | 
| Methods inherited from class org.vizzini.ai.geneticprogramming.function.AbstractBooleanFunction | 
|---|
| getArgType, getReturnType | 
| Methods inherited from class org.vizzini.ai.geneticprogramming.function.AbstractFunction | 
|---|
| add, checkState, createTreeNodeCollection, isCheckingState, setCheckingState, toString | 
| Methods inherited from class org.vizzini.ai.geneticprogramming.AbstractNode | 
|---|
| createNewInstance, dotLabel, dotLinkDesc, equals, getName, hashCode, setName | 
| Methods inherited from class java.lang.Object | 
|---|
| finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface org.vizzini.ai.geneticprogramming.INode | 
|---|
| createNewInstance, getName, setName | 
| Methods inherited from interface org.vizzini.util.tree.ITreeNode | 
|---|
| breadthFirstIterator, children, clone, depthFirstIterator, getBreadthFirstList, getChildAt, getChildCount, getDepth, getDepthFirstList, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLevel, getNextSibling, getNodeCount, getParent, getPath, getRoot, getUserObject, insert, isChildAllowed, isLeaf, isRoot, remove, remove, removeAllChildren, removeFromParent, setChildAllowed, setParent, setUserObject | 
| Methods inherited from interface org.vizzini.util.tree.IVisitable | 
|---|
| acceptBreadthFirst, acceptDepthFirst | 
| Constructor Detail | 
|---|
public Not()
| Method Detail | 
|---|
public Object evaluate(IContext context)
context - Context in which to evaluate.public int getArgCount()
getArgCount in interface IFunctiongetArgCount in class AbstractBooleanFunction| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |