net.sourceforge.combean.interfaces.graph.prop
Interface ConstructableGraphProp

Package class diagram package ConstructableGraphProp
All Superinterfaces:
AddEdgeGraphProp, AddNodeGraphProp, Freezable, Graph
All Known Subinterfaces:
ConstructableIndexedGraphProp, ConstructableNumberedGraphProp
All Known Implementing Classes:
DRAGraphAsConstructableNumberedGraph, DRAGraphWithEditIAsGraph

public interface ConstructableGraphProp
extends AddNodeGraphProp, AddEdgeGraphProp

A graph where both nodes and edges may be added.


Method Summary
 
Methods inherited from interface net.sourceforge.combean.interfaces.graph.prop.AddNodeGraphProp
addNode, ensureNodeCapacity
 
Methods inherited from interface net.sourceforge.combean.interfaces.graph.prop.AddEdgeGraphProp
addEdge, ensureEdgeCapacity
 
Methods inherited from interface net.sourceforge.combean.interfaces.graph.Graph
getEdgeClass, getNodeClass
 
Methods inherited from interface net.sourceforge.combean.interfaces.graph.prop.Freezable
freeze