Interface Classifier

All Superinterfaces:
BaseElement, Cloneable, Comparable, Element, org.eclipse.emf.ecore.EObject, MDObject, com.dassault_systemes.modeler.foundation.model.ModelElement, ModelObject, NamedElement, Namespace, org.eclipse.emf.common.notify.Notifier, PackageableElement, ParameterableElement, RedefinableElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject, TemplateableElement, Type
All Known Subinterfaces:
Activity, Actor, Artifact, Association, AssociationClass, Behavior, BehavioredClassifier, Class, Collaboration, CommunicationPath, Component, DataType, DeploymentSpecification, Device, EncapsulatedClassifier, Enumeration, ExecutionEnvironment, Extension, FunctionBehavior, InformationItem, Interaction, Interface, Node, OpaqueBehavior, PrimitiveType, ProtocolStateMachine, Signal, StateMachine, Stereotype, StructuredClassifier, UseCase

public interface Classifier extends Type, Namespace, RedefinableElement, TemplateableElement
See Also:
Model:
abstract="true" annotation="MOF package='classes.mdkernel'"
Generated:
  • Method Details

    • getGeneralization

      Collection<Generalization> getGeneralization()
      Returns the value of the 'Generalization' containment reference list. The list contents are of type Generalization. It is bidirectional and its opposite is 'Specific'. The Generalization relationships for this Classifier. These Generalizations navigate to more general Classifiers in the generalization hierarchy.
      Returns:
      the value of the 'Generalization' containment reference list.
      See Also:
      Model:
      opposite="specific" containment="true" resolveProxies="true" ordered="false"
      Generated:
    • get_generalizationOfGeneral

      Collection<Generalization> get_generalizationOfGeneral()
      Returns the value of the 'generalization Of General' reference list. The list contents are of type Generalization. It is bidirectional and its opposite is 'General'.

      If the meaning of the 'generalization Of General' reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'generalization Of General' reference list.
      See Also:
      Model:
      opposite="general" ordered="false"
      Generated:
    • getPowertypeExtent

      Collection<GeneralizationSet> getPowertypeExtent()
      Returns the value of the 'Powertype Extent' reference list. The list contents are of type GeneralizationSet. It is bidirectional and its opposite is 'Powertype'. The GeneralizationSet of which this Classifier is a power type.
      Returns:
      the value of the 'Powertype Extent' reference list.
      See Also:
      Model:
      opposite="powertype" ordered="false"
      Generated:
    • getFeature

      Collection<Feature> getFeature()
      Returns the value of the 'Feature' reference list. The list contents are of type Feature. It is bidirectional and its opposite is 'Featuring Classifier'. Specifies each Feature directly defined in the classifier. Note that there may be members of the Classifier that are of the type Feature but are not included, e .g., inherited features.
      Returns:
      the value of the 'Feature' reference list.
      See Also:
      Model:
      opposite="featuringClassifier" transient="true" volatile="true" derived="true" ordered="false"
      Generated:
    • getInheritedMember

      Collection<NamedElement> getInheritedMember()
      Returns the value of the 'Inherited Member' reference list. The list contents are of type NamedElement. It is bidirectional and its opposite is 'classifier Of Inherited Member'. All elements inherited by this Classifier from its general Classifiers.
      Returns:
      the value of the 'Inherited Member' reference list.
      See Also:
      Model:
      opposite="_classifierOfInheritedMember" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
      Generated:
    • isAbstract

      boolean isAbstract()
      Returns the value of the 'Abstract' attribute. The default value is "false". If true, the Classifier can only be instantiated by instantiating one of its specializations. An abstract Classifier is intended to be used by other Classifiers e.g., as the target of Associations or Generalizations.
      Returns:
      the value of the 'Abstract' attribute.
      See Also:
      Model:
      default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
      Generated:
    • setAbstract

      void setAbstract(boolean value)
      Sets the value of the 'Abstract' attribute.
      Parameters:
      value - the new value of the 'Abstract' attribute.
      See Also:
      Generated:
    • isFinalSpecialization

      boolean isFinalSpecialization()
      Returns the value of the 'Final Specialization' attribute. The default value is "false". If true, the Classifier cannot be specialized.
      Returns:
      the value of the 'Final Specialization' attribute.
      See Also:
      Model:
      default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
      Generated:
    • setFinalSpecialization

      void setFinalSpecialization(boolean value)
      Sets the value of the 'Final Specialization' attribute.
      Parameters:
      value - the new value of the 'Final Specialization' attribute.
      See Also:
      Generated:
    • getAttribute

      List<Property> getAttribute()
      Returns the value of the 'Attribute' reference list. The list contents are of type Property. It is bidirectional and its opposite is 'Classifier'. All of the Properties that are direct (i.e., not inherited or imported) attributes of the Classifier.
      Returns:
      the value of the 'Attribute' reference list.
      See Also:
      Model:
      opposite="classifier" transient="true" volatile="true" derived="true"
      Generated:
    • getRedefinedClassifier

      Collection<Classifier> getRedefinedClassifier()
      Returns the value of the 'Redefined Classifier' reference list. The list contents are of type Classifier. It is bidirectional and its opposite is 'classifier Of Redefined Classifier'. The Classifiers redefined by this Classifier.
      Returns:
      the value of the 'Redefined Classifier' reference list.
      See Also:
      Model:
      opposite="_classifierOfRedefinedClassifier" ordered="false"
      Generated:
    • get_classifierOfRedefinedClassifier

      Collection<Classifier> get_classifierOfRedefinedClassifier()
      Returns the value of the 'classifier Of Redefined Classifier' reference list. The list contents are of type Classifier. It is bidirectional and its opposite is 'Redefined Classifier'.

      If the meaning of the 'classifier Of Redefined Classifier' reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'classifier Of Redefined Classifier' reference list.
      See Also:
      Model:
      opposite="redefinedClassifier" ordered="false"
      Generated:
    • getGeneral

      Collection<Classifier> getGeneral()
      Returns the value of the 'General' reference list. The list contents are of type Classifier. It is bidirectional and its opposite is 'classifier Of General'. The generalizing Classifiers for this Classifier.
      Returns:
      the value of the 'General' reference list.
      See Also:
      Model:
      opposite="_classifierOfGeneral" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
      Generated:
    • getSubstitution

      Collection<Substitution> getSubstitution()
      Returns the value of the 'Substitution' containment reference list. The list contents are of type Substitution. It is bidirectional and its opposite is 'Substituting Classifier'. The Substitutions owned by this Classifier.
      Returns:
      the value of the 'Substitution' containment reference list.
      See Also:
      Model:
      opposite="substitutingClassifier" containment="true" resolveProxies="true" ordered="false"
      Generated:
    • get_substitutionOfContract

      Collection<Substitution> get_substitutionOfContract()
      Returns the value of the 'substitution Of Contract' reference list. The list contents are of type Substitution. It is bidirectional and its opposite is 'Contract'.

      If the meaning of the 'substitution Of Contract' reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'substitution Of Contract' reference list.
      See Also:
      Model:
      opposite="contract" ordered="false"
      Generated:
    • getOwnedUseCase

      Collection<UseCase> getOwnedUseCase()
      Returns the value of the 'Owned Use Case' containment reference list. The list contents are of type UseCase. It is bidirectional and its opposite is 'classifier Of Owned Use Case'. The UseCases owned by this classifier.
      Returns:
      the value of the 'Owned Use Case' containment reference list.
      See Also:
      Model:
      opposite="_classifierOfOwnedUseCase" containment="true" resolveProxies="true" ordered="false"
      Generated:
    • get_interfaceOfNestedClassifier

      @CheckForNull Interface get_interfaceOfNestedClassifier()
      Returns the value of the 'interface Of Nested Classifier' container reference. It is bidirectional and its opposite is 'Nested Classifier'.

      If the meaning of the 'interface Of Nested Classifier' container reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'interface Of Nested Classifier' container reference.
      See Also:
      Model:
      opposite="nestedClassifier" transient="false" ordered="false"
      Generated:
    • set_interfaceOfNestedClassifier

      void set_interfaceOfNestedClassifier(@CheckForNull Interface value)
      Sets the value of the 'interface Of Nested Classifier' container reference.
      Parameters:
      value - the new value of the 'interface Of Nested Classifier' container reference.
      See Also:
      Generated:
    • get_informationItemOfRepresented

      Collection<InformationItem> get_informationItemOfRepresented()
      Returns the value of the 'information Item Of Represented' reference list. The list contents are of type InformationItem. It is bidirectional and its opposite is 'Represented'.

      If the meaning of the 'information Item Of Represented' reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'information Item Of Represented' reference list.
      See Also:
      Model:
      opposite="represented" ordered="false"
      Generated:
    • get_informationFlowOfConveyed

      Collection<InformationFlow> get_informationFlowOfConveyed()
      Returns the value of the 'information Flow Of Conveyed' reference list. The list contents are of type InformationFlow. It is bidirectional and its opposite is 'Conveyed'.

      If the meaning of the 'information Flow Of Conveyed' reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'information Flow Of Conveyed' reference list.
      See Also:
      Model:
      opposite="conveyed" ordered="false"
      Generated:
    • get_exceptionHandlerOfExceptionType

      Collection<ExceptionHandler> get_exceptionHandlerOfExceptionType()
      Returns the value of the 'exception Handler Of Exception Type' reference list. The list contents are of type ExceptionHandler. It is bidirectional and its opposite is 'Exception Type'.

      If the meaning of the 'exception Handler Of Exception Type' reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'exception Handler Of Exception Type' reference list.
      See Also:
      Model:
      opposite="exceptionType" ordered="false"
      Generated:
    • get_readIsClassifiedObjectActionOfClassifier

      Collection<ReadIsClassifiedObjectAction> get_readIsClassifiedObjectActionOfClassifier()
      Returns the value of the 'read Is Classified Object Action Of Classifier' reference list. The list contents are of type ReadIsClassifiedObjectAction. It is bidirectional and its opposite is 'Classifier'.

      If the meaning of the 'read Is Classified Object Action Of Classifier' reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'read Is Classified Object Action Of Classifier' reference list.
      See Also:
      Model:
      opposite="classifier" ordered="false"
      Generated:
    • get_readExtentActionOfClassifier

      Collection<ReadExtentAction> get_readExtentActionOfClassifier()
      Returns the value of the 'read Extent Action Of Classifier' reference list. The list contents are of type ReadExtentAction. It is bidirectional and its opposite is 'Classifier'.

      If the meaning of the 'read Extent Action Of Classifier' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'read Extent Action Of Classifier' reference list.
      See Also:
      Model:
      opposite="classifier" ordered="false"
      Generated:
    • get_reclassifyObjectActionOfOldClassifier

      Collection<ReclassifyObjectAction> get_reclassifyObjectActionOfOldClassifier()
      Returns the value of the 'reclassify Object Action Of Old Classifier' reference list. The list contents are of type ReclassifyObjectAction. It is bidirectional and its opposite is 'Old Classifier'.

      If the meaning of the 'reclassify Object Action Of Old Classifier' reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'reclassify Object Action Of Old Classifier' reference list.
      See Also:
      Model:
      opposite="oldClassifier" ordered="false"
      Generated:
    • get_reclassifyObjectActionOfNewClassifier

      Collection<ReclassifyObjectAction> get_reclassifyObjectActionOfNewClassifier()
      Returns the value of the 'reclassify Object Action Of New Classifier' reference list. The list contents are of type ReclassifyObjectAction. It is bidirectional and its opposite is 'New Classifier'.

      If the meaning of the 'reclassify Object Action Of New Classifier' reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'reclassify Object Action Of New Classifier' reference list.
      See Also:
      Model:
      opposite="newClassifier" ordered="false"
      Generated:
    • get_unmarshallActionOfUnmarshallType

      Collection<UnmarshallAction> get_unmarshallActionOfUnmarshallType()
      Returns the value of the 'unmarshall Action Of Unmarshall Type' reference list. The list contents are of type UnmarshallAction. It is bidirectional and its opposite is 'Unmarshall Type'.

      If the meaning of the 'unmarshall Action Of Unmarshall Type' reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'unmarshall Action Of Unmarshall Type' reference list.
      See Also:
      Model:
      opposite="unmarshallType" ordered="false"
      Generated:
    • get_createObjectActionOfClassifier

      Collection<CreateObjectAction> get_createObjectActionOfClassifier()
      Returns the value of the 'create Object Action Of Classifier' reference list. The list contents are of type CreateObjectAction. It is bidirectional and its opposite is 'Classifier'.

      If the meaning of the 'create Object Action Of Classifier' reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'create Object Action Of Classifier' reference list.
      See Also:
      Model:
      opposite="classifier" ordered="false"
      Generated:
    • getUMLClass

      @CheckForNull Class getUMLClass()
      Returns the value of the 'UML Class' container reference. It is bidirectional and its opposite is 'Nested Classifier'.

      If the meaning of the 'UML Class' container reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'UML Class' container reference.
      See Also:
      Model:
      opposite="nestedClassifier" transient="false" ordered="false"
      Generated:
    • setUMLClass

      void setUMLClass(@CheckForNull Class value)
      Sets the value of the 'UML Class' container reference.
      Parameters:
      value - the new value of the 'UML Class' container reference.
      See Also:
      Generated:
    • get_componentRealizationOfRealizingClassifier

      Collection<ComponentRealization> get_componentRealizationOfRealizingClassifier()
      Returns the value of the 'component Realization Of Realizing Classifier' reference list. The list contents are of type ComponentRealization. It is bidirectional and its opposite is 'Realizing Classifier'.

      If the meaning of the 'component Realization Of Realizing Classifier' reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'component Realization Of Realizing Classifier' reference list.
      See Also:
      Model:
      opposite="realizingClassifier" ordered="false"
      Generated:
    • getCollaborationUse

      Collection<CollaborationUse> getCollaborationUse()
      Returns the value of the 'Collaboration Use' containment reference list. The list contents are of type CollaborationUse. It is bidirectional and its opposite is '.mdcollaborations.CollaborationUse#get_classifierOfCollaborationUse classifier Of Collaboration Use'. The CollaborationUses owned by the Classifier.
      Returns:
      the value of the 'Collaboration Use' containment reference list.
      See Also:
      Model:
      opposite="_classifierOfCollaborationUse" containment="true" resolveProxies="true" ordered="false"
      Generated:
    • getRepresentation

      @CheckForNull CollaborationUse getRepresentation()
      Returns the value of the 'Representation' reference. It is bidirectional and its opposite is '.mdcollaborations.CollaborationUse#get_classifierOfRepresentation classifier Of Representation'. A CollaborationUse which indicates the Collaboration that represents this Classifier.
      Returns:
      the value of the 'Representation' reference.
      See Also:
      Model:
      opposite="_classifierOfRepresentation" ordered="false"
      Generated:
    • setRepresentation

      void setRepresentation(@CheckForNull CollaborationUse value)
      Sets the value of the 'Representation' reference.
      Parameters:
      value - the new value of the 'Representation' reference.
      See Also:
      Generated:
    • getUseCase

      Collection<UseCase> getUseCase()
      Returns the value of the 'Use Case' reference list. The list contents are of type UseCase. It is bidirectional and its opposite is 'Subject'. The set of UseCases for which this Classifier is the subject.
      Returns:
      the value of the 'Use Case' reference list.
      See Also:
      Model:
      opposite="subject" ordered="false"
      Generated:
    • get_classifierTemplateParameterOfConstrainingClassifier

      Collection<ClassifierTemplateParameter> get_classifierTemplateParameterOfConstrainingClassifier()
      Returns the value of the 'classifier Template Parameter Of Constraining Classifier' reference list. The list contents are of type ClassifierTemplateParameter. It is bidirectional and its opposite is '.auxiliaryconstructs.mdtemplates.ClassifierTemplateParameter#getConstrainingClassifier Constraining Classifier'.

      If the meaning of the 'classifier Template Parameter Of Constraining Classifier' reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'classifier Template Parameter Of Constraining Classifier' reference list.
      See Also:
      Model:
      opposite="constrainingClassifier" ordered="false"
      Generated:
    • get_instanceSpecificationOfClassifier

      Collection<InstanceSpecification> get_instanceSpecificationOfClassifier()
      Returns the value of the 'instance Specification Of Classifier' reference list. The list contents are of type InstanceSpecification. It is bidirectional and its opposite is 'Classifier'.

      If the meaning of the 'instance Specification Of Classifier' reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'instance Specification Of Classifier' reference list.
      See Also:
      Model:
      opposite="classifier" ordered="false"
      Generated:
    • get_redefinableElementOfRedefinitionContext

      Collection<RedefinableElement> get_redefinableElementOfRedefinitionContext()
      Returns the value of the 'redefinable Element Of Redefinition Context' reference list. The list contents are of type RedefinableElement. It is bidirectional and its opposite is 'Redefinition Context'.

      If the meaning of the 'redefinable Element Of Redefinition Context' reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'redefinable Element Of Redefinition Context' reference list.
      See Also:
      Model:
      opposite="redefinitionContext" transient="true" volatile="true" derived="true" ordered="false"
      Generated:
    • getOwnedTemplateSignature

      @CheckForNull RedefinableTemplateSignature getOwnedTemplateSignature()
      Returns the value of the 'Owned Template Signature' containment reference. It is bidirectional and its opposite is 'Classifier'. The optional RedefinableTemplateSignature specifying the formal template parameters.
      Specified by:
      getOwnedTemplateSignature in interface TemplateableElement
      Returns:
      the value of the 'Owned Template Signature' containment reference.
      See Also:
      Model:
      opposite="classifier" containment="true" resolveProxies="true" ordered="false"
      Generated:
    • setOwnedTemplateSignature

      void setOwnedTemplateSignature(@CheckForNull RedefinableTemplateSignature value)
      Sets the value of the 'Owned Template Signature' containment reference.
      Parameters:
      value - the new value of the 'Owned Template Signature' containment reference.
      See Also:
      Generated:
    • getTemplateParameter

      @CheckForNull ClassifierTemplateParameter getTemplateParameter()
      Returns the value of the 'Template Parameter' reference. It is bidirectional and its opposite is 'Parametered Element'. TheClassifierTemplateParameter that exposes this element as a formal parameter.
      Specified by:
      getTemplateParameter in interface ParameterableElement
      Returns:
      the value of the 'Template Parameter' reference.
      See Also:
      Model:
      opposite="parameteredElement" ordered="false"
      Generated:
    • setTemplateParameter

      void setTemplateParameter(@CheckForNull ClassifierTemplateParameter value)
      Sets the value of the 'Template Parameter' reference.
      Parameters:
      value - the new value of the 'Template Parameter' reference.
      See Also:
      Generated:
    • hasGeneralization

      boolean hasGeneralization() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • has_generalizationOfGeneral

      boolean has_generalizationOfGeneral() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • hasPowertypeExtent

      boolean hasPowertypeExtent() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • hasFeature

      boolean hasFeature() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • hasInheritedMember

      boolean hasInheritedMember() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • hasAttribute

      boolean hasAttribute() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • hasRedefinedClassifier

      boolean hasRedefinedClassifier() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • has_classifierOfRedefinedClassifier

      boolean has_classifierOfRedefinedClassifier() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • hasGeneral

      boolean hasGeneral() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • hasSubstitution

      boolean hasSubstitution() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • has_substitutionOfContract

      boolean has_substitutionOfContract() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • hasOwnedUseCase

      boolean hasOwnedUseCase() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • has_readExtentActionOfClassifier

      boolean has_readExtentActionOfClassifier() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • has_informationItemOfRepresented

      boolean has_informationItemOfRepresented() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • has_informationFlowOfConveyed

      boolean has_informationFlowOfConveyed() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • has_exceptionHandlerOfExceptionType

      boolean has_exceptionHandlerOfExceptionType() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • has_readIsClassifiedObjectActionOfClassifier

      boolean has_readIsClassifiedObjectActionOfClassifier() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • has_reclassifyObjectActionOfOldClassifier

      boolean has_reclassifyObjectActionOfOldClassifier() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • has_reclassifyObjectActionOfNewClassifier

      boolean has_reclassifyObjectActionOfNewClassifier() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • has_unmarshallActionOfUnmarshallType

      boolean has_unmarshallActionOfUnmarshallType() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • has_createObjectActionOfClassifier

      boolean has_createObjectActionOfClassifier() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • has_componentRealizationOfRealizingClassifier

      boolean has_componentRealizationOfRealizingClassifier() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • hasCollaborationUse

      boolean hasCollaborationUse() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • hasUseCase

      boolean hasUseCase() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • has_classifierTemplateParameterOfConstrainingClassifier

      boolean has_classifierTemplateParameterOfConstrainingClassifier() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • has_instanceSpecificationOfClassifier

      boolean has_instanceSpecificationOfClassifier() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • has_redefinableElementOfRedefinitionContext

      boolean has_redefinableElementOfRedefinitionContext() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated: