org.opencrx.kernel.model1.jmi1.Operation Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.model1.jmi1;
/**
* Class {@code Operation}
*
* An Operation defines a dynamic feature which offers a service. The behavior of an operation is activated through the invocation of the operation.
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:37.630485774Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface Operation
extends org.opencrx.kernel.model1.cci2.Operation,
org.opencrx.kernel.model1.jmi1.BehaviouralFeature{
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}