Interface ResourcetypeFactory

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

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

    • createResourceSignature

      ResourceSignature createResourceSignature()
      Returns a new object of class 'Resource Signature'.
      Returns:
      a new object of class 'Resource Signature'.
      Generated class or method.
    • createProcessingResourceType

      ProcessingResourceType createProcessingResourceType()
      Returns a new object of class 'Processing Resource Type'.
      Returns:
      a new object of class 'Processing Resource Type'.
      Generated class or method.
    • createResourceRepository

      ResourceRepository createResourceRepository()
      Returns a new object of class 'Resource Repository'.
      Returns:
      a new object of class 'Resource Repository'.
      Generated class or method.
    • createSchedulingPolicy

      SchedulingPolicy createSchedulingPolicy()
      Returns a new object of class 'Scheduling Policy'.
      Returns:
      a new object of class 'Scheduling Policy'.
      Generated class or method.
    • createCommunicationLinkResourceType

      CommunicationLinkResourceType createCommunicationLinkResourceType()
      Returns a new object of class 'Communication Link Resource Type'.
      Returns:
      a new object of class 'Communication Link Resource Type'.
      Generated class or method.
    • createResourceInterface

      ResourceInterface createResourceInterface()
      Returns a new object of class 'Resource Interface'.
      Returns:
      a new object of class 'Resource Interface'.
      Generated class or method.
    • getResourcetypePackage

      ResourcetypePackage getResourcetypePackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.
      Generated class or method.