Class ToTrailingWildcardPair

  • All Implemented Interfaces:
    Function<String,​Pair<EntityId,​EntityId>>

    public class ToTrailingWildcardPair
    extends uk.gov.gchq.koryphe.function.KorypheFunction<String,​Pair<EntityId,​EntityId>>
    A ToTrailingWildcardPair is a KorypheFunction that takes an input value to use as the starting value for a range and creates a value to use as the end point. Note that the both of the vertex values must first be converted to Strings. These values are then wrapped up as EntitySeeds.
    • Constructor Detail

      • ToTrailingWildcardPair

        public ToTrailingWildcardPair()