public class RepresentativeIndividual
extends java.lang.Object
Constructor and Description |
---|
RepresentativeIndividual(int type,
java.lang.String fName,
TriangularFuzzyNumber f,
CreatedIndividual ind)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFeatureName()
Gets the feature name for which the individual is a filler.
|
TriangularFuzzyNumber |
getFuzzyNumber()
Gets the fuzzy number.
|
CreatedIndividual |
getIndividual()
Gets the reference individual.
|
int |
getType()
Gets the type.
|
public RepresentativeIndividual(int type, java.lang.String fName, TriangularFuzzyNumber f, CreatedIndividual ind)
type
- Type of the representative individual (GREATER_EQUAL, LESS_EQUAL).fName
- Name of the feature for which the individual is a filler.f
- Fuzzy number.ind
- Reference individual.public int getType()
public java.lang.String getFeatureName()
public TriangularFuzzyNumber getFuzzyNumber()
public CreatedIndividual getIndividual()