などが定義されています。 Base class of all OHyMoS.NET classes. An element of type Object has four basic fields: _owner, _className, _objectName, _objectNumber.
Definition of "_owner".
When an object A has an object B as its field, A is called the owner of B.
The field "owner", a type Object, is the pointer to the owner of the current object.
Definition of "_className"
_className stores the name of the class.
For example, "_className" of an object of the class Object is "Object".
Definition of "_objectName"
_objectName stores the name of the objcet.
User descides the name of each object.
Definition of "_objectNumber"
_objectNumber stores the identification number.
_objectName and _objectNumber are used to identify OHyMoS.NET elements owned by an OHyMoS.NET element. Suppose an OHyMoS.NET element A owns OHyMoS.NET elements e1, e2, ..., eN, elements e1, e2, ..., eN should be able to be identified by the pair, _objectName and _objectNumber.