Package | Description |
---|---|
com.aspose.cad.fileformats.ifc.ifc4.entities |
Modifier and Type | Method and Description |
---|---|
IfcDuration |
IfcTaskTime.getActualDuration() |
IfcDuration |
IfcResourceTime.getActualWork() |
IfcDuration |
IfcWorkControl.getDuration() |
IfcDuration |
IfcTaskTime.getFreeFloat() |
IfcDuration |
IfcResourceTime.getLevelingDelay() |
IfcDuration |
IfcTaskTime.getRemainingTime() |
IfcDuration |
IfcResourceTime.getRemainingWork() |
IfcDuration |
IfcTaskTime.getScheduleDuration() |
IfcDuration |
IfcResourceTime.getScheduleWork() |
IfcDuration |
IfcTaskTime.getTotalFloat() |
IfcDuration |
IfcWorkControl.getTotalFloat() |
Modifier and Type | Method and Description |
---|---|
void |
IfcTaskTime.setActualDuration(IfcDuration value) |
void |
IfcResourceTime.setActualWork(IfcDuration value) |
void |
IfcWorkControl.setDuration(IfcDuration value) |
void |
IfcTaskTime.setFreeFloat(IfcDuration value) |
void |
IfcResourceTime.setLevelingDelay(IfcDuration value) |
void |
IfcTaskTime.setRemainingTime(IfcDuration value) |
void |
IfcResourceTime.setRemainingWork(IfcDuration value) |
void |
IfcTaskTime.setScheduleDuration(IfcDuration value) |
void |
IfcResourceTime.setScheduleWork(IfcDuration value) |
void |
IfcTaskTime.setTotalFloat(IfcDuration value) |
void |
IfcWorkControl.setTotalFloat(IfcDuration value) |