Interface Command

All Known Subinterfaces:
ElementCreationCommand, MacroCommand
All Known Implementing Classes:
AddElement, AddSupport, ApplyOperator, CreateAbstractSupport, CreateConclusion, CreateEvidence, CreateJustification, CreateStrategy, CreateSubConclusion, CreateTemplate, ImplementsTemplate, OverrideAbstractSupport, RegisterAlias, RegularCommand, RemoveElement, RewireStrategySupport

public interface Command
A command in the command pattern for model construction.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Predicate<Unit>
     
    void
    execute(Unit context)
     
  • Method Details

    • condition

      default Predicate<Unit> condition()
    • execute

      void execute(Unit context)