Class DatamodelAttackerItemProvider

    • Constructor Detail

      • DatamodelAttackerItemProvider

        public DatamodelAttackerItemProvider​(AdapterFactory adapterFactory)
        This constructs an instance from a factory and a notifier.
        Generated class or method.
    • Method Detail

      • getPropertyDescriptors

        public List<IItemPropertyDescriptor> getPropertyDescriptors​(Object object)
        This returns the property descriptors for the adapted class.
        Specified by:
        getPropertyDescriptors in interface IItemPropertySource
        Overrides:
        getPropertyDescriptors in class org.palladiosimulator.pcm.core.entity.provider.EntityItemProvider
        Generated class or method.
      • addDataTypePropertyDescriptor

        protected void addDataTypePropertyDescriptor​(Object object)
        This adds a property descriptor for the Data Type feature.
        Generated class or method.
      • addReferenceNamePropertyDescriptor

        protected void addReferenceNamePropertyDescriptor​(Object object)
        This adds a property descriptor for the Reference Name feature.
        Generated class or method.
      • addSourcePropertyDescriptor

        protected void addSourcePropertyDescriptor​(Object object)
        This adds a property descriptor for the Source feature.
        Generated class or method.
      • addMethodPropertyDescriptor

        protected void addMethodPropertyDescriptor​(Object object)
        This adds a property descriptor for the Method feature.
        Generated class or method.
      • addContextPropertyDescriptor

        protected void addContextPropertyDescriptor​(Object object)
        This adds a property descriptor for the Context feature.
        Generated class or method.
      • getText

        public String getText​(Object object)
        This returns the label text for the adapted class.
        Specified by:
        getText in interface IItemLabelProvider
        Overrides:
        getText in class org.palladiosimulator.pcm.core.entity.provider.EntityItemProvider
        Generated class or method.
      • collectNewChildDescriptors

        protected void collectNewChildDescriptors​(Collection<Object> newChildDescriptors,
                                                  Object object)
        This adds CommandParameters describing the children that can be created under this object.
        Overrides:
        collectNewChildDescriptors in class org.palladiosimulator.pcm.core.entity.provider.EntityItemProvider
        Generated class or method.