jobmatch.business.company.profile.tree
Class ANDNode
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.ANDNode
- public class ANDNode
- extends OperationNode
AND - Node
- Since:
- May 16 2000
- Version:
- $Revision: 1.2 $
- See Also:
- Serialized Form
ANDNode
public ANDNode(MatchTree tree,
TreeNode parent,
TreeNode a,
TreeNode b)
getDescription
public String getDescription()
- Overrides:
- getDescription in class OperationNode
getDelimiter
protected String getDelimiter()
- Overrides:
- getDelimiter 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(ANDNode a,
ANDNode 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