Package | Description |
---|---|
jade.content.abs | |
jade.content.lang.sl |
Modifier and Type | Method and Description |
---|---|
AbsPredicate |
AbsIRE.getProposition()
Gets the proposition of this IRE.
|
Modifier and Type | Method and Description |
---|---|
void |
AbsAgentAction.set(java.lang.String name,
AbsPredicate value)
Set an attribute of the agent action held by this
abstract descriptor.
|
void |
AbsIRE.setProposition(AbsPredicate proposition)
Sets the proposition of this IRE.
|
Modifier and Type | Method and Description |
---|---|
AbsPredicate |
SLCodec.decodeFormula(Ontology ontology,
java.lang.String formula)
Decodes the content to an abstract description, where the content is known to be a Well-formed Formula
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
SLCodec.encodeFormula(Ontology ontology,
AbsPredicate formula)
Encodes the content into a String, where the content is known to be a Well-formed Formula
|