Uses of Class
dev.jcputney.elearning.parser.input.aicc.prereq.AiccPrerequisiteToken
Packages that use AiccPrerequisiteToken
Package
Description
-
Uses of AiccPrerequisiteToken in dev.jcputney.elearning.parser.input.aicc.prereq
Methods in dev.jcputney.elearning.parser.input.aicc.prereq that return types with arguments of type AiccPrerequisiteTokenModifier and TypeMethodDescriptionAiccPrerequisiteExpression.getPostfixTokens()Retrieves the list of tokens that represent the postfix notation of the AICC prerequisite expression.AiccPrerequisiteExpression.getTokens()Retrieves the list of tokens that are part of the AICC prerequisite expression. -
Uses of AiccPrerequisiteToken in dev.jcputney.elearning.parser.output.metadata.aicc
Method parameters in dev.jcputney.elearning.parser.output.metadata.aicc with type arguments of type AiccPrerequisiteTokenModifier and TypeMethodDescriptionAiccPrerequisite.toTokenValues(List<AiccPrerequisiteToken> tokens) Converts a list ofAiccPrerequisiteTokenobjects to a list of trimmed, non-null, and non-empty string values extracted from the tokens.