de.tudresden.inf.lat.jcel.coreontology.expressivity
Class ExpressivityName
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpressivityName
public ExpressivityName()
- Constructs a new object that can give the description logic name for a
given expressivity.
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.