public class Subgraph extends GraphElement implements ElementContainer, HasId, HasLabel, EdgeEndpoint
| Constructor and Description |
|---|
Subgraph(net.kemitix.node.Node<PackageData> packageDataNode,
String id,
String label)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(GraphElement graphElement)
Adds an element to the container.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementsgetLabel, setLabelgetPackageDataNode, setPackageDataNodepublic Subgraph(net.kemitix.node.Node<PackageData> packageDataNode, String id, String label)
packageDataNode - the package data node for this subgraphid - the id of the subgraphlabel - the label of the subgraphpublic boolean add(GraphElement graphElement)
ElementContaineradd in interface ElementContainergraphElement - the element to addCopyright © 2016. All rights reserved.