Package | Description |
---|---|
jason.asSyntax |
Modifier and Type | Method and Description |
---|---|
Rule |
Rule.clone() |
static Rule |
ASSyntax.createRule(Literal head,
LogicalFormula body)
Creates a new rule with a head and a body
|
static Rule |
ASSyntax.parseRule(java.lang.String sRule)
creates a new rule by parsing a string
|
Constructor and Description |
---|
Rule(Rule r,
Unifier u) |