projectPrototype.model.classDiagram
Class InterfaceRepresentation

java.lang.Object
  extended byprojectPrototype.model.GraphicalRepresentation
      extended byprojectPrototype.model.classDiagram.ClassifierRepresentation
          extended byprojectPrototype.model.classDiagram.InterfaceRepresentation

public class InterfaceRepresentation
extends ClassifierRepresentation

Author:
Administrator To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
 
Fields inherited from class projectPrototype.model.GraphicalRepresentation
composedFigure
 
Constructor Summary
InterfaceRepresentation()
           
 
Method Summary
 ComposedFigure createComposedFigure()
           
 
Methods inherited from class projectPrototype.model.GraphicalRepresentation
getComposedFigure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceRepresentation

public InterfaceRepresentation()
Method Detail

createComposedFigure

public ComposedFigure createComposedFigure()
Overrides:
createComposedFigure in class ClassifierRepresentation