Package de.foellix.aql.transformations
Class QuestionTransformer
java.lang.Object
de.foellix.aql.transformations.QuestionTransformer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanOutputs whether the transformer is applicable or notTransforms the question by applying the selected rule
-
Constructor Details
-
QuestionTransformer
-
-
Method Details
-
isApplicable
public boolean isApplicable()Outputs whether the transformer is applicable or not- Returns:
- true if applicable
-
transform
Transforms the question by applying the selected rule- Returns:
- The transformed question
-