Package org.intocps.fmichecker
Class Orch
- java.lang.Object
-
- org.intocps.fmichecker.Orch
-
public final class Orch extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOrch.SVstatic classOrch.SV_X_static classOrch.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.overture.codegen.runtime.VDMSetallC()static org.overture.codegen.runtime.VDMSetallCV()static org.overture.codegen.runtime.VDMSetallCVI()static org.overture.codegen.runtime.VDMSetallCVIT()static org.overture.codegen.runtime.VDMSetallI()static org.overture.codegen.runtime.VDMSetallSv()static org.overture.codegen.runtime.VDMSetallSV_X_()static org.overture.codegen.runtime.VDMSetallT()static org.overture.codegen.runtime.VDMSetallV()static ObjectCalcInitial(Object c, Object v)static org.overture.codegen.runtime.TupleCausalityVariabilityOk(Object c, Object v)static StringErrorMsg(Object c, Object v)static org.overture.codegen.runtime.TupleInitialOk(Object c, Object v, Object i)static Orch.SV_X_InitSV(Orch.SV sv)static StringInvalidStartValueToStr(Boolean b, Object c, Object v, Object i)static org.overture.codegen.runtime.TupleStartValueOk(Object c, Object v, Object i, Orch.Type t)StringtoString()static org.overture.codegen.runtime.TupleTypeOk(Orch.Type ty)static org.overture.codegen.runtime.TupleTypeVariability(Object v, Orch.Type t)static org.overture.codegen.runtime.TupleValidate(Orch.SV_X_ sv_X_)static BooleanValidCV(Object c, Object v)static BooleanValidCVI(Object c, Object v, Object i)static StringValidSettingsToStr(Object c, Object v)static BooleanValidStart(Object c, Object v, Object i, Orch.Type t)static org.overture.codegen.runtime.VDMSetValidVariabilities(Object c)
-
-
-
Method Detail
-
TypeOk
public static org.overture.codegen.runtime.Tuple TypeOk(Orch.Type ty)
-
InitSV
public static Orch.SV_X_ InitSV(Orch.SV sv)
-
TypeVariability
public static org.overture.codegen.runtime.Tuple TypeVariability(Object v, Orch.Type t)
-
CausalityVariabilityOk
public static org.overture.codegen.runtime.Tuple CausalityVariabilityOk(Object c, Object v)
-
ValidVariabilities
public static org.overture.codegen.runtime.VDMSet ValidVariabilities(Object c)
-
StartValueOk
public static org.overture.codegen.runtime.Tuple StartValueOk(Object c, Object v, Object i, Orch.Type t)
-
InvalidStartValueToStr
public static String InvalidStartValueToStr(Boolean b, Object c, Object v, Object i)
-
Validate
public static org.overture.codegen.runtime.Tuple Validate(Orch.SV_X_ sv_X_)
-
allSv
public static org.overture.codegen.runtime.VDMSet allSv()
-
allC
public static org.overture.codegen.runtime.VDMSet allC()
-
allV
public static org.overture.codegen.runtime.VDMSet allV()
-
allI
public static org.overture.codegen.runtime.VDMSet allI()
-
allT
public static org.overture.codegen.runtime.VDMSet allT()
-
allCV
public static org.overture.codegen.runtime.VDMSet allCV()
-
allCVI
public static org.overture.codegen.runtime.VDMSet allCVI()
-
allCVIT
public static org.overture.codegen.runtime.VDMSet allCVIT()
-
allSV_X_
public static org.overture.codegen.runtime.VDMSet allSV_X_()
-
-