Serialized Form


Package org.opencyc.api

Class org.opencyc.api.CycApiException implements Serializable


Package org.opencyc.chat

Class org.opencyc.chat.ChatException implements Serializable


Package org.opencyc.cycobject

Class org.opencyc.cycobject.CycConstant implements Serializable

Serialized Fields

guid

Guid guid
The GUID (Globally Unique IDentifier) of the CycConstant object. A string such as "c10af8ae-9c29-11b1-9dad-c379636f7270"

name

java.lang.String name
The name of the CycConstant object. A string such as "HandGrenade"

Class org.opencyc.cycobject.CycFort implements Serializable

Serialized Fields

id

java.lang.Integer id
The ID of the CycFort object which is an integer unique within an OpenCyc KB but not necessarily unique globally.

Class org.opencyc.cycobject.CycList implements Serializable

Serialized Fields

isProperList

boolean isProperList

dottedElement

java.lang.Object dottedElement

Class org.opencyc.cycobject.CycNart implements Serializable

Serialized Fields

functor

CycFort functor
The functor of the CycNart object. For example, the CycConstant corresponding to #$FruitFn in (#$FruitFn #$AppleTree). This must be a CycFort (i.e. cannot be assumed to be a CycConstant) because functors can themselves be CycNarts.

arguments

CycList arguments
The list of the arguments of the CycNart object.

Class org.opencyc.cycobject.CycSymbol implements Serializable

Serialized Fields

symbolName

java.lang.String symbolName
The symbol represented as a String.


Package org.opencyc.util

Class org.opencyc.util.AbstractPair implements Serializable

Serialized Fields

component1

java.lang.Object component1
The first component of the pair.

component2

java.lang.Object component2
The second component of the pair.

Class org.opencyc.util.Amp implements Serializable

Serialized Fields

ampString

java.lang.String ampString
The AMP message in string form.

performative

java.lang.String performative
The AMP performative (command).

sender

java.lang.String sender
The ID of the sender of the message.

receiver

java.lang.String receiver
The ID of the receiver of the message.

replyWith

java.lang.String replyWith
The reference message ID to be used in a subsequent reply.

inReplyTo

java.lang.String inReplyTo
The ID of the message for which this message is a reply.

content

java.lang.String content
The content of the message.

language

java.lang.String language
The (computer) language in which the content is written.

ontology

java.lang.String ontology
The semantics defining the meaning of terms in the content.

force

java.lang.String force
Force indicator.

Class org.opencyc.util.ListBox implements Serializable

Serialized Fields

addAction

javax.swing.Action addAction

removeAction

javax.swing.Action removeAction

updateAction

javax.swing.Action updateAction

list

javax.swing.JList list

field

javax.swing.JTextField field

addButton

javax.swing.JButton addButton

removeButton

javax.swing.JButton removeButton

lastSelected

java.lang.Object lastSelected

Class org.opencyc.util.Pair implements Serializable

Class org.opencyc.util.StackWithPointer implements Serializable

Serialized Fields

sp

int sp
Stack pointer.

Class org.opencyc.util.TimeOutException implements Serializable