org.drools.guvnor.client.rpc
Class RuleFlowContentModel
java.lang.Object
org.drools.guvnor.client.rpc.RuleFlowContentModel
- All Implemented Interfaces:
- Serializable, PortableObject
public class RuleFlowContentModel
- extends Object
- implements PortableObject
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleFlowContentModel
public RuleFlowContentModel()
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.