public class Signal extends java.lang.Object implements Data
Data,
DataProcessor| Modifier | Constructor and Description |
|---|---|
protected |
Signal(long time)
Constructs a Signal with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getProps() |
long |
getTime()
Returns the time this Signal was created.
|