Class GuidedDTGraphXMLPersistence
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.backend.server.GuidedDTGraphXMLPersistence
-
public class GuidedDTGraphXMLPersistence extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GuidedDTGraphXMLPersistencegetInstance()Stringmarshal(org.drools.workbench.screens.guided.dtable.model.GuidedDecisionTableEditorGraphModel content)org.drools.workbench.screens.guided.dtable.model.GuidedDecisionTableEditorGraphModelunmarshal(String xml)
-
-
-
Method Detail
-
getInstance
public static GuidedDTGraphXMLPersistence getInstance()
-
marshal
public String marshal(org.drools.workbench.screens.guided.dtable.model.GuidedDecisionTableEditorGraphModel content)
-
unmarshal
public org.drools.workbench.screens.guided.dtable.model.GuidedDecisionTableEditorGraphModel unmarshal(String xml)
-
-