edu.unika.aifb.kaon.daml
Class EntityFactoryImpl

edu.unika.aifb.kaon.EntityFactory
  |
  +--edu.unika.aifb.kaon.daml.EntityFactoryImpl

public class EntityFactoryImpl
extends EntityFactory


Method Summary
 ConceptcreateConcept()
           
 ConceptcreateConcept(String uri)
           
 ConceptcreateConcept(String lang, String label)
           
 ConceptcreateConcept(String lang, String s_identifier, String label)
           
 InstancecreateInstance(Concept c)
           
 InstancecreateInstance(Concept c, String uri)
           
 RelationcreateRelation()
           
 RelationcreateRelation(String lang, String label)
           

Methods inherited from class edu.unika.aifb.kaon.EntityFactory
createOntology, getOntology, loadOntology, setOntology

Method Detail

createConcept

public Concept createConcept()
throws edu.unika.aifb.sitris.exception.NotSupportedException

createConcept

public Concept createConcept(String uri)
throws edu.unika.aifb.sitris.exception.NotSupportedException

createConcept

public Concept createConcept(String lang, String label)
throws edu.unika.aifb.sitris.exception.NotSupportedException

createConcept

public Concept createConcept(String lang, String s_identifier, String label)
throws edu.unika.aifb.sitris.exception.NotSupportedException

createInstance

public Instance createInstance(Concept c)
throws edu.unika.aifb.sitris.exception.NotSupportedException

createInstance

public Instance createInstance(Concept c, String uri)
throws edu.unika.aifb.sitris.exception.NotSupportedException

createRelation

public Relation createRelation()
throws edu.unika.aifb.sitris.exception.NotSupportedException

createRelation

public Relation createRelation(String lang, String label)
throws edu.unika.aifb.sitris.exception.NotSupportedException