public class ParsedRule extends Object
Constructor and Description |
---|
ParsedRule(String name) |
Modifier and Type | Method and Description |
---|---|
void |
addParameter(Variable var) |
void |
close()
Some checks can only be performed when we know that we have
parsed the entire rule.
|
boolean |
equals(Object obj) |
List |
getClauses() |
String |
getName() |
TologOptions |
getOptions() |
List |
getParameters() |
Map |
getParameterTypes() |
Map |
getVariableTypes() |
void |
init(TologOptions options) |
boolean |
initialized() |
void |
setClauseList(List clauses) |
public ParsedRule(String name)
public void init(TologOptions options)
public boolean initialized()
public String getName()
public List getClauses()
public List getParameters()
public void setClauseList(List clauses)
public void addParameter(Variable var)
public Map getVariableTypes()
public Map getParameterTypes()
public TologOptions getOptions()
public void close() throws InvalidQueryException
InvalidQueryException