edu.unika.aifb.kaon
Interface NamedEntity

All Known Subinterfaces:
Concept, HierarchicalEntity, Instance, Relation
All Known Implementing Classes:
AbstractNamedEntity, AbstractNamedHierarchical

public interface NamedEntity
extends Entity


Method Summary
 StringgetDocumentation(String lang)
           
 LexicalEntry[]getDocumentation()
           
 StringgetLabel(String lang)
          Returns the label of this entity in language _lang_ Creation date: (09.07.2001 08:50:25)
 LexicalEntry[]getLabel()
           
 LexicalEntry[]getStems()
          the two mehtods for stem
 LexicalEntry[]getSynonymsME()
          the two methods for Marc's Crawler
 voidsetDocumentation(String lang, String value)
           
 voidsetLabel(String lang, String label)
          Sets the label in language _lang_ to value _label_ Replaces an already existing label Creation date: (09.07.2001 08:51:14)
 voidsetStems(String lang, String stem)
           
 voidsetSynonymsME(String lang, String synonym)
           

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

Method Detail

getDocumentation

public String getDocumentation(String lang)
throws org.w3c.rdf.model.ModelException,
java.util.NoSuchElementException

getDocumentation

public LexicalEntry[] getDocumentation()
throws org.w3c.rdf.model.ModelException,
java.util.NoSuchElementException

getLabel

public String getLabel(String lang)
throws org.w3c.rdf.model.ModelException,
java.util.NoSuchElementException
Returns the label of this entity in language _lang_ Creation date: (09.07.2001 08:50:25)
Parameters:
lang - java.lang.String
Returns: java.lang.String

getLabel

public LexicalEntry[] getLabel()
throws org.w3c.rdf.model.ModelException,
java.util.NoSuchElementException

getStems

public LexicalEntry[] getStems()
throws org.w3c.rdf.model.ModelException,
java.util.NoSuchElementException
the two mehtods for stem

getSynonymsME

public LexicalEntry[] getSynonymsME()
throws org.w3c.rdf.model.ModelException,
java.util.NoSuchElementException
the two methods for Marc's Crawler

setDocumentation

public void setDocumentation(String lang, String value)
throws org.w3c.rdf.model.ModelException

setLabel

public void setLabel(String lang, String label)
throws org.w3c.rdf.model.ModelException
Sets the label in language _lang_ to value _label_ Replaces an already existing label Creation date: (09.07.2001 08:51:14)
Parameters:
lang - java.lang.String
label - java.lang.String

setStems

public void setStems(String lang, String stem)
throws org.w3c.rdf.model.ModelException

setSynonymsME

public void setSynonymsME(String lang, String synonym)
throws org.w3c.rdf.model.ModelException