public class RealDeviceCombination extends DeviceCombination
Device.Type
Constructor and Description |
---|
RealDeviceCombination(String name)
Create a real device combination with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
addDevice(Device device)
Add a device to this combination.
|
boolean |
isReal() |
boolean |
isTest() |
getDevices
addCapability, addParameterObject, addParameterValue, addResourceCapability, getCapabilities, getCapabilityParameterObjectProperties, getParameterObjectValue, getParameters, getParameterValuesForCapability, getResourceCapabilities, getResourceCapability
getBasicInformation, getBlueprint, getDescription, getDescriptionAsPlainText, getName, getRdID, getRdURL, getType, setDescription, setRdID, setRdURL, toString
public RealDeviceCombination(String name)
name
- public boolean isReal()
isReal
in class DeviceCombination
public boolean isTest()
isTest
in class DeviceCombination
public void addDevice(Device device) throws IllegalArgumentException
addDevice
in class DeviceCombination
device
- the device to be addedIllegalArgumentException
- Tried to add a test device combination or a blueprint.Copyright © 2021 Tampere University (TAU) / Faculty of Engineering and Natural Sciences (ENS) / Automation Technology and Mechanical Engineering (ATME) / Manufacturing and Production Automation. All rights reserved.