| Package | Description |
|---|---|
| org.corpus_tools.salt | |
| org.corpus_tools.salt.core | |
| org.corpus_tools.salt.core.impl | |
| org.corpus_tools.salt.impl | |
| org.corpus_tools.salt.util.internal |
| Modifier and Type | Method and Description |
|---|---|
static SProcessingAnnotation |
SaltFactory.createSProcessingAnnotation()
Creates a new
SProcessingAnnotation object of type
SProcessingAnnotation. |
SProcessingAnnotation |
ISaltFactory.createSProcessingAnnotation()
Creates a new
SProcessingAnnotation object of type
SProcessingAnnotationImpl. |
| Modifier and Type | Method and Description |
|---|---|
<A extends SProcessingAnnotation> |
SAnnotationContainer.createProcessingAnnotations(String annotationString)
This method parses the given processing-annotation String and adds an
SProcessingAnnotation object for each processing-annotation being
contained in that string to the given SAnnotationContainer
object. |
<A extends SProcessingAnnotation> |
SAnnotationContainer.getProcessingAnnotations()
Returns all processing-annotations contained by this object.
|
| Modifier and Type | Method and Description |
|---|---|
SProcessingAnnotation |
SAnnotationContainer.createProcessingAnnotation(String namespace,
String name,
Object value)
Creates and returns a processing-annotation having the passed namespace,
name and value.
|
SProcessingAnnotation |
SAnnotationContainer.getProcessingAnnotation(String qName)
Returns a processing-annotation having the passed qualified name, if this
container contains such a processing-annotation.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SProcessingAnnotation> |
SAnnotationContainer.iterator_SProcessingAnnotation()
Returns an iterator to iterate over the
SProcessingAnnotation
objects contained by this container. |
| Modifier and Type | Method and Description |
|---|---|
void |
SAnnotationContainer.addProcessingAnnotation(SProcessingAnnotation processingAnnotation)
Adds the passed processing-annotation to this container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SProcessingAnnotationImpl |
| Modifier and Type | Method and Description |
|---|---|
<A extends SProcessingAnnotation> |
SRelationImpl.getProcessingAnnotations()
Returns all processing-annotations contained by this object.
|
<A extends SProcessingAnnotation> |
SGraphImpl.getProcessingAnnotations()
Returns all processing-annotations contained by this object.
|
<A extends SProcessingAnnotation> |
SAbstractAnnotationImpl.getProcessingAnnotations()
Returns all processing-annotations contained by this object.
|
<A extends SProcessingAnnotation> |
SNodeImpl.getProcessingAnnotations()
Returns all processing-annotations contained by this object.
|
<A extends SProcessingAnnotation> |
SLayerImpl.getProcessingAnnotations()
Returns all processing-annotations contained by this object.
|
| Modifier and Type | Method and Description |
|---|---|
SProcessingAnnotation |
SRelationImpl.createProcessingAnnotation(String namespace,
String name,
Object value)
Creates and returns a processing-annotation having the passed namespace,
name and value.
|
SProcessingAnnotation |
SGraphImpl.createProcessingAnnotation(String namespace,
String name,
Object value)
Creates and returns a processing-annotation having the passed namespace,
name and value.
|
SProcessingAnnotation |
SAbstractAnnotationImpl.createProcessingAnnotation(String namespace,
String name,
Object value)
Creates and returns a processing-annotation having the passed namespace,
name and value.
|
SProcessingAnnotation |
SNodeImpl.createProcessingAnnotation(String namespace,
String name,
Object value)
Creates and returns a processing-annotation having the passed namespace,
name and value.
|
SProcessingAnnotation |
SLayerImpl.createProcessingAnnotation(String namespace,
String name,
Object value)
Creates and returns a processing-annotation having the passed namespace,
name and value.
|
SProcessingAnnotation |
SRelationImpl.getProcessingAnnotation(String qName)
Returns a processing-annotation having the passed qualified name, if this
container contains such a processing-annotation.
|
SProcessingAnnotation |
SGraphImpl.getProcessingAnnotation(String qName)
Returns a processing-annotation having the passed qualified name, if this
container contains such a processing-annotation.
|
SProcessingAnnotation |
SAbstractAnnotationImpl.getProcessingAnnotation(String qName)
Returns a processing-annotation having the passed qualified name, if this
container contains such a processing-annotation.
|
SProcessingAnnotation |
SNodeImpl.getProcessingAnnotation(String qName)
Returns a processing-annotation having the passed qualified name, if this
container contains such a processing-annotation.
|
SProcessingAnnotation |
SLayerImpl.getProcessingAnnotation(String qName)
Returns a processing-annotation having the passed qualified name, if this
container contains such a processing-annotation.
|
| Modifier and Type | Method and Description |
|---|---|
Set<SProcessingAnnotation> |
SRelationImpl.createProcessingAnnotations(String annotationString)
This method parses the given processing-annotation String and adds an
SProcessingAnnotation object for each processing-annotation being
contained in that string to the given SAnnotationContainer
object. |
Set<SProcessingAnnotation> |
SGraphImpl.createProcessingAnnotations(String annotationString)
This method parses the given processing-annotation String and adds an
SProcessingAnnotation object for each processing-annotation being
contained in that string to the given SAnnotationContainer
object. |
Set<SProcessingAnnotation> |
SAbstractAnnotationImpl.createProcessingAnnotations(String annotationString)
This method parses the given processing-annotation String and adds an
SProcessingAnnotation object for each processing-annotation being
contained in that string to the given SAnnotationContainer
object. |
Set<SProcessingAnnotation> |
SNodeImpl.createProcessingAnnotations(String annotationString)
This method parses the given processing-annotation String and adds an
SProcessingAnnotation object for each processing-annotation being
contained in that string to the given SAnnotationContainer
object. |
Set<SProcessingAnnotation> |
SLayerImpl.createProcessingAnnotations(String annotationString)
This method parses the given processing-annotation String and adds an
SProcessingAnnotation object for each processing-annotation being
contained in that string to the given SAnnotationContainer
object. |
Iterator<SProcessingAnnotation> |
SRelationImpl.iterator_SProcessingAnnotation()
Returns an iterator to iterate over the
SProcessingAnnotation
objects contained by this container. |
Iterator<SProcessingAnnotation> |
SGraphImpl.iterator_SProcessingAnnotation()
Returns an iterator to iterate over the
SProcessingAnnotation
objects contained by this container. |
Iterator<SProcessingAnnotation> |
SAbstractAnnotationImpl.iterator_SProcessingAnnotation()
Returns an iterator to iterate over the
SProcessingAnnotation
objects contained by this container. |
Iterator<SProcessingAnnotation> |
SNodeImpl.iterator_SProcessingAnnotation()
Returns an iterator to iterate over the
SProcessingAnnotation
objects contained by this container. |
Iterator<SProcessingAnnotation> |
SLayerImpl.iterator_SProcessingAnnotation()
Returns an iterator to iterate over the
SProcessingAnnotation
objects contained by this container. |
| Modifier and Type | Method and Description |
|---|---|
void |
SRelationImpl.addProcessingAnnotation(SProcessingAnnotation annotation)
Adds the passed processing-annotation to this container.
|
void |
SGraphImpl.addProcessingAnnotation(SProcessingAnnotation annotation)
Adds the passed processing-annotation to this container.
|
void |
SAbstractAnnotationImpl.addProcessingAnnotation(SProcessingAnnotation annotation)
Adds the passed processing-annotation to this container.
|
void |
SNodeImpl.addProcessingAnnotation(SProcessingAnnotation annotation)
Adds the passed processing-annotation to this container.
|
void |
SLayerImpl.addProcessingAnnotation(SProcessingAnnotation annotation)
Adds the passed processing-annotation to this container.
|
| Modifier and Type | Method and Description |
|---|---|
SProcessingAnnotation |
SaltFactoryImpl.createSProcessingAnnotation()
Creates a new
SProcessingAnnotation object of type
SProcessingAnnotationImpl. |
| Modifier and Type | Method and Description |
|---|---|
static <A extends SProcessingAnnotation> |
SAnnotationContainerHelper.getProcessingAnnotations(SAnnotationContainer container)
Returns all
SProcessingAnnotation object, which are contained by
the passed container. |
| Modifier and Type | Method and Description |
|---|---|
static SProcessingAnnotation |
SAnnotationContainerHelper.createProcessingAnnotation(SAnnotationContainer container,
String namespace,
String name,
Object value) |
static SProcessingAnnotation |
SAnnotationContainerHelper.getProcessingAnnotation(SAnnotationContainer container,
String qName) |
| Modifier and Type | Method and Description |
|---|---|
static Set<SProcessingAnnotation> |
SAnnotationContainerHelper.createProcessingAnnotations(SAnnotationContainer container,
String annotationString) |
static Iterator<SProcessingAnnotation> |
SAnnotationContainerHelper.iterator_SProcessingAnnotation(SAnnotationContainer container) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SAnnotationContainerHelper.addProcessingAnnotation(SAnnotationContainer container,
SProcessingAnnotation annotation) |
Copyright © 2009–2015 Humboldt-Universität zu Berlin, INRIA. All rights reserved.