net.sf.opendse.model
Class Dependency

java.lang.Object
  extended by net.sf.opendse.model.Element
      extended by net.sf.opendse.model.Edge
          extended by net.sf.opendse.model.Dependency
All Implemented Interfaces:
IAttributes

public class Dependency
extends Edge

The Dependency is the basic edge element in Application graphs.


Field Summary
 
Fields inherited from class net.sf.opendse.model.Element
attributes, id, parent, TYPE
 
Constructor Summary
Dependency(Element parent)
          Constructs a new dependency.
Dependency(java.lang.String id)
          Constructs a new dependency.
 
Method Summary
 
Methods inherited from class net.sf.opendse.model.Element
equals, getAttribute, getAttributeNames, getAttributeParameter, getAttributes, getId, getLocalAttributeNames, getLocalAttributes, getParent, getType, hashCode, isDefined, setAttribute, setParent, setType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Dependency

public Dependency(java.lang.String id)
Constructs a new dependency.

Parameters:
id - the id

Dependency

public Dependency(Element parent)
Constructs a new dependency.

Parameters:
parent - the parent