Uses of Interface
repast.simphony.util.collections.Tree
Package
Description
-
Uses of Tree in repast.simphony.engine.controller
Modifier and TypeMethodDescriptionDefaultControllerRegistry.getActionTree
(Object contextId) DefaultControllerRegistry.getContextIdTree()
-
Uses of Tree in repast.simphony.engine.environment
Modifier and TypeMethodDescriptionControllerRegistry.getActionTree
(Object contextTypeID) Returns the root node for the tree of actions that occur for a specified context type.ControllerRegistry.getContextIdTree()
-
Uses of Tree in repast.simphony.util.collections
Modifier and TypeClassDescriptionclass
NaryTree<T>
A rooted tree where each node can have n number of children.