| Modifier and Type | Interface and Description |
|---|---|
interface |
SAbstractAnnotation
An annotation in Salt is an attribute-value-pair and can belong to either a
node, an edge, a graph, a layer or another label.
|
interface |
SAnnotation
An annotation in Salt is an attribute-value-pair and can belong to either a
node, an edge, a graph, a layer or another label.
|
interface |
SFeature
An object of class
SFeature is a label and can be added like every
other label to a node, relation, graph, layer or to another label. |
interface |
SMetaAnnotation
Meta annotations are very useful for instance to document the creation
process or the aim of a corpus, a sub corpus or a document.
|
interface |
SProcessingAnnotation
An object of class
SProcessingAnnotation is a label and can be added
like every other label to a node, relation, graph, layer or to another label. |
| Modifier and Type | Class and Description |
|---|---|
class |
SAbstractAnnotationImpl |
class |
SAnnotationImpl |
class |
SFeatureImpl |
class |
SMetaAnnotationImpl |
class |
SProcessingAnnotationImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
SLayerImpl.addLabel(Label label)
Filters adding of name
SFeature for name |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Identifier
This class represents an identifier, which is a special kind of a label.
|
| Modifier and Type | Method and Description |
|---|---|
static Label |
GraphFactory.createLabel()
|
Label |
IGraphFactory.createLabel()
|
Label |
LabelableElement.getLabel(String qName)
Returns a label having the passed qualified name.
|
Label |
LabelableElement.getLabel(String namespace,
String name)
Returns a label having the passed namespace and name, if such a label is
contained by this object
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Label> |
LabelableElement.getLabels()
Returns all labels being contained by this object.
|
Set<Label> |
LabelableElement.getLabelsByNamespace(String namespace)
Returns a set containing all Label objects having the given namespace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LabelableElement.addLabel(Label label)
Adds the given Label object to the list of labels.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdentifierImpl |
class |
LabelImpl |
| Modifier and Type | Method and Description |
|---|---|
Label |
LabelImpl.copy(Label other)
This method the namespace, the name and the value from this object to the
passed one and returns the passed one.
|
Label |
GraphFactoryImpl.createLabel() |
Label |
LabelableElementImpl.getLabel(String qName)
Returns a label having the passed qualified name.
|
Label |
LabelableElementImpl.getLabel(String namespace,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Label> |
LabelableElementImpl.getLabels()
Returns all labels being contained by this object.
|
Set<Label> |
LabelableElementImpl.getLabelsByNamespace(String ns)
Returns a set containing all Label objects having the given namespace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LabelableElementImpl.addLabel(Label label)
Adds the given Label object to the list of labels.
|
void |
LabelableElementImpl.basicAddLabel(Label label)
This is an internally used method.
|
Label |
LabelImpl.copy(Label other)
This method the namespace, the name and the value from this object to the
passed one and returns the passed one.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SCatAnnotation |
interface |
SLemmaAnnotation |
interface |
SPOSAnnotation |
interface |
SSentenceAnnotation |
interface |
STypeAnnotation |
interface |
SWordAnnotation |
| Modifier and Type | Class and Description |
|---|---|
class |
SCatAnnotationImpl |
class |
SLemmaAnnotationImpl |
class |
SPOSAnnotationImpl |
class |
SSentenceAnnotationImpl |
class |
STypeAnnotationImpl |
class |
SWordAnnotationImpl |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Label> |
SaltUtil.getAnnotation(Integer idx,
Set<P> annotations)
Returns the annotation at position idx in the passed set of annotations.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SAnnotationContainerHelper.MyIterator<E extends Label> |
| Modifier and Type | Field and Description |
|---|---|
protected E |
SAnnotationContainerHelper.MyIterator.next
A handle to the next element, this is necessary to get
SAnnotationContainerHelper.MyIterator.hasNext() run. |
| Modifier and Type | Field and Description |
|---|---|
protected Iterator<Label> |
SAnnotationContainerHelper.MyIterator.delegatee
The real iterator, to which this iterator delegates its methods
|
| Constructor and Description |
|---|
SAnnotationContainerHelper.MyIterator(Iterator<Label> delegatee,
Class<E> clazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
SaltXML10Writer.writeLabel(XMLStreamWriter xml,
Label label)
Writes the passed label object to the passed
XMLStreamWriter. |
Copyright © 2009–2016 Humboldt-Universität zu Berlin, INRIA. All rights reserved.