Interface DependencyProcess
- All Known Implementing Classes:
DependencyProcessPipeline
,SingleExistentialVarTGDTransformer
,SingleHeadTGDTransformer
public interface DependencyProcess
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(DependencySchema dependencySchema) execute the transformation
-
Method Details
-
execute
execute the transformation- Parameters:
dependencySchema
- , usually not null- Returns:
- a new dependencySchema
-