Serialized Form
Package org.opencyc.cycobject |
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"
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.
isProperList
boolean isProperList
dottedElement
java.lang.Object dottedElement
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.
symbolName
java.lang.String symbolName
- The symbol represented as a String.
component1
java.lang.Object component1
- The first component of the pair.
component2
java.lang.Object component2
- The second component of the pair.
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.
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
sp
int sp
- Stack pointer.