A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

G

GCC - Class in JaCoP.constraints
GCC constraint counts the number of occurences of given values in x variables.
GCC(IntVar[], IntVar[]) - Constructor for class JaCoP.constraints.GCC
It constructs global cardinality constraint.
GCC(ArrayList<? extends IntVar>, ArrayList<? extends IntVar>) - Constructor for class JaCoP.constraints.GCC
It constructs global cardinality constraint.
generateParseException() - Method in class JaCoP.fz.Parser
Generate ParseException.
genInternalConstraints(Geost) - Method in interface JaCoP.constraints.geost.ExternalConstraint
It generates internal constraints which will be used by Geost's sweeping algorithm.
genInternalConstraints(Geost) - Method in class JaCoP.constraints.geost.InArea
 
genInternalConstraints(Geost) - Method in class JaCoP.constraints.geost.NonOverlapping
 
Geost - Class in JaCoP.constraints.geost
 
Geost(Collection<GeostObject>, Collection<ExternalConstraint>, Collection<Shape>) - Constructor for class JaCoP.constraints.geost.Geost
 
Geost(GeostObject[], ExternalConstraint[], Shape[]) - Constructor for class JaCoP.constraints.geost.Geost
It creates a geost constraint from provided objects, external constraints, as well as shapes.
Geost.SweepDirection - Enum in JaCoP.constraints.geost
 
GeostObject - Class in JaCoP.constraints.geost
 
GeostObject(int, IntVar[], IntVar, IntVar, IntVar, IntVar) - Constructor for class JaCoP.constraints.geost.GeostObject
It constructs a Geost object with all the attributes needed by the Geost constraint.
GeostObject.TimeBoundConstraint - Class in JaCoP.constraints.geost
 
GeostObject.TimeBoundConstraint() - Constructor for class JaCoP.constraints.geost.GeostObject.TimeBoundConstraint
TODO, is it really needed this constructor?
get(int) - Method in class JaCoP.util.SimpleArrayList
Returns the element at the specified position in this list.
get() - Method in class tlass.project.DataStoreConnection
Retrieves the connection
getAll() - Method in class JaCoP.fz.Options
It returns true if the search for all solution has been requested.
getAllocatedInstance(int) - Static method in class JaCoP.constraints.geost.DBox
It returns an instance of DBox of the corresponding dimension, using a previously allocated one if possible
getAllUnavailableTimes(String) - Method in class tlass.project.WebformHandler
Gets all of the unavailable times for all of the assistants during the supplied semester.
getAllUnavailableTimesTest() - Method in class tlass.unitTesting.project.TestWebformHandler
 
getAssignment(Position) - Method in class tlass.project.model.Schedule
Returns the assistant assigned to a given position
getAssignments() - Method in class tlass.project.model.Schedule
Simple accessor for assignments.
getAssignments(String) - Method in class tlass.project.WebformHandler
Retrieves the Assignments from the System for the specified semester
getAssignmentsTest() - Method in class tlass.unitTesting.project.TestWebformHandler
 
getAssistant() - Method in class tlass.project.gui.panels.AssistantPanel
 
getAssistant(int) - Method in class tlass.project.model.Model
Retrieves a the assistant at the specified index from the list of assistants.
getAssistantByName(String) - Method in class tlass.project.model.Model
Returns the assistant in the model that has the same name as the one that is supplied, if it exists in the model.
getAssistantByUsername(String) - Method in class tlass.project.model.Model
Returns the assistant in the model that has the same username as the one supplied, if it exists in the model.
getAssistants() - Method in class tlass.project.Controller
Returns the assistants currently in the model.
getAssistants() - Method in class tlass.project.model.Model
Gets the list of assistants that are currently in the model.
getAssistants() - Method in class tlass.project.model.Schedule
Returns an array of strings containing the usernames of all the Assistants that have been assigned in this schedule.
getAssistantsArray() - Method in class tlass.project.model.Model
Returns the list of assistants in the model as an array, rather than as an arraylist.
getAssistantsCount() - Method in class tlass.project.model.Model
Gets the number of assistants that are currently in the model.
getAssistantsModel() - Method in class tlass.project.gui.MainWindow
 
getAssistantTest() - Method in class tlass.unitTesting.gui.panels.TestAssistantPanel
test how many components are put in an assistant panel when constructed
getBacktracks() - Method in class JaCoP.search.DepthFirstSearch
It returns number of backtracks performed by the search.
getBacktracks() - Method in interface JaCoP.search.Search
It returns number of backtracks performed by the search.
getBeginColumn() - Method in class JaCoP.fz.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class JaCoP.fz.SimpleCharStream
Get token beginning line number.
getC() - Method in class JaCoP.constraints.XeqC
It returns the constant to which a given variable should be equal to.
getCheckSatisfiability() - Method in class JaCoP.core.Store
If a constraint is checked for satisfiability and it is satisfied then it will not be attached to a variable anymore.
getChoiceConstraint(int) - Method in class JaCoP.search.InputOrderSelect
It always returns null as choice point is obtained by getChoiceVariable and getChoiceValue.
getChoiceConstraint(int) - Method in interface JaCoP.search.SelectChoicePoint
It returns the constraint which is the base of the choice point.
getChoiceConstraint(int) - Method in class JaCoP.search.SimpleMatrixSelect
It always returns null as choice point is obtained by getChoiceVariable and getChoiceValue.
getChoiceConstraint(int) - Method in class JaCoP.search.SimpleSelect
It always returns null as choice point is obtained by getChoiceVariable and getChoiceValue.
getChoiceConstraint(int) - Method in class JaCoP.search.SplitSelect
 
getChoiceConstraint(int) - Method in class JaCoP.search.TraceGenerator
 
getChoiceValue() - Method in class JaCoP.search.InputOrderSelect
It returns a value which is the base of the next choice point.
getChoiceValue() - Method in interface JaCoP.search.SelectChoicePoint
It returns a value which is the base of the next choice point.
getChoiceValue() - Method in class JaCoP.search.SimpleMatrixSelect
It returns a value which is the base of the next choice point.
getChoiceValue() - Method in class JaCoP.search.SimpleSelect
It returns a value which is the base of the next choice point.
getChoiceValue() - Method in class JaCoP.search.TraceGenerator
 
getChoiceVariable(int) - Method in class JaCoP.search.InputOrderSelect
It returns the variable which is the base on the next choice point.
getChoiceVariable(int) - Method in interface JaCoP.search.SelectChoicePoint
It returns the variable which is the base on the next choice point.
getChoiceVariable(int) - Method in class JaCoP.search.SimpleMatrixSelect
It returns the variable which is the base on the next choice point.
getChoiceVariable(int) - Method in class JaCoP.search.SimpleSelect
It returns the variable which is the base on the next choice point.
getChoiceVariable(int) - Method in class JaCoP.search.SplitSelect
 
getChoiceVariable(int) - Method in class JaCoP.search.TraceGenerator
 
getColumn() - Method in class JaCoP.fz.SimpleCharStream
Deprecated.
getComment() - Method in class tlass.project.model.Response
returns the comment for this response
getCompanion() - Method in class JaCoP.constraints.netflow.simplex.Arc
 
getConsistencyListener() - Method in class JaCoP.search.DepthFirstSearch
 
getConsistencyListener() - Method in interface JaCoP.search.Search
It returns the root of the Consistency Listener.
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.AbsXeqY
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Alldiff
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Alldifferent
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Alldistinct
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Among
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.AmongVar
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.And
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.AndBool
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Assignment
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.binpacking.Binpacking
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Circuit
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Constraint
It retrieves the pruning event which causes reevaluation of the constraint.
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Count
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.CountStudents
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Cumulative
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Diff
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Distance
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Element
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.ElementInteger
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.ElementVariable
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Eq
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.EqBool
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.ExtensionalConflictVA
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.ExtensionalSupportMDD
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.ExtensionalSupportSTR
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.ExtensionalSupportVA
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.GCC
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.geost.Geost
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.IfThen
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.IfThenBool
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.IfThenElse
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.In
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.knapsack.Knapsack
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Max
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Min
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.netflow.NetworkFlow
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.NoGood
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Not
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Or
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.OrBool
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.regular.Regular
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Reified
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Sum
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.SumWeight
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Values
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XdivYeqZ
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XeqC
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XeqY
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XexpYeqZ
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XgtC
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XgteqC
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XgteqY
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XgtY
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XltC
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XlteqC
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XlteqY
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XltY
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XmodYeqZ
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XmulCeqZ
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XmulYeqC
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XmulYeqZ
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XneqC
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XneqY
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Xor
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XorBool
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XplusCeqZ
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XplusClteqZ
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XplusYeqC
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XplusYeqZ
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XplusYgtC
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XplusYlteqZ
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XplusYplusCeqZ
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XplusYplusQeqZ
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XplusYplusQgtC
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.AdiffBeqC
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.AdisjointB
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.AeqB
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.AeqS
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.AinB
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.AinS
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.AintersectBeqC
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.AunionBeqC
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.CardA
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.CardAeqX
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.EinA
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.ElementSet
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.Lex
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.Match
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.SinA
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.SumWeightedSet
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.XeqA
 
getConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.XinA
 
getConstraint() - Method in class tlass.project.gui.panels.ConstraintPanel
Getter for constraint
getConstraints() - Method in class tlass.project.Controller
Returns the constraints currently applied to the model
getConstraints() - Method in class tlass.project.model.Model
Gets all of the constraints currently in the model.
getConstraintTest() - Method in class tlass.unitTesting.gui.panels.TestConstraintPanel
make sure that the constraint we constructed the constraint panel is what is in the constraint panel
getController() - Method in class tlass.project.gui.MainWindow
Gets the controller.
getControllerTest() - Method in class tlass.unitTesting.gui.TestMainWindow
 
getCorrespondingObject() - Method in class JaCoP.constraints.geost.GeostObject.TimeBoundConstraint
It returns the corresponding object for which this time constraint corresponds to.
getCostValue() - Method in class JaCoP.search.DepthFirstSearch
 
getCostValue() - Method in interface JaCoP.search.Search
It returns the value of the cost variable for the best solution.
getCostVariable() - Method in class JaCoP.search.DepthFirstSearch
 
getCostVariable() - Method in interface JaCoP.search.Search
It returns the cost variable.
getCriticalPosition(int) - Method in class JaCoP.constraints.knapsack.Tree
It finds a leaf which reaches the limit of the given capacity.
getCurrentConstraint() - Method in class JaCoP.core.Store
This function returns the constraint which is currently reevaluated.
getCurrentTime() - Method in class tlass.project.model.Section
Returns the time that the section meets.
getDb() - Method in class tlass.project.gui.ServerSettingsWindow
 
getDecisions() - Method in class JaCoP.search.DepthFirstSearch
It returns number of decisions performed by the search.
getDecisions() - Method in interface JaCoP.search.Search
It returns number of decisions performed by the search.
getDescription() - Method in class JaCoP.core.Store
This function returns the long description of the store.
getDescription() - Method in class tlass.project.model.Constraint
Description getter
getDescription() - Method in class tlass.project.model.Position
returns the description for this position
getDescription() - Method in class tlass.project.model.TimeBlock
Getter for description
getEfficiency() - Method in class JaCoP.constraints.knapsack.KnapsackItem
It returns an efficiency of that item.
getEfficiency() - Method in class JaCoP.constraints.knapsack.TreeLeaf
It returns computed beforehand the efficiency of the item stored in this tree leaf.
getElementAt(int) - Method in class JaCoP.core.BoundDomain
 
getElementAt(int) - Method in class JaCoP.core.IntDomain
It access the element at the specified position.
getElementAt(int) - Method in class JaCoP.core.IntervalDomain
 
getElementAt(int) - Method in class JaCoP.core.SmallDenseDomain
 
getEndColumn() - Method in class JaCoP.fz.SimpleCharStream
Get token end column number.
getEndDay() - Method in class tlass.project.model.TimeBlock
Getter for end day
getEndDayName() - Method in class tlass.project.model.TimeBlock
Returns the string representation of the end day
getEndHour() - Method in class tlass.project.model.TimeBlock
Returns the hour that this ended
getEndHourString() - Method in class tlass.project.model.TimeBlock
Returns the end hour as a string
getEndLine() - Method in class JaCoP.fz.SimpleCharStream
Get token end line number.
getEndMerdian() - Method in class tlass.project.model.TimeBlock
Returns whether it ended am or pm
getEndMinute() - Method in class tlass.project.model.TimeBlock
Returns the minute this ended
getEndMinuteString() - Method in class tlass.project.model.TimeBlock
Returns the end minute as a string
getEndString() - Method in class tlass.project.model.TimeBlock
Returns a nicely formatted string representation of the end time
getEndTime() - Method in class tlass.project.model.TimeBlock
Getter for end time (uses minute-total
getEnrolled() - Method in class tlass.project.model.Section
Gets the number of enrolled students for the section.
getEnrolledMax() - Method in class tlass.project.model.Section
Gets the maximum number of students that can be enrolled in the section.
getEventsInclusion(int) - Method in class JaCoP.core.Domain
It specifies what events should be executed if a given event occurs.
getEventsInclusion(int) - Method in class JaCoP.core.IntDomain
It helps to specify what events should be executed if a given event occurs.
getEventsInclusion(int) - Method in class JaCoP.set.core.SetDomain
It helps to specify what events should be executed if a given event occurs.
getExitChildListener() - Method in class JaCoP.search.DepthFirstSearch
 
getExitChildListener() - Method in interface JaCoP.search.Search
It returns the root of the ExitChildListener.
getExitListener() - Method in class JaCoP.search.DepthFirstSearch
 
getExitListener() - Method in interface JaCoP.search.Search
It returns the root of the ExitListener.
getFile() - Method in class JaCoP.fz.Options
It returns the file input stream for the file containing flatzinc description.
getFinalizedSchedule() - Method in class tlass.project.model.Model
Retrieves the schedules in the list of schedules that are marked as finalized.
getFirst() - Method in class JaCoP.constraints.knapsack.Tree
Used to search for mandatory
getFirst() - Method in class tlass.project.Pair
Returns the first element of the pair
getFirstChanged() - Method in class JaCoP.core.Store
This function returns the constraint scheduled for re-evaluation.
getForbiddenAssistants() - Method in class tlass.project.model.Instructor
Returns a list of forbidden Assistants
getForbiddenAssistants() - Method in class tlass.project.model.Section
Gets the assistants which are forbidden from being mapped to specified positions.
getForbiddenAssistants(Position) - Method in class tlass.project.model.Section
Returns an ArrayList of the assistants forbidden from being assigned to the supplied position
getFrame() - Static method in class tlass.project.gui.View
get the view's frame
getFrameTest() - Method in class tlass.unitTesting.gui.TestView
check if we can get the frame from the view
getGuideConstraint() - Method in class JaCoP.constraints.Alldistinct
 
getGuideConstraint() - Method in class JaCoP.constraints.Constraint
It specifies a constraint which if imposed by search will enhance propagation of this constraint.
getGuideConstraint() - Method in class JaCoP.constraints.In
 
getGuideConstraint() - Method in class JaCoP.constraints.Sum
 
getGuideValue() - Method in class JaCoP.constraints.Alldistinct
 
getGuideValue() - Method in class JaCoP.constraints.Constraint
This function provides a value which if assigned to a variable returned by getGuideVariable() will enhance propagation of this constraint.
getGuideValue() - Method in class JaCoP.constraints.In
 
getGuideValue() - Method in class JaCoP.constraints.Sum
 
getGuideVariable() - Method in class JaCoP.constraints.Alldistinct
 
getGuideVariable() - Method in class JaCoP.constraints.Constraint
This function provides a variable which assigned a value returned by will enhance propagation of this constraint.
getGuideVariable() - Method in class JaCoP.constraints.In
 
getGuideVariable() - Method in class JaCoP.constraints.Sum
 
getHigh() - Method in class JaCoP.fz.ASTIntTiExprTail
 
getHost() - Method in class tlass.project.gui.ServerSettingsWindow
 
getId() - Method in enum tlass.project.gui.panels.Restriction
Getter for id
getId() - Method in class tlass.project.model.Instructor
Returns id
getId() - Method in class tlass.project.model.Position
returns the id of this position
getId() - Method in class tlass.project.model.Section
Get the id(name) of the section.
getId() - Method in class tlass.project.model.Skill
Gets Skill id
getIdent() - Method in class JaCoP.fz.ASTScalarFlatExpr
 
getIdent() - Method in class JaCoP.fz.ASTSolveExpr
 
GetImage() - Method in class JaCoP.fz.SimpleCharStream
Get token literal value.
getIndex() - Method in class JaCoP.fz.ASTSolveExpr
 
getIndex() - Method in class JaCoP.search.InputOrderSelect
It returns the current index.
getIndex() - Method in interface JaCoP.search.SelectChoicePoint
It returns the current index.
getIndex() - Method in class JaCoP.search.SimpleMatrixSelect
It returns the current index.
getIndex() - Method in class JaCoP.search.SimpleSelect
It returns the current index.
getIndex() - Method in class JaCoP.search.TraceGenerator
 
getInitializeListener() - Method in class JaCoP.search.DepthFirstSearch
 
getInitializeListener() - Method in interface JaCoP.search.Search
It returns the root of the InitializationListener.
getInstructor() - Method in class tlass.project.gui.panels.InstructorPanel
get the instructor of the panel
getInstructor() - Method in class tlass.project.model.Section
Gets the Instructor for the section.
getInstructors() - Method in class tlass.project.model.Model
Gets the list of instructors that are currently in the model.
getInstructorTest() - Method in class tlass.unitTesting.gui.panels.TestInstructorPanel
test getting the instructor from the panel
getInt() - Method in class JaCoP.fz.ASTIntFlatExpr
 
getInt() - Method in class JaCoP.fz.ASTScalarFlatExpr
 
getInt(String) - Method in class JaCoP.fz.Tables
It returns an int parameter of a given identity.
getIntArray(String) - Method in class JaCoP.fz.Tables
It obtains the int array of the given unique identity.
getInterval(int) - Method in class JaCoP.core.BoundDomain
 
getInterval(int) - Method in class JaCoP.core.IntDomain
It returns required interval.
getInterval(int) - Method in class JaCoP.core.IntervalDomain
 
getInterval(int) - Method in class JaCoP.core.SmallDenseDomain
 
getItem() - Method in class tlass.project.ModelEvent
Getter for item
getKind() - Method in class JaCoP.fz.ASTSolveKind
 
getLAOrder(Position) - Method in class tlass.project.model.Section
Gets an ordered list of the LAs
getLAs() - Method in class tlass.project.model.Section
Gets the LAs for the section.
getLast() - Method in class JaCoP.constraints.knapsack.Tree
It returns the last (the least efficient) item in the tree.
getLeafIcon() - Method in class tlass.project.gui.panels.ResourcePanel
get the leaf icon of the resource panel
getLeafIconTest() - Method in class tlass.unitTesting.gui.panels.TestResourcePanel
test to make sure by default leaf icon is null
getLevel() - Method in interface JaCoP.core.BacktrackableManager
It returns the current level at which the changes are being registered.
getLevel() - Method in class JaCoP.core.SimpleBacktrackableManager
 
getLine() - Method in class JaCoP.fz.SimpleCharStream
Deprecated.
getList() - Method in class JaCoP.fz.ASTIntLiterals
 
getLocation() - Method in class tlass.project.model.Section
Gets the location of the section.
getLoginButton() - Method in class tlass.project.gui.LoginWindow
getter for the login button
getLoginButtonTest() - Method in class tlass.unitTesting.gui.TestLoginWindow
make sure that we can get hte text field and inteeract with it successfully
getLoginHandler() - Method in class tlass.project.Controller
Returns the current LoginHanlder
getLow() - Method in class JaCoP.fz.ASTIntTiExprTail
 
getMaximumDepth() - Method in class JaCoP.search.DepthFirstSearch
It returns the maximum depth reached by a search.
getMaximumDepth() - Method in interface JaCoP.search.Search
It returns the maximum depth reached by a search.
getMessage() - Method in error JaCoP.fz.TokenMgrError
You can also modify the body of this method to customize your error messages.
getModel() - Method in class tlass.project.Controller
Retrieves the current model
getModel() - Method in class tlass.project.ModelHandler
Returns the model
getModelHandler() - Method in class tlass.project.Controller
Returns the current modelHanlder
getMostSignificantDimension() - Method in interface JaCoP.constraints.geost.LexicographicalOrder
This is equivalent to the call precedenceOf(0).
getMostSignificantDimension() - Method in class JaCoP.constraints.geost.PredefinedOrder
 
getMostSignificantDimension() - Method in class JaCoP.constraints.geost.ShiftOrder
 
getName() - Method in class JaCoP.core.Store
This function returns the id of the store.
getName() - Method in class JaCoP.fz.ASTConstElem
 
getName() - Method in class tlass.project.model.Assistant
returns the assistant's name
getName() - Method in class tlass.project.model.Constraint
Name getter
getName() - Method in class tlass.project.model.Instructor
Returns name
getName() - Method in class tlass.project.model.Schedule
Simple accessor for the name of a Schedule.
getName() - Method in class tlass.project.model.Skill
Returns Skill name
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.AbsXeqY
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.And
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.AndBool
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.Distance
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.Eq
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.EqBool
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.IfThen
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.IfThenBool
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.IfThenElse
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.In
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.NoGood
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.Not
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.Or
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.OrBool
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.PrimitiveConstraint
It retrieves the pruning event for which any composed constraint which uses this constraint should be evaluated.
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XeqC
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XeqY
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XgtC
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XgteqC
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XgteqY
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XgtY
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XltC
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XlteqC
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XlteqY
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XltY
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XmulYeqC
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XneqC
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XneqY
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.Xor
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XorBool
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XplusCeqZ
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XplusClteqZ
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XplusYeqC
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XplusYeqZ
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XplusYgtC
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XplusYlteqZ
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XplusYplusCeqZ
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XplusYplusQeqZ
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.constraints.XplusYplusQgtC
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.set.constraints.AeqB
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.set.constraints.AeqS
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.set.constraints.AinB
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.set.constraints.AinS
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.set.constraints.EinA
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.set.constraints.SinA
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.set.constraints.XeqA
 
getNestedPruningEvent(Var, boolean) - Method in class JaCoP.set.constraints.XinA
 
getNewResponses(String, Schedule) - Method in class tlass.project.WebformHandler
Retieves the responses from the webform and updates the published schedule accordingly.
getNewResponsesTest() - Method in class tlass.unitTesting.project.TestWebformHandler
 
getNextToken() - Method in class JaCoP.fz.Parser
Get the next Token.
getNextToken() - Method in class JaCoP.fz.ParserTokenManager
Get the next Token.
getNodes() - Method in class JaCoP.search.DepthFirstSearch
It returns number of search nodes explored by the search.
getNodes() - Method in interface JaCoP.search.Search
It returns number of search nodes explored by the search.
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.AbsXeqY
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.And
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.AndBool
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Distance
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Eq
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.EqBool
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.IfThen
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.IfThenBool
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.IfThenElse
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.In
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.NoGood
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Not
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Or
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.OrBool
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.PrimitiveConstraint
It retrieves the pruning event which causes reevaluation of the constraint notConsistency() function.
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XeqC
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XeqY
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XgtC
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XgteqC
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XgteqY
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XgtY
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XltC
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XlteqC
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XlteqY
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XltY
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XmulYeqC
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XneqC
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XneqY
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.Xor
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XorBool
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XplusCeqZ
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XplusClteqZ
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XplusYeqC
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XplusYeqZ
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XplusYgtC
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XplusYlteqZ
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XplusYplusCeqZ
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XplusYplusQeqZ
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.constraints.XplusYplusQgtC
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.AeqB
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.AeqS
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.AinB
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.AinS
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.EinA
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.SinA
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.XeqA
 
getNotConsistencyPruningEvent(Var) - Method in class JaCoP.set.constraints.XinA
 
getNumberSolutions() - Method in class JaCoP.fz.Options
It returns the number of solutions the solver should search for.
getObjectConstraints(GeostObject) - Method in interface JaCoP.constraints.geost.ExternalConstraint
It provides the collection of internal constraints that the given object has to satisfy.
getObjectConstraints(GeostObject) - Method in class JaCoP.constraints.geost.InArea
 
getObjectConstraints(GeostObject) - Method in class JaCoP.constraints.geost.NonOverlapping
 
getObjectScope() - Method in interface JaCoP.constraints.geost.ExternalConstraint
Provides the collection of objects that this constraint applies to
getObjectScope() - Method in class JaCoP.constraints.geost.InArea
 
getObjectScope() - Method in class JaCoP.constraints.geost.NonOverlapping
 
getOrder() - Method in class tlass.project.model.Position
returns the order of this position
getParentSolution(int) - Method in class JaCoP.search.SimpleSolutionListener
 
getParentSolution(int) - Method in interface JaCoP.search.SolutionListener
 
getPass() - Method in class tlass.project.gui.LoginWindow
getter for pass password field
getPass() - Method in class tlass.project.gui.ServerSettingsWindow
 
getPassTest() - Method in class tlass.unitTesting.gui.TestLoginWindow
make sure that we can get the password field successfully and interact with it
getPassword() - Method in class tlass.project.User
Returns the password of the User
getPivotPosition() - Method in class JaCoP.search.SimpleMatrixSelect
It returns the position of the pivot variable.
getPositionAt(int) - Method in class tlass.project.model.Model
Looking at the ordered list of sections and their consistent ordering of Positions, returns a specific Position.
getPositionById(String) - Method in class tlass.project.model.Model
Returns the position in the model that has the same ID as the one supplied, if it exists in the model.
getPositionName() - Method in class tlass.project.model.Position
Returns the name of the position
getPositionNameTest() - Method in class tlass.unitTesting.model.TestPosition
Tests the position name formatted print out
getPositions() - Method in class tlass.project.model.Model
Gets all of the positions currently in the model.
getPositions() - Method in class tlass.project.model.Section
Returns a list of the positions, both open and filled.
getProfit() - Method in class JaCoP.constraints.knapsack.KnapsackItem
It returns a profit of a single instance of that item.
getProfitOfOne() - Method in class JaCoP.constraints.knapsack.TreeLeaf
 
getPruningEvent(Var) - Method in class JaCoP.constraints.netflow.ArcCompanion
 
getPruningEvent(Var) - Method in class JaCoP.constraints.netflow.DomainStructure
 
getPruningEvent(Var) - Method in class JaCoP.constraints.netflow.MultiVarHandler
 
getPruningEvent(Var) - Method in interface JaCoP.constraints.netflow.VarHandler
Retrieves the consistency pruning event of a handler variable that causes the handler to be reevaluated.
getPSum() - Method in class JaCoP.constraints.knapsack.TreeLeaf
 
getPSum() - Method in class JaCoP.constraints.knapsack.TreeNode
It does not recompute sum of profits.
getPublishedSchedule() - Method in class tlass.project.model.Model
Retrieves a the schedules in the list of schedules that are marked as published.
getRandomValue() - Method in class JaCoP.core.BoundDomain
 
getRandomValue() - Method in class JaCoP.core.IntDomain
It returns a random value from the domain.
getRandomValue() - Method in class JaCoP.core.IntervalDomain
 
getRandomValue() - Method in class JaCoP.core.SmallDenseDomain
 
getRequiredAssistant(Position) - Method in class tlass.project.model.Section
Reutrns the assistant that is required to be assigned to the supplied position
getRequiredAssistants() - Method in class tlass.project.model.Section
Gets the hashmap that contains the required assistants, mapped to positions, for the section.
getResponse(Position) - Method in class tlass.project.model.Schedule
Returns the response given to this schedule by the assistant assigned to that position.
getResponses() - Method in class tlass.project.model.Schedule
Simple accessor for the responses of this schedule.
getRestriction() - Method in class tlass.project.model.Position
returns the forbidden assistants and required assistants for this section if applicable
getRestrictionValue() - Method in class tlass.project.model.Position
returns the actual object of the forbidden and required assistants
getSaveButton() - Method in class tlass.project.gui.ServerSettingsWindow
 
getSchedule() - Method in class tlass.project.gui.panels.SchedulePanel
Get the schedule
getSchedules() - Method in class tlass.project.Controller
Returns the schedules currently in the model.
getSchedules() - Method in class tlass.project.model.Model
Gets the list of all schedules in the model.
getScheduleTest() - Method in class tlass.unitTesting.gui.panels.TestSchedulePanel
 
getSecond() - Method in class tlass.project.Pair
Returns the second element of the pair
getSection() - Method in class tlass.project.gui.panels.SectionPanel
 
getSection() - Method in class tlass.project.model.Position
returns the section
getSectionId() - Method in class tlass.project.model.Position
Returns the section id
getSectionName() - Method in class tlass.project.model.Position
Returns the namem of the section
getSections() - Method in class tlass.project.Controller
Returns the sections currently in the model.
getSections() - Method in class tlass.project.model.Model
Gets the list of all of the sections currently in the model.
getSectionsArray() - Method in class tlass.project.model.Model
Returns the list of sections in the modeel as an array, rather than as an arrayList.
getSectionTest() - Method in class tlass.unitTesting.gui.panels.TestSectionPanel
 
getSemester() - Method in class tlass.project.model.Model
Gets the current semester.
getSemesterHandler() - Method in class tlass.project.Controller
Returns the current semesterHandler
getSemesters() - Method in class tlass.project.SemesterHandler
Retrieves the names of all of the semesters from the DataStore.
getSet(String) - Method in class JaCoP.fz.Tables
It returns the set of the given identity.
getSetArray(String) - Method in class JaCoP.fz.Tables
It returns the set array of the given id.
getSetVariable(String) - Method in class JaCoP.fz.Tables
It returns the set variable of the given identity.
getSetVariableArray(String) - Method in class JaCoP.fz.Tables
It returns the array of set variables of the given identity.
getShape(int) - Method in class JaCoP.constraints.geost.Geost
It returns the shape with a given id if such exists.
getSize() - Method in class JaCoP.core.BooleanVar
It returns the size of the current domain.
getSize() - Method in class JaCoP.core.BoundDomain
 
getSize() - Method in class JaCoP.core.Domain
It returns the size of the domain.
getSize() - Method in class JaCoP.core.IntDomain
It returns the size of the domain.
getSize() - Method in class JaCoP.core.IntervalDomain
It returns the size of the domain.
getSize() - Method in class JaCoP.core.IntVar
It returns the size of the current domain.
getSize() - Method in class JaCoP.core.SmallDenseDomain
 
getSize(long) - Method in class JaCoP.core.SmallDenseDomain
It computes the number of 1's in the binary representation of the number given in the field input.
getSize() - Method in class JaCoP.core.Var
It returns the size of the current domain.
getSize() - Method in class JaCoP.set.core.BoundSetDomain
Returns the number of elements in the domain.
getSize() - Method in class JaCoP.set.core.SetVar
It returns the size of the current domain.
getSize() - Method in class JaCoP.util.IndexDomainView
It returns size of the variable for which the index domain view is being created.
getSkillByName(String) - Method in class tlass.project.model.Model
Returns the skill in the model that has the same name as the name that is supplied, if it exists in the model.
getSkills() - Method in class tlass.project.model.Assistant
returns the set of skills for this assistant
getSkills() - Method in class tlass.project.model.Model
Gets the list of skills that are currently stored in the model.
getSkillsNeeded() - Method in class tlass.project.model.Section
Gets the list of skills needed to hold a ta or la position for the section.
getSolution() - Method in class JaCoP.search.DepthFirstSearch
 
getSolution(int) - Method in class JaCoP.search.DepthFirstSearch
 
getSolution() - Method in interface JaCoP.search.Search
It returns the solution (an assignment of values to variables).
getSolution(int) - Method in interface JaCoP.search.Search
It returns the solution specified by the search.
getSolution(int) - Method in class JaCoP.search.SimpleSolutionListener
It returns the solution number no.
getSolution(int) - Method in interface JaCoP.search.SolutionListener
It returns the solution number no.
getSolutionListener() - Method in class JaCoP.search.DepthFirstSearch
 
getSolutionListener() - Method in interface JaCoP.search.Search
It returns the root Solution Listener.
getSolutions() - Method in class JaCoP.search.SimpleSolutionListener
 
getSolutions() - Method in interface JaCoP.search.SolutionListener
It returns all solutions.
getSortedPositions() - Method in class tlass.project.model.Section
Returns an ordered list of the Positions.
getSortedSections() - Method in class tlass.project.model.Model
Returns the sections that are currently in the model they are sorted alphabetically.
getSource() - Method in class tlass.project.ModelEvent
getter for source
getStartDay() - Method in class tlass.project.model.TimeBlock
Getter for startDay
getStartDayName() - Method in class tlass.project.model.TimeBlock
Returns the string representation of the start day
getStartHour() - Method in class tlass.project.model.TimeBlock
Returns the hour that this started
getStartHourString() - Method in class tlass.project.model.TimeBlock
Returns the start hour as a string
getStartMerdian() - Method in class tlass.project.model.TimeBlock
Returns whether it started am or pm
getStartMinute() - Method in class tlass.project.model.TimeBlock
Returns the minute this started
getStartMinuteString() - Method in class tlass.project.model.TimeBlock
Returns the start minute as a string
getStartString() - Method in class tlass.project.model.TimeBlock
Returns a nicely formatted string representation of the start time
getStartTime() - Method in class tlass.project.model.TimeBlock
Getter for start time (uses minute-total)
getState(int, int) - Method in class JaCoP.constraints.regular.Regular
Find the state with the corresponding id.
getState(int) - Method in class JaCoP.util.fsm.FSM
It gets state of a given id.
getStatistics() - Method in class JaCoP.constraints.geost.Geost
It returns all the statistics gathered by geost constraint during the search.
getStatistics() - Method in class JaCoP.fz.Options
It returns true if the search statistics are to be displayed.
getStoreLevel() - Method in interface JaCoP.constraints.netflow.MutableNetwork
Retrieves the current store level for domain pruning.
getStoreLevel() - Method in class JaCoP.constraints.netflow.Network
 
getStudentsLimit() - Method in class tlass.project.model.Assistant
returns the student limit
GetSuffix(int) - Method in class JaCoP.fz.SimpleCharStream
Get the suffix.
getTAOrder(Position) - Method in class tlass.project.model.Section
Gets an ordered list of the TAs
getTAs() - Method in class tlass.project.model.Section
Gets the TAs for the section.
getTime() - Method in class tlass.project.model.Section
Gets the time for the section.
getTimeOut() - Method in class JaCoP.fz.Options
It returns time out set for the search.
getTimeOutListener() - Method in class JaCoP.search.DepthFirstSearch
 
getTimeOutListener() - Method in interface JaCoP.search.Search
It returns the root of the TimeOutListener.
getTimeString() - Method in class tlass.project.model.TimeBlock
Returns a nicely formatted string representation of the entire time
gettingStarted - Variable in class tlass.project.gui.MainMenu
 
getToken(int) - Method in class JaCoP.fz.Parser
Get the specific Token.
getToolBar() - Method in class tlass.project.gui.panels.AssistantPanel
 
getToolBarTest() - Method in class tlass.unitTesting.gui.panels.TestAssistantPanel
test how many components are put in an assistant panel when constructed
getTree() - Method in class tlass.project.gui.MainWindow
Gets the tree.
getTreeModel() - Method in class tlass.project.gui.MainWindow
Gets the tree model
getTreeModelTest() - Method in class tlass.unitTesting.gui.TestMainWindow
 
getType() - Method in class JaCoP.fz.ASTIntTiExprTail
 
getType() - Method in class JaCoP.fz.ASTScalarFlatExpr
 
getType() - Method in class JaCoP.fz.ASTSetLiteral
 
getType() - Method in class JaCoP.fz.ASTSolveExpr
 
getType() - Method in class JaCoP.util.fsm.RegularExpressionParser.Literal
 
getType() - Method in class tlass.project.model.Position
Returns 1 if this is a TA position, 0 if this is an LA position
getType() - Method in class tlass.project.ModelEvent
getter for type
getUnavailableAssistants(String) - Method in class tlass.project.WebformHandler
Gets all of the unavailable times for assistants for the supplied semester.
getUnavailableAssistantsTest() - Method in class tlass.unitTesting.project.TestWebformHandler
 
getUnavailableTimes() - Method in class tlass.project.model.Assistant
returns the unavailable times of an assistant
getUnavailableTimes(String, String) - Method in class tlass.project.WebformHandler
Gets the unavalable times for a specific assistant during the supplied semester.
getUnavailableTimesTest() - Method in class tlass.unitTesting.project.TestWebformHandler
 
getUser() - Method in class tlass.project.Controller
Returns the current user
getUser() - Method in class tlass.project.gui.LoginWindow
getter for user text field
getUser() - Method in class tlass.project.gui.ServerSettingsWindow
 
getUsername() - Method in class tlass.project.model.Assistant
returns the username
getUsername() - Method in class tlass.project.User
Returns the username of the User
getUserTest() - Method in class tlass.unitTesting.gui.TestLoginWindow
make sure that we can get the text field successfully and interact with it
getValue() - Method in class JaCoP.fz.Token
An optional attribute value of the Token.
getValue() - Method in class tlass.project.model.Response
returns the value of the response (5 different types)
getVariable() - Method in class JaCoP.constraints.knapsack.KnapsackItem
t returns quantity variable associated with that item.
getVariable() - Method in class JaCoP.constraints.knapsack.TreeLeaf
 
getVariable(String) - Method in class JaCoP.fz.Tables
It returns the variable of the given identity.
getVariableArray(String) - Method in class JaCoP.fz.Tables
It returns the variable array of the given identity.
getVariableIdPrefix() - Method in class JaCoP.core.Store
This function returns the prefix of the automatically generated names for noname variables.
getVariables() - Method in class JaCoP.constraints.geost.GeostObject
It returns finite domain variables which belong to this object.
getVariables() - Method in class JaCoP.search.DepthFirstSearch
 
getVariables() - Method in interface JaCoP.search.Search
It returns the order of variables used by functions returning a solution in terms of the values.
getVariables() - Method in class JaCoP.search.SimpleSolutionListener
It returns null if no solution was recorded, or the variables for which the solution(s) was recorded.
getVariables() - Method in interface JaCoP.search.SolutionListener
It returns the variables in the same order as the one used to encode solutions.
getVariablesMapping() - Method in class JaCoP.search.InputOrderSelect
It returns the variables for which assignment in the solution is given.
getVariablesMapping() - Method in interface JaCoP.search.SelectChoicePoint
It specifies the position of variables as given when variables of this select object were supplied.
getVariablesMapping() - Method in class JaCoP.search.SimpleMatrixSelect
It returns the variables for which assignment in the solution is given.
getVariablesMapping() - Method in class JaCoP.search.SimpleSelect
It returns the variables for which assignment in the solution is given.
getVariablesMapping() - Method in class JaCoP.search.TraceGenerator
 
getVerbose() - Method in class JaCoP.fz.Options
It returns true if the verbose mode has been requested.
getView() - Method in class tlass.project.Controller
Returns the current view
getWebformHandler() - Method in class tlass.project.Controller
Returns the current webformHandler
getWeight() - Method in class JaCoP.constraints.knapsack.KnapsackItem
It returns a weight of a single instance of that item.
getWeightOfOne() - Method in class JaCoP.constraints.knapsack.TreeLeaf
 
getWMax() - Method in class JaCoP.constraints.knapsack.TreeLeaf
 
getWMax() - Method in class JaCoP.constraints.knapsack.TreeNode
It does not recompute the maximum of weights.
getWrongDecisions() - Method in class JaCoP.search.DepthFirstSearch
It returns number of wrong decisions performed by the search.
getWrongDecisions() - Method in interface JaCoP.search.Search
It returns number of wrong decisions performed by the search.
getWSum() - Method in class JaCoP.constraints.knapsack.TreeLeaf
 
getWSum() - Method in class JaCoP.constraints.knapsack.TreeNode
It does not recompute sum of weights.
glb - Variable in class JaCoP.set.core.BoundSetDomain
The greatest lower bound of the domain.
glb() - Method in class JaCoP.set.core.BoundSetDomain
It returns the greatest lower bound of the domain.
GLB - Static variable in class JaCoP.set.core.SetDomain
It specifies event that GLB has grown.
glb() - Method in class JaCoP.set.core.SetDomain
It returns the least upper bound of the domain.
GROUND - Static variable in class JaCoP.core.IntDomain
It specifies the constant for GROUND event.
GROUND - Static variable in class JaCoP.set.core.SetDomain
It specifies event that Set variable became singleton.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z