A B C D E F G H I K L M N O P R S T U V W 

A

AbbreviationDE - Class in org.corpus_tools.salt.common.tokenizer
This offers a set of german abbreviations.
AbbreviationDE() - Constructor for class org.corpus_tools.salt.common.tokenizer.AbbreviationDE
 
AbbreviationEN - Class in org.corpus_tools.salt.common.tokenizer
This offers a set of english abbreviations.
AbbreviationEN() - Constructor for class org.corpus_tools.salt.common.tokenizer.AbbreviationEN
 
AbbreviationFR - Class in org.corpus_tools.salt.common.tokenizer
This offers a set of french abbreviations.
AbbreviationFR() - Constructor for class org.corpus_tools.salt.common.tokenizer.AbbreviationFR
 
AbbreviationIT - Class in org.corpus_tools.salt.common.tokenizer
This offers a set of italian abbreviations.
AbbreviationIT() - Constructor for class org.corpus_tools.salt.common.tokenizer.AbbreviationIT
 
addAbbreviation(LanguageCode, HashSet<String>) - Method in class org.corpus_tools.salt.common.tokenizer.Tokenizer
Adds the given list of abbreviation to the internal map corresponding to given language.
addAbbreviation(LanguageCode, File) - Method in class org.corpus_tools.salt.common.tokenizer.Tokenizer
Adds the content of given file as a list of abbreviation to the internal map corresponding to given language.
addAnnotation(SAnnotation) - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
Adds the passed annotation to this container.
addAnnotation(SAnnotation) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Adds the passed annotation to this container.
addAnnotation(SAnnotation) - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
Adds the passed annotation to this container.
addAnnotation(SAnnotation) - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Adds the passed annotation to this container.
addAnnotation(SAnnotation) - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Adds the passed annotation to this container.
addAnnotation(SAnnotation) - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
Adds the passed annotation to this container.
addAnnotation(SAnnotationContainer, SAnnotation) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
 
addCorpusGraph(SCorpusGraph) - Method in class org.corpus_tools.salt.common.impl.SaltProjectImpl
Adds the passed SCorpusGraph object to the list of corpus graphs.
addCorpusGraph(SCorpusGraph) - Method in interface org.corpus_tools.salt.common.SaltProject
Adds the passed SCorpusGraph object to the list of corpus graphs.
addDocument(SCorpus, SDocument) - Method in class org.corpus_tools.salt.common.impl.SCorpusGraphImpl
Adds the given document to the SCorpusGraph object and creates an SCorpusDocumentRelation between the given corpus and the document, if and only if the corpus is already added to this object.
addDocument(SCorpus, SDocument) - Method in interface org.corpus_tools.salt.common.SCorpusGraph
Adds the given document to the SCorpusGraph object and creates an SCorpusDocumentRelation between the given corpus and the document, if and only if the corpus is already added to this object.
addFeature(SFeature) - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
Adds the passed feature to this container.
addFeature(SFeature) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Adds the passed feature to this container.
addFeature(SFeature) - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
Adds the passed feature to this container.
addFeature(SFeature) - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Adds the passed feature to this container.
addFeature(SFeature) - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Adds the passed feature to this container.
addFeature(SFeature) - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
Adds the passed feature to this container.
addFeature(SAnnotationContainer, SFeature) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
 
addLabel(Label) - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
Filters adding of name SFeature for name
addLabel(Label) - Method in class org.corpus_tools.salt.graph.impl.LabelableElementImpl
Adds the given Label object to the list of labels.
addLabel(Label) - Method in interface org.corpus_tools.salt.graph.LabelableElement
Adds the given Label object to the list of labels.
addLayer(SLayer) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Adds the passed layer to this graph.
addLayer(L) - Method in interface org.corpus_tools.salt.graph.Graph
Adds the passed layer to this graph.
addLayer(L) - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
Adds the passed layer to this graph.
addLayer(Layer) - Method in class org.corpus_tools.salt.graph.impl.NodeImpl
Adds this node to the passed layer.
addLayer(Layer) - Method in class org.corpus_tools.salt.graph.impl.RelationImpl
Adds this relation to the passed layer.
addLayer(Layer) - Method in interface org.corpus_tools.salt.graph.Node
Adds this node to the passed layer.
addLayer(Layer) - Method in interface org.corpus_tools.salt.graph.Relation
Adds this relation to the passed layer.
addMetaAnnotation(SMetaAnnotation) - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
Adds the passed meta annotation to this container.
addMetaAnnotation(SMetaAnnotation) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Adds the passed meta annotation to this container.
addMetaAnnotation(SMetaAnnotation) - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
Adds the passed meta annotation to this container.
addMetaAnnotation(SMetaAnnotation) - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Adds the passed meta annotation to this container.
addMetaAnnotation(SMetaAnnotation) - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Adds the passed meta annotation to this container.
addMetaAnnotation(SMetaAnnotation) - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
Adds the passed meta annotation to this container.
addMetaAnnotation(SAnnotationContainer, SMetaAnnotation) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
 
addNode(SNode, SNode, SALT_TYPE) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Creates and returns a 'SRelation' of the type given by sRelationType between source and target.
addNode(SNode, SNode, SALT_TYPE) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Creates and returns a 'SRelation' of the type given by sRelationType between source and target.
addNode(N) - Method in interface org.corpus_tools.salt.graph.Graph
Adds the passed node to this graph and updates indexes.
addNode(N) - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
Adds the passed node to this graph and updates indexes.
addNode(N) - Method in class org.corpus_tools.salt.graph.impl.LayerImpl
Adds the passed node to this layer.
addNode(N) - Method in interface org.corpus_tools.salt.graph.Layer
Adds the passed node to this layer.
addProcessingAnnotation(SProcessingAnnotation) - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
Adds the passed processing-annotation to this container.
addProcessingAnnotation(SProcessingAnnotation) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Adds the passed processing-annotation to this container.
addProcessingAnnotation(SProcessingAnnotation) - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
Adds the passed processing-annotation to this container.
addProcessingAnnotation(SProcessingAnnotation) - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Adds the passed processing-annotation to this container.
addProcessingAnnotation(SProcessingAnnotation) - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Adds the passed processing-annotation to this container.
addProcessingAnnotation(SProcessingAnnotation) - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
Adds the passed processing-annotation to this container.
addProcessingAnnotation(SAnnotationContainer, SProcessingAnnotation) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
 
addRelation(Relation<? extends Node, ? extends Node>) - Method in interface org.corpus_tools.salt.graph.Graph
Adds the passed relation to this graph and updates indexes.
addRelation(Relation<? extends Node, ? extends Node>) - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
Adds the passed relation to this graph and updates indexes.
addRelation(Relation<? extends Node, ? extends Node>) - Method in class org.corpus_tools.salt.graph.impl.LayerImpl
Adds the passed relation to this layer.
addRelation(Relation<? extends Node, ? extends Node>) - Method in interface org.corpus_tools.salt.graph.Layer
Adds the passed relation to this layer.
addSubCorpus(SCorpus, SCorpus) - Method in class org.corpus_tools.salt.common.impl.SCorpusGraphImpl
Adds the given sSubCorpus to the SCorpusGraph object and creates an SCorpusRelation between the given super corpus and the sub corpus, if and only if the super corpus is already added to this object.
addSubCorpus(SCorpus, SCorpus) - Method in interface org.corpus_tools.salt.common.SCorpusGraph
Adds the given sSubCorpus to the SCorpusGraph object and creates an SCorpusRelation between the given super corpus and the sub corpus, if and only if the super corpus is already added to this object.
addSubDiffs(Set<Difference>) - Method in class org.corpus_tools.salt.util.Difference
 
approximatedNodeDegree - Variable in class org.corpus_tools.salt.graph.impl.GraphImpl
Approximated node degree, which is GraphImpl.expectedRelations / GraphImpl.expectedNodes
ATT_EDGES - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-attribute 'edges'.
ATT_HREF - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-attribute 'href'.
ATT_LAYERS - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-attribute 'layers'.
ATT_NAME - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-attribute 'name'.
ATT_NAMESPACE - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-attribute 'namespace'.
ATT_NODES - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-attribute 'nodes'.
ATT_SNAME - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
ATT_SOURCE - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-attribute 'source'.
ATT_TARGET - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-attribute 'target'.
ATT_TYPE - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
ATT_VALUE - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-attribute 'value'.
ATT_VALUE_STRING - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
ATT_XMI_VERSION - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-attribute 'xmi:version'.
ATT_XSI_TYPE - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-attribute 'xsi:type'.

B

basic_addCorpusGraph(SCorpusGraph) - Method in class org.corpus_tools.salt.common.impl.SaltProjectImpl
Adds the corpus graph to the internal list of corpus graphs.
basic_removeCorpusGraph(SCorpusGraph) - Method in class org.corpus_tools.salt.common.impl.SaltProjectImpl
Removes the corpus graph to the internal list of corpus graphs.
basic_setDocument(SDocument) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
This is an internally used method.
basic_setDocumentGraph(SDocumentGraph) - Method in class org.corpus_tools.salt.common.impl.SDocumentImpl
This is an internally used method.
basic_setSaltProject(SaltProject) - Method in class org.corpus_tools.salt.common.impl.SCorpusGraphImpl
This is an internally used method.
basicAddLabel(Label) - Method in class org.corpus_tools.salt.graph.impl.LabelableElementImpl
This is an internally used method.
basicAddLayer(L) - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
This is an internally used method.
basicAddNode(SNode) - Method in class org.corpus_tools.salt.common.impl.SCorpusGraphImpl
Calls the super method an puts the given node into a node type index. an exception will be thrown.
basicAddNode(SNode) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Calls the super method an puts the given node into a node type index. an exception will be thrown.
basicAddNode(N) - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
This is an internally used method.
basicAddRelation(Relation<? extends Node, ? extends Node>) - Method in class org.corpus_tools.salt.common.impl.SCorpusGraphImpl
Calls the super method an puts the given relation into a relation type index. an exception will be thrown.
basicAddRelation(Relation<? extends Node, ? extends Node>) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Calls the super method an puts the given relation into a relation type index. an exception will be thrown.
basicAddRelation(Relation<? extends Node, ? extends Node>) - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
This is an internally used method.
basicRemoveLabel(String) - Method in class org.corpus_tools.salt.graph.impl.LabelableElementImpl
This is an internally used method.
basicRemoveLayer(L) - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
This is an internally used method.
basicRemoveNode(N) - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
This is an internally used method.
basicRemoveRelation(R) - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
This is an internally used method.
basicSetGraph(Graph) - Method in class org.corpus_tools.salt.graph.impl.LayerImpl
This is an internally used method.
basicSetGraph(Graph) - Method in class org.corpus_tools.salt.graph.impl.NodeImpl
This is an internally used method.
basicSetGraph(Graph) - Method in class org.corpus_tools.salt.graph.impl.RelationImpl
This is an internally used method.
basicSetLabelableElement(LabelableElement) - Method in class org.corpus_tools.salt.graph.impl.LabelImpl
This is an internally used method.

C

checkConstraint(SGraph.GRAPH_TRAVERSE_TYPE, String, SRelation<SNode, SNode>, SNode, long) - Method in interface org.corpus_tools.salt.core.GraphTraverseHandler
This method is called during a traversal to check if the current node and eventually its sub-graph shall be traversed or not.
checkConstraint(SGraph.GRAPH_TRAVERSE_TYPE, String, SRelation, SNode, long) - Method in class org.corpus_tools.salt.util.internal.persistence.dot.SCorpusGraphDOTWriter
 
checkConstraint(SGraph.GRAPH_TRAVERSE_TYPE, String, SRelation<SNode, SNode>, SNode, long) - Method in class org.corpus_tools.salt.util.internal.persistence.dot.SDocumentGraphDOTWriter
 
checkLanguage(String) - Static method in class org.corpus_tools.salt.common.tokenizer.Tokenizer
Tries to detect language and returns ISO 639-2 language code
class2SaltType(Class<? extends Object>...) - Static method in enum org.corpus_tools.salt.SALT_TYPE
Converts the given class, if it is a class of the Salt model into its corresponding SALT_TYPE.
clazz - Variable in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper.MyIterator
 
clearIndex(String) - Method in interface org.corpus_tools.salt.index.IndexMgr
Removes all entries contained in the index with the passed identifier
clearIndex(String) - Method in class org.corpus_tools.salt.index.IndexMgrImpl
Removes all entries contained in the index with the passed identifier
color - Variable in class org.corpus_tools.salt.util.internal.persistence.dot.DOTEdge
 
color - Variable in class org.corpus_tools.salt.util.internal.persistence.dot.DOTNode
 
compare(STextualRelation, STextualRelation) - Method in class org.corpus_tools.salt.util.STextualRelationSStartComparator
Returns -1 if o1 has less text position than o2, 0 if both have equal positions and 1 if o1 has higher text position than o2.
compare(SToken, SToken) - Method in class org.corpus_tools.salt.util.TokenStartComparator
Returns -1 if o1 has less text position than o2, 0 if both have equal positions and 1 if o1 has higher text position than o2.
compareAnnotationContainers(SAnnotationContainer, SAnnotationContainer, Set<Difference>) - Method in class org.corpus_tools.salt.util.internal.Diff
Checks whether two SAnnotationContainer objects are isomorph and returns true if this is the case, false otherwise.
compareIdentifiableElements(IdentifiableElement, IdentifiableElement, Set<Difference>) - Method in class org.corpus_tools.salt.util.internal.Diff
Checks whether two IdentifiableElement objects are isomorph.
compareLayers(SDocumentGraph, SDocumentGraph, Boolean) - Method in class org.corpus_tools.salt.util.internal.Diff
Compares all layers in template graph with all layers in other graph and searches for isomorphic partners.
compareRelations(SDocumentGraph, List<? extends SRelation>, SDocumentGraph, List<? extends SRelation>, Boolean) - Method in class org.corpus_tools.salt.util.internal.Diff
Compares all SPointingRelation of other and template graph.
computeSValueType() - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
 
container - Variable in class org.corpus_tools.salt.graph.impl.LabelImpl
The container of this object.
container - Variable in class org.corpus_tools.salt.util.Difference
Object containing the given object, e.g. used for layers
containsIndex(String) - Method in interface org.corpus_tools.salt.index.IndexMgr
Checks if an index with the passed identifier is registered.
containsIndex(String) - Method in class org.corpus_tools.salt.index.IndexMgrImpl
Checks if an index with the passed identifier is registered.
containsKey(String, K) - Method in interface org.corpus_tools.salt.index.IndexMgr
Returns whether the index having the passed identifier contains the passed key.
containsKey(String, K) - Method in class org.corpus_tools.salt.index.IndexMgrImpl
Returns whether the index having the passed identifier contains the passed key.
containsLabel(String) - Method in class org.corpus_tools.salt.graph.impl.LabelableElementImpl
Checks if this object has a Label object in its list having the given qualified name.
containsLabel(String) - Method in interface org.corpus_tools.salt.graph.LabelableElement
Checks if this object has a Label object in its list having the given qualified name.
containsLayer(String) - Method in interface org.corpus_tools.salt.graph.Graph
Returns whether this graph contains a Layer corresponding to the passed id.
containsLayer(String) - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
Returns whether this graph contains a Layer corresponding to the passed id.
containsNode(String) - Method in interface org.corpus_tools.salt.graph.Graph
Returns whether this graph contains a Node corresponding to the passed id.
containsNode(String) - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
Returns whether this graph contains a Node corresponding to the passed id.
containsRelation(String) - Method in interface org.corpus_tools.salt.graph.Graph
Returns whether this graph contains an Relation corresponding to the passed id.
containsRelation(String) - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
Returns whether this graph contains an Relation corresponding to the passed id.
convertFromSalt(OutputStream, SDocument...) - Static method in class org.corpus_tools.salt.util.internal.persistence.GraphMLWriter
 
copy(Label) - Method in class org.corpus_tools.salt.graph.impl.LabelImpl
This method the namespace, the name and the value from this object to the passed one and returns the passed one.
copy(T) - Method in interface org.corpus_tools.salt.util.Copyable
Takes a new 'empty' object and sets all its fields by copying by value.
Copyable<T> - Interface in org.corpus_tools.salt.util
An interface to ensure that an object is copyable.
createAbbriviations() - Static method in class org.corpus_tools.salt.common.tokenizer.AbbreviationDE
 
createAbbriviations() - Static method in class org.corpus_tools.salt.common.tokenizer.AbbreviationEN
 
createAbbriviations() - Static method in class org.corpus_tools.salt.common.tokenizer.AbbreviationFR
 
createAbbriviations() - Static method in class org.corpus_tools.salt.common.tokenizer.AbbreviationIT
 
createAnaphoricAnnotations(SDocument) - Static method in class org.corpus_tools.salt.samples.SampleGenerator
 
createAnnotation(String, String, Object) - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
Creates and returns an annotation having the passed namespace, name and value.
createAnnotation(String, String, Object) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Creates and returns an annotation having the passed namespace, name and value.
createAnnotation(String, String, Object) - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
Creates and returns an annotation having the passed namespace, name and value.
createAnnotation(String, String, Object) - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Creates and returns an annotation having the passed namespace, name and value.
createAnnotation(String, String, Object) - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Creates and returns an annotation having the passed namespace, name and value.
createAnnotation(String, String, Object) - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
Creates and returns an annotation having the passed namespace, name and value.
createAnnotation(SAnnotationContainer, String, String, Object) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
 
createAnnotations(String) - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
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.
createAnnotations(String) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
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.
createAnnotations(String) - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
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.
createAnnotations(String) - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
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.
createAnnotations(String) - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
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.
createAnnotations(String) - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
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.
createAnnotations(SAnnotationContainer, String) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
 
createCorpus(SCorpus, String) - Method in class org.corpus_tools.salt.common.impl.SCorpusGraphImpl
Creates a new SCorpus object having the name corpusName.
createCorpus(URI) - Method in class org.corpus_tools.salt.common.impl.SCorpusGraphImpl
Creates all SCorpus objects contained in the passed corpusPath and returns a list of all SCorpus objects.
createCorpus(SCorpus, String) - Method in interface org.corpus_tools.salt.common.SCorpusGraph
Creates a new SCorpus object having the name corpusName.
createCorpus(URI) - Method in interface org.corpus_tools.salt.common.SCorpusGraph
Creates all SCorpus objects contained in the passed corpusPath and returns a list of all SCorpus objects.
createCorpusGraph() - Method in class org.corpus_tools.salt.common.impl.SaltProjectImpl
Creates a new corpus graph and adds it to the Salt project.
createCorpusGraph() - Method in interface org.corpus_tools.salt.common.SaltProject
Creates a new corpus graph and adds it to the Salt project.
createCorpusStructure(SaltProject) - Static method in class org.corpus_tools.salt.samples.SampleGenerator
Creates the following corpus structure and adds it to the given salt project.
createCorpusStructure() - Static method in class org.corpus_tools.salt.samples.SampleGenerator
Creates the following structure: rootCorpus / \ subCorpus1 subCorpus2 / \ / \ doc1 doc2 doc3 doc4
createCorpusStructure(SCorpusGraph) - Static method in class org.corpus_tools.salt.samples.SampleGenerator
Creates the following structure: rootCorpus / \ subCorpus1 subCorpus2 / \ / \ doc1 doc2 doc3 doc4
createCorpusStructure_simple() - Static method in class org.corpus_tools.salt.samples.SampleGenerator
Creates the following structure: rootCorpus | doc1
createDependencies(SDocument) - Static method in class org.corpus_tools.salt.samples.SampleGenerator
This method creates the sample's dependency annotation.
createDialogue(SDocument) - Static method in class org.corpus_tools.salt.samples.SampleGenerator
Creates a SDocumentGraph containing to texts of two different speakers, who are aligned via the STimeline related to the SToken objects.
createDocument(SCorpus, String) - Method in class org.corpus_tools.salt.common.impl.SCorpusGraphImpl
Creates a SDocument object having the name documentName and is added to the given parentCorpus via a SCorpusDocumentRelation.
createDocument(URI) - Method in class org.corpus_tools.salt.common.impl.SCorpusGraphImpl
Creates all SCorpus objects contained in the passed corpusPath and assumes, that the last segment is a SDocument object.
createDocument(SCorpus, String) - Method in interface org.corpus_tools.salt.common.SCorpusGraph
Creates a SDocument object having the name documentName and is added to the given parentCorpus via a SCorpusDocumentRelation.
createDocument(URI) - Method in interface org.corpus_tools.salt.common.SCorpusGraph
Creates all SCorpus objects contained in the passed corpusPath and assumes, that the last segment is a SDocument object.
createDocumentStructure(SDocument) - Static method in class org.corpus_tools.salt.samples.SampleGenerator
Creates a document structure containing: primary text tokenization morphological annotations information structure annotation syntactical annotation anaphoric annotation
createFeature(String, String, Object) - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
Creates and returns an feature having the passed namespace, name and value.
createFeature(String, String, Object) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Creates and returns an feature having the passed namespace, name and value.
createFeature(String, String, Object) - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
Creates and returns an feature having the passed namespace, name and value.
createFeature(String, String, Object) - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Creates and returns an feature having the passed namespace, name and value.
createFeature(String, String, Object) - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Creates and returns an feature having the passed namespace, name and value.
createFeature(String, String, Object) - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
Creates and returns an feature having the passed namespace, name and value.
createFeature(SAnnotationContainer, String, String, Object) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
 
createFeatures(String) - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
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.
createFeatures(String) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
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.
createFeatures(String) - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
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.
createFeatures(String) - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
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.
createFeatures(String) - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
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.
createFeatures(String) - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
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.
createFeatures(SAnnotationContainer, String) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
 
createGraph() - Static method in class org.corpus_tools.salt.graph.GraphFactory
Creates a new Graph object of type GraphImpl.
createGraph() - Method in interface org.corpus_tools.salt.graph.IGraphFactory
Creates a new Graph object of type GraphImpl.
createGraph() - Method in class org.corpus_tools.salt.graph.impl.GraphFactoryImpl
 
createIdentifier(IdentifiableElement, String) - Static method in class org.corpus_tools.salt.graph.GraphFactory
Creates a new Identifier object of type IdentifierImpl.
createIdentifier(IdentifiableElement, String) - Method in interface org.corpus_tools.salt.graph.IGraphFactory
Creates a new Identifier object of type IdentifierImpl.
createIdentifier(IdentifiableElement, String) - Method in class org.corpus_tools.salt.graph.impl.GraphFactoryImpl
 
createIdentifier(IdentifiableElement, String) - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new Identifier object of type IdentifierImpl.
createIndex(String, Class<K>, Class<V>) - Method in interface org.corpus_tools.salt.index.IndexMgr
Creates a new index which could be accessed via the passed identifier.
createIndex(String, Class<K>, Class<V>, int, int) - Method in interface org.corpus_tools.salt.index.IndexMgr
Creates a new index which could be accessed via the passed identifier.
createIndex(String, Class<K>, Class<V>) - Method in class org.corpus_tools.salt.index.IndexMgrImpl
Creates a new index which could be accessed via the passed identifier.
createIndex(String, Class<K>, Class<V>, int, int) - Method in class org.corpus_tools.salt.index.IndexMgrImpl
Creates a new index which could be accessed via the passed identifier.
createInformationStructureAnnotations(SDocument) - Static method in class org.corpus_tools.salt.samples.SampleGenerator
Annotates the SSpan objects above the tokenization with information structural annotations.
createInformationStructureSpan(SDocument) - Static method in class org.corpus_tools.salt.samples.SampleGenerator
Creates SSpan object above the tokenization.
createLabel() - Static method in class org.corpus_tools.salt.graph.GraphFactory
Creates a new Label object of type LabelImpl.
createLabel() - Method in interface org.corpus_tools.salt.graph.IGraphFactory
Creates a new Label object of type LabelImpl.
createLabel() - Method in class org.corpus_tools.salt.graph.impl.GraphFactoryImpl
 
createLayer() - Static method in class org.corpus_tools.salt.graph.GraphFactory
Creates a new Layer object.
createLayer() - Method in interface org.corpus_tools.salt.graph.IGraphFactory
Creates a new Layer object.
createLayer() - Method in class org.corpus_tools.salt.graph.impl.GraphFactoryImpl
 
createMetaAnnotation(String, String, Object) - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
Creates and returns a meta annotation having the passed namespace, name and value.
createMetaAnnotation(String, String, Object) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Creates and returns a meta annotation having the passed namespace, name and value.
createMetaAnnotation(String, String, Object) - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
Creates and returns a meta annotation having the passed namespace, name and value.
createMetaAnnotation(String, String, Object) - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Creates and returns a meta annotation having the passed namespace, name and value.
createMetaAnnotation(String, String, Object) - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Creates and returns a meta annotation having the passed namespace, name and value.
createMetaAnnotation(String, String, Object) - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
Creates and returns a meta annotation having the passed namespace, name and value.
createMetaAnnotation(SAnnotationContainer, String, String, Object) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
 
createMetaAnnotations(String) - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
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.
createMetaAnnotations(String) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
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.
createMetaAnnotations(String) - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
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.
createMetaAnnotations(String) - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
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.
createMetaAnnotations(String) - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
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.
createMetaAnnotations(String) - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
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.
createMetaAnnotations(SAnnotationContainer, String) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
 
createMorphologyAnnotations(SDocument) - Static method in class org.corpus_tools.salt.samples.SampleGenerator
Creates morphological annotations (pos and lemma) for the tokenized sample and adds them to each SToken object as SPOSAnnotation or SLemmaAnnotation object.
createNode() - Static method in class org.corpus_tools.salt.graph.GraphFactory
Creates a new Node object of type NodeImpl.
createNode() - Method in interface org.corpus_tools.salt.graph.IGraphFactory
Creates a new Node object of type NodeImpl.
createNode() - Method in class org.corpus_tools.salt.graph.impl.GraphFactoryImpl
 
createObjectFromString(String) - Method in class org.corpus_tools.salt.util.internal.persistence.SaltXML10Handler
 
createParallelData(SDocument) - Static method in class org.corpus_tools.salt.samples.SampleGenerator
 
createParallelData(SDocument, boolean) - Static method in class org.corpus_tools.salt.samples.SampleGenerator
Creates a small parallel corpus, containing an english and a german text.
createPrimaryData(SDocument) - Static method in class org.corpus_tools.salt.samples.SampleGenerator
Creates an STextualDS object containing the primary text SampleGenerator.PRIMARY_TEXT_EN and adds the object to the SDocumentGraph being contained by the given SDocument object.
createPrimaryData(SDocument, String) - Static method in class org.corpus_tools.salt.samples.SampleGenerator
Creates a STextualDS object containing the primary text SampleGenerator.PRIMARY_TEXT_EN, which is either an english text or its german translation and adds the object to the SDocumentGraph being contained by the given SDocument object.
createProcessingAnnotation(String, String, Object) - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
Creates and returns a processing-annotation having the passed namespace, name and value.
createProcessingAnnotation(String, String, Object) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Creates and returns a processing-annotation having the passed namespace, name and value.
createProcessingAnnotation(String, String, Object) - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
Creates and returns a processing-annotation having the passed namespace, name and value.
createProcessingAnnotation(String, String, Object) - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Creates and returns a processing-annotation having the passed namespace, name and value.
createProcessingAnnotation(String, String, Object) - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Creates and returns a processing-annotation having the passed namespace, name and value.
createProcessingAnnotation(String, String, Object) - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
Creates and returns a processing-annotation having the passed namespace, name and value.
createProcessingAnnotation(SAnnotationContainer, String, String, Object) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
 
createProcessingAnnotations(String) - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
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.
createProcessingAnnotations(String) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
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.
createProcessingAnnotations(String) - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
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.
createProcessingAnnotations(String) - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
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.
createProcessingAnnotations(String) - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
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.
createProcessingAnnotations(String) - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
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.
createProcessingAnnotations(SAnnotationContainer, String) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
 
createQName(String, String) - Static method in class org.corpus_tools.salt.util.SaltUtil
Returns the concatenation of a labels namespace and a labels name as a qualified name: qname= NAMESPACE "::" NAME.
createRelation(SNode, SNode, SALT_TYPE, String) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Creates a SRelation object, and sets its sSource and sTarget to the passed ones.
createRelation(SNode, SNode, SALT_TYPE, String) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Creates a SRelation object, and sets its sSource and sTarget to the passed ones.
createRelation() - Static method in class org.corpus_tools.salt.graph.GraphFactory
Creates a new Relation object of type RelationImpl.
createRelation() - Method in interface org.corpus_tools.salt.graph.IGraphFactory
Creates a new Relation object of type RelationImpl.
createRelation() - Method in class org.corpus_tools.salt.graph.impl.GraphFactoryImpl
 
createSaltProject() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SaltProject.
createSaltProject() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SaltProject.
createSaltProject() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SaltProject.
createSaltProject() - Static method in class org.corpus_tools.salt.samples.SampleGenerator
Creates a complete SaltProject object having the complex structure rootCorpus / \ subCorpus1 subCorpus2 / \ / \ doc1 doc2 doc3 doc4
createSaltURI(String) - Static method in class org.corpus_tools.salt.util.SaltUtil
Creates a Salt URI from the passed path.
createSAnnotation() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SAnnotation object of type SAnnotationImpl.
createSAnnotation() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SAnnotation object of type SAnnotationImpl.
createSAnnotation() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SAnnotation object of type SAnnotation.
createSCatAnnotation() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SCatAnnotation object.
createSCatAnnotation() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SCatAnnotation object.
createSCatAnnotation() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SCatAnnotation object.
createSCorpus() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SCorpus object.
createSCorpus() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SCorpus object.
createSCorpus() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SCorpus object.
createSCorpusDocumentRelation() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SCorpusDocumentRelation object.
createSCorpusDocumentRelation() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SCorpusDocumentRelation object.
createSCorpusDocumentRelation() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SCorpusDocumentRelation object.
createSCorpusGraph() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SCorpusGraph object.
createSCorpusGraph() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SCorpusGraph object.
createSCorpusGraph() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SCorpusGraph object.
createSCorpusRelation() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SCorpusRelation object.
createSCorpusRelation() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SCorpusRelation object.
createSCorpusRelation() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SCorpusRelation object.
createSDocument() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SDocument object.
createSDocument() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SDocument object.
createSDocument() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SDocument object.
createSDocumentGraph() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SDocumentGraph object.
createSDocumentGraph() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SDocumentGraph object.
createSDocumentGraph() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SDocumentGraph object.
createSDominanceRelation() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SDominanceRelation object.
createSDominanceRelation() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SDominanceRelation object.
createSDominanceRelation() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SDominanceRelation object.
createSFeature() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SFeature object of type SFeatureImpl.
createSFeature() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SFeature object of type SFeatureImpl.
createSFeature() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SFeature object of type SFeature.
createSGraph() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SGraph object of type SGraphImpl.
createSGraph() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SGraph object of type SGraphImpl.
createSGraph() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SGraph object of type SGraph.
createSLayer() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SLayer object of type SLayerImpl.
createSLayer() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SLayer object of type SLayerImpl.
createSLayer() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SLayer object of type SLayer.
createSLemmaAnnotation() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SLemmaAnnotation object.
createSLemmaAnnotation() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SLemmaAnnotation object.
createSLemmaAnnotation() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SLemmaAnnotation object.
createSMedialDS() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SMedialDS object.
createSMedialDS() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SMedialDS object.
createSMedialDS() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SMedialDS object.
createSMedialRelation() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SMedialRelation object.
createSMedialRelation() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SMedialRelation object.
createSMedialRelation() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SMedialRelation object.
createSMetaAnnotation() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SMetaAnnotation object of type SMetaAnnotationImpl.
createSMetaAnnotation() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SMetaAnnotation object of type SMetaAnnotationImpl.
createSMetaAnnotation() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SMetaAnnotation object of type SMetaAnnotation.
createSNode() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SNode object of type SNodeImpl.
createSNode() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SNode object of type SNodeImpl.
createSNode() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SNode object of type SNode.
createSOrderRelation() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SOrderRelation object.
createSOrderRelation() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SOrderRelation object.
createSOrderRelation() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SOrderRelation object.
createSpan(List<SToken>) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Creates a SSpan object, adds it to the graph and returns the new object.
createSpan(SToken...) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Creates a new SSpan object, adds it to the graph and returns the new object.
createSpan(SToken...) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Creates a new SSpan object, adds it to the graph and returns the new object.
createSpan(List<SToken>) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Creates a SSpan object, adds it to the graph and returns the new object.
createSPointingRelation() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SPointingRelation object.
createSPointingRelation() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SPointingRelation object.
createSPointingRelation() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SPointingRelation object.
createSPOSAnnotation() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SPOSAnnotation object.
createSPOSAnnotation() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SPOSAnnotation object.
createSPOSAnnotation() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SPOSAnnotation object.
createSProcessingAnnotation() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SProcessingAnnotation object of type SProcessingAnnotationImpl.
createSProcessingAnnotation() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SProcessingAnnotation object of type SProcessingAnnotationImpl.
createSProcessingAnnotation() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SProcessingAnnotation object of type SProcessingAnnotation.
createSRelation() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SRelation object of type SRelationImpl.
createSRelation() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SRelation object of type SRelationImpl.
createSRelation() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SRelation object of type SRelation.
createSSentenceAnnotation() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SSentenceAnnotation object.
createSSentenceAnnotation() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SSentenceAnnotation object.
createSSentenceAnnotation() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SSentenceAnnotation object.
createSSpan() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SSpan object.
createSSpan() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SSpan object.
createSSpan() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SSpan object.
createSSpanningRelation() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SSpanningRelation object of type SSpanningRelationImpl.
createSSpanningRelation() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SSpanningRelation object.
createSSpanningRelation() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SSpanningRelation object.
createSStructure() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SStructure object.
createSStructure() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SStructure object.
createSStructure() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SStructure object.
createSTextualDS() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new STextualDS object.
createSTextualDS() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new STextualDS object.
createSTextualDS() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new STextualDS object.
createSTextualRelation() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new STextualRelation object.
createSTextualRelation() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new STextualRelation object.
createSTextualRelation() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new STextualRelation object.
createSTimeline() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new STimeline object.
createSTimeline() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new STimeline object.
createSTimeline() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new STimeline object.
createSTimelineRelation() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new STimelineRelation object.
createSTimelineRelation() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new STimelineRelation object.
createSTimelineRelation() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new STimelineRelation object.
createSToken() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SToken object.
createSToken() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SToken object.
createSToken() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SToken object.
createStructure(List<SStructuredNode>) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Creates a new SStructure object, adds it to the graph and returns the new object.
createStructure(SStructuredNode...) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Creates a new SStructure object, adds it to the graph and returns the new object.
createStructure(SStructuredNode...) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Creates a new SStructure object, adds it to the graph and returns the new object.
createStructure(List<SStructuredNode>) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Creates a new SStructure object, adds it to the graph and returns the new object.
createSTypeAnnotation() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new STypeAnnotation object.
createSTypeAnnotation() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new STypeAnnotation object.
createSTypeAnnotation() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new STypeAnnotation object.
createSWordAnnotation() - Method in class org.corpus_tools.salt.impl.SaltFactoryImpl
Creates a new SWordAnnotation object.
createSWordAnnotation() - Method in interface org.corpus_tools.salt.ISaltFactory
Creates a new SWordAnnotation object.
createSWordAnnotation() - Static method in class org.corpus_tools.salt.SaltFactory
Creates a new SWordAnnotation object.
createSyntaxAnnotations(SDocument) - Static method in class org.corpus_tools.salt.samples.SampleGenerator
This method creates the categorical annotations for the nodes of the sample syntax tree created in SampleGenerator.createSyntaxStructure(SDocument).
createSyntaxStructure(SDocument) - Static method in class org.corpus_tools.salt.samples.SampleGenerator
Creates a syntax structure for the given SDocument object.
createTextualDS(String) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Creates and adds a new STextualDS node object and sets its text to the passed one and adds it to the graph.
createTextualDS(String) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Creates and adds a new STextualDS node object and sets its text to the passed one and adds it to the graph.
createTimeline() - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Creates an STimeline object being contained in this SDocumentGraph object.
createTimeline() - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Creates an STimeline object being contained in this SDocumentGraph object.
createToken(List<DataSourceSequence>) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Creates a new SToken object and adds it to the graph.
createToken(SSequentialDS, Integer, Integer) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Creates a new SToken object and adds it to the graph.
createToken(DataSourceSequence) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Creates a new SToken object and adds it to the graph.
createToken(List<DataSourceSequence>) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Creates a new SToken object and adds it to the graph.
createToken(DataSourceSequence) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Creates a new SToken object and adds it to the graph.
createToken(SSequentialDS, Integer, Integer) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Creates a new SToken object and adds it to the graph.
createToken(int, int, STextualDS, SDocument, SLayer) - Static method in class org.corpus_tools.salt.samples.SampleGenerator
Creates a SToken covering the passed position and returns it.
createTokenizer() - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Creates a new Tokenizer object to tokenize the set STextualDS objects being contained in this SDocumentGraph object.
createTokenizer() - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Creates a new Tokenizer object to tokenize the set STextualDS objects being contained in this SDocumentGraph object.
createTokens(SDocument) - Static method in class org.corpus_tools.salt.samples.SampleGenerator
Creates a set of SToken objects tokenizing the primary text SampleGenerator.PRIMARY_TEXT_EN in to the following tokens: Is this example more complicated than it appears to be ?
createTokens(SDocument, STextualDS) - Static method in class org.corpus_tools.salt.samples.SampleGenerator
Creates a set of SToken objects tokenizing the primary text SampleGenerator.PRIMARY_TEXT_EN or SampleGenerator.PRIMARY_TEXT_DE depending on the given STextualDS object in to the following tokens: Is this example more complicated than it appears to be ?
createUntypedParallelData(SDocument) - Static method in class org.corpus_tools.salt.samples.SampleGenerator
Creates a small parallel corpus, containing an english and a german text.

D

dataSource - Variable in class org.corpus_tools.salt.util.DataSourceSequence
data source which is addressed by this sequence
DataSourceAccessor - Class in org.corpus_tools.salt.util.internal
Provides some methods for an easier access to objects being contained by a given SDocumentGraph object.
DataSourceAccessor() - Constructor for class org.corpus_tools.salt.util.internal.DataSourceAccessor
 
DataSourceAccessor.TRAVERSION_TYPE - Enum in org.corpus_tools.salt.util.internal
types of traversions, used by the several methods, used as id for traversion
DataSourceSequence<P extends Number> - Class in org.corpus_tools.salt.util
This class is a helper class to address a sequence inside a data source.
DataSourceSequence() - Constructor for class org.corpus_tools.salt.util.DataSourceSequence
 
DataSourceSequence(SSequentialDS, P, P) - Constructor for class org.corpus_tools.salt.util.DataSourceSequence
 
delegate - Variable in class org.corpus_tools.salt.graph.impl.NodeImpl
A delegate object of the same type.
delegate - Variable in class org.corpus_tools.salt.graph.impl.RelationImpl
A delegate object of the same type.
delegatee - Variable in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper.MyIterator
The real iterator, to which this iterator delegates its methods
Diff - Class in org.corpus_tools.salt.util.internal
This class compares two SDocumentGraph objects for isomorphie.
Diff(SDocumentGraph, SDocumentGraph) - Constructor for class org.corpus_tools.salt.util.internal.Diff
Initializes Diff object with the two graphs template and other.
Diff(SDocumentGraph, SDocumentGraph, Map<String, Boolean>) - Constructor for class org.corpus_tools.salt.util.internal.Diff
 
DIFF_TYPES - Enum in org.corpus_tools.salt.util
Defines types of differences between two SDocumentGraph objects.
Difference - Class in org.corpus_tools.salt.util
Objects of this class are produces by SDocumentGraph.findDiffs(SDocumentGraph) to determine differences between two SDocumentGraph objects.
Difference(Object, Object, Object, DIFF_TYPES) - Constructor for class org.corpus_tools.salt.util.Difference
 
DiffOptions - Class in org.corpus_tools.salt.util
This class defines an option map to customize the isomorphie check of two graphs.
DiffOptions() - Constructor for class org.corpus_tools.salt.util.DiffOptions
Creates a new option map, to compute the differences in an isomorphic comparison of graphs.
diffType - Variable in class org.corpus_tools.salt.util.Difference
type of the difference
DOTEdge - Class in org.corpus_tools.salt.util.internal.persistence.dot
 
DOTEdge() - Constructor for class org.corpus_tools.salt.util.internal.persistence.dot.DOTEdge
 
DOTNode - Class in org.corpus_tools.salt.util.internal.persistence.dot
 
DOTNode() - Constructor for class org.corpus_tools.salt.util.internal.persistence.dot.DOTNode
 

E

end - Variable in class org.corpus_tools.salt.util.DataSourceSequence
end value for this sequence
endElement(String, String, String) - Method in class org.corpus_tools.salt.util.internal.persistence.SaltXML10Handler
 
EXPECTED_NUMBER_OF_LABELS - Static variable in class org.corpus_tools.salt.graph.impl.LabelableElementImpl
Determines the expected number of labels.
expectedNodes - Variable in class org.corpus_tools.salt.graph.impl.GraphImpl
Number of expected nodes to initialize indexes
expectedRelations - Variable in class org.corpus_tools.salt.graph.impl.GraphImpl
Number of expected relations to initialize indexes

F

F_CHAR - Static variable in class org.corpus_tools.salt.common.tokenizer.Tokenizer
 
FEAT_NAME - Static variable in class org.corpus_tools.salt.util.SaltUtil
Name for SFeature to store the name of a node, relation, graph or label.
FEAT_NAME_QNAME - Static variable in class org.corpus_tools.salt.util.SaltUtil
Qualified name for SFeature to store the name of a node, relation, graph or label.
FEAT_SDATA - Static variable in class org.corpus_tools.salt.util.SaltUtil
The name of the SFeature for the data label for textual sources, etc..
FEAT_SDATA_QNAME - Static variable in class org.corpus_tools.salt.util.SaltUtil
Qualified name name of the SFeature for the data label for textual sources, etc..
FEAT_SDOCUMENT - Static variable in class org.corpus_tools.salt.util.SaltUtil
Name for SFeature to store the SDocument corresponding to a SDocumentGraph object
FEAT_SDOCUMENT_GRAPH - Static variable in class org.corpus_tools.salt.util.SaltUtil
Name for SFeature to store the SDocumentGraph in a SDocument object
FEAT_SDOCUMENT_GRAPH_LOCATION - Static variable in class org.corpus_tools.salt.util.SaltUtil
Name for SFeature to store the uri reference of a SDocumentGraph in a SDocument
FEAT_SDOCUMENT_GRAPH_LOCATION_QNAME - Static variable in class org.corpus_tools.salt.util.SaltUtil
Qualified name name for SFeature to store the uri reference of a SDocumentGraph in a SDocument
FEAT_SDOCUMENT_GRAPH_QNAME - Static variable in class org.corpus_tools.salt.util.SaltUtil
Qualified name for SFeature to store the SDocumentGraph in a SDocument object
FEAT_SDOCUMENT_QNAME - Static variable in class org.corpus_tools.salt.util.SaltUtil
Qualified name for SFeature to store the SDocument corresponding to a SDocumentGraph object
FEAT_SEND - Static variable in class org.corpus_tools.salt.util.SaltUtil
The name of the SFeature for the end value.
FEAT_SEND_QNAME - Static variable in class org.corpus_tools.salt.util.SaltUtil
The qualified name of the name of the SFeature for the end value.
FEAT_SMEDIA_REFERNCE - Static variable in class org.corpus_tools.salt.util.SaltUtil
The name of the SFeature for the reference to an audio file.
FEAT_SMEDIA_REFERNCE_QNAME - Static variable in class org.corpus_tools.salt.util.SaltUtil
The qualified name of the name of the SFeature for the reference to an audio file.
FEAT_SSTART - Static variable in class org.corpus_tools.salt.util.SaltUtil
The name of the SFeature for the start value.
FEAT_SSTART_QNAME - Static variable in class org.corpus_tools.salt.util.SaltUtil
The qualified name of the name of the SFeature for the start value.
FEAT_TYPE - Static variable in class org.corpus_tools.salt.util.SaltUtil
Name for SFeature to store the type of a relation.
FEAT_TYPE_QNAME - Static variable in class org.corpus_tools.salt.util.SaltUtil
Qualified name for SFeature to store the type of a relation.
FEAT_VALUE_DATATYPE - Static variable in class org.corpus_tools.salt.util.SaltUtil
Name for SFeature to store the type of a labels value.
FILE_ENDING_DOT - Static variable in class org.corpus_tools.salt.util.SaltUtil
The ending of a dot file.
FILE_ENDING_SALT_XML - Static variable in class org.corpus_tools.salt.util.SaltUtil
The ending of a Salt XML file.
FILE_SALT_PROJECT - Static variable in class org.corpus_tools.salt.util.SaltUtil
Default name of the saltProject file.
findDiffs(SDocumentGraph) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Compares the passed graph with the current one and returns if they are isomorph or not.
findDiffs(SDocumentGraph, DiffOptions) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Compares the passed graph with the current one and returns if they are isomorph or not.
findDiffs(SDocumentGraph) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Compares the passed graph with the current one and returns if they are isomorph or not.
findDiffs(SDocumentGraph, DiffOptions) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Compares the passed graph with the current one and returns if they are isomorph or not.
findDiffs() - Method in class org.corpus_tools.salt.util.internal.Diff
Compares the set graphs and returns if they are isomorphic or not.
fromId - Variable in class org.corpus_tools.salt.util.internal.persistence.dot.DOTEdge
 

G

get(String, K) - Method in interface org.corpus_tools.salt.index.IndexMgr
Returns the value corresponding to the passed key, which is contained in the index with the passed identifier.
get(String, K) - Method in class org.corpus_tools.salt.index.IndexMgrImpl
Returns the value corresponding to the passed key, which is contained in the index with the passed identifier.
getAbbreviations(LanguageCode) - Method in class org.corpus_tools.salt.common.tokenizer.Tokenizer
Returns a list of abbreviations corresponding to the given language.
getAll(String, K) - Method in interface org.corpus_tools.salt.index.IndexMgr
Returns the set of values corresponding to the passed key, which is contained in the index with the passed identifier.
getAll(String, K) - Method in class org.corpus_tools.salt.index.IndexMgrImpl
Returns the set of values corresponding to the passed key, which is contained in the index with the passed identifier.
getAnnotation(String) - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
Returns an annotation having the passed qualified name, if this container contains such an annotation.
getAnnotation(String, String) - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
Returns an annotation having the passed qualified name, if this container contains such an annotation.
getAnnotation(String) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Returns an annotation having the passed qualified name, if this container contains such an annotation.
getAnnotation(String, String) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Returns an annotation having the passed qualified name, if this container contains such an annotation.
getAnnotation(String) - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
Returns an annotation having the passed qualified name, if this container contains such an annotation.
getAnnotation(String, String) - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
Returns an annotation having the passed qualified name, if this container contains such an annotation.
getAnnotation(String) - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Returns an annotation having the passed qualified name, if this container contains such an annotation.
getAnnotation(String, String) - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Returns an annotation having the passed qualified name, if this container contains such an annotation.
getAnnotation(String) - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Returns an annotation having the passed qualified name, if this container contains such an annotation.
getAnnotation(String, String) - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Returns an annotation having the passed qualified name, if this container contains such an annotation.
getAnnotation(String) - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
Returns an annotation having the passed qualified name, if this container contains such an annotation.
getAnnotation(String, String) - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
Returns an annotation having the passed qualified name, if this container contains such an annotation.
getAnnotation(SAnnotationContainer, String) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
 
getAnnotation(Integer, Set<P>) - Static method in class org.corpus_tools.salt.util.SaltUtil
Returns the annotation at position idx in the passed set of annotations.
getAnnotations() - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
Returns all annotations contained by this object.
getAnnotations() - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Returns all annotations contained by this object.
getAnnotations() - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
Returns all annotations contained by this object.
getAnnotations() - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Returns all annotations contained by this object.
getAnnotations() - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Returns all annotations contained by this object.
getAnnotations() - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
Returns all annotations contained by this object.
getAnnotations(SAnnotationContainer) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
Returns all SAnnotation object, which are contained by the passed container.
getChildren(SNode, SALT_TYPE) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns a list of nodes in base document.
getChildren(SNode, SALT_TYPE) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns a list of nodes in base document.
getContainer() - Method in class org.corpus_tools.salt.graph.impl.LabelImpl
Returns the container element, which contains this label.
getContainer() - Method in interface org.corpus_tools.salt.graph.Label
Returns the container element, which contains this label.
getCorpora() - Method in class org.corpus_tools.salt.common.impl.SCorpusGraphImpl
Returns all corpora contained in this corpus structure.
getCorpora() - Method in interface org.corpus_tools.salt.common.SCorpusGraph
Returns all corpora contained in this corpus structure.
getCorpus(Identifier) - Method in class org.corpus_tools.salt.common.impl.SCorpusGraphImpl
Returns a corpus matching the passed identifier if such a corpus is contained in this corpus structure.
getCorpus(SDocument) - Method in class org.corpus_tools.salt.common.impl.SCorpusGraphImpl
Returns the SCorpus object, which contains the given SDocument object (means the SCorpus object and the given SDocument object must be connected via a SCorpusDocumentRelation object).
getCorpus(Identifier) - Method in interface org.corpus_tools.salt.common.SCorpusGraph
Returns a corpus matching the passed identifier if such a corpus is contained in this corpus structure.
getCorpus(SDocument) - Method in interface org.corpus_tools.salt.common.SCorpusGraph
Returns the SCorpus object, which contains the given SDocument object (means the SCorpus object and the given SDocument object must be connected via a SCorpusDocumentRelation object).
getCorpusDocumentRelations() - Method in class org.corpus_tools.salt.common.impl.SCorpusGraphImpl
Returns all corpus-document relations contained in this corpus structure.
getCorpusDocumentRelations() - Method in interface org.corpus_tools.salt.common.SCorpusGraph
Returns all corpus-document relations contained in this corpus structure.
getCorpusGraphs() - Method in class org.corpus_tools.salt.common.impl.SaltProjectImpl
Returns all corpus structures contained in this project.
getCorpusGraphs() - Method in interface org.corpus_tools.salt.common.SaltProject
Returns all corpus structures contained in this project.
getCorpusRelations() - Method in class org.corpus_tools.salt.common.impl.SCorpusGraphImpl
Returns all corpus-corpus relations contained in this corpus structure.
getCorpusRelations() - Method in interface org.corpus_tools.salt.common.SCorpusGraph
Returns all corpus-corpus relations contained in this corpus structure.
getData() - Method in class org.corpus_tools.salt.common.impl.SSequentialDSImpl
getData() - Method in interface org.corpus_tools.salt.common.SSequentialDS
 
getDataSource() - Method in class org.corpus_tools.salt.util.DataSourceSequence
 
getDelegate() - Method in class org.corpus_tools.salt.graph.impl.NodeImpl
Returns the delegate object.
getDelegate() - Method in class org.corpus_tools.salt.graph.impl.RelationImpl
Returns the delegate object.
getDelegate() - Method in interface org.corpus_tools.salt.graph.Relation
Returns the delegate object.
getDocument(Identifier) - Method in class org.corpus_tools.salt.common.impl.SCorpusGraphImpl
Returns a document matching the passed identifier if such a document is contained in this document structure.
getDocument() - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns the SDocument object containing this graph object.
getDocument(Identifier) - Method in interface org.corpus_tools.salt.common.SCorpusGraph
Returns a document matching the passed identifier if such a document is contained in this document structure.
getDocument() - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns the SDocument object containing this graph object.
getDocumentGraph() - Method in class org.corpus_tools.salt.common.impl.SDocumentImpl
Returns the document structure which belongs to this document.
getDocumentGraph() - Method in interface org.corpus_tools.salt.common.SDocument
Returns the document structure which belongs to this document.
getDocumentGraph() - Method in class org.corpus_tools.salt.common.tokenizer.SimpleTokenizer
 
getDocumentGraph() - Method in class org.corpus_tools.salt.common.tokenizer.Tokenizer
 
getDocumentGraph() - Method in class org.corpus_tools.salt.util.internal.persistence.dot.SDocumentGraphDOTWriter
 
getDocumentGraph() - Method in class org.corpus_tools.salt.util.STextualRelationSStartComparator
Returns the SDocumentGraph object which contains the tokens to be compared.
getDocumentGraph() - Method in class org.corpus_tools.salt.util.TokenStartComparator
Returns the SDocumentGraph object which contains the tokens to be compared.
getDocumentGraphLocation() - Method in class org.corpus_tools.salt.common.impl.SDocumentImpl
Returns the location of the contained SDocumentGraph object, in case it is persisted.
getDocumentGraphLocation() - Method in interface org.corpus_tools.salt.common.SDocument
Returns the location of the contained SDocumentGraph object, in case it is persisted.
getDocuments() - Method in class org.corpus_tools.salt.common.impl.SCorpusGraphImpl
Returns all documents objects contained in this corpus structure.
getDocuments() - Method in interface org.corpus_tools.salt.common.SCorpusGraph
Returns all documents objects contained in this corpus structure.
getDominanceRelations() - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
getDominanceRelations() - Method in interface org.corpus_tools.salt.common.SDocumentGraph
 
getEnd() - Method in class org.corpus_tools.salt.common.impl.SMedialDSImpl
getEnd() - Method in class org.corpus_tools.salt.common.impl.SSequentialDSImpl
getEnd() - Method in class org.corpus_tools.salt.common.impl.SSequentialRelationImpl
getEnd() - Method in class org.corpus_tools.salt.common.impl.STextualDSImpl
.
getEnd() - Method in class org.corpus_tools.salt.common.impl.STimelineImpl
getEnd() - Method in interface org.corpus_tools.salt.common.SSequentialDS
 
getEnd() - Method in interface org.corpus_tools.salt.common.SSequentialRelation
 
getEnd() - Method in class org.corpus_tools.salt.util.DataSourceSequence
 
getFactory() - Static method in class org.corpus_tools.salt.SaltFactory
Sets the internal factory to create Salt objects.
getFeature(String) - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
Returns an feature having the passed qualified name, if this container contains such an feature.
getFeature(String, String) - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
 
getFeature(String) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Returns an feature having the passed qualified name, if this container contains such an feature.
getFeature(String, String) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Returns an feature having the passed qualified name, if this container contains such an feature.
getFeature(String) - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
Returns an feature having the passed qualified name, if this container contains such an feature.
getFeature(String, String) - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
Returns an feature having the passed qualified name, if this container contains such an feature.
getFeature(String) - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Returns an feature having the passed qualified name, if this container contains such an feature.
getFeature(String, String) - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Returns an feature having the passed qualified name, if this container contains such an feature.
getFeature(String) - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Returns an feature having the passed qualified name, if this container contains such an feature.
getFeature(String, String) - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Returns an feature having the passed qualified name, if this container contains such an feature.
getFeature(String) - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
Returns an feature having the passed qualified name, if this container contains such an feature.
getFeature(String, String) - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
Returns an feature having the passed qualified name, if this container contains such an feature.
getFeature(SAnnotationContainer, String) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
 
getFeatures() - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
Returns all features contained by this object.
getFeatures() - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Returns all features contained by this object.
getFeatures() - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
Returns all features contained by this object.
getFeatures() - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Returns all features contained by this object.
getFeatures() - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Returns all features contained by this object.
getFeatures() - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
Returns all features contained by this object.
getFeatures(SAnnotationContainer) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
Returns all SFeature object, which are contained by the passed container.
getGlobalId(Identifier) - Static method in class org.corpus_tools.salt.util.SaltUtil
Returns a global ID for the passed object (either if Identifier belongs to SDocument or SCorpus object).
getGraph() - Method in class org.corpus_tools.salt.common.impl.SCorpusImpl
Returns the container graph of this node.
getGraph() - Method in class org.corpus_tools.salt.common.impl.SDocumentImpl
 
getGraph() - Method in class org.corpus_tools.salt.common.impl.SDominanceRelationImpl
Returns the container graph of this relation.
getGraph() - Method in class org.corpus_tools.salt.common.impl.SMedialRelationImpl
Returns the container graph of this relation.
getGraph() - Method in class org.corpus_tools.salt.common.impl.SOrderRelationImpl
Returns the container graph of this relation.
getGraph() - Method in class org.corpus_tools.salt.common.impl.SPointingRelationImpl
Returns the container graph of this relation.
getGraph() - Method in class org.corpus_tools.salt.common.impl.SSequentialDSImpl
Returns the container graph of this node.
getGraph() - Method in class org.corpus_tools.salt.common.impl.SSpanImpl
Returns the container graph of this node.
getGraph() - Method in class org.corpus_tools.salt.common.impl.SSpanningRelationImpl
Returns the container graph of this relation.
getGraph() - Method in class org.corpus_tools.salt.common.impl.SStructureImpl
Returns the container graph of this node.
getGraph() - Method in class org.corpus_tools.salt.common.impl.STextualDSImpl
Returns the container graph of this node.
getGraph() - Method in class org.corpus_tools.salt.common.impl.STextualRelationImpl
Returns the container graph of this relation.
getGraph() - Method in class org.corpus_tools.salt.common.impl.STimelineImpl
Returns the container graph of this node.
getGraph() - Method in class org.corpus_tools.salt.common.impl.STimelineRelationImpl
Returns the container graph of this relation.
getGraph() - Method in class org.corpus_tools.salt.common.impl.STokenImpl
Returns the container graph of this node.
getGraph() - Method in interface org.corpus_tools.salt.common.SCorpus
Returns the container graph of this node.
getGraph() - Method in interface org.corpus_tools.salt.common.SDocument
Returns the container graph of this node.
getGraph() - Method in interface org.corpus_tools.salt.common.SDocumentGraphObject
Returns the document structure object which contains this element.
getGraph() - Method in class org.corpus_tools.salt.core.impl.GraphTraverserModule
 
getGraph() - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Returns the container graph of this node.
getGraph() - Method in interface org.corpus_tools.salt.core.SNode
 
getGraph() - Method in class org.corpus_tools.salt.graph.impl.LayerImpl
Returns the container graph of this node.
getGraph() - Method in class org.corpus_tools.salt.graph.impl.NodeImpl
Returns the container graph of this node.
getGraph() - Method in class org.corpus_tools.salt.graph.impl.RelationImpl
Returns the container graph of this relation.
getGraph() - Method in interface org.corpus_tools.salt.graph.Layer
Returns the container graph of this node.
getGraph() - Method in interface org.corpus_tools.salt.graph.Node
Returns the container graph of this node.
getGraph() - Method in interface org.corpus_tools.salt.graph.Relation
Returns the container graph of this relation.
getId() - Method in interface org.corpus_tools.salt.graph.IdentifiableElement
Returns the id of this object, which is the value of the contained Identifier object.
getId() - Method in interface org.corpus_tools.salt.graph.Identifier
Returns the value of this Label.
getId() - Method in class org.corpus_tools.salt.graph.impl.IdentifiableElementImpl
Returns the id of this object, which is the value of the contained Identifier object.
getId() - Method in class org.corpus_tools.salt.graph.impl.IdentifierImpl
Returns the value of this Label.
getIdentifiableElement() - Method in interface org.corpus_tools.salt.graph.Identifier
Returns the IdentifiableElement object containing this identifier.
getIdentifiableElement() - Method in class org.corpus_tools.salt.graph.impl.IdentifierImpl
Returns the IdentifiableElement object containing this identifier.
getIdentifier() - Method in interface org.corpus_tools.salt.graph.IdentifiableElement
Returns the Identifier label for this object.
getIdentifier() - Method in class org.corpus_tools.salt.graph.impl.IdentifiableElementImpl
Returns the Identifier label for this object.
getIndexMgr() - Method in interface org.corpus_tools.salt.graph.Graph
Returns the index manager.
getIndexMgr() - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
Returns the index manager.
getInRelations() - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
When this node belongs to a SGraph, a list of incoming relations of this node are returned.
getInRelations() - Method in interface org.corpus_tools.salt.core.SNode
When this node belongs to a SGraph, a list of incoming relations of this node are returned.
getInRelations(String) - Method in interface org.corpus_tools.salt.graph.Graph
Returns all relations, which have the node corresponding to the passed id as their target node.
getInRelations(String) - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
Returns all relations, which have the node corresponding to the passed id as their target node.
getIsoNodes() - Method in class org.corpus_tools.salt.util.internal.Diff
Return BiMap with isomorphic SNodes key= template, value= other
getJavaType() - Method in enum org.corpus_tools.salt.SALT_TYPE
 
getLabel(String) - Method in class org.corpus_tools.salt.graph.impl.LabelableElementImpl
Returns a label having the passed qualified name.
getLabel(String, String) - Method in class org.corpus_tools.salt.graph.impl.LabelableElementImpl
getLabel(String, String) - Method in interface org.corpus_tools.salt.graph.LabelableElement
Returns a label having the passed namespace and name, if such a label is contained by this object
getLabel(String) - Method in interface org.corpus_tools.salt.graph.LabelableElement
Returns a label having the passed qualified name.
getLabels() - Method in class org.corpus_tools.salt.graph.impl.LabelableElementImpl
Returns all labels being contained by this object.
getLabels() - Method in interface org.corpus_tools.salt.graph.LabelableElement
Returns all labels being contained by this object.
getLabelsByNamespace(String) - Method in class org.corpus_tools.salt.graph.impl.LabelableElementImpl
Returns a set containing all Label objects having the given namespace.
getLabelsByNamespace(String) - Method in interface org.corpus_tools.salt.graph.LabelableElement
Returns a set containing all Label objects having the given namespace.
getLayer(String) - Method in interface org.corpus_tools.salt.graph.Graph
Returns a layer corresponding to the passed id, if such a layer is contained in the graph.
getLayer(String) - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
Returns a layer corresponding to the passed id, if such a layer is contained in the graph.
getLayerByName(String) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Searches for a layer or a set of layers having the given layer name.
getLayerByName(String) - Method in interface org.corpus_tools.salt.core.SGraph
Searches for a layer or a set of layers having the given layer name.
getLayers() - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
 
getLayers() - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
 
getLayers() - Method in interface org.corpus_tools.salt.core.SNode
Returns all layers containing this node.
getLayers() - Method in interface org.corpus_tools.salt.core.SRelation
Returns all layers containing this relation.
getLayers() - Method in interface org.corpus_tools.salt.graph.Graph
Returns a set of layers contained by this graph.
getLayers() - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
Returns a set of layers contained by this graph.
getLayers() - Method in class org.corpus_tools.salt.graph.impl.NodeImpl
Returns all layers containing this node.
getLayers() - Method in class org.corpus_tools.salt.graph.impl.RelationImpl
Returns all layers containing this relation.
getLayers() - Method in interface org.corpus_tools.salt.graph.Node
Returns all layers containing this node.
getLayers() - Method in interface org.corpus_tools.salt.graph.Relation
Returns all layers containing this relation.
getLeafs() - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Returns all leaf nodes, if exist.
getLeafs() - Method in interface org.corpus_tools.salt.core.SGraph
Returns all leaf nodes, if exist.
getMedialDSs() - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
getMedialDSs() - Method in interface org.corpus_tools.salt.common.SDocumentGraph
 
getMedialRelations() - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
getMedialRelations() - Method in interface org.corpus_tools.salt.common.SDocumentGraph
 
getMediaReference() - Method in class org.corpus_tools.salt.common.impl.SMedialDSImpl
Returns a URI object, which points to a audio file.
getMediaReference() - Method in interface org.corpus_tools.salt.common.SMedialDS
Returns a URI object, which points to a audio file.
getMetaAnnotation(String) - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
 
getMetaAnnotation(String) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
 
getMetaAnnotation(String) - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
 
getMetaAnnotation(String) - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Returns a meta annotation having the passed qualified name, if this container contains such a meta annotation.
getMetaAnnotation(String) - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
 
getMetaAnnotation(String) - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
Returns a meta annotation having the passed qualified name, if this container contains such a meta annotation.
getMetaAnnotation(SAnnotationContainer, String) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
 
getMetaAnnotations() - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
 
getMetaAnnotations() - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
 
getMetaAnnotations() - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
 
getMetaAnnotations() - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Returns all meta annotations contained by this object.
getMetaAnnotations() - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
 
getMetaAnnotations() - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
Returns all meta annotations contained by this object.
getMetaAnnotations(SAnnotationContainer) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
Returns all SMetaAnnotation object, which are contained by the passed container.
getName() - Method in class org.corpus_tools.salt.common.impl.SaltProjectImpl
Returns the name of this salt project.
getName() - Method in interface org.corpus_tools.salt.common.SaltProject
Returns the name of this salt project.
getName() - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Returns the name of this element.
getName() - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
Returns the name of this element.
getName() - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Returns the name of this element.
getName() - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Returns the name of this element.
getName() - Method in interface org.corpus_tools.salt.core.SNamedElement
Returns the name of this element.
getName() - Method in class org.corpus_tools.salt.graph.impl.LabelImpl
Returns the name of the label.
getName() - Method in interface org.corpus_tools.salt.graph.Label
Returns the name of the label.
getNamespace() - Method in class org.corpus_tools.salt.graph.impl.LabelImpl
Returns the optional namespace of the label.
getNamespace() - Method in interface org.corpus_tools.salt.graph.Label
Returns the optional namespace of the label.
getNode(String) - Method in interface org.corpus_tools.salt.graph.Graph
Returns a node corresponding to the passed id, if such a node is contained in the graph.
getNode(String) - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
Returns a node corresponding to the passed id, if such a node is contained in the graph.
getNodeBySequence(SDocumentGraph, DataSourceSequence) - Static method in class org.corpus_tools.salt.util.internal.DataSourceAccessor
Returns all SNode objects which refer to the passed DataSourceSequence object.
getNodes(SALT_TYPE) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns all nodes of the passed type.
getNodes(Class<?>) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns all nodes of the passed class.
getNodes(SALT_TYPE) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns all nodes of the passed type.
getNodes(Class<?>) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns all nodes of the passed class.
getNodes() - Method in interface org.corpus_tools.salt.graph.Graph
Returns a list of all relations contained in this graph.
getNodes() - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
Returns a list of all relations contained in this graph.
getNodes() - Method in class org.corpus_tools.salt.graph.impl.LayerImpl
Returns a set of all contained nodes, in the order how the nodes were inserted.
getNodes() - Method in interface org.corpus_tools.salt.graph.Layer
Returns a set of all contained nodes, in the order how the nodes were inserted.
getNodesByName(String) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Searches for a node or a set of nodes having the given node name.
getNodesByName(String) - Method in interface org.corpus_tools.salt.core.SGraph
Searches for a node or a set of nodes having the given node name.
getNodesBySequence(DataSourceSequence) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns all SNode objects which refer to the passed DataSourceSequence object.
getNodesBySequence(DataSourceSequence) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns all SNode objects which refer to the passed DataSourceSequence object.
getOrderRelations() - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
getOrderRelations() - Method in interface org.corpus_tools.salt.common.SDocumentGraph
 
getOutputURI() - Method in class org.corpus_tools.salt.util.internal.persistence.dot.SCorpusGraphDOTWriter
 
getOutputURI() - Method in class org.corpus_tools.salt.util.internal.persistence.dot.SDocumentGraphDOTWriter
 
getOutRelations() - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
When this node belongs to a SGraph, a list of outgoing relations of this node are returned.
getOutRelations() - Method in interface org.corpus_tools.salt.core.SNode
When this node belongs to a SGraph, a list of outgoing relations of this node are returned.
getOutRelations(String) - Method in interface org.corpus_tools.salt.graph.Graph
Returns all relations, which have the node corresponding to the passed id as their source node.
getOutRelations(String) - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
Returns all relations, which have the node corresponding to the passed id as their source node.
getOverlappedDataSourceSequence(SNode, SALT_TYPE...) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns the sequences as DataSourceSequence which are overlapped by the given SNode node.
getOverlappedDataSourceSequence(List<SNode>, SALT_TYPE...) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns the sequences as DataSourceSequence which are overlapped by the given SNode node.
getOverlappedDataSourceSequence(SNode, SALT_TYPE...) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns the sequences as DataSourceSequence which are overlapped by the given SNode node.
getOverlappedDataSourceSequence(List<SNode>, SALT_TYPE...) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns the sequences as DataSourceSequence which are overlapped by the given SNode node.
getOverlappedDataSourceSequence(SDocumentGraph, SNode, SALT_TYPE...) - Static method in class org.corpus_tools.salt.util.internal.DataSourceAccessor
getOverlappedDataSourceSequence(SDocumentGraph, List<SNode>, SALT_TYPE...) - Static method in class org.corpus_tools.salt.util.internal.DataSourceAccessor
getOverlappedSTokens(SDocumentGraph, SNode, SALT_TYPE...) - Static method in class org.corpus_tools.salt.util.internal.DataSourceAccessor
This method searches for every SToken which is (transitively) overlapped by the given SNode by SRelation types which have one of the types given in the overlappingRelationTypes list.
getOverlappedTokens(SNode) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns all tokens in the graph, which are overlapped by the passed node and are reachable via SALT_TYPE.STEXT_OVERLAPPING_RELATION having at least one of the passed types.
getOverlappedTokens(SNode, SALT_TYPE...) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns all tokens in the graph, which are overlapped by the passed node and are reachable via relations having at least one of the passed types.
getOverlappedTokens(SNode, SALT_TYPE...) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns all tokens in the graph, which are overlapped by the passed node and are reachable via relations having at least one of the passed types.
getOverlappedTokens(SNode) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns all tokens in the graph, which are overlapped by the passed node and are reachable via SALT_TYPE.STEXT_OVERLAPPING_RELATION having at least one of the passed types.
getPath() - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Returns the id of this object as a URI path If no Id exists, null is returned.
getPath() - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Returns the id of this object as a URI path If no Id exists, null is returned.
getPath() - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Returns the id of this object as a URI path If no Id exists, null is returned.
getPath() - Method in interface org.corpus_tools.salt.core.SPathElement
Returns the id of this object as a URI path If no Id exists, null is returned.
getPath() - Method in class org.corpus_tools.salt.util.internal.persistence.SaltXML10Writer
 
getPointingRelations() - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
getPointingRelations() - Method in interface org.corpus_tools.salt.common.SDocumentGraph
 
getProcessingAnnotation(String) - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
Returns a processing-annotation having the passed qualified name, if this container contains such a processing-annotation.
getProcessingAnnotation(String) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Returns a processing-annotation having the passed qualified name, if this container contains such a processing-annotation.
getProcessingAnnotation(String) - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
Returns a processing-annotation having the passed qualified name, if this container contains such a processing-annotation.
getProcessingAnnotation(String) - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Returns a processing-annotation having the passed qualified name, if this container contains such a processing-annotation.
getProcessingAnnotation(String) - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Returns a processing-annotation having the passed qualified name, if this container contains such a processing-annotation.
getProcessingAnnotation(String) - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
Returns a processing-annotation having the passed qualified name, if this container contains such a processing-annotation.
getProcessingAnnotation(SAnnotationContainer, String) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
 
getProcessingAnnotations() - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
Returns all processing-annotations contained by this object.
getProcessingAnnotations() - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Returns all processing-annotations contained by this object.
getProcessingAnnotations() - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
Returns all processing-annotations contained by this object.
getProcessingAnnotations() - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Returns all processing-annotations contained by this object.
getProcessingAnnotations() - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Returns all processing-annotations contained by this object.
getProcessingAnnotations() - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
Returns all processing-annotations contained by this object.
getProcessingAnnotations(SAnnotationContainer) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
Returns all SProcessingAnnotation object, which are contained by the passed container.
getQName() - Method in class org.corpus_tools.salt.graph.impl.LabelImpl
Returns the qName of this label, which is the combination of namespace and name must be unique in the containing object.
getQName() - Method in interface org.corpus_tools.salt.graph.Label
Returns the qName of this label, which is the combination of namespace and name must be unique in the containing object.
getRelation(String) - Method in interface org.corpus_tools.salt.graph.Graph
Returns an relation corresponding to the passed id, if such an relation is contained in the graph.
getRelation(String) - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
Returns an relation corresponding to the passed id, if such an relation is contained in the graph.
getRelations(SALT_TYPE) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns all relations of the passed type.
getRelations(Class<?>) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns all relations of the passed class.
getRelations(SALT_TYPE) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns all relations of the passed type.
getRelations(Class<?>) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns all relations of the passed class.
getRelations() - Method in interface org.corpus_tools.salt.graph.Graph
Returns a list of all relations contained in this graph.
getRelations(String, String) - Method in interface org.corpus_tools.salt.graph.Graph
Returns all relations,which connects the two passed nodes.
getRelations() - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
Returns a list of all relations contained in this graph.
getRelations(String, String) - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
Returns all relations,which connects the two passed nodes.
getRelations() - Method in class org.corpus_tools.salt.graph.impl.LayerImpl
Returns a set of all contained relations, in the order how the relations were inserted.
getRelations() - Method in interface org.corpus_tools.salt.graph.Layer
Returns a set of all contained relations, in the order how the relations were inserted.
getRelationsByName(String) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Searches for a relation or a set of relations having the given relation name.
getRelationsByName(String) - Method in interface org.corpus_tools.salt.core.SGraph
Searches for a relation or a set of relations having the given relation name.
getRootObjects() - Method in class org.corpus_tools.salt.util.internal.persistence.SaltXML10Handler
Get an unmodifiable list of all root objects.
getRoots() - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Returns all root nodes, if exist.
getRoots() - Method in interface org.corpus_tools.salt.core.SGraph
Returns all root nodes, if exist.
getRootsByRelation(SALT_TYPE...) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns all SNode objects which are roots for the given types of SRelation.
getRootsByRelation(SALT_TYPE...) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns all SNode objects which are roots for the given types of SRelation.
getRootsByRelation(SDocumentGraph, SALT_TYPE...) - Static method in class org.corpus_tools.salt.util.internal.DataSourceAccessor
Returns all SNode objects which are roots for the given types of SRelation.
getRootsByRelationType(SALT_TYPE) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns all nodes, which are roots for the given relation-class respects to the given SType of the traversed relation.
getRootsByRelationType(SALT_TYPE) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns all nodes, which are roots for the given relation-class respects to the given SType of the traversed relation.
getRootsByRelationType(SDocumentGraph, SALT_TYPE) - Static method in class org.corpus_tools.salt.util.internal.DataSourceAccessor
Returns all nodes, which are roots for the given relation-class respects to the given SType of the traversed relation.
getRootsByRelationType(SDocumentGraph, Class<? extends SRelation>) - Static method in class org.corpus_tools.salt.util.internal.DataSourceAccessor
for each relation R of type class for each foregoing relation P (incoming relation of R'source) check whether P is a parent of R (true, if they have the same class and the same type) if R has no parents store R corresponding to it's type in returned table
getSaltObject() - Method in class org.corpus_tools.salt.util.internal.persistence.SaltXML10Handler
Returns the object, which has been loaded.
getSaltProject() - Method in class org.corpus_tools.salt.common.impl.SCorpusGraphImpl
Returns the salt project, to which this corpus structure belongs to.
getSaltProject() - Method in interface org.corpus_tools.salt.common.SCorpusGraph
Returns the salt project, to which this corpus structure belongs to.
getSCorpusGraph() - Method in class org.corpus_tools.salt.util.internal.persistence.dot.SCorpusGraphDOTWriter
 
getSharedParent(List<SNode>, SALT_TYPE) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns a list of nodes that are the parents of every node in the given base list.
getSharedParent(List<SNode>, SALT_TYPE) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns a list of nodes that are the parents of every node in the given base list.
getSortedSTokenByText(SDocumentGraph, List<SToken>) - Static method in class org.corpus_tools.salt.util.internal.DataSourceAccessor
getSortedSTokenByText(SDocumentGraph) - Static method in class org.corpus_tools.salt.util.internal.DataSourceAccessor
getSortedTokenByText(List<SToken>) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns all SToken objects being contained in the given list and sorts them by the SSequentialRelation.getStart() value of SToken object.
getSortedTokenByText() - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns all SToken objects being contained in the list SDocumentGraph.getTokens() and sorts them by the SSequentialRelation.getStart() value of SToken object.
getSortedTokenByText(List<SToken>) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns all SToken objects being contained in the given list and sorts them by the SSequentialRelation.getStart() value of SToken object.
getSortedTokenByText() - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns all SToken objects being contained in the list SDocumentGraph.getTokens() and sorts them by the SSequentialRelation.getStart() value of SToken object.
getSource() - Method in class org.corpus_tools.salt.graph.impl.RelationImpl
Returns the source node of this relation object.
getSource() - Method in interface org.corpus_tools.salt.graph.Relation
Returns the source node of this relation object.
getSpanBySequence(SDocumentGraph, DataSourceSequence) - Static method in class org.corpus_tools.salt.util.internal.DataSourceAccessor
Returns all SSpan objects which refer to the passed DataSourceSequence object.
getSpanningRelations() - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
getSpanningRelations() - Method in interface org.corpus_tools.salt.common.SDocumentGraph
 
getSpans() - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
getSpans() - Method in interface org.corpus_tools.salt.common.SDocumentGraph
 
getSpansBySequence(DataSourceSequence) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns all SSpan objects which refer to the passed DataSourceSequence object.
getSpansBySequence(DataSourceSequence) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns all SSpan objects which refer to the passed DataSourceSequence object.
getStart() - Method in class org.corpus_tools.salt.common.impl.SMedialDSImpl
getStart() - Method in class org.corpus_tools.salt.common.impl.SSequentialDSImpl
getStart() - Method in class org.corpus_tools.salt.common.impl.SSequentialRelationImpl
getStart() - Method in class org.corpus_tools.salt.common.impl.STextualDSImpl
.
getStart() - Method in class org.corpus_tools.salt.common.impl.STimelineImpl
getStart() - Method in interface org.corpus_tools.salt.common.SSequentialDS
 
getStart() - Method in interface org.corpus_tools.salt.common.SSequentialRelation
 
getStart() - Method in class org.corpus_tools.salt.util.DataSourceSequence
 
getStructureBySequence(SDocumentGraph, DataSourceSequence) - Static method in class org.corpus_tools.salt.util.internal.DataSourceAccessor
Returns all SStructure objects which refer to the passed DataSourceSequence object.
getStructures() - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
getStructures() - Method in interface org.corpus_tools.salt.common.SDocumentGraph
 
getStructuresBySequence(DataSourceSequence) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns all SStructure objects which refer to the passed DataSourceSequence object.
getStructuresBySequence(DataSourceSequence) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns all SStructure objects which refer to the passed DataSourceSequence object.
getSType2clazz() - Static method in enum org.corpus_tools.salt.SALT_TYPE
Returns map of SALT_TYPE and Class.
getTarget() - Method in class org.corpus_tools.salt.graph.impl.RelationImpl
Returns the target node of this relation object.
getTarget() - Method in interface org.corpus_tools.salt.graph.Relation
Returns the target node of this relation object.
getText(SNode) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
This method returns the exact text overlapped in the STextualDS by the given SNode.
getText() - Method in class org.corpus_tools.salt.common.impl.STextualDSImpl
getText(SNode) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
This method returns the exact text overlapped in the STextualDS by the given SNode.
getText() - Method in interface org.corpus_tools.salt.common.STextualDS
 
getTextualDSs() - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns all primary texts contained in this document structure.
getTextualDSs() - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns all primary texts contained in this document structure.
getTextualRelations() - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns all relations which connects a token with a primary text contained in this document structure.
getTextualRelations() - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns all relations which connects a token with a primary text contained in this document structure.
getTimeline() - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns the timeline of this document graph.
getTimeline() - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns the timeline of this document graph.
getTimelineRelations() - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
getTimelineRelations() - Method in interface org.corpus_tools.salt.common.SDocumentGraph
 
getTokens() - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns all tokens contained contained in this document structure.
getTokens() - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns all tokens contained contained in this document structure.
getTokensBySequence(DataSourceSequence) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns all SToken objects which refer to the passed DataSourceSequence object.
getTokensBySequence(DataSourceSequence) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns all SToken objects which refer to the passed DataSourceSequence object.
getTokensBySequence(SDocumentGraph, DataSourceSequence) - Static method in class org.corpus_tools.salt.util.internal.DataSourceAccessor
Returns all SToken objects which refer to the passed DataSourceSequence object.
getType() - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Returns the type of this element
getType() - Method in interface org.corpus_tools.salt.core.STypedElement
Returns the type of this element
getValue() - Method in class org.corpus_tools.salt.graph.impl.LabelImpl
Returns the value of this label.
getValue() - Method in interface org.corpus_tools.salt.graph.Label
Returns the value of this label.
getValue_SBOOLEAN() - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
getValue_SBOOLEAN() - Method in interface org.corpus_tools.salt.core.SAbstractAnnotation
Returns the sValue attribute of this object as Boolean if possible.
getValue_SFLOAT() - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
getValue_SFLOAT() - Method in interface org.corpus_tools.salt.core.SAbstractAnnotation
Returns the sValue attribute of this object as Float if possible.
getValue_SNUMERIC() - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
getValue_SNUMERIC() - Method in interface org.corpus_tools.salt.core.SAbstractAnnotation
Returns the sValue attribute of this object as Long if possible.
getValue_SOBJECT() - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
getValue_SOBJECT() - Method in interface org.corpus_tools.salt.core.SAbstractAnnotation
Returns the the sValue attribute of this object as the original object.
getValue_STEXT() - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
getValue_STEXT() - Method in interface org.corpus_tools.salt.core.SAbstractAnnotation
Returns the sValue attribute of this object as String representation.
getValue_SURI() - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
getValue_SURI() - Method in interface org.corpus_tools.salt.core.SAbstractAnnotation
Returns the sValue attribute of this object as URI if possible.
getValueType() - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
getValueType() - Method in interface org.corpus_tools.salt.core.SAbstractAnnotation
Returns the value of the 'SValue Type' attribute.
graph - Variable in class org.corpus_tools.salt.core.impl.GraphTraverserModule
 
Graph<N extends Node,R extends Relation<N,N>,L extends Layer<N,R>> - Interface in org.corpus_tools.salt.graph
The here defined graph is given by G=(V, E, L, {label a , ...label b }) with: V being a set of Nodes with v= ({label c , ... label d }) ∊ V E being a set of directed Relations with e= (v 1 ∊ V, v 2 ∊ V, {label e , ... label f }) ∊ E L being a set of Layers with l= (V 1 ⊆ V, E 1 ⊆ E, L 1 ⊆ L, {label g ,.. label h }) ∊ L and a set of Labels {label a , ... label b } the graph is labeled with.
graph - Variable in class org.corpus_tools.salt.graph.impl.LayerImpl
container graph
graph - Variable in class org.corpus_tools.salt.graph.impl.NodeImpl
container graph
graph - Variable in class org.corpus_tools.salt.graph.impl.RelationImpl
container graph
GraphFactory - Class in org.corpus_tools.salt.graph
 
GraphFactory() - Constructor for class org.corpus_tools.salt.graph.GraphFactory
 
GraphFactoryImpl - Class in org.corpus_tools.salt.graph.impl
 
GraphFactoryImpl() - Constructor for class org.corpus_tools.salt.graph.impl.GraphFactoryImpl
 
GraphImpl<N extends Node,R extends Relation<N,N>,L extends Layer<N,R>> - Class in org.corpus_tools.salt.graph.impl
 
GraphImpl() - Constructor for class org.corpus_tools.salt.graph.impl.GraphImpl
 
GraphImpl(int, int) - Constructor for class org.corpus_tools.salt.graph.impl.GraphImpl
Instantiates a new graph object and sets the initial capacity for all indexes to the passed ones
GraphMLWriter - Class in org.corpus_tools.salt.util.internal.persistence
 
GraphMLWriter() - Constructor for class org.corpus_tools.salt.util.internal.persistence.GraphMLWriter
 
GraphTraverseHandler - Interface in org.corpus_tools.salt.core
The interface of a callback handler for traversing a Graph object.
GraphTraverserModule - Class in org.corpus_tools.salt.core.impl
Handles the traversal of a graph.
GraphTraverserModule() - Constructor for class org.corpus_tools.salt.core.impl.GraphTraverserModule
 

H

hasNext() - Method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper.MyIterator
 

I

id - Variable in class org.corpus_tools.salt.util.internal.persistence.dot.DOTNode
 
IdentifiableElement - Interface in org.corpus_tools.salt.graph
 
IdentifiableElementImpl - Class in org.corpus_tools.salt.graph.impl
 
IdentifiableElementImpl() - Constructor for class org.corpus_tools.salt.graph.impl.IdentifiableElementImpl
 
Identifier - Interface in org.corpus_tools.salt.graph
This class represents an identifier, which is a special kind of a label.
IdentifierImpl - Class in org.corpus_tools.salt.graph.impl
 
IdentifierImpl(IdentifiableElement, String) - Constructor for class org.corpus_tools.salt.graph.impl.IdentifierImpl
Instantiates an IdentifierImpl object and sets its passed container and id.
IDX_ID_LAYER - Static variable in class org.corpus_tools.salt.util.SaltUtil
name of index for relating ids and layers
IDX_ID_NODES - Static variable in class org.corpus_tools.salt.util.SaltUtil
name of index for relating ids and nodes
IDX_ID_NODES_INVERSE - Static variable in class org.corpus_tools.salt.util.SaltUtil
name of index for relating ids and nodes (inverse)
IDX_ID_RELATIONS - Static variable in class org.corpus_tools.salt.util.SaltUtil
name of index for relating ids and relations
IDX_ID_RELATIONS_INVERSE - Static variable in class org.corpus_tools.salt.util.SaltUtil
name of index for relating ids and relations (inverse)
IDX_IN_RELATIONS - Static variable in class org.corpus_tools.salt.util.SaltUtil
name of index for relating node ids and incoming relations
IDX_NODETYPE - Static variable in class org.corpus_tools.salt.util.SaltUtil
name of index for node-types
IDX_OUT_RELATIONS - Static variable in class org.corpus_tools.salt.util.SaltUtil
name of index for relating node ids and outgoing relations
IDX_RELATIONTYPE - Static variable in class org.corpus_tools.salt.util.SaltUtil
name of index for relation-types
IGraphFactory - Interface in org.corpus_tools.salt.graph
 
increasePointOfTime() - Method in class org.corpus_tools.salt.common.impl.STimelineImpl
Increases the number of points of time by one.
increasePointOfTime(Integer) - Method in class org.corpus_tools.salt.common.impl.STimelineImpl
Increases the number of points of time by the passed number.
increasePointOfTime() - Method in interface org.corpus_tools.salt.common.STimeline
Increases the number of points of time by one.
increasePointOfTime(Integer) - Method in interface org.corpus_tools.salt.common.STimeline
Increases the number of points of time by the passed number.
indexMgr - Variable in class org.corpus_tools.salt.graph.impl.GraphImpl
Index manager
IndexMgr - Interface in org.corpus_tools.salt.index
The index manager provides a mechanism to register indexes.
IndexMgrImpl - Class in org.corpus_tools.salt.index
 
IndexMgrImpl() - Constructor for class org.corpus_tools.salt.index.IndexMgrImpl
 
IndexMgrImpl(boolean) - Constructor for class org.corpus_tools.salt.index.IndexMgrImpl
 
init() - Method in class org.corpus_tools.salt.common.impl.SCorpusGraphImpl
Calls the init of super class and expands its initialization for adding SaltUtil.IDX_NODETYPE of indexes: Initializes index SaltUtil.IDX_NODETYPE Initializes index SaltUtil.IDX_RELATIONTYPE
init() - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Calls the init of super class and expands its initialization for adding SaltUtil.IDX_NODETYPE of indexes: Initializes index SaltUtil.IDX_NODETYPE Initializes index SaltUtil.IDX_RELATIONTYPE
init() - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
Initializes an object of type GraphImpl.
insertTokenAt(STextualDS, Integer, String, Boolean) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Inserts a token to the graph starting at position posInText and relates them to the given STextualDS object.
insertTokenAt(STextualDS, Integer, String, Boolean) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Inserts a token to the graph starting at position posInText and relates them to the given STextualDS object.
insertTokensAt(STextualDS, Integer, List<String>, Boolean) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Inserts n tokens (where n is the size of the given list texts) to the graph starting at position posInText and relates them to the given STextualDS object.
insertTokensAt(STextualDS, Integer, List<String>, Boolean) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Inserts n tokens (where n is the size of the given list texts) to the graph starting at position posInText and relates them to the given STextualDS object.
ISaltFactory - Interface in org.corpus_tools.salt
 
isContinuousByText(List<SNode>, List<SNode>) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns true, if the given list of nodes subNodeList is continuous respecting the overlapped text.
isContinuousByText(List<SNode>) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Returns true, if the given list of nodes subNodeList is continuous respecting the overlapped text.
isContinuousByText(List<SNode>, List<SNode>) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns true, if the given list of nodes subNodeList is continuous respecting the overlapped text.
isContinuousByText(List<SNode>) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Returns true, if the given list of nodes subNodeList is continuous respecting the overlapped text.
isContinuousByText(SDocumentGraph, List<? extends SNode>, List<? extends SNode>) - Static method in class org.corpus_tools.salt.util.internal.DataSourceAccessor
First sorts the given lists, than searches first occurance of first node in subSNodList in fullSNodList.
isContinuousByText(SDocumentGraph, List<SNode>) - Static method in class org.corpus_tools.salt.util.internal.DataSourceAccessor
isIsomorph(SDocumentGraph) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Compares the passed graph with the current one and returns if they are isomorph or not.
isIsomorph(SDocumentGraph, DiffOptions) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Compares the passed graph with the current one and returns if they are isomorph or not.
isIsomorph(SDocumentGraph) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Compares the passed graph with the current one and returns if they are isomorph or not.
isIsomorph(SDocumentGraph, DiffOptions) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Compares the passed graph with the current one and returns if they are isomorph or not.
isIsomorph() - Method in class org.corpus_tools.salt.util.internal.Diff
Compares the set graphs and returns if they are isomorphic or not.
iterator_SAnnotation() - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
Returns an iterator to iterate over the SAnnotation objects contained by this container.
iterator_SAnnotation() - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Returns an iterator to iterate over the SAnnotation objects contained by this container.
iterator_SAnnotation() - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
Returns an iterator to iterate over the SAnnotation objects contained by this container.
iterator_SAnnotation() - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Returns an iterator to iterate over the SAnnotation objects contained by this container.
iterator_SAnnotation() - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Returns an iterator to iterate over the SAnnotation objects contained by this container.
iterator_SAnnotation() - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
Returns an iterator to iterate over the SAnnotation objects contained by this container.
iterator_SAnnotation(SAnnotationContainer) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
 
iterator_SFeature() - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
Returns an iterator to iterate over the SFeature objects contained by this container.
iterator_SFeature() - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Returns an iterator to iterate over the SFeature objects contained by this container.
iterator_SFeature() - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
Returns an iterator to iterate over the SFeature objects contained by this container.
iterator_SFeature() - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Returns an iterator to iterate over the SFeature objects contained by this container.
iterator_SFeature() - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Returns an iterator to iterate over the SFeature objects contained by this container.
iterator_SFeature() - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
Returns an iterator to iterate over the SFeature objects contained by this container.
iterator_SFeature(SAnnotationContainer) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
 
iterator_SMetaAnnotation() - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
 
iterator_SMetaAnnotation() - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
 
iterator_SMetaAnnotation() - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
 
iterator_SMetaAnnotation() - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Returns an iterator to iterate over the SMetaAnnotation objects contained by this container.
iterator_SMetaAnnotation() - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
 
iterator_SMetaAnnotation() - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
Returns an iterator to iterate over the SMetaAnnotation objects contained by this container.
iterator_SMetaAnnotation(SAnnotationContainer) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
 
iterator_SProcessingAnnotation() - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
Returns an iterator to iterate over the SProcessingAnnotation objects contained by this container.
iterator_SProcessingAnnotation() - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Returns an iterator to iterate over the SProcessingAnnotation objects contained by this container.
iterator_SProcessingAnnotation() - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
Returns an iterator to iterate over the SProcessingAnnotation objects contained by this container.
iterator_SProcessingAnnotation() - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Returns an iterator to iterate over the SProcessingAnnotation objects contained by this container.
iterator_SProcessingAnnotation() - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Returns an iterator to iterate over the SProcessingAnnotation objects contained by this container.
iterator_SProcessingAnnotation() - Method in interface org.corpus_tools.salt.core.SAnnotationContainer
Returns an iterator to iterate over the SProcessingAnnotation objects contained by this container.
iterator_SProcessingAnnotation(SAnnotationContainer) - Static method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
 

K

KW_DOT_NS - Static variable in class org.corpus_tools.salt.util.internal.persistence.dot.SDocumentGraphDOTWriter
Namespace for dot flags
KW_DOT_STORED - Static variable in class org.corpus_tools.salt.util.internal.persistence.dot.SDocumentGraphDOTWriter
String to identify a flag in salt elements or relations, which say that the current element or relation has already been stored or not

L

Label - Interface in org.corpus_tools.salt.graph
A label is an attribute-value-pair and can belong to either a Node, an Relation, a Graph, a Layer or another Label as shown in .
LABEL_ID - Static variable in class org.corpus_tools.salt.util.SaltUtil
Name of Label to store the identifier of a node, relation, graph or layer.
LABEL_ID_QNAME - Static variable in class org.corpus_tools.salt.util.SaltUtil
Qualified name of Label to store the identifier of a node, relation, graph or layer.
LabelableElement - Interface in org.corpus_tools.salt.graph
This interface defines a container to hold Label objects and makes them accessible.
LabelableElementImpl - Class in org.corpus_tools.salt.graph.impl
This class is an abstract container containing a set of Label objects.
LabelableElementImpl() - Constructor for class org.corpus_tools.salt.graph.impl.LabelableElementImpl
 
LabelImpl - Class in org.corpus_tools.salt.graph.impl
 
LabelImpl() - Constructor for class org.corpus_tools.salt.graph.impl.LabelImpl
 
labels - Variable in class org.corpus_tools.salt.util.internal.persistence.dot.DOTEdge
 
labels - Variable in class org.corpus_tools.salt.util.internal.persistence.dot.DOTNode
 
LANG_DE - Static variable in class org.corpus_tools.salt.samples.SampleGenerator
iso 639-1 language code for german
LANG_EN - Static variable in class org.corpus_tools.salt.samples.SampleGenerator
iso 639-1 language code for english
Layer<N extends Node,R extends Relation<N,N>> - Interface in org.corpus_tools.salt.graph
A layer is a grouping mechanism for nodes and relations, and can also contain further layers (called sub layers).
LayerImpl<N extends Node,R extends Relation<N,N>> - Class in org.corpus_tools.salt.graph.impl
 
LayerImpl() - Constructor for class org.corpus_tools.salt.graph.impl.LayerImpl
 
load(URI) - Method in class org.corpus_tools.salt.common.impl.SCorpusGraphImpl
Loads the content of this object by reading the SaltXML file located by the given URI.
load(URI) - Method in interface org.corpus_tools.salt.common.SCorpusGraph
Loads the content of this object by reading the SaltXML file located by the given URI.
load(URI) - Static method in class org.corpus_tools.salt.util.SaltUtil
Loads an object coming from a SaltXML (.
loadCorpusGraph(URI) - Static method in class org.corpus_tools.salt.util.SaltUtil
Loads the given SaltXML file (.
loadCorpusGraph(URI, Integer) - Static method in class org.corpus_tools.salt.util.SaltUtil
Loads the given SaltXML file (.
loadCorpusStructure(URI) - Method in class org.corpus_tools.salt.common.impl.SaltProjectImpl
 
loadCorpusStructure(URI) - Method in interface org.corpus_tools.salt.common.SaltProject
Reads a saltProject.salt file and imports the contained corpus structure, without importing the document structure corresponding to the imported SDocument nodes.
loadDocumentGraph() - Method in class org.corpus_tools.salt.common.impl.SDocumentImpl
Loads a SDocumentGraph object and sets it to the contained SDocumentGraph object.
loadDocumentGraph(URI) - Method in class org.corpus_tools.salt.common.impl.SDocumentImpl
Loads a SDocumentGraph object and sets it to the contained SDocumentGraph object.
loadDocumentGraph() - Method in interface org.corpus_tools.salt.common.SDocument
Loads a SDocumentGraph object and sets it to the contained SDocumentGraph object.
loadDocumentGraph(URI) - Method in interface org.corpus_tools.salt.common.SDocument
Loads a SDocumentGraph object and sets it to the contained SDocumentGraph object.
loadDocumentGraph(URI) - Static method in class org.corpus_tools.salt.util.SaltUtil
Loads a SDocumentGraph object and returns it.
loadObjects(URI) - Static method in class org.corpus_tools.salt.util.SaltUtil
Loads a list of root objects coming from a SaltXML (.
loadSaltProject(URI) - Method in class org.corpus_tools.salt.common.impl.SaltProjectImpl
 
loadSaltProject(URI) - Method in interface org.corpus_tools.salt.common.SaltProject
Loads data from URI into this SaltProject object.
loadSaltProject(URI) - Static method in class org.corpus_tools.salt.util.SaltUtil
Loads a SaltProject from given uri and returns it as object structure.

M

mapISOLanguageCode(String) - Static method in class org.corpus_tools.salt.common.tokenizer.Tokenizer
Maps the knallgrau TextCategorizer language description codes to ISO 639 codes.
marshallValue(Object) - Method in class org.corpus_tools.salt.util.internal.persistence.SaltXML10Writer
Serializes an object as String.
MORPHOLOGY_LAYER - Static variable in class org.corpus_tools.salt.samples.SampleGenerator
The name of the morphologic layer containing the tokens.
moveAnnotations(SAnnotationContainer, SAnnotationContainer) - Static method in class org.corpus_tools.salt.util.SaltUtil
Moves all SAnnotation objects from from to to.
moveCorpusGraph(SCorpusGraph, SCorpusGraph) - Static method in class org.corpus_tools.salt.util.SaltUtil
Moves the content of source to target.
moveMetaAnnotations(SAnnotationContainer, SAnnotationContainer) - Static method in class org.corpus_tools.salt.util.SaltUtil
Moves all SMetaAnnotation objects from from to to.

N

name - Variable in class org.corpus_tools.salt.core.impl.SGraphImpl
The feature object containing the name of the node
name - Variable in class org.corpus_tools.salt.core.impl.SLayerImpl
The feature object containing the name of the node
name - Variable in class org.corpus_tools.salt.core.impl.SNodeImpl
The feature object containing the name of the node
name - Variable in class org.corpus_tools.salt.core.impl.SRelationImpl
The feature object containing the name of the node
name - Variable in class org.corpus_tools.salt.graph.impl.LabelImpl
 
namespace - Variable in class org.corpus_tools.salt.graph.impl.LabelImpl
 
NAMESPACE_SEPERATOR - Static variable in class org.corpus_tools.salt.util.SaltUtil
Separator between namespace and name: qname= NAMESPACE "::" NAME.
next - Variable in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper.MyIterator
A handle to the next element, this is necessary to get SAnnotationContainerHelper.MyIterator.hasNext() run.
next() - Method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper.MyIterator
 
Node - Interface in org.corpus_tools.salt.graph
In graph theory a node is a placeholder, which can be related with other nodes via an relation.
NodeImpl - Class in org.corpus_tools.salt.graph.impl
 
NodeImpl() - Constructor for class org.corpus_tools.salt.graph.impl.NodeImpl
Initializes an object of type Node.
NodeImpl(Node) - Constructor for class org.corpus_tools.salt.graph.impl.NodeImpl
Initializes an object of type Node.
nodeLeft(SGraph.GRAPH_TRAVERSE_TYPE, String, SNode, SRelation<SNode, SNode>, SNode, long) - Method in interface org.corpus_tools.salt.core.GraphTraverseHandler
This method will be invoked, when a node is left, after the method #checkConstraint(GRAPH_TRAVERSE_TYPE, String, SRelation, SNode, long) has returned true and the method #nodeReached(GRAPH_TRAVERSE_TYPE, String, SNode, SRelation, SNode, long) has been invoked.
nodeLeft(SGraph.GRAPH_TRAVERSE_TYPE, String, SNode, SRelation, SNode, long) - Method in class org.corpus_tools.salt.util.internal.persistence.dot.SCorpusGraphDOTWriter
 
nodeLeft(SGraph.GRAPH_TRAVERSE_TYPE, String, SNode, SRelation<SNode, SNode>, SNode, long) - Method in class org.corpus_tools.salt.util.internal.persistence.dot.SDocumentGraphDOTWriter
 
nodeReached(SGraph.GRAPH_TRAVERSE_TYPE, String, SNode, SRelation<SNode, SNode>, SNode, long) - Method in interface org.corpus_tools.salt.core.GraphTraverseHandler
This method will be invoked, when a node is reached, after the method #checkConstraint(GRAPH_TRAVERSE_TYPE, String, SRelation, SNode, long) has returned true and before the method #nodeLeft(GRAPH_TRAVERSE_TYPE, String, SNode, SRelation, SNode, long) is invoked.
nodeReached(SGraph.GRAPH_TRAVERSE_TYPE, String, SNode, SRelation, SNode, long) - Method in class org.corpus_tools.salt.util.internal.persistence.dot.SCorpusGraphDOTWriter
 
nodeReached(SGraph.GRAPH_TRAVERSE_TYPE, String, SNode, SRelation, SNode, long) - Method in class org.corpus_tools.salt.util.internal.persistence.dot.SDocumentGraphDOTWriter
 
NS - Static variable in class org.corpus_tools.salt.util.internal.persistence.GraphMLWriter
 
NS_SALTCOMMON - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-namespace prefix'saltCommon'.
NS_SALTCORE - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-namespace prefix'saltCore'.
NS_SCORPUSSTRUCTURE - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-namespace prefix'sCorpusStructure'.
NS_SDOCUMENTSTRUCTURE - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-namespace prefix'sDocumentStructure'.
NS_SEPERATOR - Static variable in interface org.corpus_tools.salt.graph.Label
Separator between namespace and name: qname= NAMESPACE "::" NAME.
NS_VALUE_SALTCOMMON - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-namespace 'saltCommon'.
NS_VALUE_SALTCORE - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-namespace 'saltCore'.
NS_VALUE_SCORPUSSTRUCTURE - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-namespace 'sCorpusStructure'.
NS_VALUE_SDOCUMENTSTRUCTURE - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-namespace 'sDocumentStructure'.
NS_VALUE_XMI - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-namespace 'http://www.omg.org/XMI'.
NS_VALUE_XSI - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-namespace 'http://www.w3.org/2001/XMLSchema-instance'.
NS_XMI - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-namespace prefix'xmi'.
NS_XSI - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-namespace prefix'xsi'.

O

OPTION_IGNORE_ANNOTATIONS - Static variable in class org.corpus_tools.salt.util.DiffOptions
When true, differences in SAnnotation have no influence on isomorphie and will not produce any differences.
OPTION_IGNORE_ANNOTATIONS - Static variable in class org.corpus_tools.salt.util.internal.Diff
When true, differences in SAnnotation have no influence on isomorphie and will not produce any differences.
OPTION_IGNORE_FEATURES - Static variable in class org.corpus_tools.salt.util.DiffOptions
When true, differences in SFeature have no influence on isomorphie and will not produce any differences.
OPTION_IGNORE_FEATURES - Static variable in class org.corpus_tools.salt.util.internal.Diff
When true, differences in SFeature have no influence on isomorphie and will not produce any differences.
OPTION_IGNORE_ID - Static variable in class org.corpus_tools.salt.util.DiffOptions
When true, differences in id have no influence on isomorphie and will not produce any differences.
OPTION_IGNORE_ID - Static variable in class org.corpus_tools.salt.util.internal.Diff
When true, differences in id have no influence on isomorphie and will not produce any differences.
OPTION_IGNORE_LAYER - Static variable in class org.corpus_tools.salt.util.DiffOptions
When true, layers will not be checked when computing isomorphie and differences.
OPTION_IGNORE_LAYER - Static variable in class org.corpus_tools.salt.util.internal.Diff
When true, layers will not be checked when computing isomorphie and differences.
OPTION_IGNORE_META_ANNOTATIONS - Static variable in class org.corpus_tools.salt.util.DiffOptions
When true, differences in SMetaAnnotation have no influence on isomorphie and will not produce any differences.
OPTION_IGNORE_META_ANNOTATIONS - Static variable in class org.corpus_tools.salt.util.internal.Diff
When true, differences in SMetaAnnotation have no influence on isomorphie and will not produce any differences.
OPTION_IGNORE_NAME - Static variable in class org.corpus_tools.salt.util.DiffOptions
When true, differences in name have no influence on isomorphie and will not produce any differences.
OPTION_IGNORE_NAME - Static variable in class org.corpus_tools.salt.util.internal.Diff
When true, differences in name have no influence on isomorphie and will not produce any differences.
OPTION_IGNORE_PROCESSING_ANNOTATIONS - Static variable in class org.corpus_tools.salt.util.DiffOptions
When true, differences in SProcessingAnnotation have no influence on isomorphie and will not produce any differences.
OPTION_IGNORE_PROCESSING_ANNOTATIONS - Static variable in class org.corpus_tools.salt.util.internal.Diff
When true, differences in SProcessingAnnotation have no influence on isomorphie and will not produce any differences.
org.corpus_tools.salt - package org.corpus_tools.salt
 
org.corpus_tools.salt.common - package org.corpus_tools.salt.common
 
org.corpus_tools.salt.common.impl - package org.corpus_tools.salt.common.impl
 
org.corpus_tools.salt.common.tokenizer - package org.corpus_tools.salt.common.tokenizer
 
org.corpus_tools.salt.core - package org.corpus_tools.salt.core
 
org.corpus_tools.salt.core.impl - package org.corpus_tools.salt.core.impl
 
org.corpus_tools.salt.exceptions - package org.corpus_tools.salt.exceptions
 
org.corpus_tools.salt.graph - package org.corpus_tools.salt.graph
 
org.corpus_tools.salt.graph.impl - package org.corpus_tools.salt.graph.impl
 
org.corpus_tools.salt.impl - package org.corpus_tools.salt.impl
 
org.corpus_tools.salt.index - package org.corpus_tools.salt.index
 
org.corpus_tools.salt.samples - package org.corpus_tools.salt.samples
 
org.corpus_tools.salt.semantics - package org.corpus_tools.salt.semantics
 
org.corpus_tools.salt.semantics.impl - package org.corpus_tools.salt.semantics.impl
 
org.corpus_tools.salt.util - package org.corpus_tools.salt.util
 
org.corpus_tools.salt.util.internal - package org.corpus_tools.salt.util.internal
 
org.corpus_tools.salt.util.internal.persistence - package org.corpus_tools.salt.util.internal.persistence
 
org.corpus_tools.salt.util.internal.persistence.dot - package org.corpus_tools.salt.util.internal.persistence.dot
 
otherObject - Variable in class org.corpus_tools.salt.util.Difference
Object of graph other, if this difference type has one

P

P_CHAR - Static variable in class org.corpus_tools.salt.common.tokenizer.Tokenizer
 
PRIMARY_TEXT_DE - Static variable in class org.corpus_tools.salt.samples.SampleGenerator
The primary text, which is used for the samples.
PRIMARY_TEXT_EN - Static variable in class org.corpus_tools.salt.samples.SampleGenerator
The primary text, which is used for the samples.
PRIMARY_TEXT_EN_SPK1 - Static variable in class org.corpus_tools.salt.samples.SampleGenerator
Primary text of speaker1
PRIMARY_TEXT_EN_SPK2 - Static variable in class org.corpus_tools.salt.samples.SampleGenerator
Primary text of speaker2
put(String, K, V) - Method in interface org.corpus_tools.salt.index.IndexMgr
Adds a new value to the index having the passed identifier under the passed key.
put(String, K, V) - Method in class org.corpus_tools.salt.index.IndexMgrImpl
Adds a new value to the index having the passed identifier under the passed key.
putAll(String, K, Collection<V>) - Method in interface org.corpus_tools.salt.index.IndexMgr
Adds a collection of values to the index having the passed identifier under the passed key.
putAll(String, K, Collection<V>) - Method in class org.corpus_tools.salt.index.IndexMgrImpl
Adds a collection of values to the index having the passed identifier under the passed key.

R

Relation<S extends Node,T extends Node> - Interface in org.corpus_tools.salt.graph
In graph theory an relation is a relation between two nodes, often an relation is realized as a pair of nodes.
RelationImpl<S extends Node,T extends Node> - Class in org.corpus_tools.salt.graph.impl
 
RelationImpl() - Constructor for class org.corpus_tools.salt.graph.impl.RelationImpl
Initializes an object of type Relation.
RelationImpl(Relation<S, T>) - Constructor for class org.corpus_tools.salt.graph.impl.RelationImpl
Initializes an object of type Relation.
remove(String, K) - Method in interface org.corpus_tools.salt.index.IndexMgr
Removes the value or collection of values corresponding to the passed key contained in the index having the passed identifier.
remove(String, K, V) - Method in interface org.corpus_tools.salt.index.IndexMgr
Removes the passed value corresponding to the passed key contained in the index having the passed identifier.
remove(String, K) - Method in class org.corpus_tools.salt.index.IndexMgrImpl
Removes the value or collection of values corresponding to the passed key contained in the index having the passed identifier.
remove(String, K, V) - Method in class org.corpus_tools.salt.index.IndexMgrImpl
Removes the passed value corresponding to the passed key contained in the index having the passed identifier.
remove() - Method in class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper.MyIterator
 
removeAll() - Method in class org.corpus_tools.salt.graph.impl.LabelableElementImpl
Removes all Label objects.
removeAll() - Method in interface org.corpus_tools.salt.graph.LabelableElement
Removes all Label objects.
removeAll() - Method in interface org.corpus_tools.salt.index.IndexMgr
Removes all index from the index manager.
removeAll() - Method in class org.corpus_tools.salt.index.IndexMgrImpl
Removes all index from the index manager.
removeCorpusGraph(SCorpusGraph) - Method in class org.corpus_tools.salt.common.impl.SaltProjectImpl
 
removeCorpusGraph(SCorpusGraph) - Method in interface org.corpus_tools.salt.common.SaltProject
Removes the passed SCorpusGraph object to the list of corpus graphs.
removeIndex(String) - Method in interface org.corpus_tools.salt.index.IndexMgr
Removes the index with the passed identifier.
removeIndex(String) - Method in class org.corpus_tools.salt.index.IndexMgrImpl
Removes the index with the passed identifier.
removeLabel(String) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
 
removeLabel(String) - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
 
removeLabel(String) - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
 
removeLabel(String) - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
 
removeLabel(String) - Method in class org.corpus_tools.salt.graph.impl.IdentifiableElementImpl
Removes the label having the passed qName.
removeLabel(String) - Method in class org.corpus_tools.salt.graph.impl.LabelableElementImpl
Removes the label having the passed qName.
removeLabel(String, String) - Method in class org.corpus_tools.salt.graph.impl.LabelableElementImpl
Removes a Label object from the list of labels of this object.
removeLabel(String) - Method in interface org.corpus_tools.salt.graph.LabelableElement
Removes the label having the passed qName.
removeLabel(String, String) - Method in interface org.corpus_tools.salt.graph.LabelableElement
Removes a Label object from the list of labels of this object.
removeLayer(L) - Method in interface org.corpus_tools.salt.graph.Graph
Removes the passed layer from this graph and cleans all indexes.
removeLayer(L) - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
Removes the passed layer from this graph and cleans all indexes.
removeLayer(Layer) - Method in class org.corpus_tools.salt.graph.impl.NodeImpl
Removes this node from the passed layer.
removeLayer(Layer) - Method in class org.corpus_tools.salt.graph.impl.RelationImpl
Removes this relation from the passed layer.
removeLayer(Layer) - Method in interface org.corpus_tools.salt.graph.Node
Removes this node from the passed layer.
removeLayer(Layer) - Method in interface org.corpus_tools.salt.graph.Relation
Removes this relation from the passed layer.
removeNode(N) - Method in interface org.corpus_tools.salt.graph.Graph
Removes the passed node from this graph and cleans all indexes.
removeNode(N) - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
Removes the passed node from this graph and cleans all indexes.
removeNode(N) - Method in class org.corpus_tools.salt.graph.impl.LayerImpl
Removes the passed node from this layer.
removeNode(N) - Method in interface org.corpus_tools.salt.graph.Layer
Removes the passed node from this layer.
removeRelation(R) - Method in interface org.corpus_tools.salt.graph.Graph
Removes the passed relation from this graph.
removeRelation(R) - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
Removes the passed relation from this graph.
removeRelation(R) - Method in class org.corpus_tools.salt.graph.impl.LayerImpl
Removes the passed relation from this layer.
removeRelation(R) - Method in interface org.corpus_tools.salt.graph.Layer
Removes the passed relation from this layer.
removeRelations() - Method in interface org.corpus_tools.salt.graph.Graph
Removes all relations from this graph and cleans all indexes.
removeRelations() - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
Removes all relations from this graph and cleans all indexes.
removeValue(V) - Method in interface org.corpus_tools.salt.index.IndexMgr
Removes the passed value from all registered indexes.
removeValue(String, V) - Method in interface org.corpus_tools.salt.index.IndexMgr
Removes the passed value from the indexes having the passed identifier.
removeValue(V) - Method in class org.corpus_tools.salt.index.IndexMgrImpl
Removes the given element from all indexes.
removeValue(String, V) - Method in class org.corpus_tools.salt.index.IndexMgrImpl
Removes the passed value from the indexes having the passed identifier.

S

SAbstractAnnotation - Interface in org.corpus_tools.salt.core
An annotation in Salt is an attribute-value-pair and can belong to either a node, an edge, a graph, a layer or another label.
SAbstractAnnotationImpl - Class in org.corpus_tools.salt.core.impl
 
SAbstractAnnotationImpl() - Constructor for class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
 
SALT_NAMESPACE - Static variable in class org.corpus_tools.salt.util.SaltUtil
default name for of derived namespace-attribute
SALT_NULL_VALUE - Static variable in class org.corpus_tools.salt.util.SaltUtil
A NULL value as String.
SALT_TYPE - Enum in org.corpus_tools.salt
 
SaltElementNotInGraphException - Exception in org.corpus_tools.salt.exceptions
This Exception is thrown when an element (SNode, SRelation or SLayer) is not contained in a graph, but a method which is called needs that element to be in the graph.
SaltElementNotInGraphException(SGraph, IdentifiableElement, String) - Constructor for exception org.corpus_tools.salt.exceptions.SaltElementNotInGraphException
 
SaltElementNotInGraphException(SGraph, IdentifiableElement, String, Throwable) - Constructor for exception org.corpus_tools.salt.exceptions.SaltElementNotInGraphException
 
SaltException - Exception in org.corpus_tools.salt.exceptions
This class is highest exception.
SaltException() - Constructor for exception org.corpus_tools.salt.exceptions.SaltException
 
SaltException(String) - Constructor for exception org.corpus_tools.salt.exceptions.SaltException
 
SaltException(String, Throwable) - Constructor for exception org.corpus_tools.salt.exceptions.SaltException
 
SaltFactory - Class in org.corpus_tools.salt
 
SaltFactory() - Constructor for class org.corpus_tools.salt.SaltFactory
 
SaltFactoryImpl - Class in org.corpus_tools.salt.impl
 
SaltFactoryImpl() - Constructor for class org.corpus_tools.salt.impl.SaltFactoryImpl
 
SaltInsertionException - Exception in org.corpus_tools.salt.exceptions
This exception is thrown, if one object could not be inserted into another object.
SaltInsertionException(Object, Object) - Constructor for exception org.corpus_tools.salt.exceptions.SaltInsertionException
Initializes an object of this exception class.
SaltInsertionException(Object, Object, String) - Constructor for exception org.corpus_tools.salt.exceptions.SaltInsertionException
Initializes an object of this exception class.
SaltInsertionException(Object, Object, String, Throwable) - Constructor for exception org.corpus_tools.salt.exceptions.SaltInsertionException
Initializes an object of this exception class.
SaltInvalidModelException - Exception in org.corpus_tools.salt.exceptions
This exception class is used, in case of a Salt model is not valid respecting the constraints of Salt.
SaltInvalidModelException() - Constructor for exception org.corpus_tools.salt.exceptions.SaltInvalidModelException
 
SaltInvalidModelException(String) - Constructor for exception org.corpus_tools.salt.exceptions.SaltInvalidModelException
 
SaltInvalidModelException(String, Throwable) - Constructor for exception org.corpus_tools.salt.exceptions.SaltInvalidModelException
 
SaltParameterException - Exception in org.corpus_tools.salt.exceptions
This exception class is thrown, when a wrong parameter was passed to a method in the Salt api.
SaltParameterException(String, String, Class<? extends Object>) - Constructor for exception org.corpus_tools.salt.exceptions.SaltParameterException
 
SaltParameterException(String, String, Class<? extends Object>, String) - Constructor for exception org.corpus_tools.salt.exceptions.SaltParameterException
 
SaltParameterException(String) - Constructor for exception org.corpus_tools.salt.exceptions.SaltParameterException
 
SaltParameterException(String, Throwable) - Constructor for exception org.corpus_tools.salt.exceptions.SaltParameterException
 
saltProject - Variable in class org.corpus_tools.salt.common.impl.SCorpusGraphImpl
Salt-project containing this corpus structure
SaltProject - Interface in org.corpus_tools.salt.common
The salt project is a kind of a super container for a Salt model.
SaltProjectImpl - Class in org.corpus_tools.salt.common.impl
 
SaltProjectImpl() - Constructor for class org.corpus_tools.salt.common.impl.SaltProjectImpl
 
SaltResourceException - Exception in org.corpus_tools.salt.exceptions
This exception is used for exceptions occuring while loading or storing Salt data from or to disk.
SaltResourceException(String) - Constructor for exception org.corpus_tools.salt.exceptions.SaltResourceException
 
SaltResourceException(String, Throwable) - Constructor for exception org.corpus_tools.salt.exceptions.SaltResourceException
 
SaltSampleException - Exception in org.corpus_tools.salt.exceptions
An Exception class used by the SampleGenerator.
SaltSampleException() - Constructor for exception org.corpus_tools.salt.exceptions.SaltSampleException
 
SaltSampleException(String) - Constructor for exception org.corpus_tools.salt.exceptions.SaltSampleException
 
SaltSampleException(String, Throwable) - Constructor for exception org.corpus_tools.salt.exceptions.SaltSampleException
 
SaltTokenizerException - Exception in org.corpus_tools.salt.exceptions
 
SaltTokenizerException() - Constructor for exception org.corpus_tools.salt.exceptions.SaltTokenizerException
 
SaltTokenizerException(String) - Constructor for exception org.corpus_tools.salt.exceptions.SaltTokenizerException
 
SaltTokenizerException(String, Throwable) - Constructor for exception org.corpus_tools.salt.exceptions.SaltTokenizerException
 
SaltTraverserException - Exception in org.corpus_tools.salt.exceptions
 
SaltTraverserException() - Constructor for exception org.corpus_tools.salt.exceptions.SaltTraverserException
 
SaltTraverserException(String) - Constructor for exception org.corpus_tools.salt.exceptions.SaltTraverserException
 
SaltTraverserException(String, Throwable) - Constructor for exception org.corpus_tools.salt.exceptions.SaltTraverserException
 
SaltUtil - Class in org.corpus_tools.salt.util
This class contains a set of helpful methods.
SaltUtil() - Constructor for class org.corpus_tools.salt.util.SaltUtil
 
SaltXML10Dictionary - Interface in org.corpus_tools.salt.util.internal.persistence
 
SaltXML10Handler - Class in org.corpus_tools.salt.util.internal.persistence
This class reads the XMI structure of SaltXML and creates the corresponding Salt object.
SaltXML10Handler() - Constructor for class org.corpus_tools.salt.util.internal.persistence.SaltXML10Handler
 
SaltXML10Writer - Class in org.corpus_tools.salt.util.internal.persistence
 
SaltXML10Writer() - Constructor for class org.corpus_tools.salt.util.internal.persistence.SaltXML10Writer
 
SaltXML10Writer(File) - Constructor for class org.corpus_tools.salt.util.internal.persistence.SaltXML10Writer
 
SaltXML10Writer(URI) - Constructor for class org.corpus_tools.salt.util.internal.persistence.SaltXML10Writer
 
SampleGenerator - Class in org.corpus_tools.salt.samples
Creates samples of SDocumentGraph and SCorpusGraph instances.
SampleGenerator() - Constructor for class org.corpus_tools.salt.samples.SampleGenerator
 
SAnnotation - Interface in org.corpus_tools.salt.core
An annotation in Salt is an attribute-value-pair and can belong to either a node, an edge, a graph, a layer or another label.
SAnnotationContainer - Interface in org.corpus_tools.salt.core
This interface defines a container to hold annotations (SAnnotation), meta-annotations (SMetaAnnotation), processing annotations ( SProcessingAnnotation) and features (SFeature).
SAnnotationContainerHelper - Class in org.corpus_tools.salt.util.internal
This class is a helper class for internal use.
SAnnotationContainerHelper() - Constructor for class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper
 
SAnnotationContainerHelper.MyIterator<E extends Label> - Class in org.corpus_tools.salt.util.internal
 
SAnnotationContainerHelper.MyIterator(Iterator<Label>, Class<E>) - Constructor for class org.corpus_tools.salt.util.internal.SAnnotationContainerHelper.MyIterator
 
SAnnotationImpl - Class in org.corpus_tools.salt.core.impl
 
SAnnotationImpl() - Constructor for class org.corpus_tools.salt.core.impl.SAnnotationImpl
 
save() - Method in class org.corpus_tools.salt.util.internal.persistence.dot.SCorpusGraphDOTWriter
 
save() - Method in class org.corpus_tools.salt.util.internal.persistence.dot.SDocumentGraphDOTWriter
 
save_DOT(Object, URI) - Static method in class org.corpus_tools.salt.util.SaltUtil
This method stores a Salt model in the dot syntax (see: http://www.graphviz.org/) in a file.
saveCorpusGraph(SCorpusGraph, URI) - Static method in class org.corpus_tools.salt.util.SaltUtil
Persists the passed SCorpusGraph object in a file at the passed location.
saveCorpusGraph_DOT(SCorpusGraph, URI) - Static method in class org.corpus_tools.salt.util.SaltUtil
Stores a SCorpusGraph into DOT file.
saveDocumentGraph(URI) - Method in class org.corpus_tools.salt.common.impl.SDocumentImpl
Persists the SDocumentGraph object contained by this object as SaltXML file at the location given by the passed URI object.
saveDocumentGraph(URI) - Method in interface org.corpus_tools.salt.common.SDocument
Persists the SDocumentGraph object contained by this object as SaltXML file at the location given by the passed URI object.
saveDocumentGraph(SDocumentGraph, URI) - Static method in class org.corpus_tools.salt.util.SaltUtil
Persists the passed SDocumentGraph object in a SaltXML file at the passed location.
saveDocumentGraph_DOT(SDocumentGraph, URI) - Static method in class org.corpus_tools.salt.util.SaltUtil
Stores a SDocumentGraph into DOT file.
saveSaltProject(URI) - Method in class org.corpus_tools.salt.common.impl.SaltProjectImpl
 
saveSaltProject(URI) - Method in interface org.corpus_tools.salt.common.SaltProject
Persists this SaltProject object to the location given by the passed URI object as SaltXML.
saveSaltProject(SaltProject, URI) - Static method in class org.corpus_tools.salt.util.SaltUtil
Persists the passed SaltProject object in a SaltXML file at the passed location.
SCatAnnotation - Interface in org.corpus_tools.salt.semantics
 
SCatAnnotationImpl - Class in org.corpus_tools.salt.semantics.impl
 
SCatAnnotationImpl() - Constructor for class org.corpus_tools.salt.semantics.impl.SCatAnnotationImpl
 
SCorpus - Interface in org.corpus_tools.salt.common
In Salt a corpus is represented by this class.
SCorpusDocumentRelation - Interface in org.corpus_tools.salt.common
This type represents a hierarchical relation between a corpus (objects of type SCorpus) and a document (objects of type SDocument).
SCorpusDocumentRelationImpl - Class in org.corpus_tools.salt.common.impl
 
SCorpusDocumentRelationImpl() - Constructor for class org.corpus_tools.salt.common.impl.SCorpusDocumentRelationImpl
 
SCorpusGraph - Interface in org.corpus_tools.salt.common
In Salt it is possible to create a treelike corpus structure to create hierarchies between corpora.
SCorpusGraphDOTWriter - Class in org.corpus_tools.salt.util.internal.persistence.dot
This class writes the corpus structure in dot format to file.
SCorpusGraphDOTWriter() - Constructor for class org.corpus_tools.salt.util.internal.persistence.dot.SCorpusGraphDOTWriter
 
SCorpusGraphImpl - Class in org.corpus_tools.salt.common.impl
 
SCorpusGraphImpl() - Constructor for class org.corpus_tools.salt.common.impl.SCorpusGraphImpl
 
SCorpusImpl - Class in org.corpus_tools.salt.common.impl
 
SCorpusImpl() - Constructor for class org.corpus_tools.salt.common.impl.SCorpusImpl
 
SCorpusRelation - Interface in org.corpus_tools.salt.common
This type represents a hierarchical relation between two corpora (two objects of type SCorpus).
SCorpusRelationImpl - Class in org.corpus_tools.salt.common.impl
 
SCorpusRelationImpl() - Constructor for class org.corpus_tools.salt.common.impl.SCorpusRelationImpl
 
SDATATYPE - Enum in org.corpus_tools.salt
 
SDocument - Interface in org.corpus_tools.salt.common
In Salt a document is represented by this class.
SDocumentGraph - Interface in org.corpus_tools.salt.common
The document-structure covers the "real" linguistic data, which means primary data, linguistic structures and annotations on them.
SDocumentGraphDOTWriter - Class in org.corpus_tools.salt.util.internal.persistence.dot
 
SDocumentGraphDOTWriter() - Constructor for class org.corpus_tools.salt.util.internal.persistence.dot.SDocumentGraphDOTWriter
 
SDocumentGraphImpl - Class in org.corpus_tools.salt.common.impl
 
SDocumentGraphImpl() - Constructor for class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
 
SDocumentGraphObject - Interface in org.corpus_tools.salt.common
This interface just converts the return type or the parameter for getting the graph of a node or relation from Graph to SDocumentGraph.
SDocumentImpl - Class in org.corpus_tools.salt.common.impl
 
SDocumentImpl() - Constructor for class org.corpus_tools.salt.common.impl.SDocumentImpl
 
SDominanceRelation - Interface in org.corpus_tools.salt.common
The meaning of the type SDominanceRelation is a part-of relation.
SDominanceRelationImpl - Class in org.corpus_tools.salt.common.impl
 
SDominanceRelationImpl() - Constructor for class org.corpus_tools.salt.common.impl.SDominanceRelationImpl
 
SEMANTICS_CAT - Static variable in class org.corpus_tools.salt.util.SaltUtil
SEMANTICS_LEMMA - Static variable in class org.corpus_tools.salt.util.SaltUtil
SEMANTICS_POS - Static variable in class org.corpus_tools.salt.util.SaltUtil
SEMANTICS_SENTENCE - Static variable in class org.corpus_tools.salt.util.SaltUtil
SEMANTICS_TYPE - Static variable in class org.corpus_tools.salt.util.SaltUtil
value for STypeAnnotation
SEMANTICS_UNIT - Static variable in class org.corpus_tools.salt.util.SaltUtil
SEMANTICS_WORD - Static variable in class org.corpus_tools.salt.util.SaltUtil
value for SWordAnnotation
setContainer(LabelableElement) - Method in class org.corpus_tools.salt.graph.impl.LabelImpl
Sets the container element, which contains this label.
setContainer(C) - Method in interface org.corpus_tools.salt.graph.Label
Sets the container element, which contains this label.
setData(D) - Method in class org.corpus_tools.salt.common.impl.SSequentialDSImpl
setData(D) - Method in interface org.corpus_tools.salt.common.SSequentialDS
 
setDataSource(SSequentialDS) - Method in class org.corpus_tools.salt.util.DataSourceSequence
 
setDocument(SDocument) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Sets the SDocument object as a container for this graph.
setDocument(SDocument) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Sets the SDocument object as a container for this graph.
setDocumentGraph(SDocumentGraph) - Method in class org.corpus_tools.salt.common.impl.SDocumentImpl
Sets the document structure which belongs to this document.
setDocumentGraph(SDocumentGraph) - Method in interface org.corpus_tools.salt.common.SDocument
Sets the document structure which belongs to this document.
setDocumentGraph(SDocumentGraph) - Method in class org.corpus_tools.salt.common.tokenizer.SimpleTokenizer
 
setDocumentGraph(SDocumentGraph) - Method in class org.corpus_tools.salt.util.internal.persistence.dot.SDocumentGraphDOTWriter
 
setDocumentGraph(SDocumentGraph) - Method in class org.corpus_tools.salt.util.STextualRelationSStartComparator
Sets the SDocumentGraph object which contains the tokens to be compared.
setDocumentGraph(SDocumentGraph) - Method in class org.corpus_tools.salt.util.TokenStartComparator
Sets the SDocumentGraph object which contains the tokens to be compared.
setDocumentGraphLocation(URI) - Method in class org.corpus_tools.salt.common.impl.SDocumentImpl
Sets the location as URI, of where the contained SDocumentGraph object is persisted.
setDocumentGraphLocation(URI) - Method in interface org.corpus_tools.salt.common.SDocument
Sets the location as URI, of where the contained SDocumentGraph object is persisted.
setEnd(P) - Method in class org.corpus_tools.salt.common.impl.SSequentialRelationImpl
setEnd(P) - Method in interface org.corpus_tools.salt.common.SSequentialRelation
 
setEnd(P) - Method in class org.corpus_tools.salt.util.DataSourceSequence
 
setFactory(ISaltFactory) - Static method in class org.corpus_tools.salt.SaltFactory
Returns the internal factory to create Salt objects.
setGraph(Graph) - Method in class org.corpus_tools.salt.common.impl.SDominanceRelationImpl
Sets the container graph of this relation.
setGraph(Graph) - Method in class org.corpus_tools.salt.common.impl.SMedialRelationImpl
Sets the container graph of this relation.
setGraph(Graph) - Method in class org.corpus_tools.salt.common.impl.SOrderRelationImpl
Sets the container graph of this relation.
setGraph(Graph) - Method in class org.corpus_tools.salt.common.impl.SPointingRelationImpl
Sets the container graph of this relation.
setGraph(Graph) - Method in class org.corpus_tools.salt.common.impl.SSequentialDSImpl
Sets the container graph of this node.
setGraph(Graph) - Method in class org.corpus_tools.salt.common.impl.SSpanImpl
Sets the container graph of this node.
setGraph(Graph) - Method in class org.corpus_tools.salt.common.impl.SSpanningRelationImpl
Sets the container graph of this relation.
setGraph(Graph) - Method in class org.corpus_tools.salt.common.impl.SStructureImpl
Sets the container graph of this node.
setGraph(Graph) - Method in class org.corpus_tools.salt.common.impl.STextualDSImpl
Sets the container graph of this node.
setGraph(Graph) - Method in class org.corpus_tools.salt.common.impl.STextualRelationImpl
Sets the container graph of this relation.
setGraph(Graph) - Method in class org.corpus_tools.salt.common.impl.STimelineImpl
Sets the container graph of this node.
setGraph(Graph) - Method in class org.corpus_tools.salt.common.impl.STimelineRelationImpl
Sets the container graph of this relation.
setGraph(Graph) - Method in class org.corpus_tools.salt.common.impl.STokenImpl
Sets the container graph of this node.
setGraph(SGraph) - Method in class org.corpus_tools.salt.core.impl.GraphTraverserModule
 
setGraph(Graph) - Method in class org.corpus_tools.salt.graph.impl.LayerImpl
Sets the container graph of this node.
setGraph(Graph) - Method in class org.corpus_tools.salt.graph.impl.NodeImpl
Sets the container graph of this node.
setGraph(Graph) - Method in class org.corpus_tools.salt.graph.impl.RelationImpl
Sets the container graph of this relation.
setGraph(Graph) - Method in interface org.corpus_tools.salt.graph.Layer
Sets the container graph of this node.
setGraph(Graph) - Method in interface org.corpus_tools.salt.graph.Node
Sets the container graph of this node.
setGraph(Graph) - Method in interface org.corpus_tools.salt.graph.Relation
Sets the container graph of this relation.
setId(String) - Method in class org.corpus_tools.salt.common.impl.SDocumentImpl
Creates a new Identifier object and sets its value to the passed id.
setId(String) - Method in interface org.corpus_tools.salt.graph.IdentifiableElement
Creates a new Identifier object and sets its value to the passed id.
setId(String) - Method in class org.corpus_tools.salt.graph.impl.IdentifiableElementImpl
Creates a new Identifier object and sets its value to the passed id.
setIdentifier(Identifier) - Method in class org.corpus_tools.salt.common.impl.SDocumentImpl
Sets the Identifier label for this object.
setIdentifier(Identifier) - Method in interface org.corpus_tools.salt.graph.IdentifiableElement
Sets the Identifier label for this object.
setIdentifier(Identifier) - Method in class org.corpus_tools.salt.graph.impl.IdentifiableElementImpl
Sets the Identifier label for this object.
setMediaReference(URI) - Method in class org.corpus_tools.salt.common.impl.SMedialDSImpl
Sets a URI object, which points to a audio file.
setMediaReference(URI) - Method in interface org.corpus_tools.salt.common.SMedialDS
Sets a URI object, which points to a audio file.
setName(String) - Method in class org.corpus_tools.salt.common.impl.SaltProjectImpl
Sets the name of this salt project.
setName(String) - Method in interface org.corpus_tools.salt.common.SaltProject
Sets the name of this salt project.
setName(String) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Sets the name of the element.
setName(String) - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
Sets the name of the element.
setName(String) - Method in class org.corpus_tools.salt.core.impl.SNodeImpl
Sets the name of the element.
setName(String) - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Sets the name of the element.
setName(String) - Method in interface org.corpus_tools.salt.core.SNamedElement
Sets the name of the element.
setName(String) - Method in class org.corpus_tools.salt.graph.impl.IdentifierImpl
Do nothing
setName(String) - Method in class org.corpus_tools.salt.graph.impl.LabelImpl
Sets the name of the label.
setName(String) - Method in interface org.corpus_tools.salt.graph.Label
Sets the name of the label.
setName(String) - Method in class org.corpus_tools.salt.semantics.impl.SCatAnnotationImpl
Calling this method has no effect.
setName(String) - Method in class org.corpus_tools.salt.semantics.impl.SLemmaAnnotationImpl
Calling this method has no effect.
setName(String) - Method in class org.corpus_tools.salt.semantics.impl.SPOSAnnotationImpl
Calling this method has no effect.
setName(String) - Method in class org.corpus_tools.salt.semantics.impl.SSentenceAnnotationImpl
Calling this method has no effect.
setName(String) - Method in class org.corpus_tools.salt.semantics.impl.STypeAnnotationImpl
Calling this method has no effect.
setName(String) - Method in class org.corpus_tools.salt.semantics.impl.SWordAnnotationImpl
Calling this method has no effect.
setName(String) - Method in interface org.corpus_tools.salt.semantics.SCatAnnotation
Calling this method has no effect.
setName(String) - Method in interface org.corpus_tools.salt.semantics.SLemmaAnnotation
Calling this method has no effect.
setName(String) - Method in interface org.corpus_tools.salt.semantics.SPOSAnnotation
Calling this method has no effect.
setName(String) - Method in interface org.corpus_tools.salt.semantics.SSentenceAnnotation
Calling this method has no effect.
setName(String) - Method in interface org.corpus_tools.salt.semantics.STypeAnnotation
Calling this method has no effect.
setName(String) - Method in interface org.corpus_tools.salt.semantics.SWordAnnotation
Calling this method has no effect.
setNamespace(String) - Method in class org.corpus_tools.salt.graph.impl.IdentifierImpl
Do nothing
setNamespace(String) - Method in class org.corpus_tools.salt.graph.impl.LabelImpl
Sets the optional namespace of the label.
setNamespace(String) - Method in interface org.corpus_tools.salt.graph.Label
Sets the optional namespace of the label.
setNamespace(String) - Method in class org.corpus_tools.salt.semantics.impl.SCatAnnotationImpl
Calling this method has no effect.
setNamespace(String) - Method in class org.corpus_tools.salt.semantics.impl.SLemmaAnnotationImpl
Calling this method has no effect.
setNamespace(String) - Method in class org.corpus_tools.salt.semantics.impl.SPOSAnnotationImpl
Calling this method has no effect.
setNamespace(String) - Method in class org.corpus_tools.salt.semantics.impl.SSentenceAnnotationImpl
Calling this method has no effect.
setNamespace(String) - Method in class org.corpus_tools.salt.semantics.impl.STypeAnnotationImpl
Calling this method has no effect.
setNamespace(String) - Method in class org.corpus_tools.salt.semantics.impl.SWordAnnotationImpl
Calling this method has no effect.
setNamespace(String) - Method in interface org.corpus_tools.salt.semantics.SCatAnnotation
Calling this method has no effect.
setNamespace(String) - Method in interface org.corpus_tools.salt.semantics.SLemmaAnnotation
Calling this method has no effect.
setNamespace(String) - Method in interface org.corpus_tools.salt.semantics.SPOSAnnotation
Calling this method has no effect.
setNamespace(String) - Method in interface org.corpus_tools.salt.semantics.SSentenceAnnotation
Calling this method has no effect.
setNamespace(String) - Method in interface org.corpus_tools.salt.semantics.STypeAnnotation
Calling this method has no effect.
setNamespace(String) - Method in interface org.corpus_tools.salt.semantics.SWordAnnotation
Calling this method has no effect.
setOption(String, Boolean) - Method in class org.corpus_tools.salt.util.DiffOptions
Adds an option and returns this option object.
setOutputURI(URI) - Method in class org.corpus_tools.salt.util.internal.persistence.dot.SCorpusGraphDOTWriter
 
setOutputURI(URI) - Method in class org.corpus_tools.salt.util.internal.persistence.dot.SDocumentGraphDOTWriter
 
setPrettyPrint(boolean) - Method in class org.corpus_tools.salt.util.internal.persistence.SaltXML10Writer
Determines whether the outputted SaltXML should be pretty printed.
setQName(String) - Method in class org.corpus_tools.salt.graph.impl.LabelImpl
Sets the qName of this label, which is the combination of namespace and name must be unique in the containing object.
setQName(String) - Method in interface org.corpus_tools.salt.graph.Label
Sets the qName of this label, which is the combination of namespace and name must be unique in the containing object.
setSaltProject(SaltProject) - Method in class org.corpus_tools.salt.common.impl.SCorpusGraphImpl
Sets the salt project, to which this corpus structure belongs to.
setSaltProject(SaltProject) - Method in interface org.corpus_tools.salt.common.SCorpusGraph
Sets the salt project, to which this corpus structure belongs to.
setSCorpusGraph(SCorpusGraph) - Method in class org.corpus_tools.salt.util.internal.persistence.dot.SCorpusGraphDOTWriter
 
setsDocumentGraph(SDocumentGraph) - Method in class org.corpus_tools.salt.common.tokenizer.Tokenizer
 
setSource(S) - Method in class org.corpus_tools.salt.graph.impl.RelationImpl
Returns the source node of this relation object.
setSource(S) - Method in interface org.corpus_tools.salt.graph.Relation
Returns the source node of this relation object.
setStart(P) - Method in class org.corpus_tools.salt.common.impl.SSequentialRelationImpl
setStart(P) - Method in interface org.corpus_tools.salt.common.SSequentialRelation
 
setStart(P) - Method in class org.corpus_tools.salt.util.DataSourceSequence
 
setTarget(T) - Method in class org.corpus_tools.salt.graph.impl.RelationImpl
Sets the target node of this relation object.
setTarget(T) - Method in interface org.corpus_tools.salt.graph.Relation
Sets the target node of this relation object.
setText(String) - Method in class org.corpus_tools.salt.common.impl.STextualDSImpl
setText(String) - Method in interface org.corpus_tools.salt.common.STextualDS
 
setTimeline(STimeline) - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Sets the value of the ' STimeline' reference.
setTimeline(STimeline) - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Sets the value of the ' STimeline' reference.
setType(String) - Method in class org.corpus_tools.salt.core.impl.SRelationImpl
Sets the type of this element.
setType(String) - Method in interface org.corpus_tools.salt.core.STypedElement
Sets the type of this element.
setValue(String) - Method in interface org.corpus_tools.salt.graph.Identifier
This method has no effect, since the id value is not changeable.
setValue(String) - Method in class org.corpus_tools.salt.graph.impl.IdentifierImpl
This method has no effect, since the id value is not changeable.
setValue(Object) - Method in class org.corpus_tools.salt.graph.impl.LabelImpl
Sets the value of this label.
setValue(Object) - Method in interface org.corpus_tools.salt.graph.Label
Sets the value of this label.
setValue(Object) - Method in class org.corpus_tools.salt.semantics.impl.SSentenceAnnotationImpl
Calling this method has no effect.
setValue(Object) - Method in class org.corpus_tools.salt.semantics.impl.SWordAnnotationImpl
Calling this method has no effect.
setValue(Object) - Method in interface org.corpus_tools.salt.semantics.SSentenceAnnotation
Calling this method has no effect.
setValue(Object) - Method in interface org.corpus_tools.salt.semantics.SWordAnnotation
Calling this method has no effect.
setValueType(SDATATYPE) - Method in class org.corpus_tools.salt.core.impl.SAbstractAnnotationImpl
setValueType(SDATATYPE) - Method in interface org.corpus_tools.salt.core.SAbstractAnnotation
 
SFeature - Interface in org.corpus_tools.salt.core
An object of class SFeature is a label and can be added like every other label to a node, relation, graph, layer or to another label.
SFeatureImpl - Class in org.corpus_tools.salt.core.impl
 
SFeatureImpl() - Constructor for class org.corpus_tools.salt.core.impl.SFeatureImpl
 
SGraph - Interface in org.corpus_tools.salt.core
 
SGraph.GRAPH_TRAVERSE_TYPE - Enum in org.corpus_tools.salt.core
The SGraph.GRAPH_TRAVERSE_TYPE determines the the traversal order.
SGraphImpl - Class in org.corpus_tools.salt.core.impl
 
SGraphImpl() - Constructor for class org.corpus_tools.salt.core.impl.SGraphImpl
 
shape - Variable in class org.corpus_tools.salt.util.internal.persistence.dot.DOTNode
 
SimpleTokenizer - Class in org.corpus_tools.salt.common.tokenizer
This class is a very simple implementation of a tokenizer, which just splits a primary text by a given list of characters. e.g. a blank.
SimpleTokenizer() - Constructor for class org.corpus_tools.salt.common.tokenizer.SimpleTokenizer
Initializes a new TTokenizer object.
sizeLabels() - Method in class org.corpus_tools.salt.graph.impl.LabelableElementImpl
returns the number of Label objects contained by this object.
sizeLabels() - Method in interface org.corpus_tools.salt.graph.LabelableElement
returns the number of Label objects contained by this object.
SLayer - Interface in org.corpus_tools.salt.core
 
SLayerImpl - Class in org.corpus_tools.salt.core.impl
 
SLayerImpl() - Constructor for class org.corpus_tools.salt.core.impl.SLayerImpl
 
SLemmaAnnotation - Interface in org.corpus_tools.salt.semantics
 
SLemmaAnnotationImpl - Class in org.corpus_tools.salt.semantics.impl
 
SLemmaAnnotationImpl() - Constructor for class org.corpus_tools.salt.semantics.impl.SLemmaAnnotationImpl
 
SMedialDS - Interface in org.corpus_tools.salt.common
 
SMedialDSImpl - Class in org.corpus_tools.salt.common.impl
 
SMedialDSImpl() - Constructor for class org.corpus_tools.salt.common.impl.SMedialDSImpl
 
SMedialRelation - Interface in org.corpus_tools.salt.common
 
SMedialRelationImpl - Class in org.corpus_tools.salt.common.impl
 
SMedialRelationImpl() - Constructor for class org.corpus_tools.salt.common.impl.SMedialRelationImpl
 
SMetaAnnotation - Interface in org.corpus_tools.salt.core
Meta annotations are very useful for instance to document the creation process or the aim of a corpus, a sub corpus or a document.
SMetaAnnotationImpl - Class in org.corpus_tools.salt.core.impl
 
SMetaAnnotationImpl() - Constructor for class org.corpus_tools.salt.core.impl.SMetaAnnotationImpl
 
SNamedElement - Interface in org.corpus_tools.salt.core
Each implementing subclass provides a name.
SNode - Interface in org.corpus_tools.salt.core
 
SNodeImpl - Class in org.corpus_tools.salt.core.impl
 
SNodeImpl() - Constructor for class org.corpus_tools.salt.core.impl.SNodeImpl
 
SOrderRelation - Interface in org.corpus_tools.salt.common
This class provides SOrderRelation, to determine the order of SNodes.
SOrderRelationImpl - Class in org.corpus_tools.salt.common.impl
This class provides SOrderRelation, to determine the order of SNodes.
SOrderRelationImpl() - Constructor for class org.corpus_tools.salt.common.impl.SOrderRelationImpl
 
sortSTokenByText(SDocumentGraph) - Static method in class org.corpus_tools.salt.util.internal.DataSourceAccessor
sortTokenByText() - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Sorts all SToken and STextualRelation objects being contained in the list SDocumentGraph.getTokens() and SDocumentGraph#getSTextualRelations() by the SSequentialRelation.getStart() value of SToken and STextualRelation object.
sortTokenByText() - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Sorts all SToken and STextualRelation objects being contained in the list SDocumentGraph.getTokens() and SDocumentGraph#getSTextualRelations() by the SSequentialRelation.getStart() value of SToken and STextualRelation object.
source - Variable in class org.corpus_tools.salt.graph.impl.RelationImpl
source node of this relation.
SPathElement - Interface in org.corpus_tools.salt.core
Each object implementing this interface is able to return a URI for the id of this object.
splitQName(String) - Static method in class org.corpus_tools.salt.util.SaltUtil
Splits the passed qName into a namespace and a name.
SPointingRelation - Interface in org.corpus_tools.salt.common
Sometimes in linguistics you want to set nodes into a relationship without adding a set semantic or a hierarchical relation.
SPointingRelationImpl - Class in org.corpus_tools.salt.common.impl
 
SPointingRelationImpl() - Constructor for class org.corpus_tools.salt.common.impl.SPointingRelationImpl
 
SPOSAnnotation - Interface in org.corpus_tools.salt.semantics
 
SPOSAnnotationImpl - Class in org.corpus_tools.salt.semantics.impl
 
SPOSAnnotationImpl() - Constructor for class org.corpus_tools.salt.semantics.impl.SPOSAnnotationImpl
 
SProcessingAnnotation - Interface in org.corpus_tools.salt.core
An object of class SProcessingAnnotation is a label and can be added like every other label to a node, relation, graph, layer or to another label.
SProcessingAnnotationImpl - Class in org.corpus_tools.salt.core.impl
 
SProcessingAnnotationImpl() - Constructor for class org.corpus_tools.salt.core.impl.SProcessingAnnotationImpl
 
SRelation<S extends SNode,T extends SNode> - Interface in org.corpus_tools.salt.core
 
SRelationImpl<S extends SNode,T extends SNode> - Class in org.corpus_tools.salt.core.impl
 
SRelationImpl() - Constructor for class org.corpus_tools.salt.core.impl.SRelationImpl
 
SSentenceAnnotation - Interface in org.corpus_tools.salt.semantics
 
SSentenceAnnotationImpl - Class in org.corpus_tools.salt.semantics.impl
 
SSentenceAnnotationImpl() - Constructor for class org.corpus_tools.salt.semantics.impl.SSentenceAnnotationImpl
 
SSequentialDS<D,P extends Number> - Interface in org.corpus_tools.salt.common
 
SSequentialDSImpl<D,P extends Number> - Class in org.corpus_tools.salt.common.impl
 
SSequentialDSImpl() - Constructor for class org.corpus_tools.salt.common.impl.SSequentialDSImpl
 
SSequentialRelation<S extends SNode,T extends SNode,P extends Number> - Interface in org.corpus_tools.salt.common
 
SSequentialRelationImpl<S extends SNode,T extends SNode,P extends Number> - Class in org.corpus_tools.salt.common.impl
 
SSequentialRelationImpl() - Constructor for class org.corpus_tools.salt.common.impl.SSequentialRelationImpl
 
SSpan - Interface in org.corpus_tools.salt.common
A span is used to group a couple of tokens together to give them exactly the same annotation or to connect them as a bunch with a 3rd node at once.
SSpanImpl - Class in org.corpus_tools.salt.common.impl
 
SSpanImpl() - Constructor for class org.corpus_tools.salt.common.impl.SSpanImpl
 
SSpanningRelation - Interface in org.corpus_tools.salt.common
A span is used to group a couple of tokens together to give them exactly the same annotation or to connect them as a bunch with a 3rd node at once.
SSpanningRelationImpl - Class in org.corpus_tools.salt.common.impl
 
SSpanningRelationImpl() - Constructor for class org.corpus_tools.salt.common.impl.SSpanningRelationImpl
 
SStructure - Interface in org.corpus_tools.salt.common
Hierarchies are a useful mechanism to express tree-like or hierarchical structures behind a text.
SStructuredNode - Interface in org.corpus_tools.salt.common
This class bundles the node types SToken, SSpan and SStructure to be used as target in a SDominanceRelation.
SStructureImpl - Class in org.corpus_tools.salt.common.impl
 
SStructureImpl() - Constructor for class org.corpus_tools.salt.common.impl.SStructureImpl
 
start - Variable in class org.corpus_tools.salt.util.DataSourceSequence
start value for this sequence
startElement(String, String, String, Attributes) - Method in class org.corpus_tools.salt.util.internal.persistence.SaltXML10Handler
 
STextOverlappingRelation<S extends SNode,T extends SNode> - Interface in org.corpus_tools.salt.common
 
STextualDS - Interface in org.corpus_tools.salt.common
 
STextualDSImpl - Class in org.corpus_tools.salt.common.impl
 
STextualDSImpl() - Constructor for class org.corpus_tools.salt.common.impl.STextualDSImpl
 
STextualRelation - Interface in org.corpus_tools.salt.common
A STextualRelation links a primary text (as source) with a token (as target).
STextualRelationImpl - Class in org.corpus_tools.salt.common.impl
 
STextualRelationImpl() - Constructor for class org.corpus_tools.salt.common.impl.STextualRelationImpl
 
STextualRelationSStartComparator - Class in org.corpus_tools.salt.util
 
STextualRelationSStartComparator() - Constructor for class org.corpus_tools.salt.util.STextualRelationSStartComparator
 
STimeline - Interface in org.corpus_tools.salt.common
 
STimelineImpl - Class in org.corpus_tools.salt.common.impl
 
STimelineImpl() - Constructor for class org.corpus_tools.salt.common.impl.STimelineImpl
 
STimelineRelation - Interface in org.corpus_tools.salt.common
 
STimelineRelationImpl - Class in org.corpus_tools.salt.common.impl
 
STimelineRelationImpl() - Constructor for class org.corpus_tools.salt.common.impl.STimelineRelationImpl
 
STimeOverlappingRelation<S extends SNode,T extends SNode> - Interface in org.corpus_tools.salt.common
 
SToken - Interface in org.corpus_tools.salt.common
In general, it is not totally clear in linguistics what a token is.
STokenImpl - Class in org.corpus_tools.salt.common.impl
 
STokenImpl() - Constructor for class org.corpus_tools.salt.common.impl.STokenImpl
 
style - Variable in class org.corpus_tools.salt.util.internal.persistence.dot.DOTEdge
 
style - Variable in class org.corpus_tools.salt.util.internal.persistence.dot.DOTNode
 
STypeAnnotation - Interface in org.corpus_tools.salt.semantics
 
STypeAnnotationImpl - Class in org.corpus_tools.salt.semantics.impl
 
STypeAnnotationImpl() - Constructor for class org.corpus_tools.salt.semantics.impl.STypeAnnotationImpl
 
STypedElement - Interface in org.corpus_tools.salt.core
Each implementing subclass provides a type.
subDiffs - Variable in class org.corpus_tools.salt.util.Difference
 
SWordAnnotation - Interface in org.corpus_tools.salt.semantics
 
SWordAnnotationImpl - Class in org.corpus_tools.salt.semantics.impl
 
SWordAnnotationImpl() - Constructor for class org.corpus_tools.salt.semantics.impl.SWordAnnotationImpl
 
SYNTAX_LAYER - Static variable in class org.corpus_tools.salt.samples.SampleGenerator
 

T

TAG_EDGES - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-element 'edges'.
TAG_LABELS - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-element 'labels'.
TAG_LAYERS - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-element 'layers'.
TAG_NODES - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-element 'nodes'.
TAG_SALT_PROJECT - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-element 'SaltProject'.
TAG_SALT_PROJECT_FULL - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TAG_SCORPUS_GRAPH - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TAG_SCORPUSGRAPH - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-element 'sCorpusGraphs'.
TAG_SDOCUMENT - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-element 'sDocument'.
TAG_SDOCUMENT_GRAPH - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TAG_SDOCUMENTSTRUCTURE_SDOCUMENTGRAPH - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
constant to address the xml-element 'sDocumentStructure:SDocumentGraph'.
templateObject - Variable in class org.corpus_tools.salt.util.Difference
Object of graph template, if this difference type has one
toId - Variable in class org.corpus_tools.salt.util.internal.persistence.dot.DOTEdge
 
tokenize() - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
Tokenizes all STextualDS object being contained in this SDocumentGraph object.
tokenize() - Method in interface org.corpus_tools.salt.common.SDocumentGraph
Tokenizes all STextualDS object being contained in this SDocumentGraph object.
tokenize(STextualDS, Character...) - Method in class org.corpus_tools.salt.common.tokenizer.SimpleTokenizer
Sets the STextualDS to be tokenized.
tokenize(STextualDS, Integer, Integer, Character...) - Method in class org.corpus_tools.salt.common.tokenizer.SimpleTokenizer
Sets the STextualDS to be tokenized and the language of the text.
tokenize(STextualDS) - Method in class org.corpus_tools.salt.common.tokenizer.Tokenizer
Sets the STextualDS to be tokenized.
tokenize(STextualDS, LanguageCode) - Method in class org.corpus_tools.salt.common.tokenizer.Tokenizer
Sets the STextualDS to be tokenized and the language of the text.
tokenize(STextualDS, LanguageCode, Integer, Integer) - Method in class org.corpus_tools.salt.common.tokenizer.Tokenizer
Sets the STextualDS to be tokenized and the language of the text.
Tokenizer - Class in org.corpus_tools.salt.common.tokenizer
The general task of this class is to tokenize a given text in the same order as the tool TreeTagger will do.
Tokenizer() - Constructor for class org.corpus_tools.salt.common.tokenizer.Tokenizer
Initializes a new TTokenizer object.
tokenizeToString(String, LanguageCode) - Method in class org.corpus_tools.salt.common.tokenizer.Tokenizer
The general task of this class is to tokenize a given text in the same order as the tool TreeTagger will do.
tokenizeToToken(STextualDS, LanguageCode, Integer, Integer) - Method in class org.corpus_tools.salt.common.tokenizer.Tokenizer
The general task of this class is to tokenize a given text in the same order as the tool TreeTagger will do.
TokenStartComparator - Class in org.corpus_tools.salt.util
 
TokenStartComparator() - Constructor for class org.corpus_tools.salt.util.TokenStartComparator
 
toString() - Method in class org.corpus_tools.salt.common.impl.SaltProjectImpl
toString() - Method in class org.corpus_tools.salt.common.impl.SDocumentGraphImpl
 
toString() - Method in class org.corpus_tools.salt.common.impl.SDocumentImpl
 
toString() - Method in class org.corpus_tools.salt.core.impl.SLayerImpl
 
toString() - Method in class org.corpus_tools.salt.graph.impl.IdentifiableElementImpl
 
toString() - Method in class org.corpus_tools.salt.graph.impl.LabelImpl
 
toString() - Method in class org.corpus_tools.salt.index.IndexMgrImpl
 
toString() - Method in class org.corpus_tools.salt.util.DataSourceSequence
 
toString() - Method in class org.corpus_tools.salt.util.Difference
 
toString() - Method in class org.corpus_tools.salt.util.internal.persistence.dot.DOTEdge
 
toString() - Method in class org.corpus_tools.salt.util.internal.persistence.dot.DOTNode
 
traverse(List<SNode>, SGraph.GRAPH_TRAVERSE_TYPE, String, GraphTraverseHandler) - Method in class org.corpus_tools.salt.core.impl.GraphTraverserModule
Traverses a graph in the given order traverseType and starts traversing with the given startNodes.
traverse(List<? extends SNode>, SGraph.GRAPH_TRAVERSE_TYPE, String, GraphTraverseHandler, boolean) - Method in class org.corpus_tools.salt.core.impl.GraphTraverserModule
Traverses a graph in the given order traverseType and starts traversing with the given startNodes.
traverse(List<SNode>, SGraph.GRAPH_TRAVERSE_TYPE, String, GraphTraverseHandler) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Traverses a graph in the given order traverseType and starts traversing with the given startNodes.
traverse(List<? extends SNode>, SGraph.GRAPH_TRAVERSE_TYPE, String, GraphTraverseHandler, boolean) - Method in class org.corpus_tools.salt.core.impl.SGraphImpl
Attention: When isCycleSafe is set to false, this method does not take care about cycles, and it eventually runs into endless loops.
traverse(List<SNode>, SGraph.GRAPH_TRAVERSE_TYPE, String, GraphTraverseHandler) - Method in interface org.corpus_tools.salt.core.SGraph
Traverses a graph in the given order traverseType and starts traversing with the given startNodes.
traverse(List<? extends SNode>, SGraph.GRAPH_TRAVERSE_TYPE, String, GraphTraverseHandler, boolean) - Method in interface org.corpus_tools.salt.core.SGraph
Attention: When isCycleSafe is set to false, this method does not take care about cycles, and it eventually runs into endless loops.
type - Variable in class org.corpus_tools.salt.core.impl.SRelationImpl
The feature object containing the type of the node
TYPE_SANNOTATION - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_SAUDIO_RELATION - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_SAUDIODS - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_SCAT - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_SCORPUS - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_SCORPUS_DOCUMENT_RELATION - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_SCORPUS_RELATION - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_SDOCUMENT - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_SDOMINANCE_RELATION - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_SELEMENTID - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_SFEATURE - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_SLEMMA - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_SMETAANNOTATION - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_SORDER_RELATION - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_SPOINTING_RELATION - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_SPOS - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_SPROCESSINGANNOTATION - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_SSENTENCE - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_SSPAN - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_SSPANNING_RELATION - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_SSTRUCTURE - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_STEXTUAL_RELATION - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_STEXTUALDS - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_STIMELINE - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_STIMELINE_RELATION - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_STOKEN - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_STYPE - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 
TYPE_SWORD - Static variable in interface org.corpus_tools.salt.util.internal.persistence.SaltXML10Dictionary
 

U

unmarshalAnnotation(String) - Static method in class org.corpus_tools.salt.util.SaltUtil
Splits an annotation string of the form 'namespace::name=value (,namespace::name=value)* into a collection of (namespace, name, value).
update(Object, Object, GraphImpl.UPDATE_TYPE) - Method in class org.corpus_tools.salt.graph.impl.GraphImpl
Updates all graph internal indexes, concerning the kind of the update which has been made.

V

value - Variable in class org.corpus_tools.salt.graph.impl.LabelImpl
The generic value field.
valueOf(String) - Static method in enum org.corpus_tools.salt.core.SGraph.GRAPH_TRAVERSE_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.corpus_tools.salt.SALT_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.corpus_tools.salt.SDATATYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.corpus_tools.salt.util.DIFF_TYPES
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.corpus_tools.salt.util.internal.DataSourceAccessor.TRAVERSION_TYPE
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.corpus_tools.salt.core.SGraph.GRAPH_TRAVERSE_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.corpus_tools.salt.SALT_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.corpus_tools.salt.SDATATYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.corpus_tools.salt.util.DIFF_TYPES
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.corpus_tools.salt.util.internal.DataSourceAccessor.TRAVERSION_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeCorpusGraph(XMLStreamWriter, SCorpusGraph, boolean) - Method in class org.corpus_tools.salt.util.internal.persistence.SaltXML10Writer
Writes a corpus graph to the xml stream
writeDocumentGraph(SDocumentGraph) - Method in class org.corpus_tools.salt.util.internal.persistence.SaltXML10Writer
Writes a document graph to the file given by SaltXML10Writer.getPath().
writeDocumentGraph(XMLStreamWriter, SDocumentGraph) - Method in class org.corpus_tools.salt.util.internal.persistence.SaltXML10Writer
Writes a document graph to the xml stream.
writeDocuments(OutputStream, List<SDocument>) - Static method in class org.corpus_tools.salt.util.internal.persistence.GraphMLWriter
 
writeLabel(XMLStreamWriter, Label) - Method in class org.corpus_tools.salt.util.internal.persistence.SaltXML10Writer
Writes the passed label object to the passed XMLStreamWriter.
writeLayer(XMLStreamWriter, Layer, Map<SNode, Integer>, Map<SRelation<SNode, SNode>, Integer>) - Method in class org.corpus_tools.salt.util.internal.persistence.SaltXML10Writer
Writes the passed relation object to the passed XMLStreamWriter.
writeNode(XMLStreamWriter, Node, Map<? extends Layer, Integer>) - Method in class org.corpus_tools.salt.util.internal.persistence.SaltXML10Writer
Writes the passed node object to the passed XMLStreamWriter.
writeObjects(XMLStreamWriter, Object...) - Method in class org.corpus_tools.salt.util.internal.persistence.SaltXML10Writer
Write a number of root objects (objects without a container) to XML.
writeRelation(XMLStreamWriter, Relation, Map<? extends Node, Integer>, Map<? extends Layer, Integer>) - Method in class org.corpus_tools.salt.util.internal.persistence.SaltXML10Writer
Writes the passed relation object to the passed XMLStreamWriter.
writeSaltProject(SaltProject) - Method in class org.corpus_tools.salt.util.internal.persistence.SaltXML10Writer
Writes a Salt project to the file given by SaltXML10Writer.getPath().
writeSaltProject(XMLStreamWriter, SaltProject) - Method in class org.corpus_tools.salt.util.internal.persistence.SaltXML10Writer
Writes a salt project to the xml stream.
writeXMIRootElement(XMLStreamWriter) - Method in class org.corpus_tools.salt.util.internal.persistence.SaltXML10Writer
Writes an Salt XMI header to the XMLStreamWriter.
A B C D E F G H I K L M N O P R S T U V W 

Copyright © 2009–2015 Humboldt-Universität zu Berlin, INRIA. All rights reserved.