maxon.GraphDescription.QUERY_FLAGS

Description

Expresses options when querying a graph for nodes.

Inheritance diagram

Attributes

maxon.GraphDescription.QUERY_FLAGS.MATCH_ALL

Marks a query to pick all matches when ambiguous.

maxon.GraphDescription.QUERY_FLAGS.MATCH_FIRST

Marks a query to pick the first match when ambiguous.

maxon.GraphDescription.QUERY_FLAGS.MATCH_MAYBE

Marks a query to match lazily, instead of raising an error, a non-matching sub-graph will simply not be executed.

maxon.GraphDescription.QUERY_FLAGS.NONE

Marks a query as having no special flags.

maxon.GraphDescription.QUERY_FLAGS.SELECT_THIS

Marks the to be selected element in a query.