alpha library

Model structures, base classes, that are used everywhere in dawo:

  • Out, BaseStruct, BasePlacard, Group, Member, Actor, Action.
  • dawo version: 0.0.8. 13.3.2019

Classes

Action
Base
Actor
Base for this class. Representation of an object, that does something.
BasePlacard
Every app-mission-chore creates new Placard for EVERY new operation (?) or at-least gives it as parameter, to functions.
BaseStruct
Other buffer-classes are not yet in use.
Group
base class that serves objects that can have members. #connector is using this
Member
base class that serves objects that can be members in some group. #connector is using this
Out
NOTE abstract classes cant be created with new keyword.

Properties

alphaMotto String
getter/setter pair
out Out
Creating instance of class.
getter/setter pair