/
What are Object and Parameter?

What are Object and Parameter?

In ParamML, each object is defined by its own set of parameters. Objects are defined using "O" statements, while parameters are defined using "P" statements. Each object and parameter has a start and end statement.

For example, for an object named "group," the starting expression would be <O N="group" T="Group"> and the closing expression would be </O>.

Similarly, for a parameter named "length," the starting expression would be <P N="length" V="10"> and the closing expression would be </P>.

 

Everything between the beginning and end statements is considered to be part of the parameter or object to which it belongs. For an object to have meaning, it must be defined with parameters that are compatible with the type of the object. Similarly, a parameter's meaning can depend on the hierarchical position in which it is defined. If an expression does not contain other expressions, abbreviations may be used.

Example

Object:

<O N="group" T="Group"> .... .... </O>

Parameter:

<P N="length" V="10"/>

Related content

Objects
Objects
More like this
Parameters
Parameters
More like this
ParamML Developer Guide
ParamML Developer Guide
More like this
Unit
More like this
Repeat
Repeat
Read with this
paramlabel (Param)
paramlabel (Param)
More like this