scg.ac.ni.pmf.newgraph.dependency
Interface Dependency
- All Superinterfaces:
- java.io.Serializable
public interface Dependency
- extends java.io.Serializable
A graph can be set to be dependent on another graph or graphs.
Changing these graphs automatically changes the dependent graph.
This lets the user observe the invariants and properties of the resulting
graph in real time. The functions which define how the source graphs
transform into the dependent graph implement this interface.
- Author:
- Vladimir Brankov
getName
java.lang.String getName()
getDescription
java.lang.String getDescription()
create
void create(Graph graph)
Copyright © 2004 Dragan Stevanovic, Vladimir Brankov.