ccpm:CCPM DSL - 探索关键链项目管理

时间:2024-07-01 00:59:38
【文件属性】:

文件名称:ccpm:CCPM DSL - 探索关键链项目管理

文件大小:77KB

文件格式:ZIP

更新时间:2024-07-01 00:59:38

Scala

通过 Scala DSL 探索关键链项目管理的游乐场。 您可以将任务添加到计划中,并说明它们之间的依赖关系。 任务可以有持续时间和资源。 new Plan { add task 't0 as " Assemble the team " add task 't1a as " Brief the team " duration 4 add task 't1b as " Be awesome " add task 'end 't0 ~ > 't1a ~ > 't1b 't1b ~ > 'end } 这是一些其他语法: // Resources must be declared before use declare resource "Alice" // Define a task with just an id a


【文件预览】:
ccpm-master
----src()
--------test()
--------main()
----build.sbt(468B)
----.gitignore(79B)
----project()
--------plugins.sbt(166B)
----README.md(840B)
----LICENSE.txt(34KB)

网友评论