Class PalladioComponentModelParserProvider
java.lang.Object
org.eclipse.gmf.runtime.common.core.service.AbstractProvider
de.uka.ipd.sdq.pcm.gmf.usage.providers.PalladioComponentModelParserProvider
- All Implemented Interfaces:
org.eclipse.gmf.runtime.common.core.service.IProvider
,org.eclipse.gmf.runtime.common.ui.services.parser.IParserProvider
public class PalladioComponentModelParserProvider
extends org.eclipse.gmf.runtime.common.core.service.AbstractProvider
implements org.eclipse.gmf.runtime.common.ui.services.parser.IParserProvider
- Generated class or method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.gmf.runtime.common.ui.services.parser.IParser
getParser
(int visualID) org.eclipse.gmf.runtime.common.ui.services.parser.IParser
getParser
(IAdaptable hint) static org.eclipse.gmf.runtime.common.ui.services.parser.IParser
getParser
(org.eclipse.gmf.runtime.emf.type.core.IElementType type, EObject object, String parserHint) boolean
provides
(org.eclipse.gmf.runtime.common.core.service.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 Details
-
PalladioComponentModelParserProvider
public PalladioComponentModelParserProvider()
-
-
Method Details
-
getParser
protected org.eclipse.gmf.runtime.common.ui.services.parser.IParser getParser(int visualID) - Generated class or method.
-
getParser
public static org.eclipse.gmf.runtime.common.ui.services.parser.IParser getParser(org.eclipse.gmf.runtime.emf.type.core.IElementType type, EObject object, String parserHint) - Generated class or method.
-
getParser
- Specified by:
getParser
in interfaceorg.eclipse.gmf.runtime.common.ui.services.parser.IParserProvider
- Generated class or method.
-
provides
public boolean provides(org.eclipse.gmf.runtime.common.core.service.IOperation operation) - Specified by:
provides
in interfaceorg.eclipse.gmf.runtime.common.core.service.IProvider
- Generated class or method.
-