Uses of Class
morfologik.fsa.FSAFlags

Packages that use FSAFlags
morfologik.fsa   
 

Uses of FSAFlags in morfologik.fsa
 

Methods in morfologik.fsa that return FSAFlags
static FSAFlags FSAFlags.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FSAFlags[] FSAFlags.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in morfologik.fsa that return types with arguments of type FSAFlags
 Set<FSAFlags> FSA5.getFlags()
          Returns a set of flags for this FSA instance.
abstract  Set<FSAFlags> FSA.getFlags()
          Returns a set of flags for this FSA instance.
 Set<FSAFlags> CFSA.getFlags()
          Returns a set of flags for this FSA instance.
 

Methods in morfologik.fsa with parameters of type FSAFlags
static boolean FSAFlags.isSet(int flags, FSAFlags flag)
          Returns true if the corresponding flag is set in the bit set.
 



Copyright © 2010. All Rights Reserved.