ch.uzh.ifi.attempto.acewiki.owl
Class OWLConcept

java.lang.Object
  extended by ch.uzh.ifi.attempto.acewiki.core.AbstractOntologyElement
      extended by ch.uzh.ifi.attempto.acewiki.owl.AbstractOWLOntoElement
          extended by ch.uzh.ifi.attempto.acewiki.owl.OWLConcept
All Implemented Interfaces:
AnswerElement, Concept, OntologyElement, OWLOntoElement
Direct Known Subclasses:
NounConcept

public abstract class OWLConcept
extends AbstractOWLOntoElement
implements Concept, AnswerElement

This class stands for concept ontology elements with representations in OWL.

Author:
Tobias Kuhn

Constructor Summary
OWLConcept()
           
 
Method Summary
 org.semanticweb.owlapi.model.OWLClass getOWLRepresentation()
          This method returns an OWL object for the given ontology element.
 
Methods inherited from class ch.uzh.ifi.attempto.acewiki.owl.AbstractOWLOntoElement
getIRI, getIRISuffix, getOWLDataFactory, getOWLDeclaration
 
Methods inherited from class ch.uzh.ifi.attempto.acewiki.core.AbstractOntologyElement
getArticle, getHeadwords, getId, getOntology, getWord, getWord, initArticle, initId, initOntology, log, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ch.uzh.ifi.attempto.acewiki.core.AnswerElement
getAnswerText
 
Methods inherited from interface ch.uzh.ifi.attempto.acewiki.core.OntologyElement
getArticle, getHeadwords, getId, getInternalType, getOntology, getType, getWord, getWord, getWords, initArticle, initId, initOntology, serializeWords, setWords
 

Constructor Detail

OWLConcept

public OWLConcept()
Method Detail

getOWLRepresentation

public org.semanticweb.owlapi.model.OWLClass getOWLRepresentation()
Description copied from interface: OWLOntoElement
This method returns an OWL object for the given ontology element.

Specified by:
getOWLRepresentation in interface OWLOntoElement
Returns:
An OWL object.


Copyright 2008-2012, AceWiki developers