protected static class DataflowWithRates.ActionRateSignature
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
ActionRateSignature() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInputRate(java.lang.String portname,
int rate) |
void |
addOutputRate(java.lang.String portname,
int rate) |
boolean |
equals(java.lang.Object o) |
java.util.Map |
getInputRates() |
java.util.Map |
getOutputRates() |
int |
hashCode() |
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void addInputRate(java.lang.String portname,
int rate)
public void addOutputRate(java.lang.String portname,
int rate)
public java.util.Map getInputRates()
public java.util.Map getOutputRates()