Uses of Class
jcreek.representation.NameAlreadyExistException

Packages that use NameAlreadyExistException
jcreek.examples   
jcreek.representation   
jcreek.representation.cbr   
 

Uses of NameAlreadyExistException in jcreek.examples
 

Methods in jcreek.examples that throw NameAlreadyExistException
static void CreekExample.addAttributes(KnowledgeModel km)
          Generates a new KnowledgeModel for a simple car-start problem domain, part 1 of 3.
static void CreekExample.addCases(KnowledgeModel km)
          Generates a new KnowledgeModel for a simple car-start problem domain, part 2 of 3.
static void CreekExample.addCausalModel(KnowledgeModel km)
          Generates a new KnowledgeModel for a simple car-start problem domain, part 3 of 3.
 

Uses of NameAlreadyExistException in jcreek.representation
 

Methods in jcreek.representation that throw NameAlreadyExistException
 void Partition.setName(java.lang.String name)
          Sets the name of the Partition.
 void LocalKnowledgeModel.registerEntity(java.lang.String id, Entity ent)
          Indexes a given entity with the given id.
 PartitionData LocalKnowledgeModel.makePartition()
          Creates a new data object for storing data for a Partition.
 void LocalKnowledgeModel.registerPartition(java.lang.String name, Partition partition)
          Registers a partition under the given name in this models partition index.
 void KnowledgeModel.registerEntity(java.lang.String name, Entity ent)
          Indexes a given entity with the given name.
 PartitionData KnowledgeModel.makePartition()
          Creates a new data object for storing data for a Partition.
 void KnowledgeModel.registerPartition(java.lang.String name, Partition partition)
          Registers a partition under the given name in this models partition index.
 void Entity.setName(java.lang.String name)
          Attempts to set the name of this entity.
 

Constructors in jcreek.representation that throw NameAlreadyExistException
RelationType(KnowledgeModel km, RelationType superclass, java.lang.String name, java.lang.String description, double defaultExplanationStrength)
          Creates a new relation type which is its own inverse type (i.e. it is bidirectional).
RelationType(KnowledgeModel km, RelationType superclass, java.lang.String relationName, java.lang.String description, double defaultExplanationStrength, java.lang.String inverseName, java.lang.String inverseDesc, double inverseDefaultExplanationStrength)
          Creates a new relation type with an inverse type.
RelationType(KnowledgeModel km, RelationType superclass, java.lang.String relationName, java.lang.String description, java.lang.String inverseName, java.lang.String inverseDesc, double defaultExplanationStrength)
          Creates a new relation type with an inverse type, where the default explanation strength of both are the same.
Partition(KnowledgeModel model, java.lang.String name)
          Creates a new Partition with the given name in the given KnowledgeModel.
EntityType(KnowledgeModel model, java.lang.String name, java.lang.String description)
          Creates a new instance by creating a new node in the semantic network of this particular type.
Entity(KnowledgeModel knowledgeModel, java.lang.String name, java.lang.String description)
          Create a new entity with the given name, description and creator object.
Entity(KnowledgeModel knowledgeModel, java.lang.String name, java.lang.String description, java.lang.Object user)
          Added for compatibility reason.
 

Uses of NameAlreadyExistException in jcreek.representation.cbr
 

Constructors in jcreek.representation.cbr that throw NameAlreadyExistException
ClassEntity(KnowledgeModel model, java.lang.Class myClass, java.lang.String description)
          Creates a new ClassEntity.
Case(KnowledgeModel model, java.lang.String name, java.lang.String description)
          Creates a new Case.
Case(KnowledgeModel model, java.lang.String name, java.lang.String description, Entity caseType)
          Creates a new Case.
 



Created at IDI, NTNU by the Artificial Intelligence and Learning group