Click or drag to resize

SequenceCheckingEnvironment Methods

The SequenceCheckingEnvironment type exposes the following members.

Methods
 NameDescription
Public methodCheckFunctionCall Helper for checking function calls. Type checks the input, type checks the output. Throws an exception when an error is found.
Public methodCheckFunctionMethodCall Helper for checking function method calls. Checks whether called entity exists, and type checks the input. Throws an exception when an error is found.
Public methodCheckMatchClassFilterCalls Checks whether called match class filter exists, and type checks the inputs.
Public methodCheckProcedureCall Helper for checking procedure calls. Type checks the input, type checks the output. Throws an exception when an error is found.
Public methodCheckProcedureMethodCall(SequenceExpression, SequenceComputationProcedureMethodCall) Helper for checking procedure method calls. Checks whether called entity exists, type checks the input, type checks the output. Throws an exception when an error is found.
Public methodCheckProcedureMethodCall(SequenceVariable, SequenceComputationProcedureMethodCall) Helper for checking procedure method calls. Checks whether called entity exists, type checks the input, type checks the output. Throws an exception when an error is found.
Public methodCheckRuleAllCall Helper for checking rule all calls. Type checks the input, type checks the output. Throws an exception when an error is found.
Public methodCheckRuleCall Helper for checking rule calls. Type checks the input, type checks the output. Throws an exception when an error is found.
Public methodCheckSequenceCall Helper for checking sequence calls. Type checks the input, type checks the output. Throws an exception when an error is found.
Protected methodGetMatchClassName 
Protected methodInputParameterType 
Protected methodIsMatchClassExisting 
Public methodIsRuleImplementingMatchClass 
Protected methodNumInputParameters 
Protected methodNumOutputParameters 
Protected methodOutputParameterType 
Public methodTypeOfMemberOrAttribute Helper which returns the type of - the given member in the given match or match class type or - the given attribute in the given node or edge or internal object type
Public methodTypeOfTopLevelEntityInRule Helper which returns the type of the given top level entity of the given rule. Throws an exception in case the rule of the given name does not exist or in case it does not contain an entity of the given name.
Top
See Also