Hierarchy For Package org.episteme.core.mathematics.analysis.chaos

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.episteme.core.mathematics.analysis.chaos.ArnoldCatMap (implements org.episteme.core.mathematics.analysis.chaos.DiscreteMap<T>)
    • org.episteme.core.mathematics.analysis.chaos.CantorDust
    • org.episteme.core.mathematics.analysis.chaos.CantorDust.Square
    • org.episteme.core.mathematics.analysis.chaos.GingerbreadManMap (implements org.episteme.core.mathematics.analysis.chaos.DiscreteMap<T>)
    • org.episteme.core.mathematics.analysis.chaos.HenonMap (implements org.episteme.core.mathematics.analysis.chaos.DiscreteMap<T>)
    • org.episteme.core.mathematics.analysis.chaos.JuliaSet (implements org.episteme.core.mathematics.structures.sets.Set<E>)
    • org.episteme.core.mathematics.analysis.chaos.KochCurve
    • org.episteme.core.mathematics.analysis.chaos.LogisticMap (implements org.episteme.core.mathematics.analysis.chaos.DiscreteMap<T>)
    • org.episteme.core.mathematics.analysis.chaos.MandelbrotSet (implements org.episteme.core.mathematics.structures.sets.Set<E>)
    • org.episteme.core.mathematics.analysis.chaos.StandardMap (implements org.episteme.core.mathematics.analysis.chaos.DiscreteMap<T>)

Interface Hierarchy

  • java.util.function.Function<T,R>
    • org.episteme.core.mathematics.analysis.Function<D,C> (also extends org.episteme.core.mathematics.analysis.Relation<D,C>)
      • org.episteme.core.mathematics.analysis.chaos.DiscreteMap<T>
  • org.episteme.core.mathematics.analysis.Relation<D,C>
    • org.episteme.core.mathematics.analysis.Function<D,C> (also extends java.util.function.Function<T,R>)
      • org.episteme.core.mathematics.analysis.chaos.DiscreteMap<T>