Class PalladioComponentModelStructuralFeaturesParser
java.lang.Object
de.uka.ipd.sdq.pcm.gmf.usage.providers.PalladioComponentModelAbstractParser
de.uka.ipd.sdq.pcm.gmf.usage.providers.PalladioComponentModelStructuralFeaturesParser
- All Implemented Interfaces:
org.eclipse.gmf.runtime.common.ui.services.parser.IParser
public class PalladioComponentModelStructuralFeaturesParser
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.gmf.runtime.common.core.command.ICommand
getParseCommand
(IAdaptable adapter, Object[] values) protected String
getStringByPattern
(IAdaptable adapter, int flags, String pattern, MessageFormat processor) boolean
isAffectingEvent
(Object event, int flags) 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, getEditProcessor, getEditString, getModificationCommand, getParseCommand, getPrintString, getValidNewValue, getValidValue, getViewPattern, getViewProcessor, isValidEditString, setEditPattern, setViewPattern, validateNewValues
-
Constructor Details
-
PalladioComponentModelStructuralFeaturesParser
- Generated class or method.
-
-
Method Details
-
getStringByPattern
protected String getStringByPattern(IAdaptable adapter, int flags, String pattern, MessageFormat processor) - Specified by:
getStringByPattern
in classPalladioComponentModelAbstractParser
- 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.
-