com.change_vision.jude.api.inf.editor
インタフェース IDiagramEditorFactory

com.change_vision.jude.api.inf.editor.IDiagramEditorFactory

public IDiagramEditorFactory

DiagramEditorを作成するインタフェース。


メソッドの概要
abstract  ActivityDiagramEditor getActivityDiagramEditor()
          ActivityDiagramEditorを作成します。
abstract  BlockDefinitionDiagramEditor getBlockDefinitionDiagramEditor()
          BlockDefinitionDiagramEditorを作成します。
abstract  InternalBlockDiagramEditor getInternalBlockDiagramEditor()
          InternalBlockDiagramEditorを作成します。
abstract  MindmapEditor getMindmapEditor()
          MindmapEditorを作成します。
abstract  ParametricDiagramEditor getParametricDiagramEditor()
          ParametricDiagramEditorを作成します。
abstract  RequirementDiagramEditor getRequirementDiagramEditor()
          RequirementEditorを作成します。
abstract  SequenceDiagramEditor getSequenceDiagramEditor()
          SequenceDiagramEditorを作成します。
abstract  StateMachineDiagramEditor getStateMachineDiagramEditor()
          StateMachineDiagramEditorを作成します。
abstract  UseCaseDiagramEditor getUseCaseDiagramEditor()
          UseCaseDiagramEditorを作成します。
 

メソッドの詳細

getUseCaseDiagramEditor

abstract UseCaseDiagramEditor getUseCaseDiagramEditor()
UseCaseDiagramEditorを作成します。

戻り値:
UseCaseDiagramEditor
例外:
InvalidUsingException - ILLEGAL_USE_ERROR_KEY コミュニティでの使用が不可です。

getStateMachineDiagramEditor

abstract StateMachineDiagramEditor getStateMachineDiagramEditor()
StateMachineDiagramEditorを作成します。

戻り値:
StateMachineDiagramEditor
例外:
InvalidUsingException - ILLEGAL_USE_ERROR_KEY コミュニティでの使用が不可です。

getSequenceDiagramEditor

abstract SequenceDiagramEditor getSequenceDiagramEditor()
SequenceDiagramEditorを作成します。

戻り値:
SequenceDiagramEditor
例外:
InvalidUsingException - コミュニティでの使用が不可です。

getRequirementDiagramEditor

abstract RequirementDiagramEditor getRequirementDiagramEditor()
RequirementEditorを作成します。

戻り値:
RequirementEditor
例外:
InvalidUsingException - ILLEGAL_USE_ERROR_KEY コミュニティでの使用が不可です。

getMindmapEditor

abstract MindmapEditor getMindmapEditor()
MindmapEditorを作成します。

戻り値:
MindmapEditor
例外:
InvalidUsingException - ILLEGAL_USE_ERROR_KEY コミュニティでの使用が不可です。

getBlockDefinitionDiagramEditor

abstract BlockDefinitionDiagramEditor getBlockDefinitionDiagramEditor()
BlockDefinitionDiagramEditorを作成します。

戻り値:
BlockDefinitionDiagramEditor
例外:
InvalidUsingException - ILLEGAL_USE_ERROR_KEY コミュニティでの使用が不可です。

getInternalBlockDiagramEditor

abstract InternalBlockDiagramEditor getInternalBlockDiagramEditor()
InternalBlockDiagramEditorを作成します。

戻り値:
InternalBlockDiagramEditor
例外:
InvalidUsingException - ILLEGAL_USE_ERROR_KEY コミュニティでの使用が不可です。

getParametricDiagramEditor

abstract ParametricDiagramEditor getParametricDiagramEditor()
ParametricDiagramEditorを作成します。

戻り値:
ParametricDiagramEditor
例外:
InvalidUsingException - ILLEGAL_USE_ERROR_KEY コミュニティでの使用が不可です。

getActivityDiagramEditor

abstract ActivityDiagramEditor getActivityDiagramEditor()
ActivityDiagramEditorを作成します。

戻り値:
ActivityDiagramEditor
例外:
InvalidUsingException - ILLEGAL_USE_ERROR_KEY コミュニティでの使用が不可です。