Interface ResourceenvironmentFactory

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

public interface ResourceenvironmentFactory 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

    • createResourceEnvironment

      ResourceEnvironment createResourceEnvironment()
      Returns a new object of class 'Resource Environment'.
      Returns:
      a new object of class 'Resource Environment'.
      Generated class or method.
    • createLinkingResource

      LinkingResource createLinkingResource()
      Returns a new object of class 'Linking Resource'.
      Returns:
      a new object of class 'Linking Resource'.
      Generated class or method.
    • createResourceContainer

      ResourceContainer createResourceContainer()
      Returns a new object of class 'Resource Container'.
      Returns:
      a new object of class 'Resource Container'.
      Generated class or method.
    • createProcessingResourceSpecification

      ProcessingResourceSpecification createProcessingResourceSpecification()
      Returns a new object of class 'Processing Resource Specification'.
      Returns:
      a new object of class 'Processing Resource Specification'.
      Generated class or method.
    • createCommunicationLinkResourceSpecification

      CommunicationLinkResourceSpecification createCommunicationLinkResourceSpecification()
      Returns a new object of class 'Communication Link Resource Specification'.
      Returns:
      a new object of class 'Communication Link Resource Specification'.
      Generated class or method.
    • createHDDProcessingResourceSpecification

      HDDProcessingResourceSpecification createHDDProcessingResourceSpecification()
      Returns a new object of class 'HDD Processing Resource Specification'.
      Returns:
      a new object of class 'HDD Processing Resource Specification'.
      Generated class or method.
    • getResourceenvironmentPackage

      ResourceenvironmentPackage getResourceenvironmentPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.
      Generated class or method.