public class OperatorDependencyEntry extends Object
Constructor and Description |
---|
OperatorDependencyEntry() |
Modifier and Type | Method and Description |
---|---|
void |
addIncoming(int num) |
void |
addOutgoing(int num) |
Set<Integer> |
getIncoming() |
Set<Integer> |
getOutgoing() |
String |
toString() |