Home
last modified time | relevance | path

Searched refs:Type_Duration (Results 1 – 11 of 11) sorted by relevance

/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/schedulers/tj/
H A DPlanTJScheduler.cpp646 …if (task->type() != Node::Type_Task || task->estimate()->type() != Estimate::Type_Duration || ! ta… in addWorkingTime()
826 if (task->estimate()->type() == Estimate::Type_Duration && task->estimate()->calendar() != 0) { in addStartNotEarlier()
844 if (task->estimate()->type() == Estimate::Type_Duration && task->estimate()->calendar() != 0) { in addFinishNotLater()
878 … if (task->estimate()->type() == Estimate::Type_Duration && task->estimate()->calendar() == 0) { in addRequest()
882 … if (task->estimate()->type() == Estimate::Type_Duration && task->estimate()->calendar() != 0) { in addRequest()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/
H A Dkptnode.cpp1643 setType(Type_Duration); in setType()
1645 setType(Type_Duration); in setType()
1647 setType(Type_Duration); in setType()
1886 if (m_type == Type_Duration && m_calendar == 0) { in scales()
H A Dkptnode.h733 Type_Duration /// Changing amount of resources will not change the tasks duration enumerator
H A Dkpttask.cpp1021 } else if (m_estimate->type() == Estimate::Type_Duration) { in effortPerformanceIndex()
2458 if (m_estimate->type() == Estimate::Type_Duration) { in calcDuration()
2721 if (m_estimate->type() == Estimate::Type_Duration) { in workTimeAfter()
2736 if (m_estimate->type() == Estimate::Type_Duration) { in workTimeBefore()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/tests/
H A Ddebug.cpp218 <<(t->estimate()->type() == Estimate::Type_Duration in print()
H A DProjectTester.cpp143 t->estimate()->setType(Estimate::Type_Duration); in schedule()
2880 task1->estimate()->setType(Estimate::Type_Duration); in estimateDuration()
2947 task1->estimate()->setType(Estimate::Type_Duration); in startStart()
2956 task2->estimate()->setType(Estimate::Type_Duration); in startStart()
H A DPerformanceTester.cpp987 tt->estimate()->setType(Estimate::Type_Duration); in bcwpPrDayProject()
/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/filters/planner/import/
H A Dplannerimport.cpp357 res = Estimate::Type_Duration; in toEstimateType()
/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/schedulers/rcps/tests/
H A DProjectTester.cpp121 t->estimate()->setType(Estimate::Type_Duration); in oneTask()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/models/
H A Dkptnodeitemmodel.cpp475 …node->constraint() == Node::FixedInterval && node->estimate()->type() == Estimate::Type_Duration) { in estimate()
486 if (node->constraint() == Node::FixedInterval && t == Estimate::Type_Duration) { in estimate()
518 …node->constraint() == Node::FixedInterval && node->estimate()->type() == Estimate::Type_Duration) { in optimisticRatio()
537 if (node->constraint() == Node::FixedInterval && t == Estimate::Type_Duration) { in optimisticRatio()
565 …node->constraint() == Node::FixedInterval && node->estimate()->type() == Estimate::Type_Duration) { in pessimisticRatio()
584 if (node->constraint() == Node::FixedInterval && t == Estimate::Type_Duration) { in pessimisticRatio()
/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/schedulers/rcps/
H A DKPlatoRCPSScheduler.cpp1218 … if (task->estimate()->type() == Estimate::Type_Duration && task->estimate()->calendar() == 0) { in addRequest()