Class TypeInference
- java.lang.Object
-
- de.uka.ipd.sdq.pcm.stochasticexpressions.TypeInference
-
- All Implemented Interfaces:
de.uka.ipd.sdq.stoex.analyser.visitors.ITypeInference
public class TypeInference extends Object implements de.uka.ipd.sdq.stoex.analyser.visitors.ITypeInference
Extension for the StoEx Analyser (de.uka.ipd.sdq.stoex.analyser) to determine the type of a variable based on its characterization type. The method of this extension contains the variable characterization dependencies to the pcm core. In order to move the StoEx Analyser to pcm commons, it was made extensible via extension points and the functionality of the variable characterizations was provided as this extension.
-
-
Constructor Summary
Constructors Constructor Description TypeInference()Explicit standard constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.uka.ipd.sdq.stoex.analyser.visitors.TypeEnumgetType(de.uka.ipd.sdq.stoex.Variable var)
-