| [static initializer] | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | packagestatic |
| applyAugment(String[] new_variables, V[][] new_domains) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| applyChangeVariablesOrder(String[] variables_order) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| applySlice(String[] variables_names, V[][] sub_domains) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| assignment | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| augment(V[] variables_values, U utility_value) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| augment(V[] variables_values) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| BasicHypercube(String[] variables_order, V[][] variables_domains, U[] utility_values, U infeasibleUtil) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| BasicHypercube(String name, String[] variables_order, V[][] variables_domains, U[] utility_values, U infeasibleUtil) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| BasicHypercube(String[] variables_order, V[][] variables_domains, U[] utility_values, U infeasibleUtil, ProblemInterface< V, ?> problem) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| BasicHypercube() | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| changeVariablesOrder(String[] variables_order) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| classOfV | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| clone() | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| compose(final String[] varsOut, final BasicUtilitySolutionSpace< V, ArrayList< V > > subst) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| consistentOrder(BasicHypercube< V, U >[] hypercubes) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| consistentOrder(String[] variables1) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| contains(String[] variables_names) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| contains(String[] variables_names, V[][] variables_domains) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| countsCCs() | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| domains | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| equals(Object o) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| equivalent(final BasicUtilitySolutionSpace< V, U > space) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| fillVariablesValues(V[] variables_values, int index, int[] steps) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | private |
| getClassOfU() | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| getDefaultUtility() | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| getDomain(String variable) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| getDomain(int index) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| getDomain(String variable, int index) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| getDomains() | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| getIndex(String variable) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| getIndexOfUtilityValue(V[] variables_values) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| getName() | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| getNumberOfSolutions() | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| getNumberOfVariables() | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| getOwner() | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| getRelationName() | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| getUtility(V[] variables_values) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| getUtility(String[] variables_names, V[] variables_values) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| getUtility(Map< String, V > assignments) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| getUtility(long index) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| getUtilityNoNCCCs(V[] variables_values) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | private |
| getUtilityValueSameOrder(String[] variables_names, V[] variables_values) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| getVariable(int index) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| getVariables() | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| hashCode() | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| incrNCCCs(long incr) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| infeasibleUtil | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| intersection(V[] array1, V[] array2) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | static |
| isIncludedIn(BasicUtilitySolutionSpace< V, U > space) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| isNull() | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| iterator() | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| iterator(String[] order) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| iterator(String[] variables, V[][] domains) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| iterator(String[] variables, V[][] domains, V[] assignment) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| iterator(String[] variables, V[][] domains, V[] assignment, final U skippedUtil) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | private |
| join(SolutionSpace< V > space, String[] total_variables) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| join(SolutionSpace< V > space) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| join(SolutionSpace< V >[] spaces, String[] total_variables_order) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| join(SolutionSpace< V >[] spaces) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| knownSpaces | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | privatestatic |
| knows(Class<?> spaceClass) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| lastID | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | privatestatic |
| name | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| newInstance(String name, String[] new_variables, V[][] new_domains, U[] new_values, U infeasibleUtil) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| newIter(String[] variables, V[][] domains, V[] assignment, final U skippedUtil) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| notEmptyDomains(V[][] domains) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| number_of_utility_values | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| orderedDomains() | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| owner | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | private |
| prettyPrint(U ignoredUtil) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| problem | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| readExternal(ObjectInput in) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| readUtilities(ObjectInput in) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| relationName | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | private |
| renameAllVars(String[] newVarNames) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| renameVariable(String oldName, String newName) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| resolve() | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| resolve(boolean unused) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| scalarHypercube(U utility) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| setDefaultUtility(U utility) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| setDomain(String var, V[] dom) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| setInfeasibleUtility(U utility) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| setName(String name) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| setNumberOfSolutions(int new_number_of_utilities) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| setOwner(String owner) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| setProblem(ProblemInterface< V, ?> problem) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| setRelationName(String name) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| setStepsHashmaps() | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | package |
| setStepsHashmaps(String[] variables2, V[][] domains2, int number_of_utility_values2) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | package |
| setUtility(V[] variables_values, U utility) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| setUtility(long index, U utility) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| slice(String[] variables_names, V[][] sub_domains) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| slice(String[] remainingVars, V[][] remainingDoms, V[][] iterDoms, long nbrRemainingUtils, Class<?> domClass) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| slice(String[] variables_names, V[] values) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| slice(String var, V[] subDomain) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| slice(String var, V val) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| slice(V[] variables_values) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| sparseIter() | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| sparseIter(U inf) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| sparseIter(String[] order) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| sparseIter(String[] variables, V[][] domains) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| sparseIter(String[] variables, V[][] domains, V[] assignment) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| steps_hashmaps | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| sub(T[] array1, T[] array2) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | static |
| toString() | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| values | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| variables | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |
| writeExternal(ObjectOutput out) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | |
| writeUtilities(ObjectOutput out) | frodo2.solutionSpaces.hypercube.BasicHypercube< V extends Addable< V >, U extends Serializable > | protected |