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

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.OWLRelation
All Implemented Interfaces:
OntologyElement, Relation, OWLOntoElement
Direct Known Subclasses:
OfRelation, TrAdjRelation, VerbRelation

public abstract class OWLRelation
extends AbstractOWLOntoElement
implements Relation

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

Author:
Tobias Kuhn

Constructor Summary
OWLRelation()
           
 
Method Summary
 org.semanticweb.owlapi.model.OWLObjectProperty 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.OntologyElement
getArticle, getHeadwords, getId, getInternalType, getOntology, getType, getWord, getWord, getWords, initArticle, initId, initOntology, serializeWords, setWords
 

Constructor Detail

OWLRelation

public OWLRelation()
Method Detail

getOWLRepresentation

public org.semanticweb.owlapi.model.OWLObjectProperty 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