Class NodeFactory<T extends NodeFactory<T,P>,P extends RuleFlowNodeContainerFactory<P,?>>

java.lang.Object
org.jbpm.ruleflow.core.factory.NodeFactory<T,P>
All Implemented Interfaces:
MappableNodeFactory<T>
Direct Known Subclasses:
ActionNodeFactory, EndNodeFactory, ExtendedNodeFactory, JoinFactory, SplitFactory, StartNodeFactory

public abstract class NodeFactory<T extends NodeFactory<T,P>,P extends RuleFlowNodeContainerFactory<P,?>> extends Object implements MappableNodeFactory<T>