Uses of Class
com.prosysopc.ua.server.ModellingRule

Packages that use ModellingRule
com.prosysopc.ua.server Main server side classes of the SDK. 
com.prosysopc.ua.server.instantiation Classes the SDK uses internally for building UaNode instances based on address space. 
com.prosysopc.ua.server.nodes Server side implementation classes for the UaNode model. 
 

Uses of ModellingRule in com.prosysopc.ua.server
 

Fields in com.prosysopc.ua.server declared as ModellingRule
static ModellingRule ModellingRule.ExposesItsArray
           
static ModellingRule ModellingRule.Mandatory
           
static ModellingRule ModellingRule.MandatoryPlaceholder
           
static ModellingRule ModellingRule.MandatoryShared
           
static ModellingRule ModellingRule.Optional
           
static ModellingRule ModellingRule.OptionalPlaceholder
           
static ModellingRule[] ModellingRule.values
           
 

Methods in com.prosysopc.ua.server that return ModellingRule
static ModellingRule ModellingRule.byInstanceDeclaration(UaNode instanceDeclaration)
          Get ModellingRule from an InstanceDeclaration Node
static ModellingRule ModellingRule.byModellingRuleNode(UaNode modellingRuleNode)
          Get ModellingRule from UaNode that describes one
 

Uses of ModellingRule in com.prosysopc.ua.server.instantiation
 

Methods in com.prosysopc.ua.server.instantiation that return ModellingRule
 ModellingRule TypeNodeInstanceDeclaration.getModellingRule()
           
 ModellingRule ModelledInstanceDeclaration.getModellingRule()
           
 ModellingRule InstanceDeclaration.getModellingRule()
           
 

Uses of ModellingRule in com.prosysopc.ua.server.nodes
 

Methods in com.prosysopc.ua.server.nodes with parameters of type ModellingRule
 UaReference UaInstanceNode.addModellingRule(ModellingRule modellingRule)
          Adds a ModellingRule reference to the node.
 



Copyright © 2018. All rights reserved.