Cytoscape 2.4.1 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.data
Class Interaction

java.lang.Object
  extended by cytoscape.data.Interaction

public class Interaction
extends Object


Constructor Summary
Interaction(String rawText)
           
Interaction(String rawText, String delimiter)
           
Interaction(String source, String target, String interactionType)
           
 
Method Summary
 String getSource()
           
 String[] getTargets()
           
 String getType()
           
 int numberOfTargets()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Interaction

public Interaction(String source,
                   String target,
                   String interactionType)

Interaction

public Interaction(String rawText)

Interaction

public Interaction(String rawText,
                   String delimiter)
Method Detail

getSource

public String getSource()

getType

public String getType()

numberOfTargets

public int numberOfTargets()

getTargets

public String[] getTargets()

toString

public String toString()
Overrides:
toString in class Object

www.cytoscape.org