org.opencrx.kernel.model1.jmi1.BehaviouralFeature Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.model1.jmi1;
/**
* Abstract class {@code BehaviouralFeature}
*
* A BehavioralFeature defines a dynamic characteristic of the ModelElement that contains it. Because a BehavioralFeature is partially defined by the Parameters it contains, it is both a Feature and a Namespace.
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:37.712453899Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface BehaviouralFeature
extends org.opencrx.kernel.model1.cci2.BehaviouralFeature,
org.opencrx.kernel.model1.jmi1.Feature,
org.opencrx.kernel.model1.jmi1.Namespace{
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}