@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcConstraintAggregationRelationship extends IfcAbstractClass
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcText |
description |
private IfcLogicalOperatorEnum |
logicalAggregator |
private IfcLabel |
name |
private LIST<IfcConstraint> |
relatedConstraints |
private IfcConstraint |
relatingConstraint |
stepNumber| 构造器和说明 |
|---|
IfcConstraintAggregationRelationship(IfcLabel name,
IfcText description,
IfcConstraint relatingConstraint,
LIST<IfcConstraint> relatedConstraints,
IfcLogicalOperatorEnum logicalAggregator) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcText |
getDescription() |
IfcLogicalOperatorEnum |
getLogicalAggregator() |
IfcLabel |
getName() |
LIST<IfcConstraint> |
getRelatedConstraints() |
IfcConstraint |
getRelatingConstraint() |
boolean |
illegal() |
void |
setDescription(IfcText description) |
void |
setLogicalAggregator(IfcLogicalOperatorEnum logicalAggregator) |
void |
setName(IfcLabel name) |
void |
setRelatedConstraints(LIST<IfcConstraint> relatedConstraints) |
void |
setRelatingConstraint(IfcConstraint relatingConstraint) |
check, getFileItem, getParamString, getStepNumber, isDefault, setStepNumber, toIfc@IfcOptionField private IfcLabel name
@IfcOptionField private IfcText description
private IfcConstraint relatingConstraint
private LIST<IfcConstraint> relatedConstraints
private IfcLogicalOperatorEnum logicalAggregator
@IfcParserConstructor public IfcConstraintAggregationRelationship(IfcLabel name, IfcText description, IfcConstraint relatingConstraint, LIST<IfcConstraint> relatedConstraints, IfcLogicalOperatorEnum logicalAggregator)
public IfcLabel getName()
public void setName(IfcLabel name)
public IfcText getDescription()
public void setDescription(IfcText description)
public IfcConstraint getRelatingConstraint()
public void setRelatingConstraint(IfcConstraint relatingConstraint)
public LIST<IfcConstraint> getRelatedConstraints()
public void setRelatedConstraints(LIST<IfcConstraint> relatedConstraints)
public IfcLogicalOperatorEnum getLogicalAggregator()
public void setLogicalAggregator(IfcLogicalOperatorEnum logicalAggregator)
public boolean illegal()
illegal 在接口中 IfcInterfaceillegal 在类中 IfcAbstractClassCopyright © 2023. All rights reserved.