UsedScenario

onera.pmlanalyzer.pml.model.configuration.TransactionLibrary.UsedScenario
See theUsedScenario companion object
final class UsedScenario extends PMLNode

Class encoding the user defined scenarios used in the configuration

Attributes

iniTgt

the origin-destination services couples

sw

the application that can use this scenario

userName

the name of the node

Companion:
object
Graph
Supertypes
class PMLNode
class Object
trait Matchable
class Any

Members list

Concise view

identifier

val name: Symbol

Name of the node

Name of the node

Attributes

final val typeName: Symbol

Name of the type of PML node

Name of the type of PML node

Attributes

Inherited from:
PMLNode

printer_function

override def toString: String

Print a node only by its name

Print a node only by its name

Attributes

Returns:

string representation of a PMLNode

Definition Classes
PMLNode -> Any
Inherited from:
PMLNode

Value members

Concrete methods

Try to find a physical transaction of the scenario

Try to find a physical transaction of the scenario

Attributes

Returns:

the set of physical transaction if possible

Concrete fields

val sw: Set[Application]