Class AbstractActionLiteral
java.lang.Object
tools.refinery.store.dse.transition.actions.AbstractActionLiteral
- All Implemented Interfaces:
ActionLiteral
- Direct Known Subclasses:
ConstantActionLiteral
,CreateActionLiteral
,DeleteActionLiteral
,PutActionLiteral
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface tools.refinery.store.dse.transition.actions.ActionLiteral
bindToModel, getInputVariables, getOutputVariables
-
Constructor Details
-
AbstractActionLiteral
public AbstractActionLiteral()
-