Restrict

onera.pmlanalyzer.pml.operators.Restrict
See theRestrict companion object
trait Restrict[L, R]

Base trait for restrict operator used to restrict the connection graph of elements L to the elements R that are used

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(b: R): L

Concrete methods

def usedForTgt[U <: Service](tgt: U, ini: Initiator, from: U, to: U)(implicit lU: Linked[U, U], p: Provided[Initiator, Service], r: RoutingRelation[(Initiator, Service, Service), Service]): Boolean