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

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

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







import fUML.Syntax.Classes.Kernel.*;

/**
* 
* Restricts a property to a single concept or set of concepts within a knowledge domain
* 
* @author Plasma-Team
* @version 2.0.3
*/
public interface SemanticConstraint{


    public Property getBase_Property();

    public void setBase_Property(Property value);

    public String getConceptName();

    public void setConceptName(String value);

    public String getConceptDomain();

    public void setConceptDomain(String value);

    public String getConceptId();

    public void setConceptId(String value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy