Class PalladioComponentModelStructuralFeatureParser
java.lang.Object
de.uka.ipd.sdq.pcm.gmf.usage.providers.PalladioComponentModelAbstractParser
de.uka.ipd.sdq.pcm.gmf.usage.providers.PalladioComponentModelStructuralFeatureParser
- All Implemented Interfaces:
org.eclipse.gmf.runtime.common.ui.services.parser.IParser
public class PalladioComponentModelStructuralFeatureParser
extends PalladioComponentModelAbstractParser
- Generated class or method.
-
Nested Class Summary
Nested classes/interfaces inherited from class de.uka.ipd.sdq.pcm.gmf.usage.providers.PalladioComponentModelAbstractParser
PalladioComponentModelAbstractParser.InvalidValue
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected EObject
getDomainElement
(EObject element) protected MessageFormat
org.eclipse.gmf.runtime.common.core.command.ICommand
getParseCommand
(IAdaptable adapter, Object[] values) protected String
getStringByPattern
(IAdaptable adapter, int flags, String pattern, MessageFormat processor) protected String
getStringByPattern
(EObject element, EStructuralFeature feature, MessageFormat processor) protected MessageFormat
boolean
isAffectingEvent
(Object event, int flags) protected boolean
isAffectingFeature
(Object eventFeature) protected org.eclipse.gmf.runtime.common.ui.services.parser.IParserEditStatus
validateValues
(Object[] values) Methods inherited from class de.uka.ipd.sdq.pcm.gmf.usage.providers.PalladioComponentModelAbstractParser
createEditProcessor, createViewProcessor, getCompletionProcessor, getEditPattern, getEditString, getModificationCommand, getParseCommand, getPrintString, getValidNewValue, getValidValue, getViewPattern, isValidEditString, setEditPattern, setViewPattern, validateNewValues
-
Field Details
-
DEFAULT_PROCESSOR
- Generated class or method.
-
-
Constructor Details
-
PalladioComponentModelStructuralFeatureParser
- Generated class or method.
-
-
Method Details
-
getViewProcessor
- Overrides:
getViewProcessor
in classPalladioComponentModelAbstractParser
- Generated class or method.
-
getEditProcessor
- Overrides:
getEditProcessor
in classPalladioComponentModelAbstractParser
- Generated class or method.
-
getDomainElement
- Generated class or method.
-
getStringByPattern
protected String getStringByPattern(IAdaptable adapter, int flags, String pattern, MessageFormat processor) - Specified by:
getStringByPattern
in classPalladioComponentModelAbstractParser
- Generated class or method.
-
getStringByPattern
protected String getStringByPattern(EObject element, EStructuralFeature feature, MessageFormat processor) - Generated class or method.
-
validateValues
protected org.eclipse.gmf.runtime.common.ui.services.parser.IParserEditStatus validateValues(Object[] values) - Generated class or method.
-
getParseCommand
public org.eclipse.gmf.runtime.common.core.command.ICommand getParseCommand(IAdaptable adapter, Object[] values) - Specified by:
getParseCommand
in classPalladioComponentModelAbstractParser
- Generated class or method.
-
isAffectingEvent
- Generated class or method.
-
isAffectingFeature
- Generated class or method.
-