Interface SourcecodedecoratorFactory

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

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

    • createFileLevelSourceCodeLink

      FileLevelSourceCodeLink createFileLevelSourceCodeLink()
      Returns a new object of class 'File Level Source Code Link'.
      Returns:
      a new object of class 'File Level Source Code Link'.
      Generated class or method.
    • createMethodLevelSourceCodeLink

      MethodLevelSourceCodeLink createMethodLevelSourceCodeLink()
      Returns a new object of class 'Method Level Source Code Link'.
      Returns:
      a new object of class 'Method Level Source Code Link'.
      Generated class or method.
    • createControlFlowLevelSourceCodeLink

      ControlFlowLevelSourceCodeLink createControlFlowLevelSourceCodeLink()
      Returns a new object of class 'Control Flow Level Source Code Link'.
      Returns:
      a new object of class 'Control Flow Level Source Code Link'.
      Generated class or method.
    • createSourceCodeDecoratorRepository

      SourceCodeDecoratorRepository createSourceCodeDecoratorRepository()
      Returns a new object of class 'Source Code Decorator Repository'.
      Returns:
      a new object of class 'Source Code Decorator Repository'.
      Generated class or method.
    • createInterfaceSourceCodeLink

      InterfaceSourceCodeLink createInterfaceSourceCodeLink()
      Returns a new object of class 'Interface Source Code Link'.
      Returns:
      a new object of class 'Interface Source Code Link'.
      Generated class or method.
    • createComponentImplementingClassesLink

      ComponentImplementingClassesLink createComponentImplementingClassesLink()
      Returns a new object of class 'Component Implementing Classes Link'.
      Returns:
      a new object of class 'Component Implementing Classes Link'.
      Generated class or method.
    • createPCMSystemImplementatingClassesLink

      PCMSystemImplementatingClassesLink createPCMSystemImplementatingClassesLink()
      Returns a new object of class 'PCM System Implementating Classes Link'.
      Returns:
      a new object of class 'PCM System Implementating Classes Link'.
      Generated class or method.
    • createDataTypeSourceCodeLink

      DataTypeSourceCodeLink createDataTypeSourceCodeLink()
      Returns a new object of class 'Data Type Source Code Link'.
      Returns:
      a new object of class 'Data Type Source Code Link'.
      Generated class or method.
    • createInnerDatatypeSourceCodeLink

      InnerDatatypeSourceCodeLink createInnerDatatypeSourceCodeLink()
      Returns a new object of class 'Inner Datatype Source Code Link'.
      Returns:
      a new object of class 'Inner Datatype Source Code Link'.
      Generated class or method.
    • createAbstractActionClassMethodLink

      AbstractActionClassMethodLink createAbstractActionClassMethodLink()
      Returns a new object of class 'Abstract Action Class Method Link'.
      Returns:
      a new object of class 'Abstract Action Class Method Link'.
      Generated class or method.
    • createMethodLevelResourceDemandingInternalBehaviorLink

      MethodLevelResourceDemandingInternalBehaviorLink createMethodLevelResourceDemandingInternalBehaviorLink()
      Returns a new object of class 'Method Level Resource Demanding Internal Behavior Link'.
      Returns:
      a new object of class 'Method Level Resource Demanding Internal Behavior Link'.
      Generated class or method.
    • createSEFF2MethodMapping

      SEFF2MethodMapping createSEFF2MethodMapping()
      Returns a new object of class 'SEFF2 Method Mapping'.
      Returns:
      a new object of class 'SEFF2 Method Mapping'.
      Generated class or method.
    • createSeffElementSourceCodeLink

      SeffElementSourceCodeLink createSeffElementSourceCodeLink()
      Returns a new object of class 'Seff Element Source Code Link'.
      Returns:
      a new object of class 'Seff Element Source Code Link'.
      Generated class or method.
    • getSourcecodedecoratorPackage

      SourcecodedecoratorPackage getSourcecodedecoratorPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.
      Generated class or method.