| 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 SFeature |
SaltFactory.createSFeature()
|
SFeature |
ISaltFactory.createSFeature()
Creates a new
SFeature object of type SFeatureImpl. |
| Modifier and Type | Method and Description |
|---|---|
<A extends SFeature> |
SAnnotationContainer.createFeatures(String featureString)
This method parses the given feature String and adds an
SFeature
object for each feature being contained in that string to the given
SAnnotationContainer object. |
<A extends SFeature> |
SAnnotationContainer.getFeatures()
Returns all features contained by this object.
|
| Modifier and Type | Method and Description |
|---|---|
SFeature |
SAnnotationContainer.createFeature(String namespace,
String name,
Object value)
Creates and returns an feature having the passed namespace, name and
value.
|
SFeature |
SAnnotationContainer.getFeature(String qName)
Returns an feature having the passed qualified name, if this container
contains such an feature.
|
SFeature |
SAnnotationContainer.getFeature(String namespace,
String name)
Returns an feature having the passed qualified name, if this container
contains such an feature.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SFeature> |
SAnnotationContainer.iterator_SFeature()
Returns an iterator to iterate over the
SFeature objects
contained by this container. |
| Modifier and Type | Method and Description |
|---|---|
void |
SAnnotationContainer.addFeature(SFeature feature)
Adds the passed feature to this container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SFeatureImpl |
| Modifier and Type | Field and Description |
|---|---|
protected SFeature |
SRelationImpl.name
The feature object containing the name of the node
|
protected SFeature |
SGraphImpl.name
The feature object containing the name of the node
|
protected SFeature |
SNodeImpl.name
The feature object containing the name of the node
|
protected SFeature |
SLayerImpl.name
The feature object containing the name of the node
|
protected SFeature |
SRelationImpl.type
The feature object containing the type of the node
|
| Modifier and Type | Method and Description |
|---|---|
<A extends SFeature> |
SRelationImpl.getFeatures()
Returns all features contained by this object.
|
<A extends SFeature> |
SGraphImpl.getFeatures()
Returns all features contained by this object.
|
<A extends SFeature> |
SAbstractAnnotationImpl.getFeatures()
Returns all features contained by this object.
|
<A extends SFeature> |
SNodeImpl.getFeatures()
Returns all features contained by this object.
|
<A extends SFeature> |
SLayerImpl.getFeatures()
Returns all features contained by this object.
|
| Modifier and Type | Method and Description |
|---|---|
SFeature |
SRelationImpl.createFeature(String namespace,
String name,
Object value)
Creates and returns an feature having the passed namespace, name and
value.
|
SFeature |
SGraphImpl.createFeature(String namespace,
String name,
Object value)
Creates and returns an feature having the passed namespace, name and
value.
|
SFeature |
SAbstractAnnotationImpl.createFeature(String namespace,
String name,
Object value)
Creates and returns an feature having the passed namespace, name and
value.
|
SFeature |
SNodeImpl.createFeature(String namespace,
String name,
Object value)
Creates and returns an feature having the passed namespace, name and
value.
|
SFeature |
SLayerImpl.createFeature(String namespace,
String name,
Object value)
Creates and returns an feature having the passed namespace, name and
value.
|
SFeature |
SRelationImpl.getFeature(String qName)
Returns an feature having the passed qualified name, if this container
contains such an feature.
|
SFeature |
SGraphImpl.getFeature(String qName)
Returns an feature having the passed qualified name, if this container
contains such an feature.
|
SFeature |
SAbstractAnnotationImpl.getFeature(String qName)
Returns an feature having the passed qualified name, if this container
contains such an feature.
|
SFeature |
SNodeImpl.getFeature(String qName)
Returns an feature having the passed qualified name, if this container
contains such an feature.
|
SFeature |
SLayerImpl.getFeature(String qName)
Returns an feature having the passed qualified name, if this container
contains such an feature.
|
SFeature |
SRelationImpl.getFeature(String namespace,
String name)
Returns an feature having the passed qualified name, if this container
contains such an feature.
|
SFeature |
SGraphImpl.getFeature(String namespace,
String name)
Returns an feature having the passed qualified name, if this container
contains such an feature.
|
SFeature |
SAbstractAnnotationImpl.getFeature(String namespace,
String name) |
SFeature |
SNodeImpl.getFeature(String namespace,
String name)
Returns an feature having the passed qualified name, if this container
contains such an feature.
|
SFeature |
SLayerImpl.getFeature(String namespace,
String name)
Returns an feature having the passed qualified name, if this container
contains such an feature.
|
| Modifier and Type | Method and Description |
|---|---|
Set<SFeature> |
SRelationImpl.createFeatures(String featureString)
This method parses the given feature String and adds an
SFeature
object for each feature being contained in that string to the given
SAnnotationContainer object. |
Set<SFeature> |
SGraphImpl.createFeatures(String featureString)
This method parses the given feature String and adds an
SFeature
object for each feature being contained in that string to the given
SAnnotationContainer object. |
Set<SFeature> |
SAbstractAnnotationImpl.createFeatures(String featureString)
This method parses the given feature String and adds an
SFeature
object for each feature being contained in that string to the given
SAnnotationContainer object. |
Set<SFeature> |
SNodeImpl.createFeatures(String featureString)
This method parses the given feature String and adds an
SFeature
object for each feature being contained in that string to the given
SAnnotationContainer object. |
Set<SFeature> |
SLayerImpl.createFeatures(String featureString)
This method parses the given feature String and adds an
SFeature
object for each feature being contained in that string to the given
SAnnotationContainer object. |
Iterator<SFeature> |
SRelationImpl.iterator_SFeature()
Returns an iterator to iterate over the
SFeature objects
contained by this container. |
Iterator<SFeature> |
SGraphImpl.iterator_SFeature()
Returns an iterator to iterate over the
SFeature objects
contained by this container. |
Iterator<SFeature> |
SAbstractAnnotationImpl.iterator_SFeature()
Returns an iterator to iterate over the
SFeature objects
contained by this container. |
Iterator<SFeature> |
SNodeImpl.iterator_SFeature()
Returns an iterator to iterate over the
SFeature objects
contained by this container. |
Iterator<SFeature> |
SLayerImpl.iterator_SFeature()
Returns an iterator to iterate over the
SFeature objects
contained by this container. |
| Modifier and Type | Method and Description |
|---|---|
void |
SRelationImpl.addFeature(SFeature feature)
Adds the passed feature to this container.
|
void |
SGraphImpl.addFeature(SFeature feature)
Adds the passed feature to this container.
|
void |
SAbstractAnnotationImpl.addFeature(SFeature feature)
Adds the passed feature to this container.
|
void |
SNodeImpl.addFeature(SFeature feature)
Adds the passed feature to this container.
|
void |
SLayerImpl.addFeature(SFeature feature)
Adds the passed feature to this container.
|
| Modifier and Type | Method and Description |
|---|---|
SFeature |
SaltFactoryImpl.createSFeature()
Creates a new
SFeature object of type SFeatureImpl. |
| Modifier and Type | Method and Description |
|---|---|
static <A extends SFeature> |
SAnnotationContainerHelper.getFeatures(SAnnotationContainer container)
Returns all
SFeature object, which are contained by the passed
container. |
| Modifier and Type | Method and Description |
|---|---|
static SFeature |
SAnnotationContainerHelper.createFeature(SAnnotationContainer container,
String namespace,
String name,
Object value) |
static SFeature |
SAnnotationContainerHelper.getFeature(SAnnotationContainer container,
String qName) |
| Modifier and Type | Method and Description |
|---|---|
static Set<SFeature> |
SAnnotationContainerHelper.createFeatures(SAnnotationContainer container,
String annotationString) |
static Iterator<SFeature> |
SAnnotationContainerHelper.iterator_SFeature(SAnnotationContainer container) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SAnnotationContainerHelper.addFeature(SAnnotationContainer container,
SFeature annotation) |
Copyright © 2009–2016 Humboldt-Universität zu Berlin, INRIA. All rights reserved.