jxl.version
Class VersionSpecification

java.lang.Object
  extended by jxl.version.VersionSpecification
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AllVersion, VersionRay, VersionSegment, VersionSet

public abstract class VersionSpecification
extends java.lang.Object
implements java.io.Serializable

Author:
alex
See Also:
Serialized Form

Constructor Summary
VersionSpecification()
           
 
Method Summary
abstract  boolean implies(Version v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionSpecification

public VersionSpecification()
Method Detail

implies

public abstract boolean implies(Version v)