Click or drag to resize

AutomationMLLogicRoleClassLib Class

Contains definitions and access methods of standard base RoleClass objects to model logic behavior.
Inheritance Hierarchy
SystemObject
  Aml.Engine.AmlObjectsAutomationMLLogicRoleClassLib

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static class AutomationMLLogicRoleClassLib

The AutomationMLLogicRoleClassLib type exposes the following members.

Methods
 NameDescription
Public methodStatic memberIsInterlockingSourceGroup Determines whether the specified role reference defines an inheritance relation from the InterlockingSourceGroup RoleClass
Public methodStatic memberIsInterlockingTargetGroup Determines whether the specified role reference defines an inheritance relation from the InterlockingTargetGroup RoleClass
Public methodStatic memberIsLogicModelObject Determines whether the specified role reference defines an inheritance relation from the LogicModelObject RoleClass
Top
Fields
 NameDescription
Public fieldStatic memberAutomationMLLogicRoleClassLibName The 'AutomationMLLogicRoleClassLib' library name
Public fieldStatic memberInterlockingSourceGroup The 'InterlockingSourceGroup' RoleClass path
Public fieldStatic memberInterlockingTargetGroup The 'InterlockingTargetGroup' RoleClass path
Public fieldStatic memberLogicModelObject The 'LogicModelObject' RoleClass path
Top
See Also