Module org.nasdanika.html.ecore
Package org.nasdanika.html.ecore
Class EcoreActionSupplierAdapterFactory
- java.lang.Object
-
- org.nasdanika.emf.ComposedAdapterFactory
-
- org.nasdanika.html.ecore.EcoreActionSupplierAdapterFactory
-
- All Implemented Interfaces:
AdapterFactory,org.nasdanika.emf.ComposeableAdapterFactory
public class EcoreActionSupplierAdapterFactory extends org.nasdanika.emf.ComposedAdapterFactory
- Author:
- Pavel
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetDiagramDialect()protected EReferencegetEClassifierRole(EClassifier eClassifier)protected ObjectgetEPackage(String nsURI)protected StringgetLabel(ENamedElement eNamedElement, String defaultLabel)protected booleanisDocumentable(EModelElement modelElement)Override to selectively document models, i.e.protected booleanisGenerateLoadSpecification()Override to return false to suppress generation of load specification.protected booleanshallDocument(EModelElement modelElement)
-
-
-
Method Detail
-
isGenerateLoadSpecification
protected boolean isGenerateLoadSpecification()
Override to return false to suppress generation of load specification.- Returns:
-
getDiagramDialect
protected String getDiagramDialect()
-
getEPackage
protected Object getEPackage(String nsURI)
-
shallDocument
protected boolean shallDocument(EModelElement modelElement)
- Parameters:
modelElement-- Returns:
- true if the element is documentable, its container shall be documented and for
ETypedElement's the type should be documented.
-
isDocumentable
protected boolean isDocumentable(EModelElement modelElement)
Override to selectively document models, i.e. provide a specific view.- Parameters:
modelElement-- Returns:
-
getEClassifierRole
protected EReference getEClassifierRole(EClassifier eClassifier)
-
getLabel
protected String getLabel(ENamedElement eNamedElement, String defaultLabel)
-
-