public interface CapellacoreFactory
extends org.eclipse.emf.ecore.EFactory
CapellacorePackage| Modifier and Type | Field and Description |
|---|---|
static CapellacoreFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanPropertyValue |
createBooleanPropertyValue()
Returns a new object of class 'Boolean Property Value'.
|
BooleanPropertyValue |
createBooleanPropertyValue(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
Constraint |
createConstraint()
Returns a new object of class 'Constraint'.
|
Constraint |
createConstraint(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
EnumerationPropertyLiteral |
createEnumerationPropertyLiteral()
Returns a new object of class 'Enumeration Property Literal'.
|
EnumerationPropertyLiteral |
createEnumerationPropertyLiteral(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
EnumerationPropertyType |
createEnumerationPropertyType()
Returns a new object of class 'Enumeration Property Type'.
|
EnumerationPropertyType |
createEnumerationPropertyType(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
EnumerationPropertyValue |
createEnumerationPropertyValue()
Returns a new object of class 'Enumeration Property Value'.
|
EnumerationPropertyValue |
createEnumerationPropertyValue(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
FloatPropertyValue |
createFloatPropertyValue()
Returns a new object of class 'Float Property Value'.
|
FloatPropertyValue |
createFloatPropertyValue(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
Generalization |
createGeneralization()
Returns a new object of class 'Generalization'.
|
IntegerPropertyValue |
createIntegerPropertyValue()
Returns a new object of class 'Integer Property Value'.
|
IntegerPropertyValue |
createIntegerPropertyValue(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
KeyValue |
createKeyValue()
Returns a new object of class 'Key Value'.
|
NamingRule |
createNamingRule()
Returns a new object of class 'Naming Rule'.
|
PropertyValueGroup |
createPropertyValueGroup()
Returns a new object of class 'Property Value Group'.
|
PropertyValueGroup |
createPropertyValueGroup(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
PropertyValuePkg |
createPropertyValuePkg()
Returns a new object of class 'Property Value Pkg'.
|
PropertyValuePkg |
createPropertyValuePkg(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
ReuseLink |
createReuseLink()
Returns a new object of class 'Reuse Link'.
|
StringPropertyValue |
createStringPropertyValue()
Returns a new object of class 'String Property Value'.
|
StringPropertyValue |
createStringPropertyValue(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
CapellacorePackage |
getCapellacorePackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackagegetEAnnotation, getEAnnotationsstatic final CapellacoreFactory eINSTANCE
NamingRule createNamingRule()
Constraint createConstraint()
KeyValue createKeyValue()
ReuseLink createReuseLink()
Generalization createGeneralization()
StringPropertyValue createStringPropertyValue()
IntegerPropertyValue createIntegerPropertyValue()
BooleanPropertyValue createBooleanPropertyValue()
FloatPropertyValue createFloatPropertyValue()
EnumerationPropertyValue createEnumerationPropertyValue()
EnumerationPropertyType createEnumerationPropertyType()
EnumerationPropertyLiteral createEnumerationPropertyLiteral()
PropertyValueGroup createPropertyValueGroup()
PropertyValuePkg createPropertyValuePkg()
CapellacorePackage getCapellacorePackage()
Constraint createConstraint(java.lang.String name_p)
name_p - : default name of created elementStringPropertyValue createStringPropertyValue(java.lang.String name_p)
name_p - : default name of created elementIntegerPropertyValue createIntegerPropertyValue(java.lang.String name_p)
name_p - : default name of created elementBooleanPropertyValue createBooleanPropertyValue(java.lang.String name_p)
name_p - : default name of created elementFloatPropertyValue createFloatPropertyValue(java.lang.String name_p)
name_p - : default name of created elementEnumerationPropertyValue createEnumerationPropertyValue(java.lang.String name_p)
name_p - : default name of created elementEnumerationPropertyType createEnumerationPropertyType(java.lang.String name_p)
name_p - : default name of created elementEnumerationPropertyLiteral createEnumerationPropertyLiteral(java.lang.String name_p)
name_p - : default name of created elementPropertyValueGroup createPropertyValueGroup(java.lang.String name_p)
name_p - : default name of created elementPropertyValuePkg createPropertyValuePkg(java.lang.String name_p)
name_p - : default name of created element