|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.biopax.paxtools.persistence.level2.BaseSearch
org.biopax.paxtools.persistence.level2.PathwaySearch
public class PathwaySearch
pathway search class
| Constructor Summary | |
|---|---|
PathwaySearch(HiRDBSession session)
construct |
|
| Method Summary | |
|---|---|
protected void |
fetchAllNEXT_STEPOfPathway(pathwayComponent p,
java.util.HashSet<pathwayStep> result)
|
protected void |
fetchAllPreviousStepOfPathway(javax.persistence.EntityManager em,
pathwayComponent p,
java.util.HashSet<pathwayStep> result)
|
protected void |
fetchAllSubPathway(pathwayComponent p,
java.util.HashSet<pathway> result)
|
protected void |
fetchAllSuperPathway(javax.persistence.EntityManager em,
pathway p,
java.util.HashSet<pathway> result)
|
protected java.util.Set<pathwayStep> |
fetchBackStep(javax.persistence.EntityManager em,
pathwayStep inElem)
|
protected java.util.Set<pathwayComponent> |
fetchChildPathwayComponentOrProcess(pathwayComponent inElem)
|
protected void |
fetchEC_NUMBERInPathwayComponent(pathwayComponent pc,
java.util.HashSet<java.lang.String> result)
|
protected void |
fetchEvidence(pathwayComponent pc,
java.util.HashSet<evidence> result)
|
protected void |
fetchInteraction(pathwayComponent pc,
java.util.HashSet<interaction> result)
|
protected java.util.Set<pathwayStep> |
fetchNEXT_STEPOfPathway(pathway p)
|
protected java.util.Set<openControlledVocabulary> |
fetchOpenControlledVocabularyByTerm(javax.persistence.EntityManager em,
java.lang.String term)
|
protected java.util.Set<pathway> |
fetchPathwayByPathwayComonent(javax.persistence.EntityManager em,
pathwayComponent inPC)
|
protected java.util.Set<pathwayStep> |
fetchPathwayStepByProcess(javax.persistence.EntityManager em,
process inProcess)
|
protected void |
fetchPhysicalEntity(BioPAXElement e,
java.util.HashSet<physicalEntity> result)
|
protected java.util.Set<pathwayStep> |
fetchPreviousStepOfPathway(javax.persistence.EntityManager em,
pathway p)
|
protected java.util.Set<pathwayComponent> |
fetchSubPathwayComponent(pathwayComponent inElem)
|
protected java.util.Set<pathway> |
fetchSuperPathway(javax.persistence.EntityManager em,
pathwayComponent inPC)
|
protected void |
fetchXref(BioPAXElement e,
java.util.HashSet<xref> result)
|
java.util.Set<evidence> |
getAllEvidenceListInPathway(pathway p)
get all evidence in pathway |
java.util.Set<pathwayStep> |
getAllNEXT_STEPListOfPathway(pathway p)
get all NEXT_STEP of pathway |
java.util.Set<pathwayStep> |
getAllPreviousStepListOfPathway(pathway p)
get all previous steps of pathway |
java.util.Set<pathway> |
getAllSubPathwayList(pathway p)
get all sub pathway |
java.util.Set<pathway> |
getAllSuperPathwayList(pathway p)
get all super pathway |
java.util.Set<java.lang.String> |
getEC_NUMBERListInPathway(pathway p)
get EC_NUMBER in pathway |
java.util.Set<interaction> |
getInteractionListInPathway(pathway p)
get interaction in pathway |
java.util.Set<pathwayStep> |
getNEXT_STEPListOfPathway(pathway p)
get NEXT_STEP of pathway |
java.util.Set<pathway> |
getPathwayList()
get all pathway |
java.util.Set<pathway> |
getPathwayListByNAME(java.lang.String regex,
boolean bIncludeSynonyms)
get pathway by NAME |
java.util.Set<pathway> |
getPathwayListByORGANISM(java.lang.String regex)
get pathway by ORGANISM |
java.util.Set<pathway> |
getPathwayListByTERMOfEVIDENCE_CODE(java.lang.String regex)
get pathway by TERM of EVIDENCE_CODE |
java.util.Set<physicalEntity> |
getPhysicalEntityListInPathway(pathway p)
get physicalEntity in pathway |
java.util.Set<pathwayStep> |
getPreviousStepListOfPathway(pathway p)
get previous steps of pathway |
java.util.Set<pathway> |
getSuperPathwayList(pathway p)
get super pathway |
pathway |
getTopLevelPathway(pathway p)
get top level pathway |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PathwaySearch(HiRDBSession session)
session - | Method Detail |
|---|
public java.util.Set<pathway> getPathwayList()
public java.util.Set<pathway> getPathwayListByNAME(java.lang.String regex,
boolean bIncludeSynonyms)
regex - bIncludeSynonyms -
public java.util.Set<pathway> getPathwayListByORGANISM(java.lang.String regex)
regex -
public java.util.Set<pathway> getSuperPathwayList(pathway p)
pathway - sub pathway
protected java.util.Set<pathway> fetchSuperPathway(javax.persistence.EntityManager em,
pathwayComponent inPC)
protected java.util.Set<pathwayStep> fetchPathwayStepByProcess(javax.persistence.EntityManager em,
process inProcess)
protected java.util.Set<pathway> fetchPathwayByPathwayComonent(javax.persistence.EntityManager em,
pathwayComponent inPC)
public java.util.Set<pathway> getAllSuperPathwayList(pathway p)
pathway - sub pathway
protected void fetchAllSuperPathway(javax.persistence.EntityManager em,
pathway p,
java.util.HashSet<pathway> result)
public java.util.Set<pathway> getAllSubPathwayList(pathway p)
p - pathway
protected java.util.Set<pathwayComponent> fetchSubPathwayComponent(pathwayComponent inElem)
protected java.util.Set<pathwayComponent> fetchChildPathwayComponentOrProcess(pathwayComponent inElem)
protected void fetchAllSubPathway(pathwayComponent p,
java.util.HashSet<pathway> result)
public pathway getTopLevelPathway(pathway p)
p - pathway
public java.util.Set<pathwayStep> getNEXT_STEPListOfPathway(pathway p)
p - pathway
protected java.util.Set<pathwayStep> fetchNEXT_STEPOfPathway(pathway p)
public java.util.Set<pathwayStep> getAllNEXT_STEPListOfPathway(pathway p)
p - pathway
protected void fetchAllNEXT_STEPOfPathway(pathwayComponent p,
java.util.HashSet<pathwayStep> result)
public java.util.Set<pathwayStep> getPreviousStepListOfPathway(pathway p)
p - pathway
protected java.util.Set<pathwayStep> fetchPreviousStepOfPathway(javax.persistence.EntityManager em,
pathway p)
protected java.util.Set<pathwayStep> fetchBackStep(javax.persistence.EntityManager em,
pathwayStep inElem)
public java.util.Set<pathwayStep> getAllPreviousStepListOfPathway(pathway p)
p - pathway
protected void fetchAllPreviousStepOfPathway(javax.persistence.EntityManager em,
pathwayComponent p,
java.util.HashSet<pathwayStep> result)
public java.util.Set<java.lang.String> getEC_NUMBERListInPathway(pathway p)
p - pathway
protected void fetchEC_NUMBERInPathwayComponent(pathwayComponent pc,
java.util.HashSet<java.lang.String> result)
public java.util.Set<physicalEntity> getPhysicalEntityListInPathway(pathway p)
p - pathway
protected void fetchPhysicalEntity(BioPAXElement e,
java.util.HashSet<physicalEntity> result)
public java.util.Set<interaction> getInteractionListInPathway(pathway p)
p - pathway
protected void fetchInteraction(pathwayComponent pc,
java.util.HashSet<interaction> result)
public java.util.Set<evidence> getAllEvidenceListInPathway(pathway p)
p - pathway
protected void fetchEvidence(pathwayComponent pc,
java.util.HashSet<evidence> result)
protected void fetchXref(BioPAXElement e,
java.util.HashSet<xref> result)
public java.util.Set<pathway> getPathwayListByTERMOfEVIDENCE_CODE(java.lang.String regex)
regex -
protected java.util.Set<openControlledVocabulary> fetchOpenControlledVocabularyByTerm(javax.persistence.EntityManager em,
java.lang.String term)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||