| Package | Description |
|---|---|
| net.sf.okapi.common.resource |
Interfaces and classes that represent the parsed resources attached to the
events sent by a filter.
|
| Modifier and Type | Method and Description |
|---|---|
AlignmentStatus |
Segments.getAlignmentStatus() |
AlignmentStatus |
ISegments.getAlignmentStatus()
Returns the
AlignmentStatus for these segments. |
AlignmentStatus |
IAlignedSegments.getAlignmentStatus()
Gets the status of the alignment for this entire text unit.
|
AlignmentStatus |
AlignedSegments.getAlignmentStatus() |
AlignmentStatus |
IAlignedSegments.getAlignmentStatus(LocaleId trgLoc)
Gets the status of the alignment the given target locale in this text
unit.
|
AlignmentStatus |
AlignedSegments.getAlignmentStatus(LocaleId trgLoc) |
static AlignmentStatus |
AlignmentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlignmentStatus[] |
AlignmentStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Segments.setAlignmentStatus(AlignmentStatus alignmentStatus) |
void |
ISegments.setAlignmentStatus(AlignmentStatus alignmentStatus)
Sets the
AlignmentStatus for these segments. |
Copyright © 2021. All rights reserved.