edu.unika.aifb.kaon.daml
Class LexicalEntryImpl

edu.unika.aifb.kaon.AbstractEntity
  |
  +--edu.unika.aifb.kaon.daml.LexicalEntryImpl
Direct Known Subclasses:
DocumentationImpl

public class LexicalEntryImpl
extends AbstractEntity
implements LexicalEntry


Method Summary
 voidadd(ReferencedEntity e)
           
 RDFNodegetAttribute(Resource attribute)
           
 Concept[]getConcepts()
           
 ResourcegetIdentifier()
           
 Instance[]getInstances()
           
 StringgetLanguage()
           
 OntologygetOntology()
           
 ReferencedEntity[]getReferenced()
           
 Relation[]getRelations()
           
 StringgetValue()
           
 voidremove(ReferencedEntity e)
           
 voidsetAttribute(Resource attribute, RDFNode value)
           
 voidsetIdentifier(Resource uri)
           
 voidsetLanguage(String lang)
           
 voidsetOntology(Ontology o)
           
 voidsetValue(String value)
           

Methods inherited from class edu.unika.aifb.kaon.AbstractEntity
equals, hashCode, toString

Method Detail

add

public void add(ReferencedEntity e)
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException

getAttribute

public RDFNode getAttribute(Resource attribute)
throws edu.unika.aifb.sitris.exception.NotSupportedException,
org.w3c.rdf.model.ModelException

getConcepts

public Concept[] getConcepts()
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException

getIdentifier

public Resource getIdentifier()

getInstances

public Instance[] getInstances()
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException

getLanguage

public String getLanguage()
throws edu.unika.aifb.sitris.exception.NotSupportedException,
org.w3c.rdf.model.ModelException

getOntology

public Ontology getOntology()

getReferenced

public ReferencedEntity[] getReferenced()
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException

getRelations

public Relation[] getRelations()
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException

getValue

public String getValue()
throws edu.unika.aifb.sitris.exception.NotSupportedException,
org.w3c.rdf.model.ModelException

remove

public void remove(ReferencedEntity e)
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException

setAttribute

public void setAttribute(Resource attribute, RDFNode value)
throws edu.unika.aifb.sitris.exception.NotSupportedException,
org.w3c.rdf.model.ModelException

setIdentifier

public void setIdentifier(Resource uri)

setLanguage

public void setLanguage(String lang)
throws edu.unika.aifb.sitris.exception.NotSupportedException,
org.w3c.rdf.model.ModelException

setOntology

public void setOntology(Ontology o)

setValue

public void setValue(String value)
throws edu.unika.aifb.sitris.exception.NotSupportedException,
org.w3c.rdf.model.ModelException