Uses of Class
bio.singa.simulation.model.rules.AssignmentRule
-
Packages that use AssignmentRule Package Description bio.singa.simulation.model.rules bio.singa.simulation.model.simulation -
-
Uses of AssignmentRule in bio.singa.simulation.model.rules
Methods in bio.singa.simulation.model.rules that return types with arguments of type AssignmentRule Modifier and Type Method Description static List<AssignmentRule>AssignmentRules. sortAssignmentRulesByPriority(List<AssignmentRule> assignmentRules)It is possible, thatAssignmentRules depend on each other.Method parameters in bio.singa.simulation.model.rules with type arguments of type AssignmentRule Modifier and Type Method Description static List<AssignmentRule>AssignmentRules. sortAssignmentRulesByPriority(List<AssignmentRule> assignmentRules)It is possible, thatAssignmentRules depend on each other. -
Uses of AssignmentRule in bio.singa.simulation.model.simulation
Method parameters in bio.singa.simulation.model.simulation with type arguments of type AssignmentRule Modifier and Type Method Description voidSimulation. setAssignmentRules(List<AssignmentRule> assignmentRules)Adds a list of assignment rules, sorting them by their dependencies.
-