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.IParserProvider
The Class StoExParserProvider.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.gmf.runtime.common.ui.services.parser.IParser
getParser
(IAdaptable hint) Gets the parser.boolean
provides
(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
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 Details
-
StoExParserProvider
public StoExParserProvider()
-
-
Method Details
-
getParser
Gets the parser.- Specified by:
getParser
in 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:
provides
in 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)
-