|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The common ancestor of all abstract descriptors
Field Summary | |
static int |
ABS_AGENT_ACTION
|
static int |
ABS_AGGREGATE
|
static int |
ABS_CONCEPT
|
static int |
ABS_CONTENT_ELEMENT_LIST
|
static int |
ABS_IRE
|
static int |
ABS_PREDICATE
|
static int |
ABS_PRIMITIVE
|
static int |
ABS_VARIABLE
|
static int |
UNKNOWN
|
Method Summary | |
AbsObject |
getAbsObject(java.lang.String name)
Gets the value of an attribute of the object held by this abstract descriptor. |
int |
getAbsType()
|
int |
getCount()
Gets the number of attributes. |
java.lang.String[] |
getNames()
|
java.lang.String |
getTypeName()
|
boolean |
isGrounded()
Tests if the object is grounded, i.e., if no one of its attributes is associated with a variable |
Field Detail |
public static final int UNKNOWN
public static final int ABS_PREDICATE
public static final int ABS_CONCEPT
public static final int ABS_AGENT_ACTION
public static final int ABS_PRIMITIVE
public static final int ABS_AGGREGATE
public static final int ABS_IRE
public static final int ABS_VARIABLE
public static final int ABS_CONTENT_ELEMENT_LIST
Method Detail |
public java.lang.String getTypeName()
public AbsObject getAbsObject(java.lang.String name)
name
- The name of the attribute.
public java.lang.String[] getNames()
public boolean isGrounded()
true
if the object is grounded.public int getCount()
public int getAbsType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |