public class Path extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
List |
getDownwardSegment()
Get the downward segment.
|
TransitionTarget |
getPathScope()
Get the farthest transition target from root which is not being exited
nor entered by the transition (null if scope is document root).
|
List |
getRegionsEntered()
Get the list of regions entered.
|
List |
getRegionsExited()
Get the list of regions exited.
|
State |
getScope()
Deprecated.
Use
getPathScope() instead. |
List |
getUpwardSegment()
Get the upward segment.
|
boolean |
isCrossRegion()
Does this "path" cross regions.
|
public final boolean isCrossRegion()
State.isRegion()
public final List getRegionsExited()
State.isRegion()
public final List getRegionsEntered()
State.isRegion()
public final State getScope()
getPathScope()
instead.public final TransitionTarget getPathScope()
public final List getUpwardSegment()
public final List getDownwardSegment()
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.