1

When I try to create for example a CommDeviceBuilder for my own class I get this error telling me it's not a public method. How am I supposed to make a builder like this then?

1 Answers1

0

You are not supposed to instantiate instances of CommDeviceBuilder yourself. You can obtain an instance by letting your class (e.g. your agent) implement the CommUser interface.

RandomBroadcastAgent is an example implementation of this mechanism (also see CommExample).

rinde
  • 1,181
  • 1
  • 8
  • 20