public class Graph extends ObjectSE
| コンストラクターと説明 |
|---|
Graph(MapSE<StringSE, ObjectSE> descriptor, CollectionSE<IntegrationNode> nodes, CollectionSE<LinkNode> links) |
| 修飾子と型 | メソッドと説明 |
|---|---|
MapSE<StringSE, ObjectSE> | getContentDescriptor() |
CollectionSE<LinkNode> | getLinks() |
CollectionSE<IntegrationNode> | getNodes() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic Graph(MapSE<StringSE,ObjectSE> descriptor, CollectionSE<IntegrationNode> nodes, CollectionSE<LinkNode> links)
public CollectionSE<IntegrationNode> getNodes()
public CollectionSE<LinkNode> getLinks()