Table of Contents

Class JavaNativeChildrenRule

Namespace
Ranorex.Plugin
Assembly
Ranorex.Plugin.Java.dll
public class JavaNativeChildrenRule : LineageGlueRule, IEquatable<Descriptor>, IComparable<Descriptor>
Inheritance
JavaNativeChildrenRule
Implements
Inherited Members

Constructors

JavaNativeChildrenRule()

public JavaNativeChildrenRule()

Methods

Execute(GlueRuleExecutionState)

Executes the rule.

public override void Execute(GlueRuleExecutionState state)

Parameters

state GlueRuleExecutionState

The current rule execution state.

Remarks

This has to be implemented by the rule classes.