Dear Wiki user, You have subscribed to a wiki page or wiki category on "Devicemap Wiki" for change notification.
The "Patterns2" page has been changed by rezan: https://wiki.apache.org/devicemap/Patterns2?action=diff&rev1=12&rev2=13 :: this is a complete pattern definition with an id, type, rank, and pattern tokens pattern tokens:: - :: these are the individual pattern strings which comprise a pattern + :: these are the individual pattern strings which comprise a pattern type pattern type:: - :: this defines how the pattern tokens must appear in the input string for the pattern to be valid + :: this defines how the pattern tokens must be matched against the token stream matched tokens:: :: these are pattern tokens which are successfully matched in the token stream + + candidate:: + :: this is a pattern which has successfully matched a pattern type in the token stream The pattern and attribute files are JSON objects. These objects will contain: @@ -166, +169 @@ :: Each pattern token must appear in the token stream. Order does not matter. Simple:: - :: Only one pattern must appear in the token stream. + :: Only one pattern token must appear in the token stream. == RankType ==
