public class FlowChartManager extends java.lang.Object
Constructor and Description |
---|
FlowChartManager() |
Modifier and Type | Method and Description |
---|---|
FlowChartSystem |
getFlowChartSystem() |
FlowChartInstance |
initialize(int optionContainerIndex,
java.lang.String flowChartName) |
static FlowChartManager |
instance()
Returns a reference to the single instance.
|
void |
load(PluginLoader plugins) |
void |
load(java.lang.String urlstring) |
void |
load(java.net.URL url) |
java.lang.String |
toString() |
public FlowChartManager()
public static FlowChartManager instance()
public void load(java.lang.String urlstring) throws MaltChainedException
MaltChainedException
public void load(PluginLoader plugins) throws MaltChainedException
MaltChainedException
public void load(java.net.URL url) throws MaltChainedException
MaltChainedException
public FlowChartInstance initialize(int optionContainerIndex, java.lang.String flowChartName) throws MaltChainedException
MaltChainedException
public FlowChartSystem getFlowChartSystem()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.