Package jason.stdlib

Class fork

All Implemented Interfaces:
InternalAction, Serializable

public class fork extends DefaultInternalAction
Implementation of .fork (used for |invalid input: '&'| and ||| operators).

Syntax:

  plan_body1 "|invalid input: '&'|" | "|||" plan_body2 ....

|invalid input: '&'| is concurrent and: both plan_body1 and plan_body2 have to finishes successfully ||| is concurrent or : either plan_body1 or plan_body2 have to finishes successfully
See Also: