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

G

generateResourceAndStartTimes(Activity[]) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities.
generateResourceAndStartTimes(Activity[], ActivitySelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities in the order specified by the ActivitySelector.
generateResourceAndStartTimes(Activity[], ResourceSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities.
generateResourceAndStartTimes(Activity[], ActivitySelector, ResourceSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities in the order specified by the ActivitySelector using the ResourceSelector to select a resource for each one and then selecting a start time.
generateResourceAndStartTimes(Activity[], ResourceSelector, ResourceSetSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities.
generateResourceAndStartTimes(Activity[], ActivitySelector, ResourceSelector, ResourceSetSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities.
generateResourceAndStartTimes(Activity[], StartTimeSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities.
generateResourceAndStartTimes(Activity[], ActivitySelector, StartTimeSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities.
generateResourceAndStartTimes(Activity[], StartTimeSelector, ResourceSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities.
generateResourceAndStartTimes(Activity[], ActivitySelector, StartTimeSelector, ResourceSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities.
generateResourceAndStartTimes(Activity[], StartTimeSelector, ResourceSelector, ResourceSetSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities.
generateResourceAndStartTimes(Activity[], ActivitySelector, StartTimeSelector, ResourceSelector, ResourceSetSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities.
generateResources(Activity[]) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will instantiate the resource distribution of activities in order.
generateResources(Activity[], ResourceSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will instantiate the resource distribution of activities in order.
generateResources(Activity[], ResourceSelector, ResourceSetSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will instantiate the resource distribution of activities in order.
generateResources(Activity[], ActivitySelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will instantiate the resource distribution of activities in order.
generateResources(Activity[], ActivitySelector, ResourceSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will instantiate the resource distribution of activities in order.
generateResources(Activity[], ActivitySelector, ResourceSelector, ResourceSetSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will instantiate the resource distribution of activities in order.
generateStartTimeAndResources(Activity[]) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities.
generateStartTimeAndResources(Activity[], ActivitySelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities.
generateStartTimeAndResources(Activity[], ResourceSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities.
generateStartTimeAndResources(Activity[], ActivitySelector, ResourceSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities.
generateStartTimeAndResources(Activity[], ResourceSelector, ResourceSetSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities.
generateStartTimeAndResources(Activity[], ActivitySelector, ResourceSelector, ResourceSetSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities.
generateStartTimeAndResources(Activity[], StartTimeSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities.
generateStartTimeAndResources(Activity[], ActivitySelector, StartTimeSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities.
generateStartTimeAndResources(Activity[], StartTimeSelector, ResourceSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities.
generateStartTimeAndResources(Activity[], ActivitySelector, StartTimeSelector, ResourceSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities.
generateStartTimeAndResources(Activity[], StartTimeSelector, ResourceSelector, ResourceSetSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities.
generateStartTimeAndResources(Activity[], ActivitySelector, StartTimeSelector, ResourceSelector, ResourceSetSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" an array of activities.
generateStartTimes(Activity[]) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" the start times of an array of activities.
generateStartTimes(Activity[], ActivitySelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" the start times of an array of activities.
generateStartTimes(Activity[], StartTimeSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" the start times of an array of activities.
generateStartTimes(Activity[], ActivitySelector, StartTimeSelector) - Method in interface jopt.js.api.search.JsSearchActions
Creates an action that will "instantiate" the start times of an array of activities.
get(int, int) - Method in class jopt.js.api.util.DoubleIndexedIntList
Gets the element at index index1,index2
get(int, int) - Method in class jopt.js.api.util.TransitionTimeTable
Returns the entry for the amount of time it takes to transition from the source to the destination
get(int) - Method in interface jopt.js.api.variable.ResourceSet
Returns a representation of the resource at the specified index.
getAllAlternativeResourceSets() - Method in interface jopt.js.api.variable.Activity
Gets all sets of alternative resources that exist within this activity
getAvailResourceCount(int) - Method in interface jopt.js.api.variable.Activity
Returns the number of resources that can still be assigned to the operation with the specified id
getBeginTimeExpr() - Method in interface jopt.js.api.variable.Resource
Get an expression that represents the start time of this resource.
getByOp(int, int) - Method in class jopt.js.api.util.TransitionTimeTable
Returns the entry for the amount of time it takes to transition from the source to the destination give their respective operation ids
getCompletionTimeExpr() - Method in interface jopt.js.api.variable.Resource
Get an expression that represents the completion time of this resource This is especially useful for creating/defining goals.
getDestNumByOp(int) - Method in class jopt.js.api.util.TransitionTimeTable
Returns the destination number for a given operation Id
getDurationExpr() - Method in interface jopt.js.api.variable.Activity
Returns an expression indicating the duration of this activity
getDurationMax() - Method in interface jopt.js.api.variable.Activity
Gets the maximum duration
getDurationMin() - Method in interface jopt.js.api.variable.Activity
Gets the minimum duration
getEarliestEndTime() - Method in interface jopt.js.api.variable.Activity
Returns the earliest end time for this activity
getEarliestEndTime(int, int) - Method in interface jopt.js.api.variable.Activity
Returns the earliest end time for the specified operation and resource
getEarliestStartTime() - Method in interface jopt.js.api.variable.Activity
Returns the earliest start time for this activity
getEarliestStartTime(int, int) - Method in interface jopt.js.api.variable.Activity
Returns the earliest start time for the specified operation and resource
getEndTimeExpr() - Method in interface jopt.js.api.variable.Activity
Returns an expression indicating the possible end times for this activity
getID() - Method in interface jopt.js.api.variable.Activity
Returns the activity's id
getID() - Method in interface jopt.js.api.variable.Resource
Returns the id of this resource
getInstance() - Static method in class jopt.js.api.util.TransitionTimeTable
Gets an instance of the TransitionTimeTable.
getJsLocalSearch() - Method in class jopt.js.JsSolver
Returns a LocalSearch object that is used to create common objects for use during local neighborhood search operations
getJsSearchActions() - Method in class jopt.js.JsSolver
Returns a SearchActions object that is used to create common search operations
getJsSearchGoals() - Method in class jopt.js.JsSolver
Returns a SearchGoals object that is will create common goals for guiding searches
getJsSearchTechniques() - Method in class jopt.js.JsSolver
Returns a SearchTechniques object that is used to create common techniques for guiding searches such as Breadth First Searching and Depth First Searching
getJsVarFactory() - Method in class jopt.js.JsSolver
Returns the variable factory for the algorithm the solver is based upon
getJsVarFactory() - Method in interface jopt.js.api.variable.JsAlgorithm
Returns the variable factory for this algorithm
getLatestEndTime() - Method in interface jopt.js.api.variable.Activity
Returns the latest end time for this activity
getLatestEndTime(int, int) - Method in interface jopt.js.api.variable.Activity
Returns the latest end time for the specified operation and resource
getLatestStartTime() - Method in interface jopt.js.api.variable.Activity
Returns the latest start time for this activity
getLatestStartTime(int, int) - Method in interface jopt.js.api.variable.Activity
Returns the latest start time for the specified operation and resource
getLocalSearch() - Method in interface jopt.js.api.search.JsSearchManager
Returns a JsLocalSearch object that is used to create common objects for use during local neighborhood search operations
getMakeSpanExpr() - Method in interface jopt.js.api.variable.Resource
Get an expression that represents the make span of this resource This is especially useful for creating/defining goals.
getName() - Method in interface jopt.js.api.variable.Resource
Returns the name of this resource
getNumOperationsExpr() - Method in interface jopt.js.api.variable.Resource
Get an expression that represents the number of operations using this resource.
getNumUnassignedOperations() - Method in interface jopt.js.api.variable.Activity
Gets the number of operations that are in need of a resource assignment
getRequiredResources() - Method in interface jopt.js.api.variable.Activity
Returns all resources that this activity uses
getResourceEnd() - Method in interface jopt.js.api.variable.Resource
Gets the latest time that this resource is available
getResourceStart() - Method in interface jopt.js.api.variable.Resource
Gets the earliest time that this resource is available
getSearchActions() - Method in interface jopt.js.api.search.JsSearchManager
Returns a JsSearchActions object that is used to create common search operations such as variable instantiation
getSearchGoals() - Method in interface jopt.js.api.search.JsSearchManager
Returns a JsSearchGoals object that is used to create common goals for guiding searches
getSearchTechniques() - Method in interface jopt.js.api.search.JsSearchManager
Returns SearchTechniques object that is used to create common techniques for guiding searches such as Breadth First Searching and Depth First Searching
getSourceNumByOp(int) - Method in class jopt.js.api.util.TransitionTimeTable
Returns the source number for a given operation Id
getStartTimeExpr() - Method in interface jopt.js.api.variable.Activity
Returns an expression indicating the possible start times for this activity
getTimelineForID(int) - Method in class jopt.js.api.util.IntIntervalCollection
Returns the current timeline for the id that is given by timelineID
getTimelineIDs() - Method in class jopt.js.api.util.IntIntervalCollection
Returns a list of all the timeline Id's that have been specified so far
getTransitionFromCategory() - Method in interface jopt.js.api.variable.Activity
Returns the category that has been established as the "transition from" category of this activity.
getTransitionToCategory() - Method in interface jopt.js.api.variable.Activity
Returns the category that has been established as the "transition to" category of this activity.
getType() - Method in interface jopt.js.api.variable.Resource
Returns an int representing this resource's type
getUtilizedTimelineIDs() - Method in class jopt.js.api.util.IntIntervalCollection
Returns an array of ints representing the ids of the timelines that actually contribute to the overall IntValIntervalSet

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