| Package | Description |
|---|---|
| morfologik.fsa |
| Modifier and Type | Method and Description |
|---|---|
static FSAFlags |
FSAFlags.valueOf(java.lang.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 |
|---|---|
java.util.Set<FSAFlags> |
FSA5Serializer.getFlags()
Return supported flags.
|
java.util.Set<FSAFlags> |
FSA5.getFlags()
Returns a set of flags for this FSA instance.
|
java.util.Set<FSAFlags> |
FSASerializer.getFlags()
Returns the set of flags supported by the serializer (and the output automaton).
|
java.util.Set<FSAFlags> |
CFSA.getFlags()
Returns a set of flags for this FSA instance.
|
abstract java.util.Set<FSAFlags> |
FSA.getFlags()
Returns a set of flags for this FSA instance.
|
java.util.Set<FSAFlags> |
CFSA2Serializer.getFlags()
Return supported flags.
|
java.util.Set<FSAFlags> |
CFSA2.getFlags()
Returns a set of flags for this FSA instance.
|
java.util.Set<FSAFlags> |
ConstantArcSizeFSA.getFlags() |
| 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(java.util.Set<FSAFlags> flags)
Returns the set of flags encoded in a single short.
|
Copyright © 2012. All Rights Reserved.