Interface IMConstraint

    • Method Detail

      • getConstrainedClassifier

        <T extends IMClassifier> java.util.List<T> getConstrainedClassifier​(java.lang.Class<T> returnType,
                                                                            MMStereotype stereotype,
                                                                            K_CONTROL_OPTION... behaviourFlags)
                                                                     throws InoNetException,
                                                                            SrvErrorException
        The method calls getConstrainedClassifier and filters its return values according to the given stereotype value.
        Parameters:
        returnType - Specifies the type of elements to be returned.
        stereotype - The stereotype used to filter the result list
        behaviourFlags - An optional list of enum values to control the behaviour of the command.
        Throws:
        InoNetException
        SrvErrorException