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
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