Class AbstractEVMAdapter
- java.lang.Object
-
- org.eclipse.viatra.transformation.evm.api.adapter.AbstractEVMAdapter
-
- All Implemented Interfaces:
IEVMAdapter
public class AbstractEVMAdapter extends java.lang.Object implements IEVMAdapter
AbstractIEVMAdapter
implementation.
-
-
Constructor Summary
Constructors Constructor Description AbstractEVMAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeableConflictSet
getConflictSet(ChangeableConflictSet set)
java.util.Iterator<Activation<?>>
getExecutableActivations(java.util.Iterator<Activation<?>> iterator)
-
-
-
Method Detail
-
getExecutableActivations
public java.util.Iterator<Activation<?>> getExecutableActivations(java.util.Iterator<Activation<?>> iterator)
- Specified by:
getExecutableActivations
in interfaceIEVMAdapter
-
getConflictSet
public ChangeableConflictSet getConflictSet(ChangeableConflictSet set)
- Specified by:
getConflictSet
in interfaceIEVMAdapter
-
-