Uses of Class
jason.asSyntax.Rule
Package | Description |
---|---|
jason.asSyntax |
-
Uses of Rule in jason.asSyntax
Methods in jason.asSyntax that return Rule Modifier and Type Method Description Rule
Rule. clone()
static Rule
ASSyntax. createRule(Literal head, LogicalFormula body)
Creates a new rule with a head and a bodystatic Rule
ASSyntax. parseRule(java.lang.String sRule)
creates a new rule by parsing a stringConstructors in jason.asSyntax with parameters of type Rule Constructor Description Rule(Rule r, Unifier u)