org.drools.guvnor.server.simulation
Class SimulationTestXMLPersistence

java.lang.Object
  extended by org.drools.guvnor.server.simulation.SimulationTestXMLPersistence

public class SimulationTestXMLPersistence
extends Object

Persists the scenario model.


Method Summary
static SimulationTestXMLPersistence getInstance()
           
 String marshal(SimulationModel simulationModel)
           
 SimulationModel unmarshal(String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SimulationTestXMLPersistence getInstance()

marshal

public String marshal(SimulationModel simulationModel)

unmarshal

public SimulationModel unmarshal(String xml)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.