Interface SelectionList

    • Method Detail

      • create

        SelectionFeature create​(java.lang.String tag)
        Creates an explicit selection.
        Parameters:
        tag - Explicit selection tag.
        Returns:
        Created explicit selection.
      • create

        SelectionFeature create​(java.lang.String tag,
                                java.lang.String featureType)
        Creates a named selection feature.
        Specified by:
        create in interface PropFeatureList<SelectionFeature>
        Parameters:
        tag - The named selection tag.
        featureType - The selection type.
        Returns:
        Created named selection feature.