org.objectweb.jac.ide
Class InheritanceLink

java.lang.Object
  |
  +--org.objectweb.jac.ide.ModelElement
        |
        +--org.objectweb.jac.ide.Link
              |
              +--org.objectweb.jac.ide.InheritanceLink

public class InheritanceLink
extends Link


Constructor Summary
InheritanceLink()
           
InheritanceLink(Class cl, Class superClass)
          Creates an inheritance link where cl extends superClass
 
Method Summary
 void initRoles()
           
 
Methods inherited from class org.objectweb.jac.ide.Link
getEnd, getEndRole, getStart, getStartRole, setEnd, setEndRole, setStart, setStartRole
 
Methods inherited from class org.objectweb.jac.ide.ModelElement
addConfigItem, addEndingLink, addLink, getConfigItems, getDescription, getEndingLinks, getFullName, getGenerationFullName, getGenerationName, getLinks, getName, getType, remove, removeEndingLink, removeLink, setDescription, setEndingLinks, setLinks, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InheritanceLink

public InheritanceLink()

InheritanceLink

public InheritanceLink(Class cl,
                       Class superClass)
Creates an inheritance link where cl extends superClass

Parameters:
cl - the subclass
superClass - the super class
Method Detail

initRoles

public void initRoles()