Class LanguageConceptIndex

    • Method Detail

      • index

        public int index​(SConceptId cid)
        Internal API, intended for use from StructureAspectDescriptor.
      • index

        public int index​(SAbstractConcept c,
                         int missingValue)
        Specified by:
        index in interface ConceptIndex
        Parameters:
        c - concept to look up
        missingValue - value indicating index miss
        Returns:
        integer index of the concept, or missingValue if concept is null or not known to the index.