Class ShortFormEntityChecker

java.lang.Object
org.semanticweb.owlapi.expression.ShortFormEntityChecker
All Implemented Interfaces:
OWLEntityChecker

public class ShortFormEntityChecker extends Object implements OWLEntityChecker
An entity checker that maps from string to entities using a bidirectional short form provider.
Since:
2.2.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
  • Constructor Details

    • ShortFormEntityChecker

      public ShortFormEntityChecker(BidirectionalShortFormProvider shortFormProvider)
      Creates a short form entity checker, which uses the specified bidirectional short form provider to map entity name strings to entities.
      Parameters:
      shortFormProvider - The BidirectionalShortFormProvider that should be used to perform the required mapping.
  • Method Details