org.eclipse.ocl.examples.emf.validation.validity.ui.markers
Class GoToValidatableNodeMarker

java.lang.Object
  extended by org.eclipse.ocl.examples.emf.validation.validity.ui.markers.GoToValidatableNodeMarker

public class GoToValidatableNodeMarker
extends java.lang.Object


Constructor Summary
GoToValidatableNodeMarker(org.eclipse.core.resources.IFile file, org.eclipse.emf.ecore.EObject eObject)
          The Constructor.
 
Method Summary
 org.eclipse.core.resources.IMarker getIMarker()
          Return the {IMarker} to go to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoToValidatableNodeMarker

public GoToValidatableNodeMarker(@NonNull
                                 org.eclipse.core.resources.IFile file,
                                 @NonNull
                                 org.eclipse.emf.ecore.EObject eObject)
The Constructor.

Parameters:
file - the resource file
eObject -
Method Detail

getIMarker

public org.eclipse.core.resources.IMarker getIMarker()
Return the {IMarker} to go to.

Returns:
the IMarker