maestro icon indicating copy to clipboard operation
maestro copied to clipboard

Compositionality - an abstraction layer on top of Maestro

Open CThuleHansen opened this issue 4 years ago • 0 comments

See https://github.com/INTO-CPS-Association/maestro/blob/ctm/139-compositionality/maestro/src/test/java/compositionExampleTest.java as an example of composition that gives this output:

Jacobi
	StepAlgorithm - Fixed - max size 0.5
	FMU-jac1
	Gauss-Seidel
		StepAlgorithm - Variable - max size 0.5
		FMU-gauss1
		FMU-gauss2		
	FMU-jac2
```	

CThuleHansen avatar Oct 26 '20 18:10 CThuleHansen