Skip to content
Snippets Groups Projects
Commit 99982acc authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

GREEN

parent d423ea40
No related branches found
No related tags found
No related merge requests found
Showing
with 12 additions and 13 deletions
......@@ -25,7 +25,7 @@ import org.fortiss.tooling.kernel.extension.data.TutorialCompositeStep;
* @author hoelzl
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash: EED866C8E201B17CA26607BE52E0C55F
* @ConQAT.Rating GREEN Hash: 3653D8AC69E4C7F9B60C94AB0B34FBC1
*/
public interface ITutorialStep {
/** Returns the title of this tutorial step. */
......
......@@ -26,7 +26,7 @@ import org.fortiss.tooling.kernel.extension.data.Prototype;
* @author hoelzl
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash: 8BFE9361BB1624D66EFB6AB3B1001ADB
* @ConQAT.Rating GREEN Hash: 048B5CCD85A5F4BAA7AA3BE3AADC7848
*/
public class TutorialBlacklistAllProvider implements ITutorialWhitelistProvider {
/** {@inheritDoc} */
......
......@@ -26,7 +26,7 @@ import org.fortiss.tooling.kernel.extension.data.Prototype;
* @author hoelzl
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash: C5C59D1F876EB33BCEBF68BE41F58DA3
* @ConQAT.Rating GREEN Hash: 5A13254EE00D0095DE0B039A7FF2001A
*/
public class TutorialWhitelistAllProvider implements ITutorialWhitelistProvider {
/** {@inheritDoc} */
......
......@@ -27,7 +27,7 @@ import org.eclipse.emf.ecore.EObject;
* @author hoelzl
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash: 98F4B2798A98DAB929676D6CC4C55FA7
* @ConQAT.Rating GREEN Hash: 04948663B61F4F46D6878A8D3D23F7AA
*/
public abstract class TutorialAtomicStep extends TutorialStepBase {
/** Constructor. */
......
......@@ -25,21 +25,20 @@ import java.util.List;
/**
* A composite tutorial step, i.e., a step which encapsulates other tutorial steps (at least one).
* Composite steps have two intentions; firstly, the tutorial can be structured in a hierarchic
* manner
* and, secondly, the white- and blacklisting can be implemented more easily (i.e. all sub-steps
* share the same whitelist provider).
* manner and, secondly, the white- and blacklisting can be implemented more easily (i.e. all
* sub-steps share the same whitelist provider).
*
* @author hoelzl
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash: 7F8E28411BA07831BB54999B061157B7
* @ConQAT.Rating GREEN Hash: F6A5048CDC5BE2D434FB568FDE099732
*/
public class TutorialCompositeStep extends TutorialStepBase {
/** The list of contained steps. */
private final List<TutorialStepBase> steps = new LinkedList<TutorialStepBase>();
/**
* Constructor. Since a composite steps makes only sense if it has at least one sub-step
* Constructor. Since a composite step makes only sense if it has at least one sub-step
* (otherwise it would be atomic), this constructor requires the first sub-step.
*/
public TutorialCompositeStep(String title, String url, TutorialStepBase firstStep) {
......
......@@ -30,7 +30,7 @@ import org.fortiss.tooling.kernel.service.IKernelIntrospectionSystemService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 947677F1E77A30A87FFD43271034BF84
* @ConQAT.Rating GREEN Hash: CBB124DAFE32BF19245A9B9A35136322
*/
public final class KernelIntrospectionSystemService implements IKernelIntrospectionSystemService,
IIntrospectiveKernelService {
......
......@@ -74,7 +74,7 @@ import org.osgi.framework.Bundle;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 733CAF34180BB00D5A81C2CCEFAA154F
* @ConQAT.Rating GREEN Hash: E619DB794E075BE7F04E6969C33BE3C3
*/
public abstract class ObjectAware2ServiceBase<T extends IObjectAware2<? extends Object, ? extends Object>>
implements IIntrospectiveKernelService {
......
......@@ -74,7 +74,7 @@ import org.osgi.framework.Bundle;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 2089D3E626D599B91CDA5D676A7E090F
* @ConQAT.Rating GREEN Hash: ABCA781FD1A9A44EC3CC577D059C5B43
*/
public abstract class ObjectAwareServiceBase<T extends IObjectAware<? extends Object>> implements
IIntrospectiveKernelService {
......
......@@ -28,7 +28,7 @@ import org.fortiss.tooling.kernel.service.ITutorialService;
* @author hoelzl
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash: 4BB0205651E431FDEABBC5CC75FE743D
* @ConQAT.Rating GREEN Hash: 340044EB6EAC34CA67DB133E0C836E7A
*/
public interface ITutorialServiceListener {
/** Fired when the given tutorial is started. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment