Uses of Class
dev.jcputney.elearning.parser.input.scorm2004.sequencing.ActivityNode
Packages that use ActivityNode
-
Uses of ActivityNode in dev.jcputney.elearning.parser.input.scorm2004.sequencing
Methods in dev.jcputney.elearning.parser.input.scorm2004.sequencing that return ActivityNodeModifier and TypeMethodDescriptionstatic ActivityNodeActivityNode.fromItem(Scorm2004Item item, ActivityNode parent) Creates an ActivityNode from a Scorm2004Item.static ActivityNodeActivityNode.fromOrganization(Scorm2004Organization organization) Creates an ActivityNode from a Scorm2004Organization.ActivityTree.getRoot()Gets the root node of the tree.Methods in dev.jcputney.elearning.parser.input.scorm2004.sequencing that return types with arguments of type ActivityNodeModifier and TypeMethodDescriptionActivityNode.getChildren()Gets the children of this node.ActivityTree.getLeafNodes()Gets all leaf nodes in the tree.ActivityTree.getNodeByIdentifier(String identifier) Gets a node by its identifier.ActivityNode.getParent()Gets the parent of this node.Methods in dev.jcputney.elearning.parser.input.scorm2004.sequencing with parameters of type ActivityNodeModifier and TypeMethodDescriptionvoidActivityNode.addChild(ActivityNode child) Adds a child node to this node.static ActivityNodeActivityNode.fromItem(Scorm2004Item item, ActivityNode parent) Creates an ActivityNode from a Scorm2004Item.