ENTITY IfcObjective

(* SCHEMA IFC4; *)
ENTITY IfcObjective
 SUBTYPE OF (IfcConstraint);
	BenchmarkValues : OPTIONAL LIST [1:?] OF IfcConstraint;
	LogicalAggregator : OPTIONAL IfcLogicalOperatorEnum;
	ObjectiveQualifier : IfcObjectiveEnum;
	UserDefinedQualifier : OPTIONAL IfcLabel;
 WHERE
	WR21 : (ObjectiveQualifier <> IfcObjectiveEnum.USERDEFINED) OR
((ObjectiveQualifier = IfcObjectiveEnum.USERDEFINED) AND EXISTS(SELF\IfcObjective.UserDefinedQualifier));
END_ENTITY;

Explicit Attributes

Entity IfcObjective has the following local and inherited explicit attributes:
AttributeTypeDefined By
 NameIfcLabel (STRING)IfcConstraint
 DescriptionIfcText (STRING)IfcConstraint
 ConstraintGradeIfcConstraintEnum (ENUM)IfcConstraint
 ConstraintSourceIfcLabel (STRING)IfcConstraint
 CreatingActorIfcActorSelect (SELECT)IfcConstraint
 CreationTimeIfcDateTime (STRING)IfcConstraint
 UserDefinedGradeIfcLabel (STRING)IfcConstraint
 BenchmarkValuesLIST OF IfcConstraint (ENTITY)IfcObjective
 LogicalAggregatorIfcLogicalOperatorEnum (ENUM)IfcObjective
 ObjectiveQualifierIfcObjectiveEnum (ENUM)IfcObjective
 UserDefinedQualifierIfcLabel (STRING)IfcObjective

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcObjective has the following local and inherited inverse attributes:
AttributeTypeDefined By
 HasExternalReferencesSET OF IfcExternalReferenceRelationship (ENTITY)IfcConstraint
 PropertiesForConstraintSET OF IfcResourceConstraintRelationship (ENTITY)IfcConstraint

Supertypes

Entity IfcObjective inherits from the following supertypes:
  IfcConstraint

Subtypes

    No subtypes

Referenced By

Entity IfcObjective and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcConstraint ENTITY IfcObjective
 IfcObjective ENTITY IfcConstraint
 IfcRelAssociatesConstraint ENTITY IfcConstraint
 IfcResourceConstraintRelationship ENTITY IfcConstraint
 IfcResourceObjectSelect SELECT IfcConstraint


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2016-06-01T11:21:45-04:00