org.eclipse.gmt.modisco.infra.query.core.internal.validation
Class ImplementationClassName

java.lang.Object
  extended by AbstractModelConstraint
      extended by org.eclipse.gmt.modisco.infra.query.core.internal.validation.ImplementationClassName

public class ImplementationClassName
extends AbstractModelConstraint

Check that the implementation class exists and has no compilation errors.


Constructor Summary
ImplementationClassName()
           
 
Method Summary
 IStatus validate(IValidationContext ctx)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplementationClassName

public ImplementationClassName()
Method Detail

validate

public IStatus validate(IValidationContext ctx)