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

Packages that use Connection
org.drools.definition.process The classes that make up a Process definition. 
 

Uses of Connection in org.drools.definition.process
 

Methods in org.drools.definition.process that return types with arguments of type Connection
 Map<String,List<Connection>> Node.getIncomingConnections()
           
 List<Connection> Node.getIncomingConnections(String type)
           
 Map<String,List<Connection>> Node.getOutgoingConnections()
           
 List<Connection> Node.getOutgoingConnections(String type)
           
 



Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.