Interface LMSecurityFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier
All Known Implementing Classes:
LMSecurityFactoryImpl

public interface LMSecurityFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
See Also:
Generated
  • Field Details

    • eINSTANCE

      static final LMSecurityFactory eINSTANCE
      The singleton instance of the factory.
      Generated
  • Method Details

    • createModuleFilter

      ModuleFilter createModuleFilter()
      Returns a new object of class 'Module Filter'.
      Returns:
      a new object of class 'Module Filter'.
      Generated
    • createModuleTypeFilter

      ModuleTypeFilter createModuleTypeFilter()
      Returns a new object of class 'Module Type Filter'.
      Returns:
      a new object of class 'Module Type Filter'.
      Generated
    • getLMSecurityPackage

      LMSecurityPackage getLMSecurityPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.
      Generated