org.drools.guvnor.client.rpc
Class RuleFlowContentModel

java.lang.Object
  extended by org.drools.guvnor.client.rpc.RuleFlowContentModel
All Implemented Interfaces:
Serializable, PortableObject

public class RuleFlowContentModel
extends Object
implements PortableObject

See Also:
Serialized Form

Constructor Summary
RuleFlowContentModel()
           
 
Method Summary
 Collection<TransferConnection> getConnections()
           
 String getJson()
           
 Collection<TransferNode> getNodes()
           
 String getPreprocessingdata()
           
 String getXml()
           
 void setConnections(Collection<TransferConnection> connections)
           
 void setJson(String json)
           
 void setNodes(List<TransferNode> nodes)
           
 void setPreprocessingdata(String preprocessingdata)
           
 void setXml(String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleFlowContentModel

public RuleFlowContentModel()
Method Detail

setNodes

public void setNodes(List<TransferNode> nodes)

getNodes

public Collection<TransferNode> getNodes()

setConnections

public void setConnections(Collection<TransferConnection> connections)

getConnections

public Collection<TransferConnection> getConnections()

setXml

public void setXml(String xml)

getXml

public String getXml()

setJson

public void setJson(String json)

getJson

public String getJson()

getPreprocessingdata

public String getPreprocessingdata()

setPreprocessingdata

public void setPreprocessingdata(String preprocessingdata)


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