All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.plasma.sdo.profile.SDODerivation Maven / Gradle / Ivy

//==============================================================================
//                                                          
// This software artifact was generated using PlasmaSDO    
// provisioning tools.                                      
//                                                          
//==============================================================================
package org.plasma.sdo.profile;


import fUML.Syntax.Classes.Kernel.*;
import org.modeldriven.fuml.repository.ext.Stereotype;
import org.plasma.sdo.Derivation;
/**
* 
* This UML stereotype is applied to a consumer UML named-element that is computed from the supplier element.
* 
* @author Plasma-Team
* @version 2.0.0
*/
public class SDODerivation extends Stereotype
    implements Derivation
{

    /**
    * The supplier element or set of supplier elements which represent the derivation source.
    */
    public static final String SUPPLIER = "supplier";
    public static final String BASE__NAMED_ELEMENT = "base_NamedElement";

    /**
    * The supplier element or set of supplier elements which represent the derivation source.
    */
    private NamedElement supplier;
    private NamedElement base_NamedElement;


    public NamedElement getSupplier() {
        return this.supplier;
    }

    public void setSupplier(NamedElement value) {
        this.supplier = value;
    }

    public NamedElement getBase_NamedElement() {
        return this.base_NamedElement;
    }

    public void setBase_NamedElement(NamedElement value) {
        this.base_NamedElement = value;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy