Uses of Interface
org.terracotta.context.TreeNode
Packages that use TreeNode
-
Uses of TreeNode in org.terracotta.context
Classes in org.terracotta.context that implement TreeNodeModifier and TypeClassDescription(package private) class(package private) classNode used to wrap real tree node to keep the context object.(package private) class(package private) classFields in org.terracotta.context declared as TreeNodeMethods in org.terracotta.context that return TreeNodeModifier and TypeMethodDescriptionstatic TreeNodeReturn theTreeNodeassociated with this object.ContextManager.queryForSingleton(Query query) Return the unique node selected by running this query against thisContextManager's root context.Methods in org.terracotta.context that return types with arguments of type TreeNodeModifier and TypeMethodDescriptionContextAwareTreeNode.getChildren()TreeNode.getChildren()Returns the immediate children of this context.AbstractTreeNode.getPath()ContextAwareTreeNode.getPath()TreeNode.getPath()Returns the unique rooting path of this context element.Collection<List<? extends TreeNode>>ContextAwareTreeNode.getPaths()Collection<List<? extends TreeNode>>MutableTreeNode.getPaths()Collection<List<? extends TreeNode>>RootNode.getPaths()Collection<List<? extends TreeNode>>TreeNode.getPaths()Returns the complete set of rooting paths for this context element.Run the suppliedQueryagainst thisContextManager's root context.Methods in org.terracotta.context with parameters of type TreeNodeModifier and TypeMethodDescriptionstatic StringAbstractTreeNode.dumpSubtree(int indent, TreeNode node) voidContextListener.graphAdded(TreeNode parent, TreeNode added) Called when a new subgraph is attached.voidContextListener.graphRemoved(TreeNode parent, TreeNode removed) Called when a subgraph is detached.Constructors in org.terracotta.context with parameters of type TreeNode -
Uses of TreeNode in org.terracotta.context.query
Fields in org.terracotta.context.query with type parameters of type TreeNodeMethods in org.terracotta.context.query that return types with arguments of type TreeNodeModifier and TypeMethodDescriptionMatchers.context(Matcher<ContextElement> matcher) Returns a matcher that matches tree nodes whosegetContext()match against the supplied matcher.Transforms theinputnode set in to an output node set.Method parameters in org.terracotta.context.query with type arguments of type TreeNodeModifier and TypeMethodDescriptionTransforms theinputnode set in to an output node set.Filters the current node set using the suppliedMatcher.Constructor parameters in org.terracotta.context.query with type arguments of type TreeNode