org.activemath.content.items
Class Dependency

java.lang.Object
  extended by org.activemath.content.items.Dependency

public class Dependency
extends Object

Holds a dependency between two Items.


Method Summary
 String getDestId()
           
 String getSrcId()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSrcId

public String getSrcId()

getDestId

public String getDestId()

getType

public String getType()