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, component, lookaround_constraints, constraint_group, property_constraints, additional_actions)
 
get_component(self)
 
get_lookaround_constraints(self)
 
get_constraint_group(self)
 
get_property_constraints(self)
 
has_property_constraints(self)
 
get_additional_actions(self)
 
has_additional_actions(self)