Class DoubleValueFmi2Api
- java.lang.Object
-
- org.intocps.maestro.framework.fmi2.api.mabl.values.ValueFmi2Api<java.lang.Double>
-
- org.intocps.maestro.framework.fmi2.api.mabl.values.DoubleValueFmi2Api
-
- All Implemented Interfaces:
Fmi2Builder.DoubleValue,Fmi2Builder.ExpressionValue,Fmi2Builder.NumericExpressionValue,Fmi2Builder.NumericTypedReferenceExp,Fmi2Builder.ProvidesTypedReferenceExp,Fmi2Builder.Value<java.lang.Double>
public class DoubleValueFmi2Api extends ValueFmi2Api<java.lang.Double> implements Fmi2Builder.DoubleValue
-
-
Constructor Summary
Constructors Constructor Description DoubleValueFmi2Api(java.lang.Double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.intocps.maestro.ast.node.PExpgetExp()-
Methods inherited from class org.intocps.maestro.framework.fmi2.api.mabl.values.ValueFmi2Api
get, getType, isPrimitive
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ProvidesTypedReferenceExp
getType
-
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Value
get
-
-
-
-
Method Detail
-
getExp
public org.intocps.maestro.ast.node.PExp getExp()
- Specified by:
getExpin interfaceFmi2Builder.ProvidesTypedReferenceExp
-
-