Documentation

MatchCandidateStatic
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

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

Methods

getAdditionalActions()

public static getAdditionalActions(mixed $matchCandidateArray) : mixed
Parameters
$matchCandidateArray : mixed
Return values
mixed

getComponent()

public static getComponent(mixed $matchCandidateArray) : mixed
Parameters
$matchCandidateArray : mixed
Return values
mixed

getConstraintGroup()

public static getConstraintGroup(mixed $matchCandidateArray) : mixed
Parameters
$matchCandidateArray : mixed
Return values
mixed

getLookaroundConstraints()

public static getLookaroundConstraints(mixed $matchCandidateArray) : mixed
Parameters
$matchCandidateArray : mixed
Return values
mixed

getMatchType()

public static getMatchType(mixed $matchCandidateArray) : mixed
Parameters
$matchCandidateArray : mixed
Return values
mixed

getPositionConstraint()

public static getPositionConstraint(mixed $matchCandidateArray) : mixed
Parameters
$matchCandidateArray : mixed
Return values
mixed

getPropertyConstraints()

public static getPropertyConstraints(mixed $matchCandidateArray) : mixed
Parameters
$matchCandidateArray : mixed
Return values
mixed

hasAdditionalActions()

public static hasAdditionalActions(mixed $matchCandidateArray) : mixed
Parameters
$matchCandidateArray : mixed
Return values
mixed

hasComponent()

public static hasComponent(mixed $matchCandidateArray) : mixed
Parameters
$matchCandidateArray : mixed
Return values
mixed

hasConstraintGroup()

public static hasConstraintGroup(mixed $matchCandidateArray) : mixed
Parameters
$matchCandidateArray : mixed
Return values
mixed

hasLookaroundConstraints()

public static hasLookaroundConstraints(mixed $matchCandidateArray) : mixed
Parameters
$matchCandidateArray : mixed
Return values
mixed

hasPositionConstraint()

public static hasPositionConstraint(mixed $matchCandidateArray) : mixed
Parameters
$matchCandidateArray : mixed
Return values
mixed

hasPropertyConstraints()

public static hasPropertyConstraints(mixed $matchCandidateArray) : mixed
Parameters
$matchCandidateArray : mixed
Return values
mixed

isStartWithMatchType()

public static isStartWithMatchType(mixed $matchCandidateArray) : mixed
Parameters
$matchCandidateArray : mixed
Return values
mixed

Search results