public class WiringDTO extends DTO
Modifier and Type | Field and 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 and Description |
---|
WiringDTO() |
public int id
This identifier is transiently assigned and may vary across restarts.
public java.util.List<CapabilityRefDTO> capabilities
public java.util.List<RequirementRefDTO> requirements
public java.util.List<WireDTO> providedWires
public java.util.List<WireDTO> requiredWires
public int resource
ResourceDTO.id
,
Wiring.getResource()