public class PathsFromToQuery extends Object
public PathsFromToQuery(Set<Node> sourceSet, Set<Node> targetSet, LimitType limitType, int stopDistance, boolean strict)
sourceSet - source settargetSet - target setlimitType - normal limit or shortest + k type limitstopDistance - search limitstrict - whether we want to extend and result path towards other source and targetspublic Set<GraphObject> run()
Copyright © 2015 BioPAX. All rights reserved.