Documentation

MatchCandidate
in package

A match candidate is considered a match and its component available for selection if the position in the identifier string is within the range of its position constraint. If the match candidate was detected using only a partial token then it is considered a match if it is a starts with rule type.

Tags
author

DeviceAtlas Limited

Table of Contents

$aAs  : mixed
$c  : mixed
$cG  : mixed
$iSWMT  : mixed
$lCs  : mixed
$mT  : mixed
$poC  : mixed
$prCs  : mixed
__construct()  : mixed
getAdditionalActions()  : mixed
getComponent()  : mixed
getConstraintGroup()  : mixed
getLookaroundConstraints()  : mixed
getMatchType()  : mixed
getPositionConstraint()  : mixed
getPropertyConstraints()  : mixed
hasAdditionalActions()  : mixed
hasComponent()  : mixed
hasConstraintGroup()  : mixed
hasLookaroundConstraints()  : mixed
hasPositionConstraint()  : mixed
hasPropertyConstraints()  : mixed
isStartWithMatchType()  : mixed

Properties

Methods

__construct()

public __construct(mixed $matchType, mixed $component, mixed $positionConstraint, mixed $lookaroundConstraints, mixed $constraintGroup, mixed $propertyConstraints, mixed $additionalActions) : mixed
Parameters
$matchType : mixed
$component : mixed
$positionConstraint : mixed
$lookaroundConstraints : mixed
$constraintGroup : mixed
$propertyConstraints : mixed
$additionalActions : mixed
Return values
mixed

getAdditionalActions()

public getAdditionalActions() : mixed
Return values
mixed

getComponent()

public getComponent() : mixed
Return values
mixed

getConstraintGroup()

public getConstraintGroup() : mixed
Return values
mixed

getLookaroundConstraints()

public getLookaroundConstraints() : mixed
Return values
mixed

getMatchType()

public getMatchType() : mixed
Return values
mixed

getPositionConstraint()

public getPositionConstraint() : mixed
Return values
mixed

getPropertyConstraints()

public getPropertyConstraints() : mixed
Return values
mixed

hasAdditionalActions()

public hasAdditionalActions() : mixed
Return values
mixed

hasComponent()

public hasComponent() : mixed
Return values
mixed

hasConstraintGroup()

public hasConstraintGroup() : mixed
Return values
mixed

hasLookaroundConstraints()

public hasLookaroundConstraints() : mixed
Return values
mixed

hasPositionConstraint()

public hasPositionConstraint() : mixed
Return values
mixed

hasPropertyConstraints()

public hasPropertyConstraints() : mixed
Return values
mixed

isStartWithMatchType()

public isStartWithMatchType() : mixed
Return values
mixed

        

Search results