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

refs 2490
parent e565fcc6
No related branches found
No related tags found
No related merge requests found
Showing
with 11 additions and 11 deletions
......@@ -27,7 +27,7 @@ import static org.fortiss.tooling.kernel.internal.ToolingKernelInternal.startKer
* @author hoelzl
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash: DA3686116ABE9ACDEC680C6AC5C3308A
* @ConQAT.Rating GREEN Hash: 18F26CB5CD75CF727D9324A5B9CBC1C3
*/
public final class ToolingKernel {
/** Initialize the kernel. */
......
......@@ -26,7 +26,7 @@ import org.osgi.framework.BundleContext;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: B1FC1141155C815E4025E90392F6816D
* @ConQAT.Rating GREEN Hash: CAF5293C454C5B8FBFC4B8AA3B77FD84
*/
public class ToolingKernelActivator extends Plugin {
/** The plug-in ID. */
......
......@@ -49,7 +49,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 25605EB40BBE6C91C0E420FECB26F318
* @ConQAT.Rating GREEN Hash: 04362EE23E669B10A16BEC3A1FB1EC0A
*/
public class IdConsistencyChecker extends ConstraintCheckerBase<EObject> {
......
......@@ -35,7 +35,7 @@ import org.fortiss.tooling.kernel.service.IEclipseResourceStorageService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: A4117AF322348E55D713E6A84B585DAB
* @ConQAT.Rating GREEN Hash: 6C7E455AF191AD663FF413A6C04664F9
*/
public interface IEclipseResourceStorageLocationProvider {
/**
......
......@@ -27,7 +27,7 @@ import org.fortiss.tooling.kernel.service.ITutorialService;
* @author hoelzl
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash: A12895076898865DA4ECB2D51F736E9D
* @ConQAT.Rating GREEN Hash: A414384869D5271A0BDF3D62D6597BF2
*/
public interface ITutorialProvider {
/** Returns the definition element of this tutorial. */
......
......@@ -25,7 +25,7 @@ import org.fortiss.tooling.kernel.extension.data.TutorialCompositeStep;
* @author hoelzl
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash: 5F9EFBDF510CF80215D1C1610925CACB
* @ConQAT.Rating GREEN Hash: D1AC462B4EF4C1115F4AFBC67A68721F
*/
public interface ITutorialStep {
/** Returns the title of this tutorial step. */
......
......@@ -25,7 +25,7 @@ import org.eclipse.emf.ecore.EObject;
* @author hoelzl
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash: EAEDEA29BB0A00351A3047D54A1FFA0F
* @ConQAT.Rating GREEN Hash: DB508105FF5991230CC1CC2C65050508
*/
public interface ITutorialStepCompletionChecker {
/** Returns whether the completion condition is fulfilled for the given tutorial model. */
......
......@@ -26,13 +26,13 @@ import org.fortiss.tooling.kernel.extension.data.Prototype;
* @author hoelzl
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash: 04AFC7CF6BA661282BEE153C4617D4B7
* @ConQAT.Rating GREEN Hash: 497E44FC510D1A8C2524B9F7C6D34B4B
*/
public interface ITutorialWhitelistProvider {
/**
* Returns whether the given prototype is active in this tutorial. Note that active
* prototypes may still be filtered by other methods of whitelist providers, in particular those
* related to the UI services.
* Returns whether the given prototype is active in this tutorial. Note that active prototypes
* may still be filtered by other methods of whitelist providers, in particular those related to
* the UI services.
*/
boolean prototypeActive(Prototype prototype);
}
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