Package FeatureCompletionModel
Interface FeatureCompletionFactory
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
FeatureCompletionFactoryImpl
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 Summary
Modifier and TypeFieldDescriptionstatic final FeatureCompletionFactory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Architecture Constraints'.Returns a new object of class 'Complementum'.Returns a new object of class 'Complementum Visnetis'.Returns a new object of class 'Completion Component'.Returns a new object of class 'Constrainable Element'.Returns a new object of class 'Described Element'.Returns a new object of class 'Feature Completion'.Returns a new object of class 'Repository'.Returns a new object of class 'Named Element'.Returns a new object of class 'Perimeter Providing'.Returns a new object of class 'Perimeter Requiring'.Returns the package supported by this factory.Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Details
-
createFeatureCompletionRepository
FeatureCompletionRepository createFeatureCompletionRepository()Returns a new object of class 'Repository'.- Returns:
- a new object of class 'Repository'.
- Generated class or method.
-
createFeatureCompletion
FeatureCompletion createFeatureCompletion()Returns a new object of class 'Feature Completion'.- Returns:
- a new object of class 'Feature Completion'.
- Generated class or method.
-
createCompletionComponent
CompletionComponent createCompletionComponent()Returns a new object of class 'Completion Component'.- Returns:
- a new object of class 'Completion Component'.
- Generated class or method.
-
createDescribedElement
DescribedElement createDescribedElement()Returns a new object of class 'Described Element'.- Returns:
- a new object of class 'Described Element'.
- Generated class or method.
-
createNamedElement
NamedElement createNamedElement()Returns a new object of class 'Named Element'.- Returns:
- a new object of class 'Named Element'.
- Generated class or method.
-
createPerimeterProviding
PerimeterProviding createPerimeterProviding()Returns a new object of class 'Perimeter Providing'.- Returns:
- a new object of class 'Perimeter Providing'.
- Generated class or method.
-
createComplementumVisnetis
ComplementumVisnetis createComplementumVisnetis()Returns a new object of class 'Complementum Visnetis'.- Returns:
- a new object of class 'Complementum Visnetis'.
- Generated class or method.
-
createComplementum
Complementum createComplementum()Returns a new object of class 'Complementum'.- Returns:
- a new object of class 'Complementum'.
- Generated class or method.
-
createArchitectureConstraints
ArchitectureConstraints createArchitectureConstraints()Returns a new object of class 'Architecture Constraints'.- Returns:
- a new object of class 'Architecture Constraints'.
- Generated class or method.
-
createConstrainableElement
ConstrainableElement createConstrainableElement()Returns a new object of class 'Constrainable Element'.- Returns:
- a new object of class 'Constrainable Element'.
- Generated class or method.
-
createPerimeterRequiring
PerimeterRequiring createPerimeterRequiring()Returns a new object of class 'Perimeter Requiring'.- Returns:
- a new object of class 'Perimeter Requiring'.
- Generated class or method.
-
getFeatureCompletionPackage
FeatureCompletionPackage getFeatureCompletionPackage()Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-