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

YELLOW

parent 89955774
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ import org.fortiss.tooling.kernel.extension.data.Prototype;
* @author moudy
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating GREEN Hash: 2E67535CC62707219CB9F266DA06F99B
* @ConQAT.Rating YELLOW Hash: 9CC2027DA2EC9C976A4D0D1C7271DCE9
*/
public abstract class ElementCompositorBase<C extends EObject> implements IElementCompositor<C> {
......@@ -45,7 +45,7 @@ public abstract class ElementCompositorBase<C extends EObject> implements IEleme
return isCorrectClass(prototype.getPrototype());
}
/** */
/** Returns true if the contained object is an instance of an acceptable class. */
protected abstract boolean isCorrectClass(EObject contained);
/** {@inheritDoc} */
......
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