public class AbsConcept extends AbsPrimitiveSlotsHolder implements AbsTerm, Concept
ABS_AGENT_ACTION, ABS_AGGREGATE, ABS_CONCEPT, ABS_CONCEPT_SLOT_FUNCTION, ABS_CONTENT_ELEMENT_LIST, ABS_IRE, ABS_PREDICATE, ABS_PRIMITIVE, ABS_VARIABLE, UNKNOWN
Constructor and Description |
---|
AbsConcept(java.lang.String typeName)
Construct an Abstract descriptor to hold a concept of
the proper type (e.g.
|
Modifier and Type | Method and Description |
---|---|
AbsTerm |
getAbsTerm(java.lang.String name)
Gets the value of an attribute of the concept
held by this abstract descriptor.
|
int |
getAbsType() |
static java.lang.Class |
getJavaClass() |
void |
set(java.lang.String name,
AbsTerm value)
Sets an attribute of the concept held by this
abstract descriptor.
|
getBoolean, getByteSequence, getDate, getDouble, getFloat, getInteger, getLong, getString, set, set, set, set, set, set, set, set, set
equals, getAbsObject, getCount, getNames, getTypeName, hashCode, isGrounded, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAbsObject, getCount, getNames, getTypeName, isGrounded
public AbsConcept(java.lang.String typeName)
typeName
- The name of the type of the concept held by
this abstract descriptor.public void set(java.lang.String name, AbsTerm value)
name
- The name of the attribute to be set.value
- The new value of the attribute.public AbsTerm getAbsTerm(java.lang.String name)
name
- The name of the attribute.public static java.lang.Class getJavaClass()
public int getAbsType()
getAbsType
in interface AbsObject
getAbsType
in class AbsObjectImpl