org.jbpm.ruleflow.core.factory
Class JoinFactory

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

public class JoinFactory
extends NodeFactory


Field Summary
 
Fields inherited from class org.jbpm.ruleflow.core.factory.NodeFactory
nodeContainerFactory
 
Constructor Summary
JoinFactory(RuleFlowNodeContainerFactory nodeContainerFactory, NodeContainer nodeContainer, long id)
           
 
Method Summary
protected  Node createNode()
           
protected  Join getJoin()
           
 JoinFactory name(String name)
           
 JoinFactory type(int type)
           
 JoinFactory type(String n)
           
 
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

JoinFactory

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

createNode

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

getJoin

protected Join getJoin()

name

public JoinFactory name(String name)

type

public JoinFactory type(int type)

type

public JoinFactory type(String n)


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