de.bsvrz.pua.prot.interpreter.semantics
Interface SemanticChecks

All Known Implementing Classes:
AggregationSemantics, AttributeGroupSemantics, AttributeSemantics, ExpressionSemantics, MiscellaneousSemantics, RealAttributeSemantics, ScopeSemantics, Semantics, TempAttributeSemantics

public interface SemanticChecks

Interface für alle semantischen Überprüfungen

Version:
$Revision: 1.1 $ / $Date: 2008/01/22 16:38:03 $ / ($Author: yvonnes $)
Author:
beck et al. projects GmbH, Martin Hilgers

Method Summary
 void cleanUp(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 - Auftragsparameter
processScript - Fals true, dann müssen die Daten bereit für die Datenaufbereitung sein.
Throws:
SemanticErrorException - Fehler bei der semantischen Überprüfung.


Copyright © 2005-2008 beck et al. projects GmbH All Rights Reserved.