public interface Generator extends PropertyContainer
It is possible for objects to implement both the Generator and Pod interfaces. This would be used for Pods that have the generator-like property of producing data.
Generators can have string-named properties attached to them.
Modifier and Type | Method and Description |
---|---|
boolean |
getEnabled()
Get the flag that says whether the generator is enabled.
|
Transmitter |
getTransmitter(Protocol p,
HashMap properties)
Get a transmitter of the given protocol from the Generator.
|
void |
setEnabled(boolean enabled)
Enable or disable the generator.
|
getProperty, propertyNames, setProperty
boolean getEnabled()
Transmitter getTransmitter(Protocol p, HashMap properties)
void setEnabled(boolean enabled)
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.