public class DeviceCombination extends DeviceWithCapabilities
Device.Type
Constructor and Description |
---|
DeviceCombination(String name)
Create a device combination with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
addDevice(Device device)
add a device to this device's devices
|
List<Device> |
getDevices()
get the devices this device consists of
|
addCapability, addParameterObject, addParameterValue, addResourceCapability, getCapabilities, getCapabilityParameterObjectProperties, getParameterObjectValue, getParameters, getParameterValuesForCapability, getResourceCapabilities, getResourceCapability
getBasicInformation, getBlueprint, getDescription, getDescriptionAsPlainText, getName, getRdID, getRdURL, getType, setDescription, setRdID, setRdURL, toString
public DeviceCombination(String name)
name
- The device combination name.public List<Device> getDevices()
getDevices
in class Device
public void addDevice(Device device)
device
- a device that is a part of this device.Copyright © 2017 Tampere University of Technology (TUT) / Laboratory of Mechanical Engineering and Industrial Systems (MEI). All rights reserved.