Uses of Class
com.yetanalytics.xapi.model.AbstractActor
-
Packages that use AbstractActor Package Description com.yetanalytics.xapi.model com.yetanalytics.xapi.model.deserializers -
-
Uses of AbstractActor in com.yetanalytics.xapi.model
Subclasses of AbstractActor in com.yetanalytics.xapi.model Modifier and Type Class Description class
Agent
A concrete class representation of the Agent Component of the 9274.1.1 xAPI Specification.class
Group
Class representation of the Group Component of the 9274.1.1 xAPI Specification.Methods in com.yetanalytics.xapi.model that return AbstractActor Modifier and Type Method Description AbstractActor
Statement. getAuthority()
AbstractActor
Context. getInstructor()
Methods in com.yetanalytics.xapi.model with parameters of type AbstractActor Modifier and Type Method Description void
Statement. setAuthority(AbstractActor authority)
void
Context. setInstructor(AbstractActor instructor)
-
Uses of AbstractActor in com.yetanalytics.xapi.model.deserializers
Methods in com.yetanalytics.xapi.model.deserializers that return AbstractActor Modifier and Type Method Description AbstractActor
AbstractActorDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext context)
-