Core Types
Port
Mapper2.MapperCore.Port — Type.source
API
Mapper2.MapperCore.checkclass — Function.checkclass(port, direction)
Return true if port is the correct class for the given Direction
Mapper2.MapperCore.invert — Function.invert(port)
Return a version of port with the class inverted.
Mapper2.MapperCore.PortClass — Type.Classification of port types.
Mapper2.MapperCore.Direction — Type.Enum indicating a direction. Values: Source, Sink.
Link
Mapper2.MapperCore.Link — Type.API
Mapper2.MapperCore.sources — Function.sources(link)
Return Vector{Path{Port}} of sources for link.
Mapper2.MapperCore.dests — Function.dests(link)
Return Vector{Path{Port}} of destinations for link.