Package org.semanticweb.owlapi.model
Interface HasShortForm
- All Known Implementing Classes:
ClassExpressionType
,DataRangeType
,DublinCoreVocabulary
,EntityType
,IRI
,OWL2Datatype
,OWLFacet
,OWLRDFVocabulary
,OWLXMLVocabulary
,PrimitiveType
,PROVVocabulary
,SKOSVocabulary
,SWRLBuiltInsVocabulary
,SWRLVocabulary
,TIMEVocabulary
,XSDVocabulary
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An interface to an object that has a short form (human readable short name
e.g. owl:Class as opposed to the complete IRI).
- Since:
- 3.5.0
- Author:
- Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group
-
Method Summary
-
Method Details
-
getShortForm
String getShortForm()Gets the short form.- Returns:
- A string that represents the short form.
-