public class IfcConstraintAggregationRelationship extends IfcEntity
Constructor and Description |
---|
IfcConstraintAggregationRelationship() |
Modifier and Type | Method and Description |
---|---|
IfcText |
getDescription() |
IfcLogicalOperatorEnum |
getLogicalAggregator() |
IfcLabel |
getName() |
IfcCollection<IfcConstraint> |
getRelatedConstraints() |
IfcConstraint |
getRelatingConstraint() |
void |
setDescription(IfcText value) |
void |
setLogicalAggregator(IfcLogicalOperatorEnum value) |
void |
setName(IfcLabel value) |
void |
setRelatedConstraints(IfcCollection<IfcConstraint> value) |
void |
setRelatingConstraint(IfcConstraint value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public IfcConstraintAggregationRelationship()
public final IfcLabel getName()
public final void setName(IfcLabel value)
public final IfcText getDescription()
public final void setDescription(IfcText value)
public final IfcConstraint getRelatingConstraint()
public final void setRelatingConstraint(IfcConstraint value)
public final IfcCollection<IfcConstraint> getRelatedConstraints()
public final void setRelatedConstraints(IfcCollection<IfcConstraint> value)
public final IfcLogicalOperatorEnum getLogicalAggregator()
public final void setLogicalAggregator(IfcLogicalOperatorEnum value)