org.omg.model1.cci2.Classifier Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.InstanceMapper 2.17.7
// Generated at 2020-11-27T16:04:08.496Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.omg.model1.cci2;
/**
* Abstract class Classifier
*
* A classifier provides a classification of instances through a set of Features it contains.A classifier provides a classification of instances through a set of Features it contains.isFrozen
*/
public interface Classifier
extends org.omg.model1.cci2.GeneralizableElement{
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference attribute
.
* @return A set containing all the elements for this reference.
*/
public java.util.Set getAttribute(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference compositeReference
.
* @return The – possibly null
– value for this reference.
*/
public org.omg.model1.cci2.Reference getCompositeReference(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference field
.
* @return A set containing all the elements for this reference.
*/
public java.util.Set getField(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference operation
.
* @return A set containing all the elements for this reference.
*/
public java.util.Set getOperation(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference reference
.
* @return A set containing all the elements for this reference.
*/
public java.util.Set getReference(
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}