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.getNodeByIdentifier(String identifier) Gets a node by its identifier.ActivityNode.getParent()Gets the parent of this node.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.getNodeMap()Retrieves the mapping of node identifiers to their corresponding activity nodes.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.voidActivityNode.setParent(ActivityNode parent) Sets the parent activity node for this node.voidActivityTree.setRoot(ActivityNode root) Sets the root node of the activity tree.Method parameters in dev.jcputney.elearning.parser.input.scorm2004.sequencing with type arguments of type ActivityNodeModifier and TypeMethodDescriptionvoidActivityNode.setChildren(List<ActivityNode> children) Sets the list of child nodes for this activity node.voidActivityTree.setNodeMap(Map<String, ActivityNode> nodeMap) Sets the mapping of node identifiers to their corresponding activity nodes.