public class AS2Ecore.InverseConversion extends AbstractConversion implements External2AS
AbstractConversion.Predicate<T extends EObject>| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
Model |
getASModel()
Return the AS model that results from this conversion.
|
<T extends Element> |
getCreated(Class<T> requiredClass,
EObject eObject)
Return the AS element of type requiredClass corresponding to the external eOBJect, or null if none available.
|
Map<EObject,Element> |
getCreatedMap()
Return the map of all external objects to all AS elements.
|
Resource |
getResource()
Return the external resource.
|
URI |
getURI()
Return the URI of the external resource.
|
void |
putCreated(EModelElement eModelElement,
Element pivotElement) |
getEnvironmentFactory, getEPackage, getMetamodelManager, getStandardLibrary, isId, refreshListpublic void dispose()
dispose in interface External2ASpublic Model getASModel() throws ParserException
External2ASgetASModel in interface External2ASParserExceptionpublic <T extends Element> T getCreated(Class<T> requiredClass, EObject eObject)
External2ASgetCreated in interface External2ASpublic Map<EObject,Element> getCreatedMap()
External2ASgetCreatedMap in interface External2ASpublic Resource getResource()
External2ASgetResource in interface External2ASpublic URI getURI()
External2ASgetURI in interface External2ASpublic void putCreated(EModelElement eModelElement,
Element pivotElement)
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.