xerparser.model.tasks

Classes

Tasks

This class is a collection of tasks that controls functionalities to search, add, update and delete tasks

Module Contents

class xerparser.model.tasks.Tasks[source]

This class is a collection of tasks that controls functionalities to search, add, update and delete tasks

index = 0[source]
add(params, data)[source]
property activities: List[xerparser.model.classes.task.Task][source]
property count[source]
property has_no_successor[source]
property has_no_predecessor[source]
__len__()[source]
__repr__()[source]
__str__()[source]
property constraints[source]
find_by_id(id)[source]
find_by_code(code)[source]
duration_greater_than(duration)[source]
float_less_than(Tfloat)[source]
float_greater_than(Tfloat)[source]
float_within_range(float1, float2)[source]
float_within_range_exclusive(float1, float2)[source]
activities_by_status(status)[source]
activities_by_wbs_id(id)[source]
activities_by_activity_code_id(id)[source]
no_predecessors()[source]
no_successors()[source]
activities_with_hard_contratints()[source]
activities_by_type(type)[source]
get_tsv()[source]
get_by_project(id)[source]
__iter__()[source]
__next__() xerparser.model.classes.task.Task[source]