|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.curie.BiNoM.pathways.utils.BioPAXGraphMapper
public class BioPAXGraphMapper
Creates a BioPAX index - mapping of BioPAX content onto an attributed (di)graph
Field Summary | |
---|---|
BioPAX |
biopax
Input BioPAX object |
BioPAXNamingService |
biopaxNaming
Naming service used for the mapping |
BioPAXToSBMLConverter |
bsc
BioPAXToSBML Converter is needed to created the Reaction Network part of the index |
java.util.HashMap |
edges
Map from edge ids to GraphicEdge objects |
java.util.HashMap |
entities
Map from complete uris to entity objects |
edu.rpi.cs.xgmml.GraphDocument |
graph
Resulting GraphDocument object |
java.util.HashMap |
interactions
Map from complete uris to interaction objects |
java.util.HashMap |
nodes
Map from node ids to GraphicNode objects |
java.util.HashMap |
participants
Map from complete uris to physicalEntityParticipants |
java.util.HashMap |
pathways
Map from complete uris to pathway objects |
java.util.HashMap |
pathwaySteps
Map from complete uris to pathwaySteps objects |
Constructor Summary | |
---|---|
BioPAXGraphMapper()
|
Method Summary | |
---|---|
void |
map()
The mapping implementation |
static void |
setReactionEffectAttribute(interaction in,
edu.rpi.cs.xgmml.GraphicNode node,
java.lang.String substring)
If there is a comment with which contains substring+":", this comment is added as a value of an attribute named substring |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.HashMap nodes
public java.util.HashMap participants
public java.util.HashMap entities
public java.util.HashMap interactions
public java.util.HashMap pathwaySteps
public java.util.HashMap pathways
public java.util.HashMap edges
public BioPAXNamingService biopaxNaming
public BioPAX biopax
public BioPAXToSBMLConverter bsc
public edu.rpi.cs.xgmml.GraphDocument graph
Constructor Detail |
---|
public BioPAXGraphMapper()
Method Detail |
---|
public void map() throws java.lang.Exception
java.lang.Exception
public static void setReactionEffectAttribute(interaction in, edu.rpi.cs.xgmml.GraphicNode node, java.lang.String substring) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |