public interface InformationFactory
extends org.eclipse.emf.ecore.EFactory
InformationPackage| Type | Property and Description |
|---|---|
Property |
create
Returns a new object of class 'Property'.
|
UnionProperty |
createUnion
Returns a new object of class 'Union Property'.
|
| Modifier and Type | Field and Description |
|---|---|
static InformationFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
Association |
createAssociation()
Returns a new object of class 'Association'.
|
Association |
createAssociation(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
Class |
createClass()
Returns a new object of class 'Class'.
|
Class |
createClass(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
Collection |
createCollection()
Returns a new object of class 'Collection'.
|
Collection |
createCollection(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
CollectionValue |
createCollectionValue()
Returns a new object of class 'Collection Value'.
|
CollectionValue |
createCollectionValue(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
CollectionValueReference |
createCollectionValueReference()
Returns a new object of class 'Collection Value Reference'.
|
CollectionValueReference |
createCollectionValueReference(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
DataPkg |
createDataPkg()
Returns a new object of class 'Data Pkg'.
|
DataPkg |
createDataPkg(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
DomainElement |
createDomainElement()
Returns a new object of class 'Domain Element'.
|
DomainElement |
createDomainElement(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
ExchangeItem |
createExchangeItem()
Returns a new object of class 'Exchange Item'.
|
ExchangeItem |
createExchangeItem(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
ExchangeItemElement |
createExchangeItemElement()
Returns a new object of class 'Exchange Item Element'.
|
ExchangeItemElement |
createExchangeItemElement(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
ExchangeItemInstance |
createExchangeItemInstance()
Returns a new object of class 'Exchange Item Instance'.
|
ExchangeItemInstance |
createExchangeItemInstance(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
ExchangeItemRealization |
createExchangeItemRealization()
Returns a new object of class 'Exchange Item Realization'.
|
InformationRealization |
createInformationRealization()
Returns a new object of class 'Realization'.
|
KeyPart |
createKeyPart()
Returns a new object of class 'Key Part'.
|
OperationAllocation |
createOperationAllocation()
Returns a new object of class 'Operation Allocation'.
|
Parameter |
createParameter()
Returns a new object of class 'Parameter'.
|
Parameter |
createParameter(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
PortAllocation |
createPortAllocation()
Returns a new object of class 'Port Allocation'.
|
PortRealization |
createPortRealization()
Returns a new object of class 'Port Realization'.
|
Property |
createProperty()
Returns a new object of class 'Property'.
|
Property |
createProperty(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
Service |
createService()
Returns a new object of class 'Service'.
|
Service |
createService(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
Union |
createUnion()
Returns a new object of class 'Union'.
|
Union |
createUnion(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
UnionProperty |
createUnionProperty()
Returns a new object of class 'Union Property'.
|
UnionProperty |
createUnionProperty(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
Unit |
createUnit()
Returns a new object of class 'Unit'.
|
Unit |
createUnit(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
InformationPackage |
getInformationPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackagegetEAnnotation, getEAnnotationsProperty createProperty
UnionProperty createUnionProperty
static final InformationFactory eINSTANCE
Association createAssociation()
Class createClass()
Collection createCollection()
CollectionValue createCollectionValue()
CollectionValueReference createCollectionValueReference()
DataPkg createDataPkg()
DomainElement createDomainElement()
KeyPart createKeyPart()
OperationAllocation createOperationAllocation()
Parameter createParameter()
Property createProperty()
Service createService()
Union createUnion()
UnionProperty createUnionProperty()
Unit createUnit()
PortRealization createPortRealization()
PortAllocation createPortAllocation()
ExchangeItem createExchangeItem()
ExchangeItemElement createExchangeItemElement()
ExchangeItemInstance createExchangeItemInstance()
InformationRealization createInformationRealization()
ExchangeItemRealization createExchangeItemRealization()
InformationPackage getInformationPackage()
Association createAssociation(java.lang.String name_p)
name_p - : default name of created elementClass createClass(java.lang.String name_p)
name_p - : default name of created elementCollection createCollection(java.lang.String name_p)
name_p - : default name of created elementCollectionValue createCollectionValue(java.lang.String name_p)
name_p - : default name of created elementCollectionValueReference createCollectionValueReference(java.lang.String name_p)
name_p - : default name of created elementDataPkg createDataPkg(java.lang.String name_p)
name_p - : default name of created elementDomainElement createDomainElement(java.lang.String name_p)
name_p - : default name of created elementParameter createParameter(java.lang.String name_p)
name_p - : default name of created elementProperty createProperty(java.lang.String name_p)
name_p - : default name of created elementService createService(java.lang.String name_p)
name_p - : default name of created elementUnion createUnion(java.lang.String name_p)
name_p - : default name of created elementUnionProperty createUnionProperty(java.lang.String name_p)
name_p - : default name of created elementUnit createUnit(java.lang.String name_p)
name_p - : default name of created elementExchangeItem createExchangeItem(java.lang.String name_p)
name_p - : default name of created elementExchangeItemElement createExchangeItemElement(java.lang.String name_p)
name_p - : default name of created elementExchangeItemInstance createExchangeItemInstance(java.lang.String name_p)
name_p - : default name of created element