Class CLClassifierHelper
java.lang.Object
de.mid.innovator.srv2api.icw2class.CLClassifierHelper
A classifier is a classification of instances - it describes a set of instances that have features in common.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<CLAssociation> associateClassifier(SrvContext srvCtx, ADClientAble ohDia, List<? extends CLClassifier> seqCL, boolean makeOneWay) Creates navigable associations from properties of the specified classifiers.
-
Method Details
-
associateClassifier
public static List<CLAssociation> associateClassifier(SrvContext srvCtx, ADClientAble ohDia, 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 classifiersmakeOneWay- isTrue, if created associations should be navigable only in one way- Throws:
InoNetExceptionSrvErrorException
-