クラス ClassDiagram
- java.lang.Object
-
- io.sitoolkit.cv.core.domain.uml.ClassDiagram
-
- すべての実装されたインタフェース:
DiagramModel
public class ClassDiagram extends Object implements DiagramModel
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 ClassDiagram()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 Map<String,ApiDocDef>getAllApiDocs()Set<String>getAllSourceIds()Set<String>getAllTags()-
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
インタフェースから継承されたメソッド io.sitoolkit.cv.core.domain.uml.DiagramModel
getId
-
-
-
-
メソッドの詳細
-
getAllTags
public Set<String> getAllTags()
- 定義:
getAllTagsインタフェース内DiagramModel
-
getAllSourceIds
public Set<String> getAllSourceIds()
- 定義:
getAllSourceIdsインタフェース内DiagramModel
-
getAllApiDocs
public Map<String,ApiDocDef> getAllApiDocs()
- 定義:
getAllApiDocsインタフェース内DiagramModel
-
-