jobmatch.business.company.profile.tree
Class ORNode
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.ORNode
- public class ORNode
- extends OperationNode
OR - Node
- Since:
- May 16 2000
- Version:
- $Revision: 1.2 $
- See Also:
- Serialized Form
ORNode
public ORNode(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(ORNode a,
ORNode 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