OntoSim 1.0

fr.inrialpes.exmo.ontosim
Enum Measure.TYPES

java.lang.Object
  extended by java.lang.Enum<Measure.TYPES>
      extended by fr.inrialpes.exmo.ontosim.Measure.TYPES
All Implemented Interfaces:
Serializable, Comparable<Measure.TYPES>
Enclosing interface:
Measure<O>

public static enum Measure.TYPES
extends Enum<Measure.TYPES>


Enum Constant Summary
dissimilarity
           
distance
           
other
           
similarity
           
 
Method Summary
static Measure.TYPES valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Measure.TYPES[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

similarity

public static final Measure.TYPES similarity

dissimilarity

public static final Measure.TYPES dissimilarity

distance

public static final Measure.TYPES distance

other

public static final Measure.TYPES other
Method Detail

values

public static final Measure.TYPES[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(Measure.TYPES c : Measure.TYPES.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static Measure.TYPES valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name

OntoSim 1.0

(C) INRIA & friends, 2008-2009