RotatingGrowthAgglomerator¶
Overview¶
Class
An agglomerator which uses a pelletizer disc to produce pellets.
Supertypes
Attributes (composition)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | 
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <Equipment>
RDL reference: ROTATING GROWTH AGGLOMERATOR
ComponentClass: RotatingGrowthAgglomerator
ComponentClassURI: http://sandbox.dexpi.org/rdl/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.
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 />