A B C D E F G I J M P R S T U

R

Resource - interface jopt.js.api.variable.Resource.
 
ResourceSelector - interface jopt.js.api.search.ResourceSelector.
Interface to implement to control the selection of which resources should be tried when a set of alternatives are all possible.
ResourceSet - interface jopt.js.api.variable.ResourceSet.
This is a class to represent a set of resources that is possible for a given operation (require, produces, etc) of an activity and allows selecting one of them as the resource to actually be used.
ResourceSetSelector - interface jopt.js.api.search.ResourceSetSelector.
Interface to implement to control the selection of which resource set should be assigned first
registerOperationID(int, int, int) - Method in class jopt.js.api.util.TransitionTimeTable
Registers an operation ID with a specific source and destination reference number.
removeAt(int) - Method in interface jopt.js.api.variable.ResourceSet
Removes the resource at the given index for the activity
removePossibleResource(int, int) - Method in interface jopt.js.api.variable.Activity
Removes the resource with the specified resource id from the list of possible resources for the operation with the specified operation id
removeStartTime(int) - Method in interface jopt.js.api.variable.Activity
Removes a single value from the potential start times of this activity
removeStartTimes(int, int) - Method in interface jopt.js.api.variable.Activity
Removes a range of start time values from this activity
require(Resource[], int) - Method in interface jopt.js.api.variable.Activity
Builds a constraint that forces this activity to require one of resources in the given set in the capacity specified.

A B C D E F G I J M P R S T U