TPTP 4.4.0 Monitoring Tools Project
Public API Specification

org.eclipse.tptp.wsdm.tooling.model.addressing
Interface AddressingFactory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
AddressingFactoryImpl

public interface AddressingFactory
extends org.eclipse.emf.ecore.EFactory

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

See Also:
AddressingPackage
Generated

Field Summary
static AddressingFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 AttributedAnyType createAttributedAnyType()
          Returns a new object of class 'Attributed Any Type'
 AttributedQNameType createAttributedQNameType()
          Returns a new object of class 'Attributed QName Type'
 AttributedUnsignedLongType createAttributedUnsignedLongType()
          Returns a new object of class 'Attributed Unsigned Long Type'
 AttributedURIType createAttributedURIType()
          Returns a new object of class 'Attributed URI Type'
 DocumentRoot createDocumentRoot()
          Returns a new object of class 'Document Root'
 EndpointReferenceType createEndpointReferenceType()
          Returns a new object of class 'Endpoint Reference Type'
 MetadataType createMetadataType()
          Returns a new object of class 'Metadata Type'
 ProblemActionType createProblemActionType()
          Returns a new object of class 'Problem Action Type'
 ReferenceParametersType createReferenceParametersType()
          Returns a new object of class 'Reference Parameters Type'
 RelatesToType createRelatesToType()
          Returns a new object of class 'Relates To Type'
 AddressingPackage getAddressingPackage()
          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

public static final AddressingFactory eINSTANCE
The singleton instance of the factory.

Generated
Method Detail

createAttributedAnyType

public AttributedAnyType createAttributedAnyType()
Returns a new object of class 'Attributed Any Type'.

Returns:
a new object of class 'Attributed Any Type'.
Generated

createAttributedQNameType

public AttributedQNameType createAttributedQNameType()
Returns a new object of class 'Attributed QName Type'.

Returns:
a new object of class 'Attributed QName Type'.
Generated

createAttributedUnsignedLongType

public AttributedUnsignedLongType createAttributedUnsignedLongType()
Returns a new object of class 'Attributed Unsigned Long Type'.

Returns:
a new object of class 'Attributed Unsigned Long Type'.
Generated

createAttributedURIType

public AttributedURIType createAttributedURIType()
Returns a new object of class 'Attributed URI Type'.

Returns:
a new object of class 'Attributed URI Type'.
Generated

createDocumentRoot

public DocumentRoot createDocumentRoot()
Returns a new object of class 'Document Root'.

Returns:
a new object of class 'Document Root'.
Generated

createEndpointReferenceType

public EndpointReferenceType createEndpointReferenceType()
Returns a new object of class 'Endpoint Reference Type'.

Returns:
a new object of class 'Endpoint Reference Type'.
Generated

createMetadataType

public MetadataType createMetadataType()
Returns a new object of class 'Metadata Type'.

Returns:
a new object of class 'Metadata Type'.
Generated

createProblemActionType

public ProblemActionType createProblemActionType()
Returns a new object of class 'Problem Action Type'.

Returns:
a new object of class 'Problem Action Type'.
Generated

createReferenceParametersType

public ReferenceParametersType createReferenceParametersType()
Returns a new object of class 'Reference Parameters Type'.

Returns:
a new object of class 'Reference Parameters Type'.
Generated

createRelatesToType

public RelatesToType createRelatesToType()
Returns a new object of class 'Relates To Type'.

Returns:
a new object of class 'Relates To Type'.
Generated

getAddressingPackage

public AddressingPackage getAddressingPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated

TPTP 4.4.0 Monitoring Tools Project
Public API Specification