Interface ConceptIndex

    • Method Detail

      • index

        default int index​(@Nullable
                          SAbstractConcept c)
        Parameters:
        c - concept to look up
        Returns:
        -1 if this index is not aware of the concept, or concept is null
      • index

        int index​(@Nullable
                  SAbstractConcept c,
                  int missingValue)
        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.