org.plasma.sdo
Interface PathAssembler
- All Superinterfaces:
- PlasmaDataGraphVisitor
- All Known Implementing Classes:
- CorePathAssembler
public interface PathAssembler
- extends PlasmaDataGraphVisitor
A graph visitor which stores a list of candidate paths from the root
data-object to the given target data-object and return the minimum (least hops) path
or set of paths as SDO compliant path-strings.
getMinimumPathString
java.lang.String getMinimumPathString()
getMinimumPathDepth
int getMinimumPathDepth()
getPathCount
int getPathCount()
getAllPaths
java.lang.String[] getAllPaths()
Copyright © 2013. All Rights Reserved.