Uses of Class
org.jcsp.lang.Alternative
-
Packages that use Alternative Package Description org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP. -
-
Uses of Alternative in org.jcsp.lang
Methods in org.jcsp.lang with parameters of type Alternative Modifier and Type Method Description protected void
Guard. schedule(Alternative alt)
Schedules the process performing the given Alternative to run again.
-