|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface INode
Represents a node in a RuleFlow.
| Method Summary | |
|---|---|
long |
getId()
Returns the id of the node |
List |
getIncomingConnections()
Returns the incoming connections |
String |
getName()
Returns the name of the node |
List |
getOutgoingConnections()
Returns the outgoing connections |
void |
setId(long id)
Method for setting the id of the node |
void |
setName(String name)
Method for setting the name of the node |
| Method Detail |
|---|
long getId()
void setId(long id)
id - the id of the nodeString getName()
void setName(String name)
name - the name of the nodeList getIncomingConnections()
List getOutgoingConnections()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||