java.lang.Object
dev.civl.mc.dynamic.IF.Dynamics
Entry point of the module dynamic.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewDynamicMemoryLocationSetFactory(dev.civl.sarl.IF.SymbolicUniverse universe, CIVLTypeFactory typeFactory, dev.civl.sarl.IF.expr.SymbolicExpression collectedScopeValue) Creates a new instance ofDynamicMemoryLocationSetFactory.static SymbolicUtilitynewSymbolicUtility(dev.civl.sarl.IF.SymbolicUniverse universe, ModelFactory modelFactory, StateFactory stateFactory) Creates a new instance of symbolic utility.
-
Constructor Details
-
Dynamics
public Dynamics()
-
-
Method Details
-
newSymbolicUtility
public static SymbolicUtility newSymbolicUtility(dev.civl.sarl.IF.SymbolicUniverse universe, ModelFactory modelFactory, StateFactory stateFactory) Creates a new instance of symbolic utility.- Parameters:
universe- The symbolic universe to be used.modelFactory- The model factory to be used.- Returns:
- The new symbolic utility created.
-
newDynamicMemoryLocationSetFactory
public static DynamicMemoryLocationSetFactory newDynamicMemoryLocationSetFactory(dev.civl.sarl.IF.SymbolicUniverse universe, CIVLTypeFactory typeFactory, dev.civl.sarl.IF.expr.SymbolicExpression collectedScopeValue) Creates a new instance ofDynamicMemoryLocationSetFactory.- Parameters:
universe- A reference to aSymbolicUniversetypeFactory- a reference to aCIVLTypeFactorycollectedScopeValue- the unique scope value that represents a scope has been collected.- Returns:
- a new instance of
DynamicMemoryLocationSetFactory.
-