|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
java.util.Collection |
paramSearch(java.lang.String objectType,
java.lang.String searchParam,
java.lang.String searchValue,
boolean includeSubClass,
boolean matchSubString)
This method provides a means of searching intact objects, within the constraints provided by the parameters to the method. |
java.util.List |
stringSearch(java.lang.String objectType,
java.lang.String searchString,
boolean includeSubClass,
boolean matchSubString)
Searches objects by searchString in all "relevant" fields. |
Graph |
subGraph(Interactor startNode,
int graphDepth,
java.util.Collection experiments,
int complexExpansion,
Graph graph)
Returns a subgraph centered on startNode. |
| Method Detail |
public java.util.Collection paramSearch(java.lang.String objectType,
java.lang.String searchParam,
java.lang.String searchValue,
boolean includeSubClass,
boolean matchSubString)
throws IntactException
objectType - - the object type to be searchedsearchParam - - the parameter to search on (eg field)searchValue - - the search value to match with the parameterincludeSubClass - - if true, known subclasses of objectType will be searched, too.matchSubString - - if true, substring matches of searchValue to object properties will also be hits.
IntactException - - thrown if problems are encountered during the search process
public java.util.List stringSearch(java.lang.String objectType,
java.lang.String searchString,
boolean includeSubClass,
boolean matchSubString)
throws IntactException
objectType - - the object type to be searchedsearchString - - the String to search forincludeSubClass - - if true, known subclasses of objectType will be searched, too.matchSubString - - if true, substring matches of searchValue to object properties will also be hits.
IntactException - - thrown if problems are encountered during the search process
public Graph subGraph(Interactor startNode,
int graphDepth,
java.util.Collection experiments,
int complexExpansion,
Graph graph)
throws IntactException
startNode - - the start node of the subgraph.graphDepth - - depth of the graphexperiments - - Experiments which should be taken into accountcomplexExpansion - - Mode of expansion of complexes into pairwise interactionsgraph - - the graph we have to fill with interaction data
IntactException - - thrown if problems are encountered
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||