Uses of Class
jline.lang.layered.Activity
Package
Description
This package contains the classes used the specify LayeredNetwork objects
-
Uses of Activity in jline.lang.layered
Modifier and TypeMethodDescriptionActivity.asynchCall
(String asynchCallDest) Activity.asynchCall
(String asynchCallDest, double asynchCallMean) Activity.asynchCall
(Entry asynchCallDest) Activity.asynchCall
(Entry asynchCallDest, double asynchCallMean) Activity.setCallOrder
(String callOrder) Modifier and TypeMethodDescriptionTask.addActivity
(Activity newActivity) Task.setActivity
(Activity newActivity, int index) ModifierConstructorDescriptionActivityPrecedence
(boolean isActivity, List<Activity> preActs, List<Activity> postActs) Constructs an ActivityPrecedence using activity objects instead of strings, assuming PRE_SEQ as preType and POST_SEQ as postType.ActivityPrecedence
(boolean isActivity, List<Activity> preActs, List<Activity> postActs, String preType) Constructs an ActivityPrecedence using activity objects instead of strings, assuming POST_SEQ as postType.ActivityPrecedence
(boolean isActivity, List<Activity> preActs, List<Activity> postActs, String preType, String postType) Constructs an ActivityPrecedence using activity objects instead of strings, without preParams and postParams.ActivityPrecedence
(boolean isActivity, List<Activity> preActs, List<Activity> postActs, String preType, String postType, Matrix preParams) Constructs an ActivityPrecedence using activity objects instead of strings, without postParams.ActivityPrecedence
(boolean isActivity, List<Activity> preActs, List<Activity> postActs, String preType, String postType, Matrix preParams, Matrix postParams) Constructs an ActivityPrecedence using activity objects instead of strings, with all parameters.