|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ocl.examples.emf.validation.validity.locator.AbstractConstraintLocator
public abstract class AbstractConstraintLocator
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.eclipse.ocl.examples.emf.validation.validity.locator.ConstraintLocator |
|---|
ConstraintLocator.Descriptor |
| Constructor Summary | |
|---|---|
AbstractConstraintLocator()
|
|
| Method Summary | |
|---|---|
protected java.util.Map<org.eclipse.emf.ecore.EObject,java.util.List<LeafConstrainingNode>> |
createLeafConstrainingNode(java.util.Map<org.eclipse.emf.ecore.EObject,java.util.List<LeafConstrainingNode>> map,
ValidityModel validityModel,
org.eclipse.emf.ecore.EObject constrainingType,
java.lang.Object constrainingObject,
java.lang.String label)
|
java.util.Set<TypeURI> |
getAllTypes(ValidityManager validityManager,
org.eclipse.emf.ecore.EObject constrainingObject)
Return all typeURIs for a given type; typically this returns the supertype closure. |
java.util.Set<ConstrainingURI> |
getConstrainingURIs(ValidityManager validityManager,
org.eclipse.emf.ecore.EObject validatableObject)
Return the constraining URIs of all 'types' that provide constraints for validatableObject. |
ConstraintLocator |
getConstraintLocator()
Return the ConstraintLocator described by this. |
java.lang.Object |
getImage()
Return an icon to identify this kind of ConstraintLocator. |
java.util.Collection<org.eclipse.emf.ecore.resource.Resource> |
getImports(org.eclipse.emf.ecore.EPackage ePackage,
org.eclipse.emf.ecore.resource.Resource resource)
Return any resources imported from within resource. |
java.lang.String |
getLabel(org.eclipse.emf.ecore.EModelElement eObject)
Return a diagnostic label for eObject. |
protected Severity |
getSeverity(org.eclipse.emf.common.util.Diagnostic diagnostic)
|
java.lang.String |
getSourceExpression(LeafConstrainingNode node)
Return the source representation of the Constraint. |
org.eclipse.emf.ecore.resource.Resource |
getSourceResource(LeafConstrainingNode node)
Return the Resource from which the Constraint was obtained. |
org.eclipse.emf.common.util.URI |
getURI(org.eclipse.emf.ecore.EObject eObject)
|
void |
validate(Result result,
ValidityManager validityManager,
org.eclipse.emf.common.util.Monitor monitor)
Update the validation result to include the verdict of the validation using validityManager to provide shared services. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.ocl.examples.emf.validation.validity.locator.ConstraintLocator |
|---|
getConstraints, getName |
| Constructor Detail |
|---|
public AbstractConstraintLocator()
| Method Detail |
|---|
@NonNull
protected java.util.Map<org.eclipse.emf.ecore.EObject,java.util.List<LeafConstrainingNode>> createLeafConstrainingNode(@Nullable
java.util.Map<org.eclipse.emf.ecore.EObject,java.util.List<LeafConstrainingNode>> map,
@NonNull
ValidityModel validityModel,
@NonNull
org.eclipse.emf.ecore.EObject constrainingType,
@NonNull
java.lang.Object constrainingObject,
@NonNull
java.lang.String label)
@NonNull
public java.util.Set<TypeURI> getAllTypes(@NonNull
ValidityManager validityManager,
@NonNull
org.eclipse.emf.ecore.EObject constrainingObject)
ConstraintLocator
getAllTypes in interface ConstraintLocator
@Nullable
public java.util.Set<ConstrainingURI> getConstrainingURIs(@NonNull
ValidityManager validityManager,
@NonNull
org.eclipse.emf.ecore.EObject validatableObject)
ConstraintLocator
getConstrainingURIs in interface ConstraintLocator@NonNull public ConstraintLocator getConstraintLocator()
ConstraintLocator.Descriptor
getConstraintLocator in interface ConstraintLocator.Descriptor@Nullable public java.lang.Object getImage()
ConstraintLocator
getImage in interface ConstraintLocator
@Nullable
public java.util.Collection<org.eclipse.emf.ecore.resource.Resource> getImports(@NonNull
org.eclipse.emf.ecore.EPackage ePackage,
@NonNull
org.eclipse.emf.ecore.resource.Resource resource)
ConstraintLocator
getImports in interface ConstraintLocator
@NonNull
public java.lang.String getLabel(@NonNull
org.eclipse.emf.ecore.EModelElement eObject)
ConstraintLocator
getLabel in interface ConstraintLocator
@NonNull
protected Severity getSeverity(@NonNull
org.eclipse.emf.common.util.Diagnostic diagnostic)
@Nullable
public java.lang.String getSourceExpression(@NonNull
LeafConstrainingNode node)
ConstraintLocator
getSourceExpression in interface ConstraintLocator
@Nullable
public org.eclipse.emf.ecore.resource.Resource getSourceResource(@NonNull
LeafConstrainingNode node)
ConstraintLocator
getSourceResource in interface ConstraintLocator
@Nullable
public org.eclipse.emf.common.util.URI getURI(@NonNull
org.eclipse.emf.ecore.EObject eObject)
getURI in interface ConstraintLocator
public void validate(@NonNull
Result result,
@NonNull
ValidityManager validityManager,
@Nullable
org.eclipse.emf.common.util.Monitor monitor)
ConstraintLocator
validate in interface ConstraintLocator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||