PhysicalProperty

class pyomexmeta.PhysicalProperty(physical_property_ptr: ctypes.c_longlong)

Interface for handling PhysicalProperty objects

PhysicalProperty objects are used by all composite annotations. They are comprised of two Triples: “isVersionOf” and an “isPropertyOf” which denote the physical property that this thing which bears the physical property has and a reference to the thing which bears the physical property.

Please see the OmexMeta specification for more details.

__init__(physical_property_ptr: ctypes.c_longlong)

Initialize self. See help(type(self)) for accurate signature.

__weakref__

list of weak references to the object (if defined)