|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFacts
Interface for facts database, called from rules.
| Method Summary | |
|---|---|
boolean |
check(Term t,
TransformationContext ctx)
check fact (called from conditions in left part of rules) |
void |
clearLoggedEntities()
clear entities to log |
boolean |
isLoggingMode()
get logging mode |
void |
set(Term t,
TransformationContext ctx)
set fact (called from actions in right part of rules) |
void |
setLoggedEntities(Collection<String> entities)
set collection of entities to log |
void |
setLoggedEntity(String s)
set entity to log. |
void |
setLoggingMode(boolean mode)
enable/disable logging |
void |
unsetLoggedEntity(String s)
unset entity to log. |
| Method Detail |
|---|
boolean check(Term t,
TransformationContext ctx)
throws TermWareException
TermWareException
void set(Term t,
TransformationContext ctx)
throws TermWareException
TermWareExceptionboolean isLoggingMode()
void setLoggingMode(boolean mode)
void setLoggedEntity(String s)
void unsetLoggedEntity(String s)
void setLoggedEntities(Collection<String> entities)
void clearLoggedEntities()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||