Package | Description |
---|---|
morfologik.fsa |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Set<FSAFlags> |
ConstantArcSizeFSA.getFlags() |
abstract Set<FSAFlags> |
FSA.getFlags()
Returns a set of flags for this FSA instance.
|
Set<FSAFlags> |
CFSA2.getFlags()
Returns a set of flags for this FSA instance.
|
Set<FSAFlags> |
CFSA2Serializer.getFlags()
Return supported flags.
|
Set<FSAFlags> |
CFSA.getFlags()
Returns a set of flags for this FSA instance.
|
Set<FSAFlags> |
FSA5Serializer.getFlags()
Return supported flags.
|
Set<FSAFlags> |
FSASerializer.getFlags()
Returns the set of flags supported by the serializer (and the output automaton).
|
Set<FSAFlags> |
FSA5.getFlags()
Returns a set of flags for this FSA instance.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
FSAFlags.isSet(int flags,
FSAFlags flag)
Returns
true if the corresponding flag is set in the bit set. |
Modifier and Type | Method and Description |
---|---|
static short |
FSAFlags.asShort(Set<FSAFlags> flags)
Returns the set of flags encoded in a single short.
|
Copyright © 2015. All rights reserved.