Uses of Interface
repast.simphony.util.collections.Tree
Packages that use Tree
Package
Description
-
Uses of Tree in repast.simphony.engine.controller
Methods in repast.simphony.engine.controller that return TreeModifier and TypeMethodDescriptionDefaultControllerRegistry.getActionTree
(Object contextId) DefaultControllerRegistry.getContextIdTree()
-
Uses of Tree in repast.simphony.engine.environment
Methods in repast.simphony.engine.environment that return TreeModifier 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
Classes in repast.simphony.util.collections that implement TreeModifier and TypeClassDescriptionclass
NaryTree<T>
A rooted tree where each node can have n number of children.