Skip to content

Consolidate ls and listVariable #612

@dehann

Description

@dehann

all the list functions should support a common permutation set of arguments with which to filter the results.

ls(dfg::G, node::Union{InferenceVariable, FunctorInferenceType})

# and
listVariables(dfg::G, regexFilter::Union{Nothing, Regex}=nothing; tags::Vector{Symbol}=Symbol[], solvable::Int=0)

List of desired filters

  • regex
  • Type (Variable or Factor)
  • solvable
  • tags

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions