Class FranklinGeometry

Object
AbstractGeometry
FranklinGeometry

public class FranklinGeometry extends AbstractGeometry
Geometry implementation for the Franklin graph (a 12-node cubic cage).
See Also:
  • Constructor Details

    • FranklinGeometry

      public FranklinGeometry(EvoLudo engine)
      Create a Franklin geometry tied to the given engine.
      Parameters:
      engine - EvoLudo pacemaker
  • Method Details

    • init

      public void init()
      Generates the Franklin graph, a cubic cage with \(12\) nodes discovered by Philip Franklin.
      Specified by:
      init in class AbstractGeometry
      See Also:
    • checkSettings

      protected boolean checkSettings()
      Description copied from class: AbstractGeometry
      Hook for subclasses to implement geometry specific checks.
      Overrides:
      checkSettings in class AbstractGeometry
      Returns:
      true if adjustments require a reset