ReciprocatingExtruder

Overview

Class

An extruder that uses a piston in a batch process (from http://data.posccaesar.org/rdl/RDS412409911).

Supertypes

Attributes (composition)

Name

Multiplicity

Type

Displacers

*

Displacer

Implementation in Proteus Schema

The class is implemented as a Proteus XML element with RDL reference.

Tag: <Equipment>

RDL reference: PISTON EXTRUDER

ComponentClass: PistonExtruder

Example

Implementation in Proteus Schema

<Equipment
    ID="reciprocatingExtruder1"
    ComponentClass="PistonExtruder"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS412409911" ...>
  ...
</Equipment>

Displacers

Attribute (composition)

The displacers of the ReciprocatingExtruder.

Multiplicity: *

Type: Displacer

Opposite multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented using the XML hierarchy of the Proteus file: The element for the attribute value (a Displacer) is a child of the <Equipment> element for the attribute owner (a ReciprocatingExtruder).

Example

Implementation in Proteus Schema

<Equipment
    ID="reciprocatingExtruder1"
    ComponentClass="PistonExtruder"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS412409911" ...>
  ...
  <Equipment
      ID="displacer1"
      ComponentClass="Displacer"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/Displacer" ...>
    ...
  <Equipment />
  ...
<Equipment />