Class TSubstanceIngredient

Unit

Declaration

type TSubstanceIngredient = class(TBackboneElement)

Description

A homogeneous material with a definite composition.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property quantity : TRatio read Getquantity write Setquantity;
Public property substance : TElement read Getsubstance write Setsubstance;

Description

Methods

Public constructor Create; override;
 

Properties

Public property quantity : TRatio read Getquantity write Setquantity;

The amount of the ingredient in the substance - a concentration ratio.

Public property substance : TElement read Getsubstance write Setsubstance;

Another substance that is a component of this substance.


Generated by PasDoc 0.15.0.