net.sf.opendse.model
Class Link

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

public class Link
extends Edge

The Link is the basic edge element in Architecture graphs.


Field Summary
 
Fields inherited from class net.sf.opendse.model.Element
attributes, id, parent, TYPE
 
Constructor Summary
Link(Element parent)
          Constructs a new link.
Link(java.lang.String id)
          Constructs a new link.
 
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

Link

public Link(java.lang.String id)
Constructs a new link.

Parameters:
id - the id

Link

public Link(Element parent)
Constructs a new link.

Parameters:
parent - the parent