jade.content.abs
Interface AbsContentElement
- All Superinterfaces:
- AbsObject, ContentElement, Serializable, java.io.Serializable
- All Known Implementing Classes:
- AbsAgentAction, AbsContentElementList, AbsIRE, AbsPredicate
- public interface AbsContentElement
- extends AbsObject, ContentElement
An abstract descriptor that can hold a generic content element
expression.
- Author:
- Federico Bergenti - Universita` di Parma
Method Summary |
boolean |
isAContentExpression()
Return true if this Abstract Content Element represents a ContentExpression
of the SL Grammar (see also FIPA-SL specifications). |
void |
setIsAContentExpression(boolean flag)
Set the isAContentExpression flag to the passed value.
|
isAContentExpression
public boolean isAContentExpression()
- Return true if this Abstract Content Element represents a ContentExpression
of the SL Grammar (see also FIPA-SL specifications).
- Returns:
- true if this Abstract Content Element represents a ContentExpression
of the SL Grammar (see also FIPA-SL specifications), false otherwise
setIsAContentExpression
public void setIsAContentExpression(boolean flag)
- Set the isAContentExpression flag to the passed value.
By default, if this method was not called, this value is intialized to false.
- Parameters:
flag
- true if this Abstract Content Element represents a ContentExpression
of the SL Grammar (see also FIPA-SL specifications), false otherwise
JADE