Uses of Class
jline.lang.layered.Activity
Packages that use Activity
Package
Description
TikZ visualization package for LINE queueing networks.
This package contains the classes used the specify LayeredNetwork objects
-
Uses of Activity in jline.io.tikz
Fields in jline.io.tikz declared as ActivityMethods in jline.io.tikz that return types with arguments of type ActivityMethods in jline.io.tikz with parameters of type ActivityModifier and TypeMethodDescriptionintSequenceDiagramLayoutEngine.getActivityLevel(Activity activity) SequenceDiagramLayoutEngine.getEntryForActivity(Activity activity) Constructors in jline.io.tikz with parameters of type ActivityModifierConstructorDescriptionInteraction(SequenceDiagramTraverser.Interaction.Type type, Task sourceTask, Task targetTask, Entry targetEntry, Activity sourceActivity, double callMean, int level) -
Uses of Activity in jline.lang.layered
Fields in jline.lang.layered with type parameters of type ActivityMethods in jline.lang.layered that return ActivityModifier and TypeMethodDescriptionActivity.asynchCall(String asynchCallDest) Activity.asynchCall(String asynchCallDest, double asynchCallMean) Activity.asynchCall(Entry asynchCallDest) Activity.asynchCall(Entry asynchCallDest, double asynchCallMean) Activity.setAsyncCallMeans(double asyncCallMean) Activity.setAsyncCallMeans(Matrix asyncCallMeans) Activity.setCallOrder(String callOrder) Activity.setPhase(int phase) Set the phase number for this activity.Activity.setSyncCallMeans(double syncCallMean) Activity.setSyncCallMeans(Matrix syncCallMeans) Methods in jline.lang.layered that return types with arguments of type ActivityModifier and TypeMethodDescriptionLayeredNetwork.getActivities()Task.getActivities()Returns the list of activities for this task.Methods in jline.lang.layered with parameters of type ActivityModifier and TypeMethodDescriptionTask.addActivity(Activity newActivity) static ActivityPrecedenceCreates an ActivityPrecedence object representing an AND-fork relationship.static ActivityPrecedenceCreates an ActivityPrecedence object representing an AND-fork relationship with a specified fanout matrix.static ActivityPrecedenceCreates an ActivityPrecedence object representing an AND-join relationship.static ActivityPrecedenceCreates an ActivityPrecedence object representing an AND-join relationship with a specified quorum matrix.static ActivityPrecedenceActivityPrecedence.CacheAccess(Activity preAct, List<Activity> postActs) Creates an ActivityPrecedence object representing a cache access relationship.static ActivityPrecedenceCreates an ActivityPrecedence object representing a loop relationship.static ActivityPrecedencestatic ActivityPrecedenceCreates an ActivityPrecedence object representing a loop relationship.static ActivityPrecedenceCreates an ActivityPrecedence object representing a loop relationship.static ActivityPrecedenceCreates an ActivityPrecedence object representing a loop relationship.static ActivityPrecedenceCreates an ActivityPrecedence object representing an OR-fork relationship with a specified probability matrix.static ActivityPrecedenceCreates an ActivityPrecedence object representing an OR-join relationship.static ActivityPrecedence[]Creates an array of ActivityPrecedence objects representing a sequence from varargs.static ActivityPrecedenceCreates an ActivityPrecedence object representing a sequence relationship.Task.setActivity(Activity newActivity, int index) static ActivityPrecedenceCreates an ActivityPrecedence object representing an XOR relationship.Method parameters in jline.lang.layered with type arguments of type ActivityModifier and TypeMethodDescriptionstatic ActivityPrecedenceCreates an ActivityPrecedence object representing an AND-fork relationship.static ActivityPrecedenceCreates an ActivityPrecedence object representing an AND-fork relationship with a specified fanout matrix.static ActivityPrecedenceCreates an ActivityPrecedence object representing an AND-join relationship.static ActivityPrecedenceCreates an ActivityPrecedence object representing an AND-join relationship with a specified quorum matrix.static ActivityPrecedenceActivityPrecedence.CacheAccess(Activity preAct, List<Activity> postActs) Creates an ActivityPrecedence object representing a cache access relationship.static ActivityPrecedenceActivityPrecedence.fromActivities(List<Activity> preActs, List<Activity> postActs) Creates an ActivityPrecedence with Activity objects, assuming PRE_SEQ as preType and POST_SEQ as postType.static ActivityPrecedenceCreates an ActivityPrecedence with Activity objects, assuming POST_SEQ as postType.static ActivityPrecedenceActivityPrecedence.fromActivities(List<Activity> preActs, List<Activity> postActs, String preType, String postType) Creates an ActivityPrecedence with Activity objects, without preParams and postParams.static ActivityPrecedenceActivityPrecedence.fromActivities(List<Activity> preActs, List<Activity> postActs, String preType, String postType, Matrix preParams) Creates an ActivityPrecedence with Activity objects, without postParams.static ActivityPrecedenceActivityPrecedence.fromActivities(List<Activity> preActs, List<Activity> postActs, String preType, String postType, Matrix preParams, Matrix postParams) Creates an ActivityPrecedence with Activity objects.static ActivityPrecedenceCreates an ActivityPrecedence object representing a loop relationship.static ActivityPrecedencestatic ActivityPrecedenceCreates an ActivityPrecedence object representing a loop relationship.static ActivityPrecedenceCreates an ActivityPrecedence object representing an OR-fork relationship with a specified probability matrix.static ActivityPrecedenceCreates an ActivityPrecedence object representing an OR-join relationship.static ActivityPrecedenceCreates an ActivityPrecedence object representing an XOR relationship.