Knowledge API Legacy5 Adapter 6.1.0.Final

Uses of Interface
org.drools.definition.process.NodeContainer

Packages that use NodeContainer
org.drools.definition.process The classes that make up a Process definition. 
org.drools.impl.adapters   
 

Uses of NodeContainer in org.drools.definition.process
 

Subinterfaces of NodeContainer in org.drools.definition.process
 interface WorkflowProcess
          A WorkflowProcess is a type of Process that uses a flow chart (as a collection of Nodes and Connections) to model the business logic.
 

Methods in org.drools.definition.process that return NodeContainer
 NodeContainer Node.getNodeContainer()
          The NodeContainer this Node lives in.
 

Uses of NodeContainer in org.drools.impl.adapters
 

Classes in org.drools.impl.adapters that implement NodeContainer
 class NodeContainerAdapter
           
 

Methods in org.drools.impl.adapters that return NodeContainer
 NodeContainer NodeAdapter.getNodeContainer()
           
 


Knowledge API Legacy5 Adapter 6.1.0.Final

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