edu.unika.aifb.kaon
Class LexicalEntryImpl
edu.unika.aifb.kaon.AbstractEntity
|
+--edu.unika.aifb.kaon.LexicalEntryImpl
- Direct Known Subclasses:
- DocumentationImpl
- public class LexicalEntryImpl
- extends AbstractEntity
- implements LexicalEntry
(c) Copyright 2001
Knowledge Management Group
Institute AIFB
University of Karlsruhe, Germany
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---
Class Name
Class Description
part of
Simple Triple Store (SITRIS)
http://ontoserver.aifb.uni-karlsruhe.de/sitris
- Author:
- : Raphael Volz (volz@aifb.uni-karlsruhe.de)
- Version: :
History:
---------
add
public void add(ReferencedEntity e)
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
- See Also:
- LexicalEntry
getAttribute
public org.w3c.rdf.model.RDFNode getAttribute(org.w3c.rdf.model.Resource attribute)
throws java.util.NoSuchElementException,
org.w3c.rdf.model.ModelException
- See Also:
- LexicalEntry
getConcepts
public edu.unika.aifb.kaon.Concept[] getConcepts()
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
- See Also:
- LexicalEntry
getInstances
public edu.unika.aifb.kaon.Instance[] getInstances()
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
- See Also:
- LexicalEntry
getLanguage
public java.lang.String getLanguage()
throws edu.unika.aifb.sitris.exception.NotSupportedException,
org.w3c.rdf.model.ModelException
- TO DO
- See Also:
- LexicalEntry
getReferenced
public edu.unika.aifb.kaon.ReferencedEntity[] getReferenced()
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
- See Also:
- LexicalEntry
getRelations
public edu.unika.aifb.kaon.Relation[] getRelations()
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
- See Also:
- LexicalEntry
getValue
public java.lang.String getValue()
throws edu.unika.aifb.sitris.exception.NotSupportedException,
org.w3c.rdf.model.ModelException
- See Also:
- LexicalEntry
remove
public void remove(ReferencedEntity e)
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
- See Also:
- LexicalEntry
setAttribute
public void setAttribute(org.w3c.rdf.model.Resource attribute, org.w3c.rdf.model.RDFNode value)
throws edu.unika.aifb.sitris.exception.NotSupportedException,
org.w3c.rdf.model.ModelException
- See Also:
- LexicalEntry
setLanguage
public void setLanguage(java.lang.String lang)
throws edu.unika.aifb.sitris.exception.NotSupportedException,
org.w3c.rdf.model.ModelException
- Pre: lang != null
- See Also:
- LexicalEntry
setValue
public void setValue(java.lang.String value)
throws edu.unika.aifb.sitris.exception.NotSupportedException,
org.w3c.rdf.model.ModelException
- See Also:
- LexicalEntry
toString
public String toString()
- TO DO - JavaDoc
- Returns: java.lang.String