Uses of Class
edu.cs.ai.kreator.exceptions.UnknownLearnerIdException

Packages that use UnknownLearnerIdException
edu.cs.ai.kreator.control   
edu.cs.ai.kreator.models   
 

Uses of UnknownLearnerIdException in edu.cs.ai.kreator.control
 

Methods in edu.cs.ai.kreator.control that throw UnknownLearnerIdException
 ParameterLearner ModelController.getParameterLearnerById(java.lang.String id)
          Returns the knowledge base paremter-learner with the given id.
 StructureLearner ModelController.getStructureLearnerById(java.lang.String id)
          Returns the knowledge base structure-learner with the given id.
 

Uses of UnknownLearnerIdException in edu.cs.ai.kreator.models
 

Methods in edu.cs.ai.kreator.models that throw UnknownLearnerIdException
static ParameterLearner ParameterLearner.getParameterLearnerById(java.lang.String id)
          Returns a parameter-learner with the given identification string.
static StructureLearner StructureLearner.getStructureLearnerById(java.lang.String id)
          Returns a structure-learner with the given identification string.