|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.engine.MarkerMaker
public class MarkerMaker
The MarkerMaker class.
Field Summary | |
---|---|
static java.lang.String |
PROBLEM_MARKER
ATL Problem marker ID. |
Constructor Summary | |
---|---|
MarkerMaker()
|
Method Summary | |
---|---|
int |
applyMarkers(org.eclipse.core.resources.IFile file,
IModel pbs)
Transforms the Problem model given as argument into a set of markers. |
void |
resetPbmMarkers(org.eclipse.core.resources.IResource res,
org.eclipse.emf.ecore.EObject[] eos)
Resets the marker on a resource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROBLEM_MARKER
Constructor Detail |
---|
public MarkerMaker()
Method Detail |
---|
public void resetPbmMarkers(org.eclipse.core.resources.IResource res, org.eclipse.emf.ecore.EObject[] eos) throws org.eclipse.core.runtime.CoreException
res
- the resourceeos
- the problem list
org.eclipse.core.runtime.CoreException
public int applyMarkers(org.eclipse.core.resources.IFile file, IModel pbs) throws org.eclipse.core.runtime.CoreException
file
- Resource on which markers are to be added.pbs
- The Problem model containing the problems.
org.eclipse.core.runtime.CoreException
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |