Class WiringDTO

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<CapabilityRefDTO> capabilities
      The references to the capabilities for the wiring node.
      int id
      The unique identifier of the wiring node.
      java.util.List<WireDTO> providedWires
      The provided wires for the wiring node.
      java.util.List<WireDTO> requiredWires
      The required wires for the wiring node.
      java.util.List<RequirementRefDTO> requirements
      The references to the requirements for the wiring node.
      int resource
      The identifier of the resource associated with the wiring node.
    • Constructor Summary

      Constructors 
      Constructor Description
      WiringDTO()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait