public interface IECDIDevice
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IEData> |
getDataComponent(java.lang.String tineAddress_)
Returns a collection of all data component enumerations.
|
java.util.Map<java.lang.String,IEData> |
getDeviceMap(java.lang.String tineAddress_)
Returns the map of the corresponding preliminary TINE address element.
|
java.util.Collection<java.lang.String> |
getDeviceNames(java.lang.String tineAddress_)
Returns the device names as a collection of string values.
|
java.util.Map<java.lang.String,java.util.SortedMap<java.lang.String,IEData>> |
getMap()
Returns the corresponding map of this enumeration interface for
each preliminary TINE address string.
|
java.util.Map<java.lang.String,java.util.SortedMap<java.lang.String,IEData>> getMap()
java.util.Map<java.lang.String,IEData> getDeviceMap(java.lang.String tineAddress_)
tineAddress_
- The preliminary TINE address string.java.util.Collection<java.lang.String> getDeviceNames(java.lang.String tineAddress_)
tineAddress_
- The preliminary TINE address string.java.util.Collection<IEData> getDataComponent(java.lang.String tineAddress_)
tineAddress_
- The preliminary TINE address string.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft