Class MyPathWay
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.biopax.lvl3interactions.MyPathWay
public class MyPathWay extends Object
this class loads and adds all pathways from a model represents them in an own
data structure
- Author:
- ricardo
-
Constructor Summary
Constructors Constructor Description MyPathWay(org.biopax.paxtools.model.level3.Pathway p) -
Method Summary
Modifier and Type Method Description StringgetDisplayName()Set<org.biopax.paxtools.model.level3.Process>getPathwayComponents()StringgetRDFId()Set<MyPathWay>getSubPathWays()booleanisSuperPathWay()
-
Constructor Details
-
MyPathWay
public MyPathWay(org.biopax.paxtools.model.level3.Pathway p)
-
-
Method Details
-
getSubPathWays
-
isSuperPathWay
public boolean isSuperPathWay() -
getRDFId
-
getDisplayName
-
getPathwayComponents
-