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.


Method Summary
 String[] getAllPaths()
           
 int getMinimumPathDepth()
           
 String getMinimumPathString()
           
 int getPathCount()
           
 
Methods inherited from interface org.plasma.sdo.PlasmaDataGraphVisitor
visit
 

Method Detail

getMinimumPathString

String getMinimumPathString()

getMinimumPathDepth

int getMinimumPathDepth()

getPathCount

int getPathCount()

getAllPaths

String[] getAllPaths()


Copyright © 2013. All rights reserved.