cascading.pattern.model.tree.decision
Class Decision

java.lang.Object
  extended by cascading.pattern.model.tree.decision.Decision
Direct Known Subclasses:
DecisionTree, FinalDecision

public abstract class Decision
extends Object


Field Summary
protected  String name
           
 
Constructor Summary
Decision(Tree tree, Node node)
           
 
Method Summary
protected  String createName(Tree tree, Node node)
           
protected abstract  FinalDecision decide(TupleEntry tupleEntry)
           
 String getName()
           
 String toString()
           
protected  StringBuilder toString(StringBuilder sb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected final String name
Constructor Detail

Decision

public Decision(Tree tree,
                Node node)
Method Detail

getName

public String getName()

createName

protected String createName(Tree tree,
                            Node node)

decide

protected abstract FinalDecision decide(TupleEntry tupleEntry)

toString

public String toString()
Overrides:
toString in class Object

toString

protected StringBuilder toString(StringBuilder sb)


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