Click or drag to resize

ICallable Interface

An interface to be implemented by classes that offer callable stateless functions / stateful procedures

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public interface ICallable

The ICallable type exposes the following members.

Methods
 NameDescription
Public methodApplyFunctionMethod Executes the function method given by its name. Throws an exception if the method does not exists or the parameters are of wrong types.
Public methodApplyProcedureMethod Executes the procedure method given by its name. Throws an exception if the method does not exists or the parameters are of wrong types.
Top
See Also