|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jade.content.abs.AbsObjectImpl | +--jade.content.abs.AbsPrimitiveSlotsHolder | +--jade.content.abs.AbsPredicate
Constructor Summary | |
AbsPredicate(java.lang.String typeName)
Construct an Abstract descriptor to hold a predicate of the proper type (e.g. |
Method Summary | |
AbsTerm |
getAbsTerm(java.lang.String name)
Gets the value (casted as an AbsTerm) of an attribute of the predicate held by this abstract descriptor. |
static java.lang.Class |
getJavaClass()
|
void |
set(java.lang.String name,
AbsObject value)
Sets an attribute of the predicate held by this abstract descriptor. |
Methods inherited from class jade.content.abs.AbsPrimitiveSlotsHolder |
getBoolean,
getByteSequence,
getDate,
getDouble,
getFloat,
getInteger,
getLong,
getString,
set,
set,
set,
set,
set,
set,
set,
set |
Methods inherited from class jade.content.abs.AbsObjectImpl |
equals,
getAbsObject,
getCount,
getNames,
getTypeName,
hashCode,
isGrounded,
toString |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public AbsPredicate(java.lang.String typeName)
typeName
- The name of the type of the predicate held by
this abstract descriptor.Method Detail |
public void set(java.lang.String name, AbsObject 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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |