projectPrototype.model.classDiagram
Class ClassifierRepresentation

java.lang.Object
  extended byprojectPrototype.model.GraphicalRepresentation
      extended byprojectPrototype.model.classDiagram.ClassifierRepresentation
Direct Known Subclasses:
ClassRepresentation, InterfaceRepresentation

public class ClassifierRepresentation
extends GraphicalRepresentation

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
ClassifierRepresentation()
           
 
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

ClassifierRepresentation

public ClassifierRepresentation()
Method Detail

createComposedFigure

public ComposedFigure createComposedFigure()
Specified by:
createComposedFigure in class GraphicalRepresentation