Package one.empty3.library1.tree
Class ListInstructions
java.lang.Object
one.empty3.library1.tree.ListInstructions
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addInstructions
(@NotNull String toString) void
setAssignations
(ArrayList<ListInstructions.Instruction> assignations) void
setCurrentParamsValues
(HashMap<String, Double> currentVars) void
setCurrentParamsValuesVec
(HashMap<String, String> currentVecs) void
setCurrentParamsValuesVecComputed
(HashMap<String, StructureMatrix<Double>> currentVecsComputed)
-
Constructor Details
-
ListInstructions
public ListInstructions()
-
-
Method Details
-
evaluate
-
getAssignations
-
setAssignations
-
addInstructions
-
runInstructions
-
getCurrentParamsValues
-
getCurrentParamsValuesVec
-
getCurrentParamsValuesVecComputed
-
setCurrentParamsValues
-
setCurrentParamsValuesVec
-
setCurrentParamsValuesVecComputed
public void setCurrentParamsValuesVecComputed(HashMap<String, StructureMatrix<Double>> currentVecsComputed)
-