E
- This use to be Fuzzy sets parameters.public class Tuple<E>
extends java.lang.Object
SupportOperators.continuousParamsUniverse(LogoList)
,
SupportOperators.discreteOperations(LogoList, Command).
Modifier and Type | Field and Description |
---|---|
private java.util.List<E> |
f |
private double[] |
universe |
Constructor and Description |
---|
Tuple(java.util.List<E> f,
double[] universe)
Constructor of tuple.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<E> |
getParams()
Take the parameters of the tuple.
|
double[] |
getUniverse()
Take the universe of the tuple.
|
private java.util.List<E> f
private double[] universe
public Tuple(java.util.List<E> f, double[] universe)
f
- Fuzzy sets parameters.universe
- universe.public java.util.List<E> getParams()
public double[] getUniverse()