Schnittstelle CharacterGenerator<A extends IAttribute,M extends RuleSpecificCharacterObject<A,?,?,?>>

Alle Superschnittstellen:
CharacterController<A,M>
Alle bekannten Unterschnittstellen:
IGeneratorWrapper<A,M,G>

public interface CharacterGenerator<A extends IAttribute,M extends RuleSpecificCharacterObject<A,?,?,?>> extends CharacterController<A,M>
  • Methodendetails

    • getId

      String getId()
    • getName

      String getName()
      Name to display users
    • getDescription

      String getDescription()
      Description to display users
    • setModel

      void setModel(M model, CharacterHandle handle)
    • canBeFinished

      boolean canBeFinished()
    • finish

      void finish()
      Finalize creation process. If there are open ToDos/Warnings, they are ignored.