Interface NodeCharacteristicsFactory

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

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

    • createUsageAsignee

      UsageAsignee createUsageAsignee()
      Returns a new object of class 'Usage Asignee'.
      Returns:
      a new object of class 'Usage Asignee'.
      Generated class or method.
    • createRessourceAssignee

      RessourceAssignee createRessourceAssignee()
      Returns a new object of class 'Ressource Assignee'.
      Returns:
      a new object of class 'Ressource Assignee'.
      Generated class or method.
    • createAssemblyAssignee

      AssemblyAssignee createAssemblyAssignee()
      Returns a new object of class 'Assembly Assignee'.
      Returns:
      a new object of class 'Assembly Assignee'.
      Generated class or method.
    • createAssignments

      Assignments createAssignments()
      Returns a new object of class 'Assignments'.
      Returns:
      a new object of class 'Assignments'.
      Generated class or method.
    • getNodeCharacteristicsPackage

      NodeCharacteristicsPackage getNodeCharacteristicsPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.
      Generated class or method.