public class DmrToSegmentsViewServiceFactory extends Object implements EMFFormsViewServiceFactory<DmrToSegmentsViewService>
DmrToSegmentsViewServices
.Modifier and Type | Field and Description |
---|---|
static String |
SEGMENT_GENERATION
This flag enables the automatic generation of segments from existing DMRs.
|
Constructor and Description |
---|
DmrToSegmentsViewServiceFactory() |
Modifier and Type | Method and Description |
---|---|
DmrToSegmentsViewService |
createService(EMFFormsViewContext emfFormsViewContext)
Creates a new instance of the provided service.
|
EMFFormsViewServicePolicy |
getPolicy()
Defines when the service should be activated.
|
double |
getPriority()
The priority of the service.
|
EMFFormsViewServiceScope |
getScope()
Defines where the service should be activated.
|
Class<DmrToSegmentsViewService> |
getType()
The type of the actual service provided by this provider.
|
void |
setReportService(ReportService reportService)
Set the
ReportService . |
public static final String SEGMENT_GENERATION
public void setReportService(ReportService reportService)
ReportService
.reportService
- The ReportService
public EMFFormsViewServicePolicy getPolicy()
EMFFormsViewServiceFactory
getPolicy
in interface EMFFormsViewServiceFactory<DmrToSegmentsViewService>
EMFFormsViewServicePolicy
describing when the service should be activatedpublic EMFFormsViewServiceScope getScope()
EMFFormsViewServiceFactory
getScope
in interface EMFFormsViewServiceFactory<DmrToSegmentsViewService>
EMFFormsViewServiceScope
describing where the service should be activatedpublic double getPriority()
EMFFormsViewServiceFactory
getPriority
in interface EMFFormsViewServiceFactory<DmrToSegmentsViewService>
public Class<DmrToSegmentsViewService> getType()
EMFFormsViewServiceFactory
getType
in interface EMFFormsViewServiceFactory<DmrToSegmentsViewService>
public DmrToSegmentsViewService createService(EMFFormsViewContext emfFormsViewContext)
EMFFormsViewServiceFactory
createService
in interface EMFFormsViewServiceFactory<DmrToSegmentsViewService>
emfFormsViewContext
- The EMFFormsViewContext
to use during the creation of the serviceCopyright © 2019. All rights reserved.