Uses of Class
net.sf.okapi.common.resource.AlignmentStatus
-
Packages that use AlignmentStatus Package Description net.sf.okapi.common.resource Interfaces and classes that represent the parsed resources attached to the events sent by a filter. -
-
Uses of AlignmentStatus in net.sf.okapi.common.resource
Methods in net.sf.okapi.common.resource that return AlignmentStatus Modifier and Type Method Description AlignmentStatusAlignedSegments. getAlignmentStatus()AlignmentStatusAlignedSegments. getAlignmentStatus(LocaleId trgLoc)AlignmentStatusIAlignedSegments. getAlignmentStatus()Gets the status of the alignment for this entire text unit.AlignmentStatusIAlignedSegments. getAlignmentStatus(LocaleId trgLoc)Gets the status of the alignment the given target locale in this text unit.AlignmentStatusISegments. getAlignmentStatus()Returns theAlignmentStatusfor these segments.AlignmentStatusSegments. getAlignmentStatus()static AlignmentStatusAlignmentStatus. 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.Methods in net.sf.okapi.common.resource with parameters of type AlignmentStatus Modifier and Type Method Description voidISegments. setAlignmentStatus(AlignmentStatus alignmentStatus)Sets theAlignmentStatusfor these segments.voidSegments. setAlignmentStatus(AlignmentStatus alignmentStatus)
-