Class TranslationCache
- java.lang.Object
-
- edu.kit.ipd.sdq.dataflow.systemmodel.TranslationCache
-
public class TranslationCache extends Object
Caches translation information which is potentially expensive to compute.
-
-
Constructor Summary
Constructors Constructor Description TranslationCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
Set<Attribute>
getDataTypeAttributes(DataType dt)
TypeRestrictions
getTermTypeRestrictions(LogicTerm term)
-
-
-
Method Detail
-
clear
public void clear()
-
getTermTypeRestrictions
public TypeRestrictions getTermTypeRestrictions(LogicTerm term)
-
-