Package src :: Package com :: Package deviceatlas :: Package device :: Module match_candidate :: Class MatchCandidate
[frames] | no frames]

Class MatchCandidate


 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.

@author DeviceAtlas Limited

Instance Methods
 
__init__(self, match_type, component, position_constraint, lookaround_constraints, constraint_group, property_constraints, additional_actions)
Properties
  match_type
  component
  position_constraint
  lookaround_constraints
  constraint_group
  property_constraints
  has_property_constraints
  additional_actions
  has_additional_actions
Property Details

match_type

Get Method:
unreachable.match_type(self)

component

Get Method:
unreachable.component(self)

position_constraint

Get Method:
unreachable.position_constraint(self)

lookaround_constraints

Get Method:
unreachable.lookaround_constraints(self)

constraint_group

Get Method:
unreachable.constraint_group(self)

property_constraints

Get Method:
unreachable.property_constraints(self)

has_property_constraints

Get Method:
unreachable.has_property_constraints(self)

additional_actions

Get Method:
unreachable.additional_actions(self)

has_additional_actions

Get Method:
unreachable.has_additional_actions(self)