com.change_vision.jude.api.inf.model
インタフェース IDataFlowDiagram

com.change_vision.jude.api.inf.model.IDataFlowDiagram
すべてのスーパーインタフェース:
IDiagram, IElement, IEntity, IHyperlinkOwner, INamedElement
すべての実装されたインタフェース:
IDiagram, IElement, IEntity, IHyperlinkOwner, INamedElement

public IDataFlowDiagram
extends IDiagram

データフロー図に対するインターフェース。


フィールドの概要
 
クラス com.change_vision.jude.api.inf.model.INamedElement から継承されたフィールド
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY
 
メソッドの概要
abstract  IDataFlowNode[] getDataFlowNodes()
          データフローノードを取得します。
abstract  IDataFlow[] getDataFlows()
          データフローを取得します。
abstract  String getNotation()
          表記を取得します。
abstract  void setNotation(String notation)
          表記を設定します。
 
クラス com.change_vision.jude.api.inf.model.IDiagram から継承されたメソッド
exportImage, getBoundRect, getPresentations, getProperties, getProperty, getText, setProperties, setProperty
 
クラス com.change_vision.jude.api.inf.model.INamedElement から継承されたメソッド
getAlias1, getAlias2, getClientDependencies, getClientRealizations, getClientUsages, getConstraints, getDefinition, getDiagrams, getFullName, getFullNamespace, getName, getSupplierDependencies, getSupplierRealizations, getSupplierUsages, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility
 
クラス com.change_vision.jude.api.inf.model.IElement から継承されたメソッド
addStereotype, getComments, getContainer, getContainers, getId, getOwner, getPresentations, getStereotypes, getTaggedValues, getTypeModifier, hasStereotype, hasStereotype, isReadOnly, removeStereotype, setTypeModifier
 
クラス com.change_vision.jude.api.inf.model.IHyperlinkOwner から継承されたメソッド
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks
 

メソッドの詳細

getDataFlows

abstract IDataFlow[] getDataFlows()
データフローを取得します。

戻り値:
データフロー配列。ない場合、長さ0の配列を返します。

getDataFlowNodes

abstract IDataFlowNode[] getDataFlowNodes()
データフローノードを取得します。

戻り値:
データフローノード配列。ない場合、長さ0の配列を返します。

getNotation

abstract String getNotation()
表記を取得します。

戻り値:
表記 "DeMarco","Gane/Sarson"

setNotation

abstract void setNotation(String notation)
表記を設定します。

パラメータ:
notation - 表記 "DeMarco","Gane/Sarson"
例外:
InvalidEditingException - 例外が発生した場合
Keys: 
      ILLEGAL_VERSION_ERROR_KEY - astah* communityで編集APIを使用しようとした場合 
      PARAMETER_ERROR_KEY - パラメータが正しく設定されていない場合 
      BAD_TRANSACTION_KEY - トランザクションエラー 
      HAS_EXCEPTION_KEY - 例外が発生した場合 
      READ_ONLY_KEY -  リードオンリーな要素を編集しようとした場合
Values: 
      例外のエラーメッセージ