de.cau.cs.kieler.keg.diagram.providers
Class GraphsParserProvider

java.lang.Object
  extended by org.eclipse.gmf.runtime.common.core.service.AbstractProvider
      extended by de.cau.cs.kieler.keg.diagram.providers.GraphsParserProvider
All Implemented Interfaces:
IProvider, IParserProvider

public class GraphsParserProvider
extends AbstractProvider
implements IParserProvider

Rating red
Generated:
This code was automatically generated.

Constructor Summary
GraphsParserProvider()
           
 
Method Summary
 IParser getParser(IAdaptable hint)
           
static IParser getParser(IElementType type, EObject object, String parserHint)
          Utility method that consults ParserService
protected  IParser getParser(int visualID)
           
 boolean provides(IOperation operation)
           
 
Methods inherited from class org.eclipse.gmf.runtime.common.core.service.AbstractProvider
addProviderChangeListener, fireProviderChange, removeProviderChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.gmf.runtime.common.core.service.IProvider
addProviderChangeListener, removeProviderChangeListener
 

Constructor Detail

GraphsParserProvider

public GraphsParserProvider()
Method Detail

getParser

protected IParser getParser(int visualID)
Generated:
This code was automatically generated.

getParser

public static IParser getParser(IElementType type,
                                EObject object,
                                String parserHint)
Utility method that consults ParserService

Generated:
This code was automatically generated.

getParser

public IParser getParser(IAdaptable hint)
Specified by:
getParser in interface IParserProvider
Generated:
This code was automatically generated.

provides

public boolean provides(IOperation operation)
Specified by:
provides in interface IProvider
Generated:
This code was automatically generated.