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

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

public interface Freezable

A base interface for a modifiable data structure where the end of dynamic modifcations can be announced explicitly.


Method Summary
 void freeze()
          This method should be called after modifications to the graph are done.
 

Method Detail

freeze

void freeze()
This method should be called after modifications to the graph are done. It allows the implementing class to cleanup data structures which are only needed for the dynamic modification of the graph.