Click or drag to resize

AutomationMLLogicInterfaceClassLib Class

Contains definitions and access methods of standard base InterfaceClass objects for the logic model.
Inheritance Hierarchy
SystemObject
  Aml.Engine.AmlObjectsAutomationMLLogicInterfaceClassLib

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

The AutomationMLLogicInterfaceClassLib type exposes the following members.

Methods
 NameDescription
Public methodStatic memberIsBehaviourLogicModelInterface Determines whether the specified interface class is derived from the BehaviourLogicModelInterface interface class. The method can resolve alias references anywhere in the inheritance hierarchy.
Public methodStatic memberIsInterlockingLogicModelInterface Determines whether the specified interface class is derived from the InterlockingLogicModelInterface interface class. The method can resolve alias references anywhere in the inheritance hierarchy.
Public methodStatic memberIsInterlockingVariableInterface Determines whether the specified interface class is derived from the InterlockingVariableInterface interface class. The method can resolve alias references anywhere in the inheritance hierarchy.
Public methodStatic memberIsLogicModelElementInterface Determines whether the specified interface class is derived from the LogicModelElementInterface interface class. The method can resolve alias references anywhere in the inheritance hierarchy.
Public methodStatic memberIsLogicModelInterface Determines whether the specified interface class is derived from the LogicModelInterface interface class. The method can resolve alias references anywhere in the inheritance hierarchy.
Public methodStatic memberIsSequencingLogicModelInterface Determines whether the specified interface class is derived from the SequencingLogicModelInterface interface class. The method can resolve alias references anywhere in the inheritance hierarchy.
Public methodStatic memberIsVariableInterface Determines whether the specified interface class is derived from the VariableInterface interface class. The method can resolve alias references anywhere in the inheritance hierarchy.
Top
Fields
 NameDescription
Public fieldStatic memberAutomationMLLogicInterfaceClassLibName The AutomationML base interface class library name
Public fieldStatic memberBehaviourLogicModelInterface The BehaviourLogicModelInterface ClassPath (a Part 4 Interface)
Public fieldStatic memberInterlockingLogicModelInterface The InterlockingLogicModelInterface class path (a Part 4 Interface)
Public fieldStatic memberInterlockingVariableInterface The InterlockingVariableInterface ClassPath (a Part 4 Interface)
Public fieldStatic memberLogicModelElementInterface The LogicModelElementInterface ClassPath (a Part 4 Interface)
Public fieldStatic memberLogicModelInterface The LogicModelInterface ClassPath (a Part 4 Interface)
Public fieldStatic memberSequencingLogicModelInterface The SequencingLogicModelInterface ClassPath (a Part 4 Interface)
Public fieldStatic memberVariableInterface The VariableInterface ClassPath (a Part 4 Interface)
Top
See Also