projectPrototype.model.classDiagram
Class OpeationRepresentation

java.lang.Object
  extended byprojectPrototype.model.GraphicalRepresentation
      extended byprojectPrototype.model.classDiagram.OpeationRepresentation

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

OpeationRepresentation

public OpeationRepresentation()
Method Detail

createComposedFigure

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