Class QuestionTransformer

java.lang.Object
de.foellix.aql.transformations.QuestionTransformer

public class QuestionTransformer extends Object
  • Constructor Details

    • QuestionTransformer

      public QuestionTransformer(Question question)
  • Method Details

    • isApplicable

      public boolean isApplicable()
      Outputs whether the transformer is applicable or not
      Returns:
      true if applicable
    • transform

      public Question transform()
      Transforms the question by applying the selected rule
      Returns:
      The transformed question