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

io.ciera.tool.sql.architecture.component.CardinalityCheck Maven / Gradle / Ivy

There is a newer version: 2.7.3
Show newest version
package io.ciera.tool.sql.architecture.component;


import io.ciera.runtime.summit.classes.IModelInstance;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.tool.Sql;


public interface CardinalityCheck extends IModelInstance {

    // attributes
    public void setParticipant( String m_participant ) throws XtumlException;
    public String getParticipant() throws XtumlException;
    public String getRelationship_set_cast() throws XtumlException;
    public void setRelationship_set_cast( String m_relationship_set_cast ) throws XtumlException;


    // operations
    public void render() throws XtumlException;


    // selections


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy