Class ReasoningComponentItemProvider

    • Constructor Detail

      • ReasoningComponentItemProvider

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

      • getPropertyDescriptors

        public List 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.
      • addNqrsPropertyDescriptor

        protected void addNqrsPropertyDescriptor​(Object object)
        This adds a property descriptor for the Nqrs feature.
        Generated class or method.
      • addReasoningsPropertyDescriptor

        protected void addReasoningsPropertyDescriptor​(Object object)
        This adds a property descriptor for the Reasonings feature.
        Generated class or method.
      • addComponentPropertyDescriptor

        protected void addComponentPropertyDescriptor​(Object object)
        This adds a property descriptor for the Component 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 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.
      • getResourceLocator

        public ResourceLocator getResourceLocator()
        Return the resource locator for this item provider's resources.
        Overrides:
        getResourceLocator in class org.palladiosimulator.pcm.core.entity.provider.EntityItemProvider
        Generated class or method.