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
String getMinimumPathString()
getMinimumPathDepth
int getMinimumPathDepth()
getPathCount
int getPathCount()
getAllPaths
String[] getAllPaths()
Copyright © 2013. All rights reserved.