de.postfuse.ui
Interface Subgraph

All Superinterfaces:
AddScript, Graph, GraphElement, Node

public interface Subgraph
extends Graph, Node

This interface combines the graph and the node to get a subgraph. Subgraphs can contain other nodes and subgraphs and it is allowed to connect a subgraph with a node. It is also allowed to connect node in ths subgraph with nodes beyond the subgraph.

Author:
Peter

Method Summary
 
Methods inherited from interface de.postfuse.ui.Graph
addEdge, addEdge, addNode, addNode, addSubgraph, addSubgraph, getDefaultEdgeDesign, getDefaultNodeDesign, getDefaultSubgraphDesign, setDefaultEdgeDesign, setDefaultNodeDesign, setDefaultSubgraphDesign
 
Methods inherited from interface de.postfuse.ui.Node
setFolded
 
Methods inherited from interface de.postfuse.ui.GraphElement
setLabel
 
Methods inherited from interface de.postfuse.ui.AddScript
addScript