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

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

There is a newer version: 1.3.3
Show newest version
//==============================================================================
//                                                          
// This software artifact was generated using PlasmaSDO    
// provisioning tools.                                      
//                                                          
//==============================================================================
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 1.1.6
*/
public interface SemanticConstraint{


    public String getConceptName();

    public void setConceptName(String value);

    public String getConceptDomain();

    public void setConceptDomain(String value);

    public String getConceptId();

    public void setConceptId(String value);

    public Property getBase_Property();

    public void setBase_Property(Property value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy