IfcTaskTimeRecurring
实体定义
IfcTaskTimeRecurtive是IfcTaskTime的重复实例,用于处理定期计划或重复的任务。
IFC4中的新实体。
Attribute inheritance
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
IfcSchedulingTime | |||||
1 | Name | IfcLabel | [0:1] | Optional name for the time definition. | X |
2 | DataOrigin | IfcDataOriginEnum | [0:1] | Specifies the origin of the scheduling time entity. It currently differentiates between predicted, simulated, measured, and user defined values. | X |
3 | UserDefinedDataOrigin | IfcLabel | [0:1] | Value of the data origin if DataOrigin attribute is USERDEFINED. | X |
IfcTaskTime | |||||
4 | DurationType | IfcTaskDurationEnum | [0:1] | Enables to specify the type of duration values for ScheduleDuration, ActualDuration and RemainingTime. The duration type is either work time or elapsed time. | X |
5 | ScheduleDuration | IfcDuration | [0:1] | The amount of time which is scheduled for completion of a task. The value might be measured or somehow calculated, which is defined by ScheduleDataOrigin. The value is either given as elapsed time or work time, which is defined by DurationType.
NOTE Scheduled Duration may be calculated as the time from scheduled start date to scheduled finish date. |
X |
6 | ScheduleStart | IfcDateTime | [0:1] | The date on which a task is scheduled to be started. The value might be measured or somehow calculated, which is defined by ScheduleDataOrigin.
NOTE The scheduled start date must be greater than or equal to the earliest start date. |
X |
7 | ScheduleFinish | IfcDateTime | [0:1] | The date on which a task is scheduled to be finished. The value might be measured or somehow calculated, which is defined by ScheduleDataOrigin.
NOTE The scheduled finish date must be greater than or equal to the earliest finish date. |
X |
8 | EarlyStart | IfcDateTime | [0:1] | The earliest date on which a task can be started. It is a calculated value. | X |
9 | EarlyFinish | IfcDateTime | [0:1] | The earliest date on which a task can be finished. It is a calculated value. | X |
10 | LateStart | IfcDateTime | [0:1] | The latest date on which a task can be started. It is a calculated value. | X |
11 | LateFinish | IfcDateTime | [0:1] | The latest date on which a task can be finished. It is a calculated value. | X |
12 | FreeFloat | IfcDuration | [0:1] | The amount of time during which the start or finish of a task may be varied without any effect on the overall programme of work. It is a calculated elapsed time value. | X |
13 | TotalFloat | IfcDuration | [0:1] | The difference between the duration available to carry out a task and the scheduled duration of the task. It is a calculated elapsed time value.
NOTE Total Float time may be calculated as being the difference between the scheduled duration of a task and the available duration from earliest start to latest finish. Float time may be either positive, zero or negative. Where it is zero or negative, the task becomes critical. |
X |
14 | IsCritical | IfcBoolean | [0:1] | A flag which identifies whether a scheduled task is a critical item within the programme.
NOTE A task becomes critical when the float time becomes zero or negative. |
X |
15 | StatusTime | IfcDateTime | [0:1] | The date or time at which the status of the tasks within the schedule is analyzed. | X |
16 | ActualDuration | IfcDuration | [0:1] | The actual duration of the task. It is a measured value. The value is either given as elapsed time or work time, which is defined by DurationType. | X |
17 | ActualStart | IfcDateTime | [0:1] | The date on which a task is actually started. It is a measured value.
NOTE The scheduled start date must be greater than or equal to the earliest start date. No constraint is applied to the actual start date with respect to the scheduled start date since a task may be started earlier than had originally been scheduled if circumstances allow. |
X |
18 | ActualFinish | IfcDateTime | [0:1] | The date on which a task is actually finished. | X |
19 | RemainingTime | IfcDuration | [0:1] | The amount of time remaining to complete a task. It is a predicted value. The value is either given as elapsed time or work time, which is defined by DurationType.
NOTE The time remaining in which to complete a task may be determined both for tasks which have not yet started and those which have. Remaining time for a task not yet started has the same value as the scheduled duration. For a task already started, remaining time is calculated as the difference between the scheduled finish and the point of analysis. |
X |
20 | Completion | IfcPositiveRatioMeasure | [0:1] | The extent of completion expressed as a ratio or percentage. It is a measured value. | X |
IfcTaskTimeRecurring | |||||
21 | Recurrence | IfcRecurrencePattern | [1:1] | X |
EXPRESS Specification
ENTITY IfcTaskTimeRecurring
SUBTYPE OF (IfcTaskTime);
Recurrence : IfcRecurrencePattern;
END_ENTITY;
#################################