Serialized Form


Package notio

Class notio.Actor implements Serializable

Class notio.ActorAddError implements Serializable

Class notio.Concept implements Serializable

Serialized Fields

corefSets

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

referent

Referent referent
The referent for this concept.

Class notio.ConceptAddError implements Serializable

Class notio.ConceptRemoveException implements Serializable

Class notio.ConceptReplaceException implements Serializable

Class notio.ConceptType implements Serializable

Serialized Fields

comment

java.lang.String comment
The comment associated with this type.

label

java.lang.String label
The type label for this type.

typeDefinition

ConceptTypeDefinition typeDefinition
The type definition for 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

checkScope

boolean checkScope
A flag indicating whether or not coreference scope is checked.

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.

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

allowIncompleteRelations

boolean allowIncompleteRelations
Flag indicating whether incomplete Relation nodes may be added.

comments

java.util.Vector comments
The comments on this graph.

concepts

java.util.Vector concepts
The concepts in this graph.

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.

relations

java.util.Vector relations
The relations in this graph.

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.

markerSet

MarkerSet markerSet
The marker set for the knowledge base.

outermostContext

Concept outermostContext
The outermost context of this knowledge base.

relationHierarchy

RelationTypeHierarchy relationHierarchy
The relation type hierarchy for the 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

individual

java.lang.Object individual
Individual associated with this marker.

markerID

java.lang.String markerID
The string indentifier for this marker.

markerSet

MarkerSet markerSet
MarkerSet to which this marker belongs.

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

idTable

java.util.Hashtable idTable
Hashtable for marker lookups by ID.

individualTable

java.util.Hashtable individualTable
Hashtable for marker lookups by individual.

nextMarkerID

int nextMarkerID
Next marker id.

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

comment

java.lang.String comment
The comment associated with this node.

enclosingGraph

Graph enclosingGraph
The enclosing graph for this node.

type

notio.Type type
The type for 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

afterFlag

boolean afterFlag
A flag indicating the error occurred sometime after the specified token or location.

beforeFlag

boolean beforeFlag
A flag indicating the error occurred sometime before the specified token or location.

beginColumn

int beginColumn
The column in which the current token begins.

beginLine

int beginLine
The line in which the current token begins.

endColumn

int endColumn
The column in which the current token ends.

endLine

int endLine
The line in which the current token ends.

expectedTokens

java.lang.String[] expectedTokens
An array of strings containing the possible expected tokens.

offendingToken

java.lang.String offendingToken
A string containing the offending token.

Class notio.Referent implements Serializable

Serialized Fields

corefSets

CoreferenceSet[] corefSets
The coreference sets to which this referent belongs.

descriptor

Graph descriptor
The descriptor for this referent.

designator

Designator designator
The designator for this referent.

enclosingConcept

Concept enclosingConcept
The concept that encloses this referent.

quantifier

Macro quantifier
The quantifier for 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

comment

java.lang.String comment
The comment associated with this type.

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.

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.



Copyright 1998-1999 Finnegan Southey