org.dllearner.core.owl
Interface NamedKBElement

All Superinterfaces:
KBElement, Serializable
All Known Subinterfaces:
Entity, Property
All Known Implementing Classes:
DatatypeProperty, FuzzyIndividual, Individual, NamedClass, ObjectProperty

public interface NamedKBElement
extends KBElement

Marker interface for those OWL elements, which have a name, e.g. the name of an individual, an object property, a data type property or a named class.

Author:
Jens Lehmann

Method Summary
 String getName()
           
 
Methods inherited from interface org.dllearner.core.owl.KBElement
accept, getLength, toKBSyntaxString, toManchesterSyntaxString, toString
 

Method Detail

getName

String getName()


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann