Uses of Package
org.drools.definition.process

Packages that use org.drools.definition.process
org.drools The KnowledgeBase and its factory. 
org.drools.definition All classes to create definitions, as built by the KnowledgeBuilder from artifact resources, can be found here. 
org.drools.definition.process The classes that make up a Process definition. 
org.drools.event.knowledgebase Events emitted while updating the definitions in the KnowledgeBase. 
org.drools.runtime.process The process runtime classes. 
 

Classes in org.drools.definition.process used by org.drools
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
 

Classes in org.drools.definition.process used by org.drools.definition
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
 

Classes in org.drools.definition.process used by org.drools.definition.process
Connection
          A connection is a link from one Node to another.
Node
          A Node represents an activity in the process flow chart.
NodeContainer
          A NodeContainer contains a set of Nodes There are different types of NodeContainers and NodeContainers may be nested.
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
 

Classes in org.drools.definition.process used by org.drools.event.knowledgebase
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
 

Classes in org.drools.definition.process used by org.drools.runtime.process
Node
          A Node represents an activity in the process flow chart.
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
 



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