Interface Fmi2Builder.RuntimeFunction
-
- Enclosing interface:
- Fmi2Builder<S,B,E,SETTINGS>
public static interface Fmi2Builder.RuntimeFunction
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFmi2Builder.RuntimeFunction.FunctionType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.util.Map.Entry<java.lang.String,Fmi2Builder.RuntimeFunction.FunctionType>>getArgs()List of arg (name,class) pairsjava.lang.StringgetName()Fmi2Builder.RuntimeFunction.FunctionTypegetReturnType()booleanusingVargs()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getArgs
java.util.List<java.util.Map.Entry<java.lang.String,Fmi2Builder.RuntimeFunction.FunctionType>> getArgs()
List of arg (name,class) pairs- Returns:
-
getReturnType
Fmi2Builder.RuntimeFunction.FunctionType getReturnType()
-
usingVargs
boolean usingVargs()
-
-