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 voidActivityDefinition. setChoices(List<InteractionComponent> choices)voidActivityDefinition. setScale(List<InteractionComponent> scale)voidActivityDefinition. setSource(List<InteractionComponent> source)voidActivityDefinition. setSteps(List<InteractionComponent> steps)voidActivityDefinition. setTarget(List<InteractionComponent> target)
-