Class Domain

Inheritance Relationships

Derived Type

Class Documentation

class Domain

Provides an environment for the agents to participate in.

Implementations of virtual environments are expected to subclass Domain.

Subclassed by kami::GridDomain

Protected Functions

Domain() = default

Constructor.

Making this constructor protected makes the class abstract without having to create any virtual functions.