EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012)
[all classes][de.uka.ipd.sdq.pcm.gmf.seff.helper]

COVERAGE SUMMARY FOR SOURCE FILE [RecoveryActionBehaviourEditHelperAdvice.java]

nameclass, %method, %block, %line, %
RecoveryActionBehaviourEditHelperAdvice.java0%   (0/1)0%   (0/2)0%   (0/10)0%   (0/4)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class RecoveryActionBehaviourEditHelperAdvice0%   (0/1)0%   (0/2)0%   (0/10)0%   (0/4)
RecoveryActionBehaviourEditHelperAdvice (): void 0%   (0/1)0%   (0/3)0%   (0/1)
getAfterConfigureCommand (ConfigureRequest): ICommand 0%   (0/1)0%   (0/7)0%   (0/3)

1package de.uka.ipd.sdq.pcm.gmf.seff.helper;
2 
3import org.eclipse.gmf.runtime.common.core.command.ICommand;
4import org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice;
5import org.eclipse.gmf.runtime.emf.type.core.edithelper.IEditHelperAdvice;
6import org.eclipse.gmf.runtime.emf.type.core.requests.ConfigureRequest;
7 
8public class RecoveryActionBehaviourEditHelperAdvice extends
9                AbstractEditHelperAdvice implements IEditHelperAdvice {
10 
11        /* (non-Javadoc)
12         * @see org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice#getAfterConfigureCommand(org.eclipse.gmf.runtime.emf.type.core.requests.ConfigureRequest)
13         */
14        @Override
15        protected ICommand getAfterConfigureCommand(ConfigureRequest request) {
16                // Add a minimal SEFF, only Start and Stop Action
17                ConfigureMinimalSeffCommand cmd = new ConfigureMinimalSeffCommand(
18                                request);
19                return cmd;
20        }
21 
22}

[all classes][de.uka.ipd.sdq.pcm.gmf.seff.helper]
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov