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