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.CycWorkerEvent implements Serializable

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


Package org.opencyc.xml.gui

Class org.opencyc.xml.gui.ImportDamlPanel implements Serializable

Serialized Fields

panel

javax.swing.JPanel panel

container

java.awt.Container container

frame

javax.swing.JFrame frame

storageLocation

java.lang.String storageLocation

fileChooser

javax.swing.JFileChooser fileChooser

borderLayout1

java.awt.BorderLayout borderLayout1

boxButtons

javax.swing.Box boxButtons

btnExit

javax.swing.JButton btnExit

btnImport

javax.swing.JButton btnImport

glueButtons

java.awt.Component glueButtons

jLabel1

javax.swing.JLabel jLabel1

box1

javax.swing.Box box1

urlInputPanel

javax.swing.JPanel urlInputPanel

ontologyNicknameInputPanel

javax.swing.JPanel ontologyNicknameInputPanel

importMtInputPanel

javax.swing.JPanel importMtInputPanel

urlInputBox

javax.swing.Box urlInputBox

ontologyNicknameInputBox

javax.swing.Box ontologyNicknameInputBox

importMtInputBox

javax.swing.Box importMtInputBox

urlInputLabel

javax.swing.JLabel urlInputLabel

ontologyNicknameInputLabel

javax.swing.JLabel ontologyNicknameInputLabel

importMtInputLabel

javax.swing.JLabel importMtInputLabel

urlInputComboBox

javax.swing.JComboBox urlInputComboBox

ontologyNicknameInputComboBox

javax.swing.JComboBox ontologyNicknameInputComboBox

importMtInputComboBox

javax.swing.JComboBox importMtInputComboBox

urlHistory

java.lang.String[] urlHistory
Array of URL history items for the URL input combo box

ontologyNicknameHistory

java.lang.String[] ontologyNicknameHistory
Array of ontology nickname history items for the URL input combo box

importMtHistory

java.lang.String[] importMtHistory
Array of import microtheory history items for the URL input combo box

properties

java.util.Properties properties
input history properties

propertiesFilename

java.lang.String propertiesFilename
input history properties file name

damlPath

java.lang.String damlPath
The path (URL) to the DAML XML content

ontologyNickname

java.lang.String ontologyNickname
The ontology nickname used as a namespace prefix for imported terms

importMt

java.lang.String importMt
The import microtheory

cycAccess

CycAccess cycAccess
CycAccess object to manage api connection the the Cyc server

importDamlApp

ImportDamlApp importDamlApp
reference to the parent object