Interface HasPrefixedName

All Known Implementing Classes:
ClassExpressionType, DataRangeType, DublinCoreVocabulary, EntityType, OWL2Datatype, OWLFacet, OWLRDFVocabulary, OWLXMLVocabulary, 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 HasPrefixedName
Since:
3.5
Author:
Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group, Date: 18/02/2014

An interface to objects that have a prefixed name (a name composing of a prefix name e.g. "owl:" plus a local name e.g. "Thing").

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the prefixed name.
  • Method Details

    • getPrefixedName

      String getPrefixedName()
      Gets the prefixed name.
      Returns:
      The prefixed name.
      Since:
      3.5