Salt
3.3.6-SNAPSHOT
A powerful, tagset-independent and theory-neutral meta model and API for storing, manipulating, and representing nearly all types of linguistic data .
|
Copyright 2009 Humboldt-Universität zu Berlin. More...
Packages | |
package | internal |
Copyright 2009 Humboldt-Universität zu Berlin. | |
Classes | |
interface | Copyable |
An interface to ensure that an object is copyable. More... | |
class | DataSourceSequence |
This class is a helper class to address a sequence inside a data source. More... | |
enum | DIFF_TYPES |
Defines types of differences between two SDocumentGraph objects. More... | |
class | Difference |
Objects of this class are produces by SDocumentGraph#findDiffs(SDocumentGraph) to determine differences between two SDocumentGraph objects. More... | |
class | DiffOptions |
This class defines an option map to customize the isomorphie check of two graphs. More... | |
interface | ExportFilter |
This interface can be used if one want explicitly include or exclude nodes and/or relations while working with VisJsVisualizer. More... | |
class | SaltUtil |
This class contains a set of helpful methods. More... | |
class | STextualRelationSStartComparator |
interface | StyleImporter |
This interface provides the possibility to highlight nodes while working with VisJsVisualizer. More... | |
class | TokenStartComparator |
class | VisJsVisualizer |
Copyright 2009 Humboldt-Universität zu Berlin.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
enum org::corpus_tools::salt::util::DIFF_TYPES |
Defines types of differences between two SDocumentGraph objects.
Class Members | ||
---|---|---|
CORPUS_GRAPH_DIFFERING | the corpus graphs in Salt project are different | |
ID_DIFFERING | the ids of the compared objects differ | |
LABEL_MISSING | one of the compared objects contains a label, which is missing for the other one | |
LABEL_NAME_DIFFERING | the compared labels differ in their name | |
LABEL_NAMESPACES_DIFFERING | the compared labels differ in their namespace | |
LABEL_VALUE_DIFFERING | the compared labels differ in their value | |
LAYER_DIFFERING | the compared layers differ in their name, the number of nodes or the number of relations | |
LAYER_MISSING | one of the compared graphs contains a layer that is missing for the other one | |
NODE_DIFFERING | the compared nodes differ in for instance their labels | |
NODE_MISSING | one of the compared graphs contains a node that is missing for the other one | |
NODE_NAME_DIFFERING | the compared nodes differ in their name | |
NULL_OBJECT |
one of the objects to be compared (e.g. SaltProject, SCorpusGraph or SDocumentGraph) is null | |
PROJECT_MISSING | one of the compared Salt projects is missing. | |
PROJECT_NAME_DIFFERING | the names of Salt projects are different | |
PROJECT_NUMBER_CORPUS_GRAPH_DIFFERING | the number of corpus graphs in Salt projects are different | |
RELATION_DIFFERING | the compared relations differ in for instance their labels | |
RELATION_MISSING | one of the compared graphs contains a relation that is missing for the other one | |
RELATION_NAME_DIFFERING | the compared relations differ in their name | |
RELATION_TYPE_DIFFERING | the compared relations differ in their type |