Uses of Interface
edu.mit.jverbnet.data.IVersion

Packages that use IVersion
edu.mit.jverbnet.data Provides the major data types of the library 
edu.mit.jverbnet.index Provides the basic verb index class for accessing Verbnet data 
 

Uses of IVersion in edu.mit.jverbnet.data
 

Classes in edu.mit.jverbnet.data that implement IVersion
 class Version
          Default, concrete implementation of the IVersion interface.
 

Methods in edu.mit.jverbnet.data with parameters of type IVersion
static int Version.compare(IVersion one, IVersion two)
          Compares the versions for order.
 int Version.compareTo(IVersion o)
           
 

Uses of IVersion in edu.mit.jverbnet.index
 

Methods in edu.mit.jverbnet.index that return IVersion
protected  IVersion VerbIndex.determineVersion()
          Determines the version of verbnet, as best is able.
 IVersion VerbIndex.getVersion()
           
 IVersion IVerbIndex.getVersion()
          The version of the index.
 

Methods in edu.mit.jverbnet.index with parameters of type IVersion
 void VerbIndex.setVersion(IVersion newVersion)
           
 void IVerbIndex.setVersion(IVersion v)
          Sets the version for this index.
 



Copyright © 2012 ${project.organization.name}. All Rights Reserved.