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 red

Method Summary
 KNode getKGraph(T parameter, IKielerProgressMonitor monitor)
          Returns a KGraph instance from a specific source using the parameter.
 

Method Detail

getKGraph

KNode getKGraph(T parameter,
                IKielerProgressMonitor monitor)
                throws Exception
Returns a KGraph instance from a specific source using the parameter.

Parameters:
parameter - the parameter
monitor - the progress monitor
Returns:
the KGraph instance
Throws:
Exception - any kind of exception