|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UcoreFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
UcorePackage
Field Summary | |
---|---|
static UcoreFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
UAttributeVariable |
createUAttributeVariable()
Returns a new object of class 'UAttribute Variable'. |
UAttributeVariable2UExpressionVariable |
createUAttributeVariable2UExpressionVariable()
Returns a new object of class 'UAttribute Variable2 UExpression Variable'. |
UBinding |
createUBinding()
Returns a new object of class 'UBinding'. |
UClassVariable |
createUClassVariable()
Returns a new object of class 'UClass Variable'. |
UClassVariable2UAttributeVariable |
createUClassVariable2UAttributeVariable()
Returns a new object of class 'UClass Variable2 UAttribute Variable'. |
UClassVariable2UClassVariable |
createUClassVariable2UClassVariable()
Returns a new object of class 'UClass Variable2 UClass Variable'. |
UDomain |
createUDomain()
Returns a new object of class 'UDomain'. |
UDomain2UTypedModel |
createUDomain2UTypedModel()
Returns a new object of class 'UDomain2 UTyped Model'. |
UDomain2UVariable |
createUDomain2UVariable()
Returns a new object of class 'UDomain2 UVariable'. |
UDomainPattern |
createUDomainPattern()
Returns a new object of class 'UDomain Pattern'. |
UDummy |
createUDummy()
Returns a new object of class 'UDummy'. |
UEvolution |
createUEvolution()
Returns a new object of class 'UEvolution'. |
UEvolutionInstance |
createUEvolutionInstance()
Returns a new object of class 'UEvolution Instance'. |
UExpression |
createUExpression()
Returns a new object of class 'UExpression'. |
UExpressionVariable |
createUExpressionVariable()
Returns a new object of class 'UExpression Variable'. |
UHelper |
createUHelper()
Returns a new object of class 'UHelper'. |
UMapping2UDomain |
createUMapping2UDomain()
Returns a new object of class 'UMapping2 UDomain'. |
UMappingInstance |
createUMappingInstance()
Returns a new object of class 'UMapping Instance'. |
UOCLConstraint |
createUOCLConstraint()
Returns a new object of class 'UOCL Constraint'. |
UOCLConstraint2UVariable |
createUOCLConstraint2UVariable()
Returns a new object of class 'UOCL Constraint2 UVariable'. |
UOperation |
createUOperation()
Returns a new object of class 'UOperation'. |
UParameter |
createUParameter()
Returns a new object of class 'UParameter'. |
UPattern |
createUPattern()
Returns a new object of class 'UPattern'. |
UPredicate |
createUPredicate()
Returns a new object of class 'UPredicate'. |
UPreservation |
createUPreservation()
Returns a new object of class 'UPreservation'. |
UPreservationInstance |
createUPreservationInstance()
Returns a new object of class 'UPreservation Instance'. |
URelation |
createURelation()
Returns a new object of class 'URelation'. |
URelationDomain |
createURelationDomain()
Returns a new object of class 'URelation Domain'. |
URelationInstance |
createURelationInstance()
Returns a new object of class 'URelation Instance'. |
URule |
createURule()
Returns a new object of class 'URule'. |
USelfParameter |
createUSelfParameter()
Returns a new object of class 'USelf Parameter'. |
UTemplateExpression |
createUTemplateExpression()
Returns a new object of class 'UTemplate Expression'. |
UTransformation |
createUTransformation()
Returns a new object of class 'UTransformation'. |
UTransformation2UTransformation |
createUTransformation2UTransformation()
Returns a new object of class 'UTransformation2 UTransformation'. |
UTransformation2UTypedModel |
createUTransformation2UTypedModel()
Returns a new object of class 'UTransformation2 UTyped Model'. |
UTypedModel |
createUTypedModel()
Returns a new object of class 'UTyped Model'. |
UTypedModel2EPackage |
createUTypedModel2EPackage()
Returns a new object of class 'UTyped Model2 EPackage'. |
UTypedModel2UTypedModel |
createUTypedModel2UTypedModel()
Returns a new object of class 'UTyped Model2 UTyped Model'. |
UcorePackage |
getUcorePackage()
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, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final UcoreFactory eINSTANCE
Method Detail |
---|
UDomain createUDomain()
UDomainPattern createUDomainPattern()
UDomain2UTypedModel createUDomain2UTypedModel()
UPattern createUPattern()
UPredicate createUPredicate()
URelation createURelation()
URelationDomain createURelationDomain()
URule createURule()
UTemplateExpression createUTemplateExpression()
UTransformation createUTransformation()
UTypedModel createUTypedModel()
UHelper createUHelper()
UParameter createUParameter()
UAttributeVariable createUAttributeVariable()
UClassVariable createUClassVariable()
UClassVariable2UClassVariable createUClassVariable2UClassVariable()
UClassVariable2UAttributeVariable createUClassVariable2UAttributeVariable()
UOperation createUOperation()
UPreservation createUPreservation()
UPreservationInstance createUPreservationInstance()
URelationInstance createURelationInstance()
UDummy createUDummy()
UExpressionVariable createUExpressionVariable()
UMappingInstance createUMappingInstance()
UMapping2UDomain createUMapping2UDomain()
UOCLConstraint createUOCLConstraint()
UOCLConstraint2UVariable createUOCLConstraint2UVariable()
UEvolution createUEvolution()
UExpression createUExpression()
UEvolutionInstance createUEvolutionInstance()
UTypedModel2EPackage createUTypedModel2EPackage()
UDomain2UVariable createUDomain2UVariable()
UTransformation2UTransformation createUTransformation2UTransformation()
UTransformation2UTypedModel createUTransformation2UTypedModel()
UTypedModel2UTypedModel createUTypedModel2UTypedModel()
USelfParameter createUSelfParameter()
UAttributeVariable2UExpressionVariable createUAttributeVariable2UExpressionVariable()
UBinding createUBinding()
UcorePackage getUcorePackage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |