SysML

org.topcased.modeler.sysml.requirementdiagram
Class RequirementConfiguration

java.lang.Object
  extended by org.topcased.modeler.sysml.requirementdiagram.RequirementConfiguration

public class RequirementConfiguration
extends java.lang.Object

A diagram configuration : manages Palette, EditPartFactory for this diagram.

** Generated **

Constructor Summary
RequirementConfiguration()
          Constructor.
 
Method Summary
 ICreationUtils getCreationUtils()
           
 DiagramGraphConf getDiagramGraphConf()
           
 org.eclipse.gef.EditPartFactory getEditPartFactory()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 IPaletteManager getPaletteManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequirementConfiguration

public RequirementConfiguration()
Constructor. Initialize Adapter factories.

** Generated **
Method Detail

getId

public java.lang.String getId()

See Also:
org.topcased.modeler.editor.IConfiguration#getId()
** Generated **

getName

public java.lang.String getName()

See Also:
org.topcased.modeler.editor.IConfiguration#getName()
** Generated **

getEditPartFactory

public org.eclipse.gef.EditPartFactory getEditPartFactory()

See Also:
org.topcased.modeler.editor.IConfiguration#getEditPartFactory()
** Generated **

getPaletteManager

public IPaletteManager getPaletteManager()

See Also:
org.topcased.modeler.editor.IConfiguration#getPaletteManager()
** Generated **

getCreationUtils

public ICreationUtils getCreationUtils()

See Also:
org.topcased.modeler.editor.IConfiguration#getCreationUtils()
** Generated **

getDiagramGraphConf

public DiagramGraphConf getDiagramGraphConf()

See Also:
org.topcased.modeler.editor.IConfiguration#getDiagramGraphConf()
** Generated **

SysML

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