Package diva.graph.modular
Interface CompositeNode
-
- All Superinterfaces:
Graph
,Node
,PropertyContainer
,SemanticObjectContainer
public interface CompositeNode extends Node, Graph
A node that is also a graph, i.e. it can contain other nodes.- Version:
- $Id$
- Author:
- Michael Shilman
- Pt.AcceptedRating:
- Red
-
-
Method Summary
-
Methods inherited from interface diva.graph.modular.Graph
getNodeCount, nodes
-
Methods inherited from interface diva.util.PropertyContainer
getProperty, propertyNames, setProperty
-
Methods inherited from interface diva.util.SemanticObjectContainer
getSemanticObject, setSemanticObject
-
-