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.

@FunctionalInterface public interface HasShortForm
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

    Modifier and Type
    Method
    Description
    Gets the short form.
  • Method Details

    • getShortForm

      String getShortForm()
      Gets the short form.
      Returns:
      A string that represents the short form.