cascading.pattern.model.tree
Class Node

java.lang.Object
  extended by cascading.pattern.model.tree.Node
All Implemented Interfaces:
Serializable

public class Node
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Node(String id)
           
Node(String id, Predicate predicate)
           
Node(String id, Predicate predicate, Object score)
           
 
Method Summary
 boolean equals(Object object)
           
 String getID()
           
 Predicate getPredicate()
           
 Object getScore()
           
 int hashCode()
           
 void setScore(String score)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Node

public Node(String id,
            Predicate predicate)

Node

public Node(String id,
            Predicate predicate,
            Object score)

Node

public Node(String id)
Method Detail

getID

public String getID()

getPredicate

public Predicate getPredicate()

setScore

public void setScore(String score)

getScore

public Object getScore()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.