Class ExtractSuggestedService

  • All Implemented Interfaces:
    SemanticCMLRefactoring

    public class ExtractSuggestedService
    extends AbstractRefactoring
    implements SemanticCMLRefactoring
    This refactoring can be applied after having generated a service cut suggestion with Service Cutter. It allows to extract a suggested service in the original CML model.
    • Field Detail

      • SERVICE_CUTTER_SUGGESTION_FILE_NAME_PATTERN

        public static final java.lang.String SERVICE_CUTTER_SUGGESTION_FILE_NAME_PATTERN
    • Constructor Detail

      • ExtractSuggestedService

        public ExtractSuggestedService​(BoundedContext suggestedService,
                                       java.lang.String newBoundedContextName)
    • Method Detail

      • constructOriginalModelUri

        public org.eclipse.emf.common.util.URI constructOriginalModelUri()