Class Ifc4x2::IfcPropertyDependencyRelationship¶
Defined in File Ifc4x2.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x2.
Inheritance Relationships¶
Base Type¶
public Ifc4x2::IfcResourceLevelRelationship
(Class Ifc4x2::IfcResourceLevelRelationship)
Class Documentation¶
-
class
Ifc4x2
::
IfcPropertyDependencyRelationship
: public Ifc4x2::IfcResourceLevelRelationship¶ An IfcPropertyDependencyRelationship describes an identified dependency between the value of one property and that of another.
HISTORY New entity in IFC2x2
IFC2x4 CHANGE Made subtype of IfcResourceLevelRelationship (attribute order changed).
Use Definition Whilst the IfcPropertyDependencyRelationship may be used to describe the dependency, and it may do so in terms of the expression of how the dependency operates, it is not possible through the current IFC model for the value of the related property to be actually derived from the value of the relating property. The determination of value according to the dependency is required to be performed by an application that can then use the Expression attribute to flag the form of the dependency.
Public Types
-
typedef IfcTemplatedEntityList<IfcPropertyDependencyRelationship>
list
¶
Public Functions
-
::Ifc4x2::IfcProperty *
DependingProperty
() const¶ The property on which the relationship depends.
-
void
setDependingProperty
(::Ifc4x2::IfcProperty *v)¶
-
::Ifc4x2::IfcProperty *
DependantProperty
() const¶ The dependant property.
-
void
setDependantProperty
(::Ifc4x2::IfcProperty *v)¶
-
bool
hasExpression
() const¶ Whether the optional attribute Expression is defined for this IfcPropertyDependencyRelationship.
-
std::string
Expression
() const¶ Expression that further describes the nature of the dependency relation.
-
void
setExpression
(std::string v)¶
-
IfcPropertyDependencyRelationship
(IfcEntityInstanceData *e)¶
-
IfcPropertyDependencyRelationship
(boost::optional<std::string> v1_Name, boost::optional<std::string> v2_Description, ::Ifc4x2::IfcProperty *v3_DependingProperty, ::Ifc4x2::IfcProperty *v4_DependantProperty, boost::optional<std::string> v5_Expression)¶
-
typedef IfcTemplatedEntityList<IfcPropertyDependencyRelationship>