Package | Description |
---|---|
com.articulate.sigma.semRewrite |
Modifier and Type | Field and Description |
---|---|
RHS |
Rule.rhs |
Modifier and Type | Method and Description |
---|---|
RHS |
RHS.applyBindings(java.util.HashMap<java.lang.String,java.lang.String> bindings)
Apply variable substitutions to this set of clauses
TODO: note that a replace for ?A will erroneously match ?AB
|
RHS |
RHS.deepCopy() |
static RHS |
RHS.parse(Lexer lex,
int startLine)
The predicate must already have been read
|