SysML

org.topcased.modeler.sysml.requirementdiagram.figures
Class RequirementFigure

java.lang.Object
  extended by org.topcased.draw2d.figures.ClassFigure
      extended by org.topcased.modeler.sysml.requirementdiagram.figures.RequirementFigure

public class RequirementFigure
extends org.topcased.draw2d.figures.ClassFigure

** Generated **

Constructor Summary
RequirementFigure()
          Constructor
 
Method Summary
protected  void drawFigure()
           
 void setId(java.lang.String id)
          Set the identifier to display
 void setKind(java.lang.String kind)
          Set the kind to display
 void setRisk(java.lang.String risk)
          Set the risk to display
 void setSource(java.lang.String source)
          Set the source to display
 void setText(java.lang.String txt)
          Set the textual description to display
 void setVerifyMethod(java.lang.String verifyMethod)
          Set the verify method to display
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequirementFigure

public RequirementFigure()
Constructor

** Generated **
Method Detail

drawFigure

protected void drawFigure()
See Also:
org.topcased.draw2d.figures.ClassFigure#drawFigure()
** Generated **
NOT

setId

public void setId(java.lang.String id)
Set the identifier to display

Parameters:
id - the identifier

setSource

public void setSource(java.lang.String source)
Set the source to display

Parameters:
source - the source

setText

public void setText(java.lang.String txt)
Set the textual description to display

Parameters:
txt - the textual description

setKind

public void setKind(java.lang.String kind)
Set the kind to display

Parameters:
kind - the kind

setRisk

public void setRisk(java.lang.String risk)
Set the risk to display

Parameters:
risk - the risk

setVerifyMethod

public void setVerifyMethod(java.lang.String verifyMethod)
Set the verify method to display

Parameters:
verifyMethod - the verify method

SysML

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.