Uses of Class
weka.core.RevisionUtils.Type

Packages that use RevisionUtils.Type
weka.core   
 

Uses of RevisionUtils.Type in weka.core
 

Methods in weka.core that return RevisionUtils.Type
static RevisionUtils.Type RevisionUtils.getType(RevisionHandler handler)
          Determines the type of a (sanitized) revision string returned by the RevisionHandler.
static RevisionUtils.Type RevisionUtils.getType(String revision)
          Determines the type of a (sanitized) revision string.
static RevisionUtils.Type RevisionUtils.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RevisionUtils.Type[] RevisionUtils.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.