$search
Public Member Functions | |
void | run (List< Instruction > instructions) |
Private Member Functions | |
void | findTimeConstraint (SemanticObject so, Instruction parentInstruction, SemanticObject parentSO) |
Word | getTimeMeasure (ObjectX o) throws UnknownHostException, CycApiException, IOException |
Definition at line 16 of file TimeConstraintPostProcessor.java.
void instruction::postprocessor::TimeConstraintPostProcessor::findTimeConstraint | ( | SemanticObject | so, | |
Instruction | parentInstruction, | |||
SemanticObject | parentSO | |||
) | [inline, private] |
Definition at line 25 of file TimeConstraintPostProcessor.java.
Word instruction::postprocessor::TimeConstraintPostProcessor::getTimeMeasure | ( | ObjectX | o | ) | throws UnknownHostException, CycApiException, IOException [inline, private] |
Checks if the given ObjectX o
represents a time measuring unit and returns the corresponding Word
o |
IOException | ||
CycApiException | ||
UnknownHostException |
Definition at line 103 of file TimeConstraintPostProcessor.java.
void instruction::postprocessor::TimeConstraintPostProcessor::run | ( | List< Instruction > | instructions | ) | [inline] |
Method is invoked when the PostProcessor is launched.
instructions | Complete List of Instructions |
Implements instruction::postprocessor::PostProcessor.
Definition at line 18 of file TimeConstraintPostProcessor.java.