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
Constructors Constructor Description PalladioComponentModelStructuralFeaturesParser(List features)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.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 Detail
-
PalladioComponentModelStructuralFeaturesParser
public PalladioComponentModelStructuralFeaturesParser(List features)
- Generated class or method.
-
-
Method Detail
-
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
public boolean isAffectingEvent(Object event, int flags)
- Generated class or method.
-
-