CreateProject

 


This is an EPL message with <performative> "CreateProject".
The sender can be any agent, the receiver is always "PM".


Content Fields and Values

:content := "(" RootGoal "|" <goal> "&"  ")"


Content Subfields Syntax

See Redux Content Fields and Values.


Semantics

This creates a new project with goal as root. The goal must exist in redux and the PM will start tracing the goal and its subgoals.


Example

( CreateProject
:sender Agent1
:receiver PM
:language ProcessLink-EPL
:content ( RootGoal | G0  & )
)