Interface AnyInterpretation

All Known Subinterfaces:
Interpretation<T>
All Known Implementing Classes:
VersionedInterpretation

public sealed interface AnyInterpretation permits Interpretation<T>
  • Method Details

    • getModel

      Model getModel()
    • getSymbol

      AnySymbol getSymbol()
    • getSize

      long getSize()
    • getAdjacentSize

      int getAdjacentSize(int slot, int node)