projectPrototype.model.useCaseDiagram
Class ActorRepresentation

java.lang.Object
  extended byprojectPrototype.model.GraphicalRepresentation
      extended byprojectPrototype.model.useCaseDiagram.ActorRepresentation

public class ActorRepresentation
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
ActorRepresentation()
           
 
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

ActorRepresentation

public ActorRepresentation()
Method Detail

createComposedFigure

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