@IfcClass(type=ENTITY, layer=CORE) public abstract class IfcObjectDefinition extends IfcRoot
| 限定符和类型 | 字段和说明 |
|---|---|
private SET<IfcRelDecomposes> |
decomposes |
private SET<IfcRelAssigns> |
hasAssignments |
private SET<IfcRelAssociates> |
hasAssociations |
private SET<IfcRelDecomposes> |
isDecomposedBy |
stepNumber| 构造器和说明 |
|---|
IfcObjectDefinition() |
IfcObjectDefinition(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addDecompose(IfcRelDecomposes decompose) |
void |
addHasAssociations(IfcRelAssociates hasAssociation) |
void |
addIsDecomposedBy(IfcRelDecomposes isDecomposedBy) |
SET<IfcRelDecomposes> |
getDecomposes() |
SET<IfcRelAssigns> |
getHasAssignments() |
SET<IfcRelAssociates> |
getHasAssociations() |
SET<IfcRelDecomposes> |
getIsDecomposedBy() |
void |
setDecomposes(SET<IfcRelDecomposes> decomposes) |
void |
setHasAssignments(SET<IfcRelAssigns> hasAssignments) |
void |
setHasAssociations(SET<IfcRelAssociates> hasAssociations) |
void |
setIsDecomposedBy(SET<IfcRelDecomposes> isDecomposedBy) |
getDescription, getGlobalId, getName, getOwnerHistory, setDescription, setDescription, setGlobalId, setName, setName, setOwnerHistorycheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfc@IfcInverseParameter private SET<IfcRelAssigns> hasAssignments
@IfcInverseParameter private SET<IfcRelDecomposes> isDecomposedBy
@IfcInverseParameter private SET<IfcRelDecomposes> decomposes
@IfcInverseParameter private SET<IfcRelAssociates> hasAssociations
public IfcObjectDefinition()
@IfcParserConstructor public IfcObjectDefinition(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description)
public SET<IfcRelAssigns> getHasAssignments()
public void setHasAssignments(SET<IfcRelAssigns> hasAssignments)
public SET<IfcRelDecomposes> getIsDecomposedBy()
public void setIsDecomposedBy(SET<IfcRelDecomposes> isDecomposedBy)
public void addIsDecomposedBy(IfcRelDecomposes isDecomposedBy)
public SET<IfcRelDecomposes> getDecomposes()
public void setDecomposes(SET<IfcRelDecomposes> decomposes)
public void addDecompose(IfcRelDecomposes decompose)
public SET<IfcRelAssociates> getHasAssociations()
public void setHasAssociations(SET<IfcRelAssociates> hasAssociations)
public void addHasAssociations(IfcRelAssociates hasAssociation)
Copyright © 2023. All rights reserved.