Class MuddleModelPropertySetter

    • Constructor Detail

      • MuddleModelPropertySetter

        public MuddleModelPropertySetter​(MuddleModel model)
    • Method Detail

      • invoke

        public void invoke​(java.lang.Object object,
                           java.lang.String property,
                           java.lang.Object value,
                           IEolContext context)
                    throws EolRuntimeException
        Description copied from interface: IPropertySetter
        Sets a property on a given object to the specified value.
        Parameters:
        object - The model element to update.
        property - The name of the property of the model element.
        value - The new value of the property.
        context - The execution context.
        Throws:
        EolRuntimeException - If anything goes wrong in updating the value.