edu.washington.cs.supple.customization.scope.versionspace
Class ApplicationNameSetHypothesis

java.lang.Object
  extended byedu.washington.cs.supple.customization.scope.versionspace.NameSetHypothesis
      extended byedu.washington.cs.supple.customization.scope.versionspace.ApplicationNameSetHypothesis
All Implemented Interfaces:
Hypothesis

public class ApplicationNameSetHypothesis
extends NameSetHypothesis

Author:
raphael

Field Summary
 
Fields inherited from interface edu.washington.cs.supple.customization.scope.versionspace.Hypothesis
EQUAL, INCOMPARABLE, MORE_GENERAL, MORE_SPECIFIC
 
Method Summary
protected  NameSetHypothesis getHypothesis(TrainingSample d)
           
protected  java.lang.String getName(TrainingSample d)
           
protected  NameSetHypothesis instance(java.util.LinkedList l)
           
 
Methods inherited from class edu.washington.cs.supple.customization.scope.versionspace.NameSetHypothesis
compareTo, getSet, isConsistentWith, minimalGeneralizations, minimalGeneralizations, minimalSpecializations, minimalSpecializations, toXPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

protected NameSetHypothesis instance(java.util.LinkedList l)
Specified by:
instance in class NameSetHypothesis

getName

protected java.lang.String getName(TrainingSample d)
Specified by:
getName in class NameSetHypothesis

getHypothesis

protected NameSetHypothesis getHypothesis(TrainingSample d)
Specified by:
getHypothesis in class NameSetHypothesis