CommandingClass

public interface CommandingClass

An interface common for model classes of objects that create commands.

Inheritors

Functions

Link copied to clipboard
public abstract ImmutableSet<CommandClass> outgoingCommands()
Obtains the classes of commands produced by this commanding class.