Class UtilisationResultItemProvider

    • Constructor Detail

      • UtilisationResultItemProvider

        public UtilisationResultItemProvider​(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.NamedElementItemProvider
        Generated class or method.
      • addNormalisedResourceUtilisationPropertyDescriptor

        protected void addNormalisedResourceUtilisationPropertyDescriptor​(Object object)
        This adds a property descriptor for the Normalised Resource Utilisation feature.
        Generated class or method.
      • addNormalisedWaitTimePropertyDescriptor

        protected void addNormalisedWaitTimePropertyDescriptor​(Object object)
        This adds a property descriptor for the Normalised Wait Time feature.
        Generated class or method.
      • addResourceUtilisationPropertyDescriptor

        protected void addResourceUtilisationPropertyDescriptor​(Object object)
        This adds a property descriptor for the Resource Utilisation feature.
        Generated class or method.
      • addAverageWaitTimePropertyDescriptor

        protected void addAverageWaitTimePropertyDescriptor​(Object object)
        This adds a property descriptor for the Average Wait Time feature.
        Generated class or method.
      • addAverageQueueLengthPropertyDescriptor

        protected void addAverageQueueLengthPropertyDescriptor​(Object object)
        This adds a property descriptor for the Average Queue Length feature.
        Generated class or method.
      • addMaxQueueLengthPropertyDescriptor

        protected void addMaxQueueLengthPropertyDescriptor​(Object object)
        This adds a property descriptor for the Max Queue Length 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.NamedElementItemProvider
        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.NamedElementItemProvider
        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.NamedElementItemProvider
        Generated class or method.