public class CommonStreamQuery extends Object
| Constructor and Description |
|---|
CommonStreamQuery(Collection<Set<Node>> sourceStateSet,
Direction direction,
int limit)
Constructor for Common Stream with Entity States.
|
CommonStreamQuery(Set<Node> sourceNodeSet,
Direction direction,
int limit)
Constructor for Common Stream with Selected Nodes.
|
public CommonStreamQuery(Set<Node> sourceNodeSet, Direction direction, int limit)
sourceNodeSet - Source nodesdirection - Common upstream or downstream. Cannot be bothstreamlimit - Search length limitpublic CommonStreamQuery(Collection<Set<Node>> sourceStateSet, Direction direction, int limit)
sourceStateSet - Collection of source node setsdirection - Common upstream or downstream. Cannot be bothstreamlimit - Search length limitpublic Set<GraphObject> run()
Copyright © 2015 BioPAX. All rights reserved.