projectPrototype.model
Class GraphicalRepresentation

java.lang.Object
  extended byprojectPrototype.model.GraphicalRepresentation
Direct Known Subclasses:
ActorRepresentation, AttributeRepresentation, ClassifierRepresentation, OpeationRepresentation, PackageRepresentation, UseCaseRepresentation

public abstract class GraphicalRepresentation
extends java.lang.Object

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

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

Field Detail

composedFigure

protected ComposedFigure composedFigure
Constructor Detail

GraphicalRepresentation

public GraphicalRepresentation()
Method Detail

createComposedFigure

public abstract ComposedFigure createComposedFigure()

getComposedFigure

public ComposedFigure getComposedFigure()