Linked

onera.pmlanalyzer.pml.operators.Linked
See theLinked companion object
trait Linked[L, R]

Base trait for linked operation

Attributes

L

the left type

R

the right type

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def apply(a: L): Set[R]
def inverse(b: R): Set[L]