|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectJADE_SL.abs.AbsObjectImpl
JADE_SL.abs.AbsVariable
| Field Summary |
| Fields inherited from class JADE_SL.abs.AbsObjectImpl |
|
| Constructor Summary | |
AbsVariable()
Construct an Abstract descriptor to hold a variable |
|
AbsVariable(java.lang.String name,
java.lang.String valueType)
Construct an AbsVariable with the given name and value type |
|
| Method Summary | |
java.lang.String |
getName()
Gets the name of this variable. |
java.lang.String |
getType()
Gets the value type of this variable. |
boolean |
isGrounded()
Redefine the isGrounded() method in order to
always return false. |
void |
setName(java.lang.String name)
Sets the name of this variable. |
void |
setType(java.lang.String valueType)
Sets the value type of this variable. |
| Methods inherited from class JADE_SL.abs.AbsObjectImpl |
dump, dump, getAbsObject, getCount, getNameEnumeration, getNames, getTypeName, set, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface JADE_SL.abs.AbsObject |
dump, getAbsObject, getCount, getNames, getTypeName |
| Constructor Detail |
public AbsVariable()
public AbsVariable(java.lang.String name,
java.lang.String valueType)
name - The name of the variable.valueType - The type of values that can be assigned to
this variable.| Method Detail |
public void setName(java.lang.String name)
name - The new name of this variable.public void setType(java.lang.String valueType)
valueType - The type of values that can be assigned to
this variable.public java.lang.String getName()
public java.lang.String getType()
public boolean isGrounded()
isGrounded() method in order to
always return false.
isGrounded in interface AbsObjectisGrounded in class AbsObjectImpltrue if the object is grounded.AbsObject.isGrounded()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||