Class ToTrailingWildcardPair
-
public class ToTrailingWildcardPair extends uk.gov.gchq.koryphe.function.KorypheFunction<String,Pair<EntityId,EntityId>>
AToTrailingWildcardPair
is aKorypheFunction
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 toString
s. These values are then wrapped up asEntitySeed
s.
-
-
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)
String
getEndOfRange()
void
setEndOfRange(String endOfRange)
-