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

java.lang.Object
  extended byedu.washington.cs.supple.customization.scope.versionspace.VersionSpace
      extended byedu.washington.cs.supple.customization.scope.versionspace.NameSetVersionSpace
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable
Direct Known Subclasses:
ApplicationNameSetVersionSpace, DeviceNameSetVersionSpace, ObjectNameSetVersionSpace

public abstract class NameSetVersionSpace
extends VersionSpace

Author:
raphael
See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.washington.cs.supple.customization.scope.versionspace.VersionSpace
lowerBound, upperBound, weight
 
Method Summary
 void setLowerBound(Hypothesis h)
           
 double similarityTo(VersionSpace vs)
           
 
Methods inherited from class edu.washington.cs.supple.customization.scope.versionspace.VersionSpace
clone, getScope, setLowerBound
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

similarityTo

public double similarityTo(VersionSpace vs)

setLowerBound

public void setLowerBound(Hypothesis h)
Specified by:
setLowerBound in class VersionSpace