RotatingGrowthAgglomerator

Overview

Class

An agglomerator which uses a pelletizer disc to produce pellets.

Supertypes

Attributes (composition)

Name

Multiplicity

Type

PelletizerDisc

0..1

PelletizerDisc

Implementation in Proteus Schema

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

Tag: <Equipment>

ComponentClass: RotatingGrowthAgglomerator

Example

Implementation in Proteus Schema

<Equipment
    ID="rotatingGrowthAgglomerator1"
    ComponentClass="RotatingGrowthAgglomerator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/RotatingGrowthAgglomerator" ...>
  ...
</Equipment>

PelletizerDisc

Attribute (composition)

The pelletizing disc of the RotatingGrowthAgglomerator.

Multiplicity: 0..1

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 PelletizerDisc) is a child of the <Equipment> element for the attribute owner (a RotatingGrowthAgglomerator).

Example

Implementation in Proteus Schema

<Equipment
    ID="rotatingGrowthAgglomerator1"
    ComponentClass="RotatingGrowthAgglomerator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/RotatingGrowthAgglomerator" ...>
  ...
  <Equipment
      ID="pelletizerDisc1"
      ComponentClass="PelletingDisc"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/PelletingDisc" ...>
    ...
  <Equipment />
  ...
<Equipment />