Class TestDeviceCombination


  • public class TestDeviceCombination
    extends DeviceCombination
    Class that represents a device combination created as a possible combination that could be really created but does not currently exist. It can consist of any kind of device.
    Author:
    hylli
    • Constructor Detail

      • TestDeviceCombination

        public TestDeviceCombination​(String name)
        Create a test device combination with the given name.
        Parameters:
        name - Name for the new test device combination.