jobmatch.business.company.profile.tree
Class NOTNode
java.lang.Object
|
+--jobmatch.business.company.profile.tree.AbstractNode
|
+--jobmatch.business.company.profile.tree.MemoryNode
|
+--jobmatch.business.company.profile.tree.OperationNode
|
+--jobmatch.business.company.profile.tree.NOTNode
- public class NOTNode
- extends OperationNode
NOT - Node
- Since:
- 30.4.2000
- Version:
- $Revision: 1.2 $
- See Also:
- Serialized Form
NOTNode
public NOTNode(MatchTree tree,
TreeNode parent,
TreeNode child)
getDescription
public String getDescription()
- Overrides:
- getDescription in class OperationNode
match
public boolean match(Candidate candidate)
equals
public boolean equals(Object other)
- Overrides:
- equals in class OperationNode
- See Also:
Object.equals
semanticEquality
protected static boolean semanticEquality(NOTNode a,
NOTNode b)
- Returns:
- true if a is considered the same as b
toString
public String toString()
- Overrides:
- toString in class OperationNode
- See Also:
Object.toString
clone
public Object clone()
- Overrides:
- clone in class OperationNode
- See Also:
Object.clone