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

org.plasma.sdo.Derivation Maven / Gradle / Ivy

//==============================================================================
//                                                                         
// This software artifact was generated using Plasma                       
// provisioning tools. Do not modify.                                      
//                                                                         
//==============================================================================
package org.plasma.sdo;





import fUML.Syntax.Classes.Kernel.*;

/**
* 
* This UML stereotype is applied to a consumer UML named-element that is computed from the supplier element.
* 
* @author Plasma-Team
* @version 2.0.1
*/
public interface Derivation{


    public NamedElement getSupplier();

    public void setSupplier(NamedElement value);

    public NamedElement getBase_NamedElement();

    public void setBase_NamedElement(NamedElement value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy