Uses of Class
adams.flow.core.ActorPath
-
Packages that use ActorPath Package Description adams.flow.core adams.flow.execution.debug adams.flow.source adams.gui.flow.tree adams.gui.goe -
-
Uses of ActorPath in adams.flow.core
Methods in adams.flow.core that return ActorPath Modifier and Type Method Description ActorPath
ActorPath. getChildPath()
Returns the path without the first element.ActorPath
ActorPath. getCommonAncestor(ActorPath actorPath)
Returns the path that denotes the common ancestor of this and the specified actor path.ActorPath
ActorPath. getParentPath()
Returns the path without the last element.Methods in adams.flow.core with parameters of type ActorPath Modifier and Type Method Description int
ActorPath. compareTo(ActorPath o)
Compares this object with the specified object for order.ActorPath
ActorPath. getCommonAncestor(ActorPath actorPath)
Returns the path that denotes the common ancestor of this and the specified actor path.boolean
ActorPath. isDescendant(ActorPath actorPath)
Checks whether the specified actor path is a descendant of this actor path object.static Actor
ActorUtils. locate(ActorPath path, Actor parent)
Tries to locate the actor specified by the path parts.static Actor
ActorUtils. locate(ActorPath path, Actor parent, boolean included, boolean quiet)
Tries to locate the actor specified by the path parts. -
Uses of ActorPath in adams.flow.execution.debug
Fields in adams.flow.execution.debug declared as ActorPath Modifier and Type Field Description protected ActorPath
PathBreakpoint. m_Path
the path to listen for.protected ActorPath
SubFlowRestriction. m_Root
the root of the tree to restrict to.Methods in adams.flow.execution.debug that return ActorPath Modifier and Type Method Description ActorPath
PathBreakpoint. getPath()
Returns the full actor path to listen for.ActorPath
SubFlowRestriction. getRoot()
Returns the root of the subtree to retrict the scope to.Methods in adams.flow.execution.debug with parameters of type ActorPath Modifier and Type Method Description void
PathBreakpoint. setPath(ActorPath value)
Sets the full actor path to listen for.void
SubFlowRestriction. setRoot(ActorPath value)
Sets the root of the subtree to restrict the scope to. -
Uses of ActorPath in adams.flow.source
Fields in adams.flow.source declared as ActorPath Modifier and Type Field Description protected ActorPath
SpecifiedActor. m_Path
the actor path.Methods in adams.flow.source that return ActorPath Modifier and Type Method Description ActorPath
SpecifiedActor. getPath()
Returns the path of the actor to output.Methods in adams.flow.source with parameters of type ActorPath Modifier and Type Method Description void
SpecifiedActor. setPath(ActorPath value)
Sets the path of the actor to output. -
Uses of ActorPath in adams.gui.flow.tree
Methods in adams.gui.flow.tree that return ActorPath Modifier and Type Method Description static ActorPath
TreeHelper. treePathToActorPath(TreePath path)
Methods in adams.gui.flow.tree with parameters of type ActorPath Modifier and Type Method Description protected Node
Tree. locate(Node parent, ActorPath path)
Tries to locate the node specified by the path parts. -
Uses of ActorPath in adams.gui.goe
Methods in adams.gui.goe that return ActorPath Modifier and Type Method Description protected ActorPath
ActorPathEditor. parse(String s)
Parses the given string and returns the generated object.
-