Interface SemanticChecks
-
- All Known Implementing Classes:
AggregationSemantics,AttributeGroupSemantics,AttributeSemantics,ExpressionSemantics,MiscellaneousSemantics,RealAttributeSemantics,ScopeSemantics,Semantics,TempAttributeSemantics
public interface SemanticChecksInterface für alle semantischen Überprüfungen
-
-
Method Summary
Modifier and Type Method Description voidcleanUp(ProcessingParameter pp, boolean processScript)Führt semantische Überprüfungen durch.
-
-
-
Method Detail
-
cleanUp
void cleanUp(ProcessingParameter pp, boolean processScript) throws SemanticErrorException
Führt semantische Überprüfungen durch. Diese Standardimplementierung führt keine Tests durch.- Parameters:
pp- AuftragsparameterprocessScript- Fals true, dann müssen die Daten bereit für die Datenaufbereitung sein.- Throws:
SemanticErrorException- Fehler bei der semantischen Überprüfung.
-
-