org.jbpm.ruleflow.core.factory
Class EndNodeFactory

java.lang.Object
  extended by org.jbpm.ruleflow.core.factory.NodeFactory
      extended by org.jbpm.ruleflow.core.factory.EndNodeFactory

public class EndNodeFactory
extends NodeFactory


Field Summary
 
Fields inherited from class org.jbpm.ruleflow.core.factory.NodeFactory
nodeContainerFactory
 
Constructor Summary
EndNodeFactory(RuleFlowNodeContainerFactory nodeContainerFactory, NodeContainer nodeContainer, long id)
           
 
Method Summary
protected  Node createNode()
           
protected  EndNode getEndNode()
           
 EndNodeFactory name(String name)
           
 EndNodeFactory terminate(boolean terminate)
           
 
Methods inherited from class org.jbpm.ruleflow.core.factory.NodeFactory
done, getNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndNodeFactory

public EndNodeFactory(RuleFlowNodeContainerFactory nodeContainerFactory,
                      NodeContainer nodeContainer,
                      long id)
Method Detail

createNode

protected Node createNode()
Specified by:
createNode in class NodeFactory

getEndNode

protected EndNode getEndNode()

name

public EndNodeFactory name(String name)

terminate

public EndNodeFactory terminate(boolean terminate)


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