Package openllet.core.rules.builtins
Interface StringToStringFunction
-
public interface StringToStringFunctionTitle: String-to-String Function
Description: Interface for a function that takes strings as arguments and returns a string as a result.
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
- Author:
- Ron Alford
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringapply(java.lang.String... args)
-