A B C D E F G I L N O P R S T U V 
All Classes All Packages

A

activate() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scope
 
activate() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scoping
 
add(T...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scoping
 
addAfter(T, T...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scoping
 
addAll(Collection<T>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scoping
 
addArgument(String, String) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.IFunctionBuilder
 
addArgument(String, Fmi2Builder.RuntimeFunction.FunctionType.Type) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.IFunctionBuilder
 
addBefore(T, T...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scoping
 
and(Fmi2Builder.Predicate) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Predicate
 
Any - org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeFunction.FunctionType.Type
This should be used with care as it disabled any type checking

B

Boolean - org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeFunction.FunctionType.Type
 
breakLink() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Port
Break the source link
build() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder
 
build() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.IFunctionBuilder
 
buildRaw() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder
 

C

call(Fmi2Builder.RuntimeFunction, Object...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeModule
 
call(Fmi2Builder.Scope<S>, Fmi2Builder.RuntimeFunction, Object...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeModule
 
callVoid(Fmi2Builder.RuntimeFunction, Object...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeModule
 
callVoid(Fmi2Builder.Scope<S>, Fmi2Builder.RuntimeFunction, Object...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeModule
 
createFMU(String, String, String...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scope
 

D

decrement() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.IntVariable
 
destroy() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.StateVariable
Destroys the state in the active scope.
destroy(Fmi2Builder.Scope<T>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.StateVariable
Destroys the state in the active scope.
Double - org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeFunction.FunctionType.Type
 

E

enter() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.TryScope
Switch to body scope
enterElse() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.IfScope
Switch to else scope
enterFinally() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.TryScope
Switch to finally scope
enterIf(Fmi2Builder.Predicate) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scoping
 
enterInitializationMode() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
enterInitializationMode(Fmi2Builder.Scope<T>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
enterScope() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scoping
 
enterThen() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.IfScope
Switch to then scope
enterTry() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scoping
 
enterWhile(Fmi2Builder.Predicate) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scoping
 
exitInitializationMode() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
exitInitializationMode(Fmi2Builder.Scope<T>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 

F

findParent(Class<P>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ScopeElement
Find a prent element of a specific type
Fmi2Builder<S,​B,​E,​SETTINGS> - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.ArrayVariable<T,​CV> - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.BooleanExpressionValue - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.BoolVariable<T> - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.DoubleExpressionValue - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.DoubleVariable<T> - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.DynamicActiveScope<T> - Interface in org.intocps.maestro.framework.fmi2.api
Dynamic scope which always reflects the current active scope of the builder
Fmi2Builder.ExpressionValue - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.Fmi2ComponentVariable<T> - Interface in org.intocps.maestro.framework.fmi2.api
Interface for an fmi compoennt.
Fmi2Builder.Fmi2ComponentVariable.PortExpressionValueMap - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.Fmi2ComponentVariable.PortValueMap<V> - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.Fmi2ComponentVariable.PortVariableMap<S,​V> - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.Fmu2Variable<S> - Interface in org.intocps.maestro.framework.fmi2.api
Handle for an fmu for the creation of component
Fmi2Builder.IfScope<T> - Interface in org.intocps.maestro.framework.fmi2.api
If scope, default scope is then
Fmi2Builder.IFunctionBuilder - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.IntExpressionValue - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.IntVariable<T> - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.NamedValue - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.NamedVariable<T> - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.Numeric<A extends Number> - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.NumericExpressionValue - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.NumericTypedReferenceExp - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.NumericValue - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.Port - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.Port.PortLinkException - Exception in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.Predicate - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.ProvidesTypedReferenceExp - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.RuntimeFunction - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.RuntimeFunction.FunctionType - Class in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.RuntimeFunction.FunctionType.Type - Enum in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.RuntimeModule<S> - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.Scope<T> - Interface in org.intocps.maestro.framework.fmi2.api
Basic scope.
Fmi2Builder.ScopeElement<T> - Interface in org.intocps.maestro.framework.fmi2.api
Scoping element which defines a scope like a block, if, while etc.
Fmi2Builder.Scoping<T> - Interface in org.intocps.maestro.framework.fmi2.api
Scoping functions
Fmi2Builder.StateVariable<T> - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.StringExpressionValue - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.StringVariable<T> - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.TryScope<T> - Interface in org.intocps.maestro.framework.fmi2.api
Try finally scope, default scope is body
Fmi2Builder.Type - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.Value<V> - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.Variable<T,​V> - Interface in org.intocps.maestro.framework.fmi2.api
 
Fmi2Builder.WhileScope<T> - Interface in org.intocps.maestro.framework.fmi2.api
While
FunctionType(String) - Constructor for class org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeFunction.FunctionType
 
FunctionType(Fmi2Builder.RuntimeFunction.FunctionType.Type) - Constructor for class org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeFunction.FunctionType
 

G

get() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
Get all (linked) port values
get() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Numeric
 
get() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Value
 
get(int...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
get filter by value reference
get(String...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
Get filter by names
get(Fmi2Builder.Port...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
Get port values aka fmiGet
get(Fmi2Builder.Scope<T>, Fmi2Builder.Port...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
getAndShare() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
getAndShare(String...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
getAndShare(Fmi2Builder.Port...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
getArgs() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeFunction
List of arg (name,class) pairs
getBody() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.TryScope
 
getBooleanVariableFrom(E) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder
 
getCurrentLinkedValue(Fmi2Builder.Port) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder
Gets a tag to the last value obtained for the given port
getDeclaration() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ScopeElement
The declaration node that defined the underlying scope
getDeclaredScope() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Variable
 
getDoubleVariableFrom(E) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder
 
getDynamicScope() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder
 
getExp() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ProvidesTypedReferenceExp
 
getFinallyBody() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.TryScope
 
getFmuVariableFrom(E) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder
 
getFunctionBuilder() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder
 
getIntVariableFrom(E) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder
 
getName() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Port
Get the port name
getName() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeFunction
 
getName() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Variable
 
getNamedType() - Method in class org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeFunction.FunctionType
 
getNativeType() - Method in class org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeFunction.FunctionType
 
getPort(int) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
Get port by ref val
getPort(String) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
Get port by name
getPortReferenceValue() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Port
Get the port reference value
getPorts() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
getPorts(int...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
Get ports by ref val
getPorts(String...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
Get ports by name
getReturnType() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeFunction
 
getRootScope() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder
Gets the default scope
getSettings() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder
 
getShared(String) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
getShared(Fmi2Builder.Port) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
getSingle(String) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
Get the value of a single port
getSingle(Fmi2Builder.Port) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
getState() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
Get the current state
getState(Fmi2Builder.Scope<T>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
Get the current state
getStringVariableFrom(E) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder
 
getType() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ProvidesTypedReferenceExp
 

I

increment() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.IntVariable
 
initialize(List<Fmi2Builder.RuntimeFunction>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeModule
 
initialize(Fmi2Builder.RuntimeFunction...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeModule
 
instantiate(String) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmu2Variable
 
instantiate(String, String) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmu2Variable
 
instantiate(String, Fmi2Builder.TryScope<PStm>, Fmi2Builder.Scope<PStm>, String) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmu2Variable
 
instantiate(String, Fmi2Builder.TryScope<PStm>, Fmi2Builder.Scope<PStm>, String, boolean) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmu2Variable
 
instantiate(String, Fmi2Builder.TryScope<S>, Fmi2Builder.Scope<S>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmu2Variable
 
Int - org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeFunction.FunctionType.Type
 
isDirty() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder
Returns whether the build has been used
isNative() - Method in class org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeFunction.FunctionType
 
items() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ArrayVariable
 

L

leave() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.IfScope
 
leave() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scoping
 
leave() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.TryScope
 
linkTo(Fmi2Builder.Port...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Port
Link the current port to the receiving port.
loadRuntimeModule(String, Object...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder
 
loadRuntimeModule(Fmi2Builder.TryScope<S>, String, Object...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder
 

N

not() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Predicate
 

O

or(Fmi2Builder.Predicate) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Predicate
 
org.intocps.maestro.framework.fmi2.api - package org.intocps.maestro.framework.fmi2.api
 

P

parallel() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scoping
 
parent() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ScopeElement
The parent element of this element or null if root
PortLinkException(String, Fmi2Builder.Port) - Constructor for exception org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Port.PortLinkException
 

R

resetDirty() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder
Reset the dirty flag

S

set() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.StateVariable
Sets this state on the owning component in the active scope
set(A) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Numeric
 
set(Double) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.DoubleVariable
 
set(Fmi2Builder.Fmi2ComponentVariable.PortValueMap<V>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
Set port values (if ports is not from this fmu then the links are used to remap)
set(Fmi2Builder.Fmi2ComponentVariable.PortVariableMap<T, V>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
set(Fmi2Builder.Port, Fmi2Builder.Value<V>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
set(Fmi2Builder.Port, Fmi2Builder.Variable<T, V>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
set(Fmi2Builder.Scope<T>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.StateVariable
Sets this state on the owning component in the given scope
set(Fmi2Builder.Scope<T>, Fmi2Builder.Fmi2ComponentVariable.PortValueMap<V>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
set(Fmi2Builder.Scope<T>, Fmi2Builder.Fmi2ComponentVariable.PortVariableMap<T, V>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
set(Fmi2Builder.Scope<T>, Fmi2Builder.Port, Fmi2Builder.Variable<T, V>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
setDebugLogging(List<String>, boolean) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
setInt(Map<? extends Integer, ? extends Fmi2Builder.Value<Integer>>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
Set this fmu ports by val ref
setLinked() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
setLinked(long...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
setLinked(String...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
setLinked(Fmi2Builder.Port...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
setLinked(Fmi2Builder.Scope<T>, Fmi2Builder.Port...) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
Set this fmu port by name and link
setName(String) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.IFunctionBuilder
 
setReturnType(String) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.IFunctionBuilder
 
setReturnType(Fmi2Builder.RuntimeFunction.FunctionType.Type) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.IFunctionBuilder
 
setString(Map<? extends String, ? extends Fmi2Builder.Value<String>>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
Set this fmy ports by name
setupExperiment(double, Double, Double) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
setupExperiment(Fmi2Builder.DoubleVariable<T>, Fmi2Builder.DoubleVariable<T>, Double) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
setupExperiment(Fmi2Builder.Scope<T>, double, Double, Double) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
setupExperiment(Fmi2Builder.Scope<T>, Fmi2Builder.DoubleVariable<T>, Fmi2Builder.DoubleVariable<T>, Double) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
setValue(Fmi2Builder.IntExpressionValue, Fmi2Builder.ExpressionValue) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ArrayVariable
 
setValue(Fmi2Builder.Scope<T>, Fmi2Builder.Variable<T, V>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Variable
 
setValue(Fmi2Builder.Scope<T>, V) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Variable
 
setValue(Fmi2Builder.Variable<T, V>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Variable
 
setValue(V) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Variable
 
share(Map<? extends Fmi2Builder.Port, ? extends Fmi2Builder.Variable<T, V>>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
Makes the values publicly available to all linked connections.
share(Fmi2Builder.Port, Fmi2Builder.Variable<T, V>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
Makes the value publicly available to all linked connections.
size() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ArrayVariable
 
step(Fmi2Builder.DoubleVariable<T>, Fmi2Builder.DoubleVariable<T>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
step(Fmi2Builder.DoubleVariable<T>, Fmi2Builder.DoubleVariable<T>, Fmi2Builder.BoolVariable<T>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
step(Fmi2Builder.Scope<T>, Fmi2Builder.DoubleVariable<T>, Fmi2Builder.DoubleVariable<T>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
step(Fmi2Builder.Scope<T>, Fmi2Builder.DoubleVariable<T>, Fmi2Builder.DoubleVariable<T>, Fmi2Builder.BoolVariable<T>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
store(boolean) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scope
 
store(double) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scope
Store a given value
store(int) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scope
 
store(String) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scope
 
store(String, boolean) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scope
 
store(String, double) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scope
Store a given value with a prefix name
store(String, int) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scope
 
store(String, CV[]) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scope
 
store(String, String) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scope
 
store(Fmi2Builder.Value<V>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scope
Deprecated.
String - org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeFunction.FunctionType.Type
 

T

terminate() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
terminate(Fmi2Builder.Scope<T>) - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable
 
toPredicate() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.BoolVariable
 

U

UInt - org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeFunction.FunctionType.Type
 
useVargs() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.IFunctionBuilder
 
usingVargs() - Method in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeFunction
 

V

valueOf(String) - Static method in enum org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeFunction.FunctionType.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeFunction.FunctionType.Type
Returns an array containing the constants of this enum type, in the order they are declared.
Void - org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeFunction.FunctionType.Type
 
A B C D E F G I L N O P R S T U V 
All Classes All Packages