de.tudresden.inf.lat.jcel.coreontology.expressivity
Class ExpressivityName

java.lang.Object
  extended by de.tudresden.inf.lat.jcel.coreontology.expressivity.ExpressivityName

public class ExpressivityName
extends Object

An object of this class can name the expressivity used in an ontology.

Author:
Julian Mendez

Constructor Summary
ExpressivityName()
          Constructs a new object that can give the description logic name for a given expressivity.
 
Method Summary
 String getName(OntologyExpressivity expr)
          Returns the description logic name for a specified expressivity.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressivityName

public ExpressivityName()
Constructs a new object that can give the description logic name for a given expressivity.

Method Detail

getName

public String getName(OntologyExpressivity expr)
Returns the description logic name for a specified expressivity.

Parameters:
expr - ontology expressivity to get the name
Returns:
the description logic name for a specified expressivity


Copyright © 2012. All Rights Reserved.