CustomCentrifuge

Overview

Class

A custom Centrifuge, i.e., a Centrifuge that is not covered by any of the other subclasses of Centrifuge (FilteringCentrifuge or SedimentalCentrifuge).

Supertypes

Attributes (data)

Name

Multiplicity

Type

Efficiency

0..1

NullablePercentage

MinimumParticleSize

0..1

NullableLength

Attributes (composition)

Name

Multiplicity

Type

FilteringCentrifugeDrum

0..1

FilteringCentrifugeDrum

SedimentalCentrifugeDrum

0..1

SedimentalCentrifugeDrum

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: CUSTOM CENTRIFUGE

ComponentClass: CustomCentrifuge

Example

Implementation in Proteus Schema

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

Efficiency

Attribute (data)

The efficiency of the CustomCentrifuge.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

RDL reference: EFFICIENCY

Name: Efficiency

FilteringCentrifugeDrum

Attribute (composition)

The filtering centrifuge drum of the CustomCentrifuge.

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

Example

Implementation in Proteus Schema

<Equipment
    ID="customCentrifuge1"
    ComponentClass="CustomCentrifuge"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomCentrifuge" ...>
  ...
  <Equipment
      ID="filteringCentrifugeDrum1"
      ComponentClass="FilteringCentrifugeDrum"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/FilteringCentrifugeDrum" ...>
    ...
  <Equipment />
  ...
<Equipment />

MinimumParticleSize

Attribute (data)

The minimum particle size of the CustomCentrifuge.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

RDL reference: MINIMUM PARTICLE SIZE

Name: MinimumParticleSize

SedimentalCentrifugeDrum

Attribute (composition)

The sedimental centrifuge drum of the CustomCentrifuge.

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

Example

Implementation in Proteus Schema

<Equipment
    ID="customCentrifuge1"
    ComponentClass="CustomCentrifuge"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomCentrifuge" ...>
  ...
  <Equipment
      ID="sedimentalCentrifugeDrum1"
      ComponentClass="SedimentalCentrifugeDrum"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/SedimentalCentrifugeDrum" ...>
    ...
  <Equipment />
  ...
<Equipment />