|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kiml.grana.batch.DiagramKGraphProvider
public class DiagramKGraphProvider
The KGraph provider that retrieves a KGraph by opening a diagram file in an editor and using KIML to build the graph structure.
Constructor Summary | |
---|---|
DiagramKGraphProvider()
|
Method Summary | |
---|---|
KNode |
getKGraph(IPath parameter,
IKielerProgressMonitor monitor)
Returns a KGraph instance from a specific source using the parameter. |
boolean |
getLayoutBeforeAnalysis()
Returns the option which specifies whether layout should be performed before the KGraph is built. |
void |
setLayoutBeforeAnalysis(boolean layoutBeforeAnalysisOption)
Sets the option which specifies whether layout should be performed before the KGraph is built. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiagramKGraphProvider()
Method Detail |
---|
public KNode getKGraph(IPath parameter, IKielerProgressMonitor monitor)
getKGraph
in interface IKGraphProvider<IPath>
parameter
- the parametermonitor
- the progress monitor
public void setLayoutBeforeAnalysis(boolean layoutBeforeAnalysisOption)
layoutBeforeAnalysisOption
- true if layout should be performed before the kgraph
generationpublic boolean getLayoutBeforeAnalysis()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |