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> CFSA2Serializer.getFlags()
          Return supported flags.
 Set<FSAFlags> FSA5.getFlags()
          Returns a set of flags for this FSA instance.
 Set<FSAFlags> FSASerializer.getFlags()
          Returns the set of flags supported by the serializer (and the output automaton).
 Set<FSAFlags> CFSA2.getFlags()
          Returns a set of flags for this FSA instance.
 Set<FSAFlags> FSA5Serializer.getFlags()
          Return supported flags.
 Set<FSAFlags> CFSA.getFlags()
          Returns a set of flags for this FSA instance.
 Set<FSAFlags> ConstantArcSizeFSA.getFlags()
           
abstract  Set<FSAFlags> FSA.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.
 

Method parameters in morfologik.fsa with type arguments of type FSAFlags
static short FSAFlags.asShort(Set<FSAFlags> flags)
          Returns the set of flags encoded in a single short.
 



Copyright © 2011. All Rights Reserved.