Class CLClassifierHelper


  • public abstract class CLClassifierHelper
    extends java.lang.Object
    A classifier is a classification of instances — it describes a set of instances that have features in common.
    See Also:
    CLClassifier
    • Method Detail

      • associateClassifier

        public static java.util.List<CLAssociation> associateClassifier​(SrvContext srvCtx,
                                                                        ADClientAble ohDia,
                                                                        java.util.List<? extends CLClassifier> seqCL,
                                                                        boolean makeOneWay)
                                                                 throws InoNetException,
                                                                        SrvErrorException
        Creates navigable associations from properties of the specified classifiers. If makeOneWay is set to isTrue, the associations can only be navigated in one direction. Otherwise, the associations may be navigable in both directions if it is possible to calculate a second necessary property.
        Parameters:
        srvCtx - The context of the related innovator server.
        ohDia - Diagram of the call (optional)
        seqCL - List of selected classifiers
        makeOneWay - isTrue, if created associations should be navigable only in one way
        Throws:
        InoNetException
        SrvErrorException