Uses of Class
fuzzydl.CreatedIndividual

Packages that use CreatedIndividual
fuzzydl   
 

Uses of CreatedIndividual in fuzzydl
 

Fields in fuzzydl with type parameters of type CreatedIndividual
 java.util.ArrayList<CreatedIndividual> KnowledgeBase.createdIndivs
          Created individuals.
 

Methods in fuzzydl that return CreatedIndividual
 CreatedIndividual CreatedIndividual.clone()
           
 CreatedIndividual RepresentativeIndividual.getIndividual()
          Gets the reference individual.
 CreatedIndividual KnowledgeBase.getNewIndividual(Individual parent, java.lang.String fName)
           
 

Methods in fuzzydl with parameters of type CreatedIndividual
 void KnowledgeBase.addCreatedIndividual(java.lang.String indName, CreatedIndividual ind)
          Adds a created individual to the KB.
 

Constructors in fuzzydl with parameters of type CreatedIndividual
RepresentativeIndividual(int type, java.lang.String fName, TriangularFuzzyNumber f, CreatedIndividual ind)
          Constructor.