de.cau.cs.kieler.core.ui.commands
Interface FunctionReturningString<Type>

Type Parameters:
Type - the type of the arguments
All Known Implementing Classes:
FunctionReturningString.IFileToStringFunction

public interface FunctionReturningString<Type>

Interface for a function with arguments of one type and returning a string.

Rating red

Nested Class Summary
static class FunctionReturningString.IFileToStringFunction
          Example function for computing the representation of an IFile.
 
Method Summary
 String evaluate(Object... args)
          Evaluate the function.
 

Method Detail

evaluate

String evaluate(Object... args)
Evaluate the function.

Parameters:
args - the arguments
Returns:
the string return