Uses of Interface
uk.ac.ebi.intact.simpleGraph.BasicGraphI

Packages that use BasicGraphI
uk.ac.ebi.intact.application.graph2MIF.conversion   
uk.ac.ebi.intact.application.hierarchView.business.graph Contains classes to specialize the generic Graph class, and so give a specific behaviour like TLP export. 
uk.ac.ebi.intact.simpleGraph A simple graph package for temporary processing, for example to prepare output for graph analysis packages. 
 

Uses of BasicGraphI in uk.ac.ebi.intact.application.graph2MIF.conversion
 

Classes in uk.ac.ebi.intact.application.graph2MIF.conversion that implement BasicGraphI
 class FusionableGraph
          Extention of a Graph allowing to fusion two Graph.
 

Uses of BasicGraphI in uk.ac.ebi.intact.application.hierarchView.business.graph
 

Classes in uk.ac.ebi.intact.application.hierarchView.business.graph that implement BasicGraphI
 class InteractionNetwork
           
 

Uses of BasicGraphI in uk.ac.ebi.intact.simpleGraph
 

Subinterfaces of BasicGraphI in uk.ac.ebi.intact.simpleGraph
 interface EdgeI
          An edge in the binary graph representation of an Interaction network.
 interface GraphI
          A simple graph class for temporary processing, for example to prepare output for graph analysis packages.
 

Classes in uk.ac.ebi.intact.simpleGraph that implement BasicGraphI
 class BasicGraph
          Common properties for objects in the SimpleGraph package.
 class Edge
           
 class Graph
          A simple graph class for temporary processing, for example to prepare output for graph analysis packages.
 class Node
          A simple node class for temporary processing, for example to prepare output for graph analysis packages.
 



IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk