fr.curie.BiNoM.cytoscape.biopax.query
Class BioPAXStandardQueryTask.StandardQueryOptions

java.lang.Object
  extended by fr.curie.BiNoM.cytoscape.biopax.query.BioPAXStandardQueryTask.StandardQueryOptions
Enclosing class:
BioPAXStandardQueryTask

public class BioPAXStandardQueryTask.StandardQueryOptions
extends java.lang.Object


Field Summary
 boolean complexExpand
           
 boolean complexNoExpand
           
 boolean reactionAll
           
 boolean reactionComplete
           
 boolean reactionConnecting
           
 boolean selectComplex
           
 boolean selectPublications
           
 boolean selectReactions
           
 boolean selectSpecies
           
 
Constructor Summary
BioPAXStandardQueryTask.StandardQueryOptions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

selectComplex

public boolean selectComplex

complexExpand

public boolean complexExpand

complexNoExpand

public boolean complexNoExpand

selectSpecies

public boolean selectSpecies

selectReactions

public boolean selectReactions

reactionConnecting

public boolean reactionConnecting

reactionAll

public boolean reactionAll

reactionComplete

public boolean reactionComplete

selectPublications

public boolean selectPublications
Constructor Detail

BioPAXStandardQueryTask.StandardQueryOptions

public BioPAXStandardQueryTask.StandardQueryOptions()