org.drools.definition.process
Interface Node
public interface Node
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.