edu.unika.aifb.kaon
Interface LexicalEntry

All Known Implementing Classes:
LexicalEntryImpl, LexicalEntryImpl

public interface LexicalEntry
extends Entity


Method Summary
 voidadd(ReferencedEntity e)
          Adds a reference to an entity Creation date: (09.07.2001 09:00:51)
 RDFNodegetAttribute(Resource attribute)
          TO DO - JavaDoc
 Concept[]getConcepts()
          Insert the method's description here.
 Instance[]getInstances()
          Insert the method's description here.
 StringgetLanguage()
          TO DO - JavaDoc
 ReferencedEntity[]getReferenced()
          Insert the method's description here.
 Relation[]getRelations()
          Insert the method's description here.
 StringgetValue()
          TO DO - JavaDoc
 voidremove(ReferencedEntity e)
          Removes a reference to an entity TO DO: Definieren was im Fehlerfall zu tun ist.
 voidsetAttribute(Resource attribute, RDFNode value)
          TO DO - JavaDoc
 voidsetLanguage(String lang)
          TO DO - JavaDoc
 voidsetValue(String value)
          TO DO - JavaDoc

Methods inherited from interface edu.unika.aifb.kaon.Entity
getIdentifier, getOntology, setIdentifier, setOntology

Method Detail

add

public void add(ReferencedEntity e)
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
Adds a reference to an entity Creation date: (09.07.2001 09:00:51)
Parameters:
e - edu.unika.aifb.sitris.ontology.Entity

getAttribute

public RDFNode getAttribute(Resource attribute)
throws edu.unika.aifb.sitris.exception.NotSupportedException,
org.w3c.rdf.model.ModelException
TO DO - JavaDoc
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.
org.w3c.rdf.model.ModelException - The exception description.

getConcepts

public Concept[] getConcepts()
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
Insert the method's description here. Creation date: (09.07.2001 09:01:42)
Returns: edu.unika.aifb.sitris.ontology.Concept[]

getInstances

public Instance[] getInstances()
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
Insert the method's description here. Creation date: (09.07.2001 09:04:49)
Returns: edu.unika.aifb.sitris.ontology.Instance[]

getLanguage

public String getLanguage()
throws edu.unika.aifb.sitris.exception.NotSupportedException,
org.w3c.rdf.model.ModelException
TO DO - JavaDoc
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.
org.w3c.rdf.model.ModelException - The exception description.

getReferenced

public ReferencedEntity[] getReferenced()
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
Insert the method's description here. Creation date: (09.07.2001 09:04:28)
Returns: edu.unika.aifb.sitris.ontology.Entity[]

getRelations

public Relation[] getRelations()
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
Insert the method's description here. Creation date: (09.07.2001 09:01:57)
Returns: edu.unika.aifb.sitris.ontology.Relation[]

getValue

public String getValue()
throws edu.unika.aifb.sitris.exception.NotSupportedException,
org.w3c.rdf.model.ModelException
TO DO - JavaDoc
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.
org.w3c.rdf.model.ModelException - The exception description.

remove

public void remove(ReferencedEntity e)
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
Removes a reference to an entity TO DO: Definieren was im Fehlerfall zu tun ist. Creation date: (09.07.2001 09:02:27)
Parameters:
e - edu.unika.aifb.sitris.ontology.ReferencedEntity

setAttribute

public void setAttribute(Resource attribute, RDFNode value)
throws edu.unika.aifb.sitris.exception.NotSupportedException,
org.w3c.rdf.model.ModelException
TO DO - JavaDoc
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.
org.w3c.rdf.model.ModelException - The exception description.

setLanguage

public void setLanguage(String lang)
throws edu.unika.aifb.sitris.exception.NotSupportedException,
org.w3c.rdf.model.ModelException
TO DO - JavaDoc
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.
org.w3c.rdf.model.ModelException - The exception description.

setValue

public void setValue(String value)
throws edu.unika.aifb.sitris.exception.NotSupportedException,
org.w3c.rdf.model.ModelException
TO DO - JavaDoc
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.
org.w3c.rdf.model.ModelException - The exception description.