Package nct.service.interactions

Interface Summary
InteractionNetwork<NodeType extends Comparable<? super NodeType>,WeightType extends Comparable<? super WeightType>> A generic interface that describes a method used to update a graph based on some sort of interaction network input.
 

Class Summary
DIPInteractionNetwork Implements the InteractionNetwork interface by reading a DIP XIN (xml) file.
SIFInteractionNetwork An implementation of the InteractionNetwork that updates a graph based on the information in a SIF file.