public class GlossaryAnnotation extends Object implements IAnnotation, Iterable<GlossEntry>
| Constructor and Description |
|---|
GlossaryAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(GlossEntry alt) |
GlossEntry |
get(int index) |
boolean |
isAnnotateSourceSegment() |
boolean |
isAnnotateTargetSegment() |
boolean |
isEmpty() |
Iterator<GlossEntry> |
iterator() |
void |
setAnnotateSourceSegment(boolean annotateSourceSegment) |
void |
setAnnotateTargetSegment(boolean annotateTargetSegment) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringforEach, spliteratorpublic void add(GlossEntry alt)
public boolean isEmpty()
public GlossEntry get(int index)
public Iterator<GlossEntry> iterator()
iterator in interface Iterable<GlossEntry>public boolean isAnnotateSourceSegment()
public void setAnnotateSourceSegment(boolean annotateSourceSegment)
public boolean isAnnotateTargetSegment()
public void setAnnotateTargetSegment(boolean annotateTargetSegment)
Copyright © 2022. All rights reserved.