Serialized Form


Package notio

Class notio.Actor implements Serializable

Class notio.ActorAddError implements Serializable

Class notio.AdjacencyMatrix implements Serializable

Serialized Fields

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.

Class notio.Concept implements Serializable

Serialized Fields

referent

Referent referent
The referent for this concept.

corefSets

java.util.Vector corefSets
The coreference sets associated with this concept.

Class notio.ConceptAddError implements Serializable

Class notio.ConceptRemoveException implements Serializable

Class notio.ConceptReplaceException implements Serializable

Class notio.ConceptType implements Serializable

Serialized Fields

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.

Class notio.ConceptTypeDefinition implements Serializable

Serialized Fields

abstraction

notio.Abstraction abstraction
The abstraction used in this definition.

signature

ConceptType signature
The signature used in this definition.

Class notio.ConceptTypeHierarchy implements Serializable

Class notio.CorefAddException implements Serializable

Class notio.CoreferenceSet implements Serializable

Serialized Fields

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.

Class notio.CorefRemoveException implements Serializable

Class notio.DefinedDesignator implements Serializable

Class notio.Designator implements Serializable

Serialized Fields

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.

Class notio.GeneratorException implements Serializable

Class notio.Graph implements Serializable

Serialized Fields

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.

Class notio.InvalidDefiningConceptException implements Serializable

Class notio.JoinException implements Serializable

Class notio.KnowledgeBase implements Serializable

Serialized Fields

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.

Class notio.LiteralDesignator implements Serializable

Serialized Fields

literal

java.lang.Object literal
Literal object associated with this designator.

marker

Marker marker
Marker associated with the literal object.

Class notio.Marker implements Serializable

Serialized Fields

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.

Class notio.MarkerDesignator implements Serializable

Serialized Fields

marker

Marker marker
Marker associated with this designator.

Class notio.MarkerSet implements Serializable

Serialized Fields

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.

Class notio.NameAddException implements Serializable

Class notio.NameDesignator implements Serializable

Serialized Fields

name

java.lang.String name
Name which is used as the locator in this designator.

Class notio.Node implements Serializable

Serialized Fields

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.

Class notio.OperationError implements Serializable

Serialized Fields

subThrowable

java.lang.Throwable subThrowable
An throwable enclosed within this one.

Class notio.OperationException implements Serializable

Serialized Fields

subThrowable

java.lang.Throwable subThrowable
An throwable enclosed within this one.

Class notio.ParserException implements Serializable

Serialized Fields

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.

Class notio.Referent implements Serializable

Serialized Fields

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.

Class notio.Relation implements Serializable

Serialized Fields

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).

Class notio.RelationAddError implements Serializable

Class notio.RelationType implements Serializable

Serialized Fields

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.

Class notio.RelationTypeDefinition implements Serializable

Serialized Fields

abstraction

notio.Abstraction abstraction
The abstraction used in this definition.

signature

ConceptType[] signature
The signature used in this definition.

Class notio.RelationTypeHierarchy implements Serializable

Class notio.RestrictionException implements Serializable

Class notio.TranslationContext implements Serializable

Serialized Fields

unitTable

java.util.Hashtable unitTable
A hashtable mapping unit names to the TranslationInfoUnits that form this context.

Class notio.TranslationException implements Serializable

Class notio.TypeAddError implements Serializable

Class notio.TypeChangeError implements Serializable

Class notio.TypeExpansionException implements Serializable

Class notio.TypeRemoveError implements Serializable

Class notio.UnimplementedFeatureException implements Serializable

Class notio.UnimplementedMacro implements Serializable

Serialized Fields

name

java.lang.String name
The name by which this macro is known.


Package notio.translators

Class notio.translators.DefiningLabelTable implements Serializable

Serialized Fields

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.

Class notio.translators.MarkerTable implements Serializable

Serialized Fields

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.

Class notio.translators.SimpleInfoUnit implements Serializable

Serialized Fields

unitName

java.lang.String unitName
The name of this unit.



Copyright 1998-2001 Finnegan Southey