Class StoExParserProvider
- java.lang.Object
-
- org.eclipse.gmf.runtime.common.core.service.AbstractProvider
-
- de.uka.ipd.sdq.pcm.gmf.seff.helper.StoExParserProvider
-
- All Implemented Interfaces:
org.eclipse.gmf.runtime.common.core.service.IProvider,org.eclipse.gmf.runtime.common.ui.services.parser.IParserProvider
public class StoExParserProvider extends org.eclipse.gmf.runtime.common.core.service.AbstractProvider implements org.eclipse.gmf.runtime.common.ui.services.parser.IParserProviderThe Class StoExParserProvider.
-
-
Constructor Summary
Constructors Constructor Description StoExParserProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.gmf.runtime.common.ui.services.parser.IParsergetParser(IAdaptable hint)Gets the parser.booleanprovides(org.eclipse.gmf.runtime.common.core.service.IOperation operation)Provides.-
Methods inherited from class org.eclipse.gmf.runtime.common.core.service.AbstractProvider
addProviderChangeListener, fireProviderChange, removeProviderChangeListener
-
-
-
-
Method Detail
-
getParser
public org.eclipse.gmf.runtime.common.ui.services.parser.IParser getParser(IAdaptable hint)
Gets the parser.- Specified by:
getParserin interfaceorg.eclipse.gmf.runtime.common.ui.services.parser.IParserProvider- Parameters:
hint- the hint- Returns:
- the parser
- See Also:
IParserProvider.getParser(org.eclipse.core.runtime.IAdaptable)
-
provides
public boolean provides(org.eclipse.gmf.runtime.common.core.service.IOperation operation)
Provides.- Specified by:
providesin interfaceorg.eclipse.gmf.runtime.common.core.service.IProvider- Parameters:
operation- the operation- Returns:
- true, if successful
- See Also:
IProvider.provides(org.eclipse.gmf.runtime.common.core.service.IOperation)
-
-