Class LogicTermContext
- java.lang.Object
-
- edu.kit.ipd.sdq.dataflow.systemmodel.LogicTermContext
-
@Accessors public class LogicTermContext extends Object
Provides the context information required for the LogicTermTranslator.
-
-
Constructor Summary
Constructors Constructor Description LogicTermContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttributeWildCardInstatiation()
String
getCurrentStack()
StateAccessMode
getStateAccessPredicate()
String
getStateAccessStack()
String
getValueWildCardInstatiation()
void
setAttributeWildCardInstatiation(String attributeWildCardInstatiation)
void
setCurrentStack(String currentStack)
void
setStateAccessPredicate(StateAccessMode stateAccessPredicate)
void
setStateAccessStack(String stateAccessStack)
void
setValueWildCardInstatiation(String valueWildCardInstatiation)
-
-
-
Method Detail
-
getAttributeWildCardInstatiation
@Pure public String getAttributeWildCardInstatiation()
-
setAttributeWildCardInstatiation
public void setAttributeWildCardInstatiation(String attributeWildCardInstatiation)
-
getValueWildCardInstatiation
@Pure public String getValueWildCardInstatiation()
-
setValueWildCardInstatiation
public void setValueWildCardInstatiation(String valueWildCardInstatiation)
-
getCurrentStack
@Pure public String getCurrentStack()
-
setCurrentStack
public void setCurrentStack(String currentStack)
-
getStateAccessStack
@Pure public String getStateAccessStack()
-
setStateAccessStack
public void setStateAccessStack(String stateAccessStack)
-
getStateAccessPredicate
@Pure public StateAccessMode getStateAccessPredicate()
-
setStateAccessPredicate
public void setStateAccessPredicate(StateAccessMode stateAccessPredicate)
-
-