Uses of Class
com.yetanalytics.xapi.model.InteractionComponent
-
Packages that use InteractionComponent Package Description com.yetanalytics.xapi.model -
-
Uses of InteractionComponent in com.yetanalytics.xapi.model
Methods in com.yetanalytics.xapi.model that return types with arguments of type InteractionComponent Modifier and Type Method Description List<InteractionComponent>
ActivityDefinition. getChoices()
List<InteractionComponent>
ActivityDefinition. getScale()
List<InteractionComponent>
ActivityDefinition. getSource()
List<InteractionComponent>
ActivityDefinition. getSteps()
List<InteractionComponent>
ActivityDefinition. getTarget()
Method parameters in com.yetanalytics.xapi.model with type arguments of type InteractionComponent Modifier and Type Method Description void
ActivityDefinition. setChoices(List<InteractionComponent> choices)
void
ActivityDefinition. setScale(List<InteractionComponent> scale)
void
ActivityDefinition. setSource(List<InteractionComponent> source)
void
ActivityDefinition. setSteps(List<InteractionComponent> steps)
void
ActivityDefinition. setTarget(List<InteractionComponent> target)
-