PipeOffPageConnector¶
Overview¶
Abstract class
A connector that indicates that a piping network segment is continued elsewhere, either on the same PID or on another PID. Graphically, it is usually represented as an arrow.
Supertypes
Subtypes
Attributes (composition)
Name |
Multiplicity |
Type |
---|---|---|
0..1 |
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference. As PipeOffPageConnector is abstract, there is no RDL reference for the class itself; the RDL reference depends on the concrete subclass.
Tag: <PipeOffPageConnector>
ComponentClass: depending on subclass
ComponentClassURI: depending on subclass
Example
As PipeOffPageConnector is abstract, we consider FlowInPipeOffPageConnector as an arbitrary concrete subclass.
Implementation in Proteus Schema
<PipeOffPageConnector
ID="flowInPipeOffPageConnector1"
ComponentClass="FlowInPipeOffPageConnector"
ComponentClassURI="http://sandbox.dexpi.org/rdl/FlowInPipeOffPageConnector" ...>
...
</PipeOffPageConnector>
ConnectorReference¶
Attribute (composition)
A reference indicating to which other PipeOffPageConnector this PipeOffPageConnector is connected.
Implementation in Proteus Schema
The attribute is implemented using the XML hierarchy of the Proteus file: The element for the attribute value (a PipeOffPageConnectorReference) is a child of the <PipeOffPageConnector>
element for the attribute owner (a PipeOffPageConnector).
Example
As the owner type PipeOffPageConnector is abstract, we consider FlowInPipeOffPageConnector as an arbitrary concrete subclass. As the value type PipeOffPageConnectorReference is abstract, we consider PipeOffPageConnectorObjectReference as an arbitrary concrete subclass.
Implementation in Proteus Schema
<PipeOffPageConnector
ID="flowInPipeOffPageConnector1"
ComponentClass="FlowInPipeOffPageConnector"
ComponentClassURI="http://sandbox.dexpi.org/rdl/FlowInPipeOffPageConnector" ...>
...
<PipeOffPageConnectorReference
ID="pipeOffPageConnectorObjectReference1"
ComponentClass="PipeOffPageConnectorObjectReference"
ComponentClassURI="http://sandbox.dexpi.org/rdl/PipeOffPageConnectorObjectReference" ...>
...
<PipeOffPageConnectorReference />
...
<PipeOffPageConnector />