Interface IAdapterConfiguration
-
public interface IAdapterConfiguration
Interface that defines the methods of VIATRA transformation adapter configurations. Adapter configurations can containIEVMListener
andIEVMAdapter
objects
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<IEVMAdapter>
getAdapters()
java.util.List<IEVMListener>
getListeners()
-
-
-
Method Detail
-
getListeners
java.util.List<IEVMListener> getListeners()
-
getAdapters
java.util.List<IEVMAdapter> getAdapters()
-
-