PhysicalProperty

class PhysicalProperty

A physical property describes what type of quantity (volume, concentration, Moles, pressure, etc.) a variable in a model represents. Physical properties always point to a single term in the Ontology of Physics for Biology, which can be accessed using the OPB class.

Public Functions

PhysicalProperty(const Resource &resource)

Construct from a resource.

PhysicalProperty(const std::string &resource)

Construct directly from a string that contains the resource URI.

const Resource &getResource() const

Return

The Resource for this PhysicalProperty.

Resource &getResource()

Return

The Resource for this PhysicalProperty.

std::string humanize() const

Return a humanreadable representation of the annotation information. Ontology terms will be replaced with human-readable names.