(Changed in version 2.8.0) + creates a new map. Use += to add an element to this map and return that map itself.
(Changed in version 2.8.0) + creates a new map. Use += to add an element to this map and return that map itself.
(Changed in version 2.8.0) ++ creates a new map. Use ++= to add an element to this map and return that map itself.
add new elements in the KeySet
add a new key & variable in the KeySet (abstract)
add a new key & variable in the KeySet (abstract)
Tuple[K,V] > the key and the variable
KeySet
add a new element in the KeySet (abstract)
(Changed in version 2.8.0) - creates a new map. Use -= to remove an element from this map and return that map itself.
(Changed in version 2.8.0) - creates a new map. Use -= to remove an element from this map and return that map itself.
(Changed in version 2.8.0) -- creates a new map. Use --= to remove an element from this map and return that map itself.
build key for new Variable in KeySet
build key for new Variable in KeySet
Seq[Variable] > a sequence of variables
Variable >
check if Set of Variables contains inputs necessary to calculate, by looking also if a specified input can be calculated
check if Set of Variables contains inputs necessary to calculate, by looking also if a specified input can be calculated
Set[Variable]> the set containing variables
Boolean
return Variable if this variable is available or calculable
return Variable if this variable is available or calculable
Variable > Varaible needed
Set[Variable] > set of Variable availables
Variable
return VariablePairs containing all parameters necessary to calculate another variable
return VariablePairs containing all parameters necessary to calculate another variable
Set[Variable] > set of Variable availables
VariablePairs
return VariablePairs containing all variables necessary to calculate another variable
return VariablePairs containing all variables necessary to calculate another variable
Set[Variable] > set of Variable availables
VariablePairs
return Variable if this variable is available
return Variable if this variable is available
Variable > Varaible needed
Set[Variable] > set of Variable availables
Variable
return VariablePairs containing all variables necessary to calculate another variable
return VariablePairs containing all variables necessary to calculate another variable
Set[Variable] > set of Variable availables
VariablePairs
check if Set of Variables contains inputs necessary to calculate
check if Set of Variables contains inputs necessary to calculate
Set[Variable]> the set containing variables
Boolean
(Changed in version 2.8.0) keys returns Iterable[A] rather than Iterator[A].
(Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.
(Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.
(Changed in version 2.8.0) values returns Iterable[B] rather than Iterator[B].
Collection of Variable sequences, storing the order of variable selection for computations. Has methods to check for available variables if it contains the required variables or if it can compute them.