Interface SchemaTransformationProcess
- All Known Implementing Classes:
BodySorter
,EqualityReplacer
,LogicSchemaTransformationProcess
,PredicateCleaner
,SchemaTransformationProcessPipeline
,SchemaUnfolder
,SingleDerivationRuleTransformer
,TrivialLiteralCleaner
public interface SchemaTransformationProcess
A process that, given a logic schema, returns a new schema transformation.
-
Method Summary
-
Method Details
-
executeTransformation
- Parameters:
logicSchema
- not null- Returns:
- a schemaTransformation
-