org.nasdanika.models.architecture.Relationship Maven / Gradle / Ivy
/**
*/
package org.nasdanika.models.architecture;
import org.nasdanika.graph.model.DocumentedNamedConnection;
/**
*
* A representation of the model object 'Relationship'.
*
*
*
* @see org.nasdanika.models.architecture.ArchitecturePackage#getRelationship()
* @model
* @generated
*/
public interface Relationship extends DocumentedNamedConnection, ArchitectureElement, Undergoer {
} // Relationship