Class ToTrailingWildcardPair
-
public class ToTrailingWildcardPair extends uk.gov.gchq.koryphe.function.KorypheFunction<String,Pair<EntityId,EntityId>>
AToTrailingWildcardPairis aKorypheFunctionthat 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 toStrings. These values are then wrapped up asEntitySeeds.
-
-
Constructor Summary
Constructors Constructor Description ToTrailingWildcardPair()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pair<EntityId,EntityId>apply(String input)StringgetEndOfRange()voidsetEndOfRange(String endOfRange)
-