BoundaryModule

class Object
trait Matchable
class Any

Type members

Classlikes

trait Boundary

Interface that define the base boundary. All the boundaries need to extend this trait in order to be compatible. All the data will be sent to the boundaries in the same way (ECB pattern).

Interface that define the base boundary. All the boundaries need to extend this trait in order to be compatible. All the data will be sent to the boundaries in the same way (ECB pattern).

trait ConfigBoundary extends Boundary

ConfigBoundary is a special type of Boundary dedicated to the start of the visual part of the simulator. This allow to upload the configuration and start the simulation. So it's a special boundary, that is different respect to the other ones.

ConfigBoundary is a special type of Boundary dedicated to the start of the visual part of the simulator. This allow to upload the configuration and start the simulation. So it's a special boundary, that is different respect to the other ones.

trait Interface extends Provider
trait Provider

Provider of the component.

Provider of the component.