Class DeviceCombination

    • Constructor Detail

      • DeviceCombination

        public DeviceCombination​(String name)
        Create a device combination with the given name.
        Parameters:
        name - The device combination name.
    • Method Detail

      • getDevices

        public List<Device> getDevices()
        get the devices this device consists of
        Overrides:
        getDevices in class Device
        Returns:
        the devices this device consists of
      • addDevice

        public void addDevice​(Device device)
        add a device to this device's devices
        Parameters:
        device - a device that is a part of this device.
      • isReal

        public abstract boolean isReal()
      • isTest

        public abstract boolean isTest()