Class PalladioComponentModelStructuralFeatureParser
java.lang.Object
de.uka.ipd.sdq.pcm.gmf.repository.providers.PalladioComponentModelAbstractParser
de.uka.ipd.sdq.pcm.gmf.repository.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.repository.providers.PalladioComponentModelAbstractParser
PalladioComponentModelAbstractParser.InvalidValue -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EObjectgetDomainElement(EObject element) protected MessageFormatorg.eclipse.gmf.runtime.common.core.command.ICommandgetParseCommand(IAdaptable adapter, Object[] values) protected StringgetStringByPattern(IAdaptable adapter, int flags, String pattern, MessageFormat processor) protected StringgetStringByPattern(EObject element, EStructuralFeature feature, MessageFormat processor) protected MessageFormatbooleanisAffectingEvent(Object event, int flags) protected booleanisAffectingFeature(Object eventFeature) protected org.eclipse.gmf.runtime.common.ui.services.parser.IParserEditStatusvalidateValues(Object[] values) Methods inherited from class de.uka.ipd.sdq.pcm.gmf.repository.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:
getViewProcessorin classPalladioComponentModelAbstractParser- Generated class or method.
-
getEditProcessor
- Overrides:
getEditProcessorin classPalladioComponentModelAbstractParser- Generated class or method.
-
getDomainElement
- Generated class or method.
-
getStringByPattern
protected String getStringByPattern(IAdaptable adapter, int flags, String pattern, MessageFormat processor) - Specified by:
getStringByPatternin 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:
getParseCommandin classPalladioComponentModelAbstractParser- Generated class or method.
-
isAffectingEvent
- Generated class or method.
-
isAffectingFeature
- Generated class or method.
-