org.opencrx.kernel.model1.cci2.BehaviouralFeature Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.model1.cci2;
/**
* 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:35.406825895Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface BehaviouralFeature
extends org.opencrx.kernel.model1.cci2.Feature,
org.opencrx.kernel.model1.cci2.Namespace{
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}