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 ActorPathActorPath. getChildPath()Returns the path without the first element.ActorPathActorPath. getCommonAncestor(ActorPath actorPath)Returns the path that denotes the common ancestor of this and the specified actor path.ActorPathActorPath. getParentPath()Returns the path without the last element.Methods in adams.flow.core with parameters of type ActorPath Modifier and Type Method Description intActorPath. compareTo(ActorPath o)Compares this object with the specified object for order.ActorPathActorPath. getCommonAncestor(ActorPath actorPath)Returns the path that denotes the common ancestor of this and the specified actor path.booleanActorPath. isDescendant(ActorPath actorPath)Checks whether the specified actor path is a descendant of this actor path object.static ActorActorUtils. locate(ActorPath path, Actor parent)Tries to locate the actor specified by the path parts.static ActorActorUtils. 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 ActorPathPathBreakpoint. m_Paththe path to listen for.protected ActorPathSubFlowRestriction. m_Rootthe root of the tree to restrict to.Methods in adams.flow.execution.debug that return ActorPath Modifier and Type Method Description ActorPathPathBreakpoint. getPath()Returns the full actor path to listen for.ActorPathSubFlowRestriction. 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 voidPathBreakpoint. setPath(ActorPath value)Sets the full actor path to listen for.voidSubFlowRestriction. 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 ActorPathSpecifiedActor. m_Paththe actor path.Methods in adams.flow.source that return ActorPath Modifier and Type Method Description ActorPathSpecifiedActor. getPath()Returns the path of the actor to output.Methods in adams.flow.source with parameters of type ActorPath Modifier and Type Method Description voidSpecifiedActor. 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 ActorPathTreeHelper. treePathToActorPath(TreePath path)Methods in adams.gui.flow.tree with parameters of type ActorPath Modifier and Type Method Description protected NodeTree. 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 ActorPathActorPathEditor. parse(String s)Parses the given string and returns the generated object.
-