Serialized Form
concepts
Concept[] concepts
- The array of concepts indicating the concept ordering.
relations
Relation[] relations
- The array of relations indicating the relation ordering.
adjacencies
int[][][] adjacencies
- A two dimensional array with the adjacencies. The first index is for relations,
the second for concepts, and the third is for arc count followed by arc numbers.
referent
Referent referent
- The referent for this concept.
corefSets
java.util.Vector corefSets
- The coreference sets associated with this concept.
label
java.lang.String label
- The type label for this type.
typeDefinition
ConceptTypeDefinition typeDefinition
- The type definition for this type.
comment
java.lang.String comment
- The comment associated with this type.
abstraction
notio.Abstraction abstraction
- The abstraction used in this definition.
signature
ConceptType signature
- The signature used in this definition.
corefSet
notio.Set corefSet
- Set of coreferent concepts.
definingConcept
Concept definingConcept
- The defining concept of the set.
definingLabel
java.lang.String definingLabel
- The defining label of the set included as an aid to translators.
dominantGraph
Graph dominantGraph
- The graph containing the dominant nodes.
checkScope
boolean checkScope
- A flag indicating whether or not coreference scope is checked.
caseSensitiveLabels
boolean caseSensitiveLabels
- Flag indicating whether labels (e.g. names) are case sensitive or not.
enclosingReferent
Referent enclosingReferent
- The referent to which this designator belongs.
concepts
java.util.Vector concepts
- The concepts in this graph.
relations
java.util.Vector relations
- The relations in this graph.
comments
java.util.Vector comments
- The comments on this graph.
allowIncompleteRelations
boolean allowIncompleteRelations
- Flag indicating whether incomplete Relation nodes may be added.
contextDepth
int contextDepth
- An integer that specifies the current context depth of this graph.
enclosingReferent
Referent enclosingReferent
- The Referent that encloses this graph, if any.
conceptHierarchy
ConceptTypeHierarchy conceptHierarchy
- The concept type hierarchy for the knowledge base.
relationHierarchy
RelationTypeHierarchy relationHierarchy
- The relation type hierarchy for the knowledge base.
markerSet
MarkerSet markerSet
- The marker set for the knowledge base.
outermostContext
Concept outermostContext
- The outermost context of this knowledge base.
literal
java.lang.Object literal
- Literal object associated with this designator.
marker
Marker marker
- Marker associated with the literal object.
markerSet
MarkerSet markerSet
- MarkerSet to which this marker belongs.
individual
java.lang.Object individual
- Individual associated with this marker.
markerID
java.lang.String markerID
- The string indentifier for this marker.
types
notio.Set types
- Set of types to which this marker conforms.
marker
Marker marker
- Marker associated with this designator.
nextMarkerID
int nextMarkerID
- Next marker id.
idTable
java.util.Hashtable idTable
- Hashtable for marker lookups by ID.
individualTable
java.util.Hashtable individualTable
- Hashtable for marker lookups by individual.
name
java.lang.String name
- Name which is used as the locator in this designator.
type
notio.Type type
- The type for this node.
enclosingGraph
Graph enclosingGraph
- The enclosing graph for this node.
comment
java.lang.String comment
- The comment associated with this node.
subThrowable
java.lang.Throwable subThrowable
- An throwable enclosed within this one.
subThrowable
java.lang.Throwable subThrowable
- An throwable enclosed within this one.
beginColumn
int beginColumn
- The column in which the current token begins.
endColumn
int endColumn
- The column in which the current token ends.
beginLine
int beginLine
- The line in which the current token begins.
endLine
int endLine
- The line in which the current token ends.
offendingToken
java.lang.String offendingToken
- A string containing the offending token.
expectedTokens
java.lang.String[] expectedTokens
- An array of strings containing the possible expected tokens.
beforeFlag
boolean beforeFlag
- A flag indicating the error occurred sometime before the specified token or
location.
afterFlag
boolean afterFlag
- A flag indicating the error occurred sometime after the specified token or
location.
designator
Designator designator
- The designator for this referent.
quantifier
Macro quantifier
- The quantifier for this referent.
descriptor
Graph descriptor
- The descriptor for this referent.
corefSets
CoreferenceSet[] corefSets
- The coreference sets to which this referent belongs.
enclosingConcept
Concept enclosingConcept
- The concept that encloses this referent.
arguments
Concept[] arguments
- The concepts related by this relation.
outputStartIndex
int outputStartIndex
- The index of the first output arc (this is the last index for ordinary relations).
label
java.lang.String label
- The type label for this type.
typeDefinition
RelationTypeDefinition typeDefinition
- The definition of this relation type.
valence
int valence
- The valence of this relation.
comment
java.lang.String comment
- The comment associated with this type.
abstraction
notio.Abstraction abstraction
- The abstraction used in this definition.
signature
ConceptType[] signature
- The signature used in this definition.
unitTable
java.util.Hashtable unitTable
- A hashtable mapping unit names to the TranslationInfoUnits that form this context.
name
java.lang.String name
- The name by which this macro is known.
Package notio.translators |
defLabelFactory
notio.translators.LabelFactory defLabelFactory
- A factory for producing defining labels.
baseTable
notio.translators.DefiningLabelTable.ContextTable baseTable
- The base table of the ContextTable stack.
topTable
notio.translators.DefiningLabelTable.ContextTable topTable
- The top table of the ContextTable stack.
foreignIDToNativeMarkerTable
java.util.Hashtable foreignIDToNativeMarkerTable
- A lookup table that maps foreign markers to native markers.
nativeMarkerToForeignIDTable
java.util.Hashtable nativeMarkerToForeignIDTable
- A lookup table that maps native markers to foreign markers.
unitName
java.lang.String unitName
- The name of this unit.
Copyright 1998-2001 Finnegan Southey