Knowledge API Legacy5 Adapter 6.2.0.Final

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

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

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()
          The incoming connections for this Node.
 List<Connection> Node.getIncomingConnections(String type)
          The incoming connections for this Node for the given entry-point.
 Map<String,List<Connection>> Node.getOutgoingConnections()
          The outgoing connections for this Node.
 List<Connection> Node.getOutgoingConnections(String type)
          The outgoing connections for this Node for the given exit-point.
 

Uses of Connection in org.drools.impl.adapters
 

Classes in org.drools.impl.adapters that implement Connection
 class ConnectionAdapter
           
 

Methods in org.drools.impl.adapters that return types with arguments of type Connection
 Map<String,List<Connection>> NodeAdapter.getIncomingConnections()
           
 List<Connection> NodeAdapter.getIncomingConnections(String type)
           
 Map<String,List<Connection>> NodeAdapter.getOutgoingConnections()
           
 List<Connection> NodeAdapter.getOutgoingConnections(String type)
           
 


Knowledge API Legacy5 Adapter 6.2.0.Final

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