|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultiPathwayGraph
a pathway graph containing several pathways based on the alignment information, we do not use Super- to prevent confusing
| Method Summary | |
|---|---|
void |
alignPathwayGraph(PathwayAlignment alignment)
standard interface to align two patway graph to generate a single graph model |
PathwayAlignment |
getAlignment()
|
MultiPathwayElementNode |
getNode(java.lang.String guid)
get a node |
java.util.Map |
getNodeMap()
|
java.util.List |
getPredEntityNodeGuidList(java.lang.String guid)
return pred entity node guid list |
java.util.List |
getPredInteractionNodeGuidList(java.lang.String guid)
return pred interaction node guid list |
java.util.List |
getPredNodeGuidList(java.lang.String guid)
return all pred multi-node |
int |
getSimilarity(java.lang.Integer leftIbid,
java.lang.Integer rightIbid)
return the similarity between context sets of two interactions |
java.util.List |
getSuccEntityNodeGuidList(java.lang.String guid)
return succ entity node guid list |
java.util.List |
getSuccInteractionNodeGuidList(java.lang.String guid)
return succ interaction node guid list |
java.util.List |
getSuccNodeGuidList(java.lang.String guid)
return succ multi-node |
boolean |
isEntitywithlocation(java.lang.String guid)
determine if this is an entity node |
boolean |
isInteraction(java.lang.String guid)
determine if this is an interaction node |
| Method Detail |
|---|
void alignPathwayGraph(PathwayAlignment alignment)
alignment - the alignment informationjava.util.List getPredNodeGuidList(java.lang.String guid)
guid - the guid of the multi-node
java.util.List getSuccNodeGuidList(java.lang.String guid)
guid - the guid of the multi-node
java.util.List getPredEntityNodeGuidList(java.lang.String guid)
guid - the guid of the multi-node
java.util.List getSuccEntityNodeGuidList(java.lang.String guid)
guid - the guid of the multi-node
java.util.List getPredInteractionNodeGuidList(java.lang.String guid)
guid - the guid of the multi-node
java.util.List getSuccInteractionNodeGuidList(java.lang.String guid)
guid - the guid of the multi-node
boolean isEntitywithlocation(java.lang.String guid)
throws NoSuchNodeException
guid - guid of the multi-node
NoSuchNodeException - no such nodes
boolean isInteraction(java.lang.String guid)
throws NoSuchNodeException
guid - guid of the multi-node
NoSuchNodeException - no such nodesjava.util.Map getNodeMap()
MultiPathwayElementNode getNode(java.lang.String guid)
guid - the guid
PathwayAlignment getAlignment()
int getSimilarity(java.lang.Integer leftIbid,
java.lang.Integer rightIbid)
leftIbid - the left interactionrightIbid - the right interaction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||