public interface SNode extends Node, SAnnotationContainer, SNamedElement, SPathElement
| Modifier and Type | Method and Description |
|---|---|
SGraph |
getGraph()
Returns the container graph of this node.
|
List<SRelation> |
getInRelations()
When this node belongs to a
SGraph, a list of incoming relations
of this node are returned. |
Set<SLayer> |
getLayers()
Returns all layers containing this node.
|
List<SRelation> |
getOutRelations()
When this node belongs to a
SGraph, a list of outgoing relations
of this node are returned. |
addLayer, removeLayer, setGraphgetId, getIdentifier, setId, setIdentifieraddLabel, containsLabel, getLabel, getLabel, getLabels, getLabelsByNamespace, removeAll, removeLabel, removeLabel, sizeLabelsaddAnnotation, addFeature, addMetaAnnotation, addProcessingAnnotation, createAnnotation, createAnnotations, createFeature, createFeatures, createMetaAnnotation, createMetaAnnotations, createProcessingAnnotation, createProcessingAnnotations, getAnnotation, getAnnotation, getAnnotations, getFeature, getFeature, getFeatures, getMetaAnnotation, getMetaAnnotations, getProcessingAnnotation, getProcessingAnnotations, iterator_SAnnotation, iterator_SFeature, iterator_SMetaAnnotation, iterator_SProcessingAnnotationgetName, setNamegetPathList<SRelation> getOutRelations()
SGraph, a list of outgoing relations
of this node are returned.List<SRelation> getInRelations()
SGraph, a list of incoming relations
of this node are returned.Set<SLayer> getLayers()
Copyright © 2009–2019 Humboldt-Universität zu Berlin, INRIA. All rights reserved.