| 程序包 | 说明 |
|---|---|
| org.sikongsphere.ifc.model.schema.shared.facilities.entity |
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcCostValue |
IfcInventory.currentValue |
private IfcCostValue |
IfcAsset.currentValue |
private IfcCostValue |
IfcAsset.depreciatedValue |
private IfcCostValue |
IfcInventory.originalValue |
private IfcCostValue |
IfcAsset.originalValue |
private IfcCostValue |
IfcAsset.totalReplacementCost |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcCostValue |
IfcInventory.getCurrentValue() |
IfcCostValue |
IfcAsset.getCurrentValue() |
IfcCostValue |
IfcAsset.getDepreciatedValue() |
IfcCostValue |
IfcInventory.getOriginalValue() |
IfcCostValue |
IfcAsset.getOriginalValue() |
IfcCostValue |
IfcAsset.getTotalReplacementCost() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcInventory.setCurrentValue(IfcCostValue currentValue) |
void |
IfcAsset.setCurrentValue(IfcCostValue currentValue) |
void |
IfcAsset.setDepreciatedValue(IfcCostValue depreciatedValue) |
void |
IfcInventory.setOriginalValue(IfcCostValue originalValue) |
void |
IfcAsset.setOriginalValue(IfcCostValue originalValue) |
void |
IfcAsset.setTotalReplacementCost(IfcCostValue totalReplacementCost) |
| 构造器和说明 |
|---|
IfcAsset(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcLabel objectType,
IfcIdentifier assetID,
IfcCostValue originalValue,
IfcCostValue currentValue,
IfcCostValue totalReplacementCost,
IfcActorSelect owner,
IfcActorSelect user,
IfcPerson responsiblePerson,
IfcCalendarDate incorporationDate,
IfcCostValue depreciatedValue) |
IfcInventory(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcLabel objectType,
IfcInventoryTypeEnum inventoryType,
IfcActorSelect jurisdiction,
SET<IfcPerson> responsiblePersons,
IfcCalendarDate lastUpdateDate,
IfcCostValue currentValue,
IfcCostValue originalValue) |
Copyright © 2023. All rights reserved.