de.cau.cs.kieler.kiml.grana.batch
Interface IKGraphProvider<T>
- Type Parameters:
T
- the parameter type
- All Known Implementing Classes:
- DiagramKGraphProvider
public interface IKGraphProvider<T>
The interface for KGraph providers.
- Rating

getKGraph
KNode getKGraph(T parameter,
IKielerProgressMonitor monitor)
throws Exception
- Returns a KGraph instance from a specific source using the parameter.
- Parameters:
parameter
- the parametermonitor
- the progress monitor
- Returns:
- the KGraph instance
- Throws:
Exception
- any kind of exception