MEDYAN.jl
  • Home
  • Tutorials
  • How-To
  • Explanations
  • Reference
  • Versions
    • dev
    • stable

On this page

  • MEDYAN.place2links
    • Tuple{MEDYAN.Context, MEDYAN.Place}
  • Edit this page
  • Report an issue

MEDYAN.place2links

Tuple{MEDYAN.Context, MEDYAN.Place}

place2links(c::Context, p::Place) -> Link iterator

Return an iterator of Links attached to p. If !place_exists(c, p) return an empty iterator.

  • Edit this page
  • Report an issue