| Modifier and Type | Method and Description |
|---|---|
SAnnotation |
ISaltFactory.createSAnnotation()
Creates a new
SAnnotation object of type SAnnotationImpl. |
static SAnnotation |
SaltFactory.createSAnnotation()
Creates a new
SAnnotation object of type SAnnotation. |
| Modifier and Type | Method and Description |
|---|---|
<A extends SAnnotation> |
SAnnotationContainer.createAnnotations(String annotationString)
This method parses the given annotation String and adds an
SAnnotation object for each annotation being contained in that
string to the given SAnnotationContainer object. |
<A extends SAnnotation> |
SAnnotationContainer.getAnnotations()
Returns all annotations contained by this object.
|
| Modifier and Type | Method and Description |
|---|---|
SAnnotation |
SAnnotationContainer.createAnnotation(String namespace,
String name,
Object value)
Creates and returns an annotation having the passed namespace, name and
value.
|
SAnnotation |
SAnnotationContainer.getAnnotation(String qName)
Returns an annotation having the passed qualified name, if this container
contains such an annotation.
|
SAnnotation |
SAnnotationContainer.getAnnotation(String namespace,
String name)
Returns an annotation having the passed qualified name, if this container
contains such an annotation.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SAnnotation> |
SAnnotationContainer.iterator_SAnnotation()
Returns an iterator to iterate over the
SAnnotation objects
contained by this container. |
| Modifier and Type | Method and Description |
|---|---|
void |
SAnnotationContainer.addAnnotation(SAnnotation annotation)
Adds the passed annotation to this container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SAnnotationImpl |
| Modifier and Type | Method and Description |
|---|---|
<A extends SAnnotation> |
SRelationImpl.getAnnotations()
Returns all annotations contained by this object.
|
<A extends SAnnotation> |
SLayerImpl.getAnnotations()
Returns all annotations contained by this object.
|
<A extends SAnnotation> |
SAbstractAnnotationImpl.getAnnotations()
Returns all annotations contained by this object.
|
<A extends SAnnotation> |
SGraphImpl.getAnnotations()
Returns all annotations contained by this object.
|
<A extends SAnnotation> |
SNodeImpl.getAnnotations()
Returns all annotations contained by this object.
|
| Modifier and Type | Method and Description |
|---|---|
SAnnotation |
SRelationImpl.createAnnotation(String namespace,
String name,
Object value)
Creates and returns an annotation having the passed namespace, name and
value.
|
SAnnotation |
SLayerImpl.createAnnotation(String namespace,
String name,
Object value)
Creates and returns an annotation having the passed namespace, name and
value.
|
SAnnotation |
SAbstractAnnotationImpl.createAnnotation(String namespace,
String name,
Object value)
Creates and returns an annotation having the passed namespace, name and
value.
|
SAnnotation |
SGraphImpl.createAnnotation(String namespace,
String name,
Object value)
Creates and returns an annotation having the passed namespace, name and
value.
|
SAnnotation |
SNodeImpl.createAnnotation(String namespace,
String name,
Object value)
Creates and returns an annotation having the passed namespace, name and
value.
|
SAnnotation |
SRelationImpl.getAnnotation(String qName)
Returns an annotation having the passed qualified name, if this container
contains such an annotation.
|
SAnnotation |
SLayerImpl.getAnnotation(String qName)
Returns an annotation having the passed qualified name, if this container
contains such an annotation.
|
SAnnotation |
SAbstractAnnotationImpl.getAnnotation(String qName)
Returns an annotation having the passed qualified name, if this container
contains such an annotation.
|
SAnnotation |
SGraphImpl.getAnnotation(String qName)
Returns an annotation having the passed qualified name, if this container
contains such an annotation.
|
SAnnotation |
SNodeImpl.getAnnotation(String qName)
Returns an annotation having the passed qualified name, if this container
contains such an annotation.
|
SAnnotation |
SRelationImpl.getAnnotation(String namespace,
String name)
Returns an annotation having the passed qualified name, if this container
contains such an annotation.
|
SAnnotation |
SLayerImpl.getAnnotation(String namespace,
String name)
Returns an annotation having the passed qualified name, if this container
contains such an annotation.
|
SAnnotation |
SAbstractAnnotationImpl.getAnnotation(String namespace,
String name)
Returns an annotation having the passed qualified name, if this container
contains such an annotation.
|
SAnnotation |
SGraphImpl.getAnnotation(String namespace,
String name)
Returns an annotation having the passed qualified name, if this container
contains such an annotation.
|
SAnnotation |
SNodeImpl.getAnnotation(String namespace,
String name)
Returns an annotation having the passed qualified name, if this container
contains such an annotation.
|
| Modifier and Type | Method and Description |
|---|---|
Set<SAnnotation> |
SRelationImpl.createAnnotations(String annotationString)
This method parses the given annotation String and adds an
SAnnotation object for each annotation being contained in that
string to the given SAnnotationContainer object. |
Set<SAnnotation> |
SLayerImpl.createAnnotations(String annotationString)
This method parses the given annotation String and adds an
SAnnotation object for each annotation being contained in that
string to the given SAnnotationContainer object. |
Set<SAnnotation> |
SAbstractAnnotationImpl.createAnnotations(String annotationString)
This method parses the given annotation String and adds an
SAnnotation object for each annotation being contained in that
string to the given SAnnotationContainer object. |
Set<SAnnotation> |
SGraphImpl.createAnnotations(String annotationString)
This method parses the given annotation String and adds an
SAnnotation object for each annotation being contained in that
string to the given SAnnotationContainer object. |
Set<SAnnotation> |
SNodeImpl.createAnnotations(String annotationString)
This method parses the given annotation String and adds an
SAnnotation object for each annotation being contained in that
string to the given SAnnotationContainer object. |
Iterator<SAnnotation> |
SRelationImpl.iterator_SAnnotation()
Returns an iterator to iterate over the
SAnnotation objects
contained by this container. |
Iterator<SAnnotation> |
SLayerImpl.iterator_SAnnotation()
Returns an iterator to iterate over the
SAnnotation objects
contained by this container. |
Iterator<SAnnotation> |
SAbstractAnnotationImpl.iterator_SAnnotation()
Returns an iterator to iterate over the
SAnnotation objects
contained by this container. |
Iterator<SAnnotation> |
SGraphImpl.iterator_SAnnotation()
Returns an iterator to iterate over the
SAnnotation objects
contained by this container. |
Iterator<SAnnotation> |
SNodeImpl.iterator_SAnnotation()
Returns an iterator to iterate over the
SAnnotation objects
contained by this container. |
| Modifier and Type | Method and Description |
|---|---|
void |
SRelationImpl.addAnnotation(SAnnotation annotation)
Adds the passed annotation to this container.
|
void |
SLayerImpl.addAnnotation(SAnnotation annotation)
Adds the passed annotation to this container.
|
void |
SAbstractAnnotationImpl.addAnnotation(SAnnotation annotation)
Adds the passed annotation to this container.
|
void |
SGraphImpl.addAnnotation(SAnnotation annotation)
Adds the passed annotation to this container.
|
void |
SNodeImpl.addAnnotation(SAnnotation annotation)
Adds the passed annotation to this container.
|
| Modifier and Type | Method and Description |
|---|---|
SAnnotation |
SaltFactoryImpl.createSAnnotation()
Creates a new
SAnnotation object of type SAnnotationImpl. |
| 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 <A extends SAnnotation> |
SAnnotationContainerHelper.getAnnotations(SAnnotationContainer container)
Returns all
SAnnotation object, which are contained by the passed
container. |
| Modifier and Type | Method and Description |
|---|---|
static SAnnotation |
SAnnotationContainerHelper.createAnnotation(SAnnotationContainer container,
String namespace,
String name,
Object value) |
static SAnnotation |
SAnnotationContainerHelper.getAnnotation(SAnnotationContainer container,
String qName) |
| Modifier and Type | Method and Description |
|---|---|
static Set<SAnnotation> |
SAnnotationContainerHelper.createAnnotations(SAnnotationContainer container,
String annotationString) |
static Iterator<SAnnotation> |
SAnnotationContainerHelper.iterator_SAnnotation(SAnnotationContainer container) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SAnnotationContainerHelper.addAnnotation(SAnnotationContainer container,
SAnnotation annotation) |
Copyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.