|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITermTransformer
interface for build-in operations or rules. Build-in operation is represented as class, which implement ITermTransformer. Rules are instances of RuleTransformer
| Method Summary | |
|---|---|
String |
getDescription()
return human-readable description of transformer |
String |
getName()
return name of transformer. |
String |
getSource()
return source-code of this term, if one is aviable. |
Term |
transform(Term t,
TermSystem system,
TransformationContext ctx)
attempt to transform term t . |
| Method Detail |
|---|
Term transform(Term t,
TermSystem system,
TransformationContext ctx)
throws TermWareException
t .
t - - term to transformsystem - - system which give us access to ebvironment.ctx - - context of transformation.
TermWareExceptionString getName()
String getDescription()
String getSource()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||