Interface SeffReliabilityFactory

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

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

  • Method Details

    • createRecoveryActionBehaviour

      RecoveryActionBehaviour createRecoveryActionBehaviour()
      Returns a new object of class 'Recovery Action Behaviour'.
      Returns:
      a new object of class 'Recovery Action Behaviour'.
      Generated class or method.
    • createRecoveryAction

      RecoveryAction createRecoveryAction()
      Returns a new object of class 'Recovery Action'.
      Returns:
      a new object of class 'Recovery Action'.
      Generated class or method.
    • getSeffReliabilityPackage

      SeffReliabilityPackage getSeffReliabilityPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.
      Generated class or method.