Uses of Interface
de.xima.fc.common.tree.ITreeAccessor
Packages that use ITreeAccessor
Package
Description
Package für Utilsklassen
-
Uses of ITreeAccessor in de.xima.fc.common.dom
Classes in de.xima.fc.common.dom that implement ITreeAccessorFields in de.xima.fc.common.dom declared as ITreeAccessorModifier and TypeFieldDescriptionstatic final ITreeAccessor<com.hp.gagawa.java.Node, ?> GagawaNodeTreeAccessor.INSTANCE -
Uses of ITreeAccessor in de.xima.fc.common.form
Classes in de.xima.fc.common.form that implement ITreeAccessor -
Uses of ITreeAccessor in de.xima.fc.common.tree
Subinterfaces of ITreeAccessor in de.xima.fc.common.treeModifier and TypeInterfaceDescriptioninterfaceITreeWithDataAccessor<Node,ID, Data> Interface for accessing the children of tree nodes, together with the data associated with each tree node.Methods in de.xima.fc.common.tree with parameters of type ITreeAccessorModifier and TypeMethodDescriptionstatic <Node,Id> TreeVisit.TreeVisitParams.Builder <Node, Id> TreeVisit.TreeVisitParams.builder(ITreeAccessor<Node, Id> treeAccessor) A new builder for the given tree accessor.static <Node,Id> TreeVisit.TreeVisitParams <Node, Id> TreeVisit.TreeVisitParams.defaults(ITreeAccessor<Node, Id> treeAccessor) A new params instance with the given tree accessor and the default settings otherwise.static <Node,Id> TreeVisit.TreeVisitParams <Node, Id> TreeVisit.TreeVisitParams.pathless(ITreeAccessor<Node, Id> treeAccessor) A new params instance with the given tree accessor that does not keep track of the path and the default settings otherwise.static <TItem, TIdentifier>
Iterable<TItem> TreeIteration.preOrderIterable(Iterable<? extends TItem> startItems, ITreeAccessor<TItem, TIdentifier> treeAccessor) Creates an iterable over the tree's nodes in pre-order, starting at the given items.static <TItem, TIdentifier>
Iterable<TItem> TreeIteration.preOrderIterable(Iterable<? extends TItem> startItems, ITreeAccessor<TItem, TIdentifier> treeAccessor, long flags) Creates an iterable over the tree's nodes in pre-order, starting at the given items.static <TItem, TIdentifier>
Iterable<TItem> TreeIteration.preOrderIterable(TItem startNode, ITreeAccessor<TItem, TIdentifier> treeAccessor) Creates an iterable over the tree's nodes in pre-order, starting at the given item.static <TItem, TIdentifier>
Iterable<TItem> TreeIteration.preOrderIterable(TItem startNode, ITreeAccessor<TItem, TIdentifier> treeAccessor, long flags) Creates an iterable over the tree's nodes in pre-order, starting at the given item. -
Uses of ITreeAccessor in de.xima.fc.common.workflow
Classes in de.xima.fc.common.workflow that implement ITreeAccessorModifier and TypeClassDescriptionenumAITreeAccessorfor treatingWorkflowNodes as a tree, so that they can be used with the execution analyzer. -
Uses of ITreeAccessor in de.xima.fc.interfaces.workflow
Subinterfaces of ITreeAccessor in de.xima.fc.interfaces.workflowModifier and TypeInterfaceDescriptioninterfaceITreeAccessor<TNode, TIdentifier>Deprecated.UseITreeAccessor.interfaceITreeWithDataAccessor<Node,ID, Data> Deprecated.UseITreeWithDataAccessorinstead. -
Uses of ITreeAccessor in de.xima.fc.interfaces.workflow.value
Classes in de.xima.fc.interfaces.workflow.value that implement ITreeAccessor -
Uses of ITreeAccessor in de.xima.fc.logic.dom
Classes in de.xima.fc.logic.dom that implement ITreeAccessorModifier and TypeClassDescriptionfinal classDeprecated. -
Uses of ITreeAccessor in de.xima.fc.plugin.workflow
Classes in de.xima.fc.plugin.workflow that implement ITreeAccessorModifier and TypeClassDescriptionclassITreeWithDataAccessorfor treatingWorkflowNodes as a tree, so that they can be used with the execution analyzer.classDeprecated. -
Uses of ITreeAccessor in de.xima.fc.utils
Methods in de.xima.fc.utils with parameters of type ITreeAccessorModifier and TypeMethodDescriptionstatic <N,I, R> com.google.common.graph.ImmutableGraph <R> XGraphUtils.immutableFromTreeAccessor(N startNode, ITreeAccessor<N, I> treeAccessor, com.google.common.graph.GraphBuilder<Object> builder, BiFunction<N, I, R> mapper) Creates a directed graph from a given start node and its children, recursively. -
Uses of ITreeAccessor in de.xima.fc.workflow
Methods in de.xima.fc.workflow with parameters of type ITreeAccessorModifier and TypeMethodDescriptionstatic <TItem> List<TItem> TreePreOrderIterable.toList(TItem startItem, ITreeAccessor<TItem, ?> treeAccessor) Deprecated.Iterates over the node and its children, and returns a list of all iterated nodes.Constructors in de.xima.fc.workflow with parameters of type ITreeAccessorModifierConstructorDescriptionTreePreOrderIterable(Iterable<TItem> startItems, ITreeAccessor<TItem, TIdentifier> treeAccessor) Deprecated.Returns a new iterable over the items in the tree starting at the given item.TreePreOrderIterable(Iterable<TItem> startItems, ITreeAccessor<TItem, TIdentifier> treeAccessor, boolean limitRecursion) Deprecated.Returns a new iterable over the items in the tree starting at the given item.TreePreOrderIterable(TItem startItem, ITreeAccessor<TItem, TIdentifier> treeAccessor) Deprecated.Returns a new iterable over the items in the tree starting at the given item.TreePreOrderIterable(TItem startItem, ITreeAccessor<TItem, TIdentifier> treeAccessor, boolean limitRecursion) Deprecated.Returns a new iterable over the items in the tree starting at the given item. -
Uses of ITreeAccessor in de.xima.fc.workflow.designer.logic
Classes in de.xima.fc.workflow.designer.logic that implement ITreeAccessorModifier and TypeClassDescriptionclassAccessor for treatingNodeModels as a tree, so that they can be used with the execution analyzer. -
Uses of ITreeAccessor in de.xima.fc.workflow.taglib.helper
Classes in de.xima.fc.workflow.taglib.helper that implement ITreeAccessorModifier and TypeClassDescriptionfinal classAccessor for treatingNodeModels as a tree, so that they can be used with the execution analyzer.Fields in de.xima.fc.workflow.taglib.helper declared as ITreeAccessorModifier and TypeFieldDescriptionstatic final ITreeAccessor<NodeModel, UUID> TreeAccessorNodeModel.INSTANCEThe immutable instance of this accessor.
TreeAccessorXIteminstead.