org.drools.definition.process
Interface Node


public interface Node


Method Summary
 long getId()
           
 Map<String,List<Connection>> getIncomingConnections()
           
 List<Connection> getIncomingConnections(String type)
           
 Map<String,Object> getMetaData()
           
 Object getMetaData(String name)
          Deprecated. 
 String getName()
           
 NodeContainer getNodeContainer()
           
 Map<String,List<Connection>> getOutgoingConnections()
           
 List<Connection> getOutgoingConnections(String type)
           
 

Method Detail

getId

long getId()

getName

String getName()

getIncomingConnections

Map<String,List<Connection>> getIncomingConnections()

getOutgoingConnections

Map<String,List<Connection>> getOutgoingConnections()

getIncomingConnections

List<Connection> getIncomingConnections(String type)

getOutgoingConnections

List<Connection> getOutgoingConnections(String type)

getNodeContainer

NodeContainer getNodeContainer()

getMetaData

Map<String,Object> getMetaData()

getMetaData

@Deprecated
Object getMetaData(String name)
Deprecated. 



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