UML Modeling Layer

com.ibm.xtools.umlnotation
Interface UmlnotationFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier

public interface UmlnotationFactory
extends EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
UmlnotationPackage

Field Summary
static UmlnotationFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 UMLClassifierStyle createUMLClassifierStyle()
          Returns a new object of class 'UML Classifier Style'
 UMLComponentStyle createUMLComponentStyle()
          Returns a new object of class 'UML Component Style'
 UMLConnectorStyle createUMLConnectorStyle()
          Returns a new object of class 'UML Connector Style'
 UMLDiagramStyle createUMLDiagramStyle()
          Returns a new object of class 'UML Diagram Style'
 UMLFrameStyle createUMLFrameStyle()
          Returns a new object of class 'UML Frame Style'
 UMLListCompartmentStyle createUMLListCompartmentStyle()
          Returns a new object of class 'UML List Compartment Style'
 UMLListStyle createUMLListStyle()
          Returns a new object of class 'UML List Style'
 UMLNameStyle createUMLNameStyle()
          Returns a new object of class 'UML Name Style'
 UMLParentStyle createUMLParentStyle()
          Returns a new object of class 'UML Parent Style'
 UMLShapeCompartmentStyle createUMLShapeCompartmentStyle()
          Returns a new object of class 'UML Shape Compartment Style'
 UMLShapeStyle createUMLShapeStyle()
          Returns a new object of class 'UML Shape Style'
 UMLStereotypeStyle createUMLStereotypeStyle()
          Returns a new object of class 'UML Stereotype Style'
 UmlnotationPackage getUmlnotationPackage()
          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

eINSTANCE

static final UmlnotationFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createUMLNameStyle

UMLNameStyle createUMLNameStyle()
Returns a new object of class 'UML Name Style'.

Returns:
a new object of class 'UML Name Style'.

createUMLStereotypeStyle

UMLStereotypeStyle createUMLStereotypeStyle()
Returns a new object of class 'UML Stereotype Style'.

Returns:
a new object of class 'UML Stereotype Style'.

createUMLParentStyle

UMLParentStyle createUMLParentStyle()
Returns a new object of class 'UML Parent Style'.

Returns:
a new object of class 'UML Parent Style'.

createUMLShapeStyle

UMLShapeStyle createUMLShapeStyle()
Returns a new object of class 'UML Shape Style'.

Returns:
a new object of class 'UML Shape Style'.

createUMLClassifierStyle

UMLClassifierStyle createUMLClassifierStyle()
Returns a new object of class 'UML Classifier Style'.

Returns:
a new object of class 'UML Classifier Style'.

createUMLListStyle

UMLListStyle createUMLListStyle()
Returns a new object of class 'UML List Style'.

Returns:
a new object of class 'UML List Style'.

createUMLComponentStyle

UMLComponentStyle createUMLComponentStyle()
Returns a new object of class 'UML Component Style'.

Returns:
a new object of class 'UML Component Style'.

createUMLDiagramStyle

UMLDiagramStyle createUMLDiagramStyle()
Returns a new object of class 'UML Diagram Style'.

Returns:
a new object of class 'UML Diagram Style'.

createUMLFrameStyle

UMLFrameStyle createUMLFrameStyle()
Returns a new object of class 'UML Frame Style'.

Returns:
a new object of class 'UML Frame Style'.

createUMLConnectorStyle

UMLConnectorStyle createUMLConnectorStyle()
Returns a new object of class 'UML Connector Style'.

Returns:
a new object of class 'UML Connector Style'.

createUMLListCompartmentStyle

UMLListCompartmentStyle createUMLListCompartmentStyle()
Returns a new object of class 'UML List Compartment Style'.

Returns:
a new object of class 'UML List Compartment Style'.

createUMLShapeCompartmentStyle

UMLShapeCompartmentStyle createUMLShapeCompartmentStyle()
Returns a new object of class 'UML Shape Compartment Style'.

Returns:
a new object of class 'UML Shape Compartment Style'.

getUmlnotationPackage

UmlnotationPackage getUmlnotationPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.