Package interfaces

Interface Savable

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BaseNFunction, CalcLogic, Function, MathExpression, MatrixFunction, PolynomialExpression, Settings, Topic, Variable

public interface Savable
extends java.io.Serializable
Author:
GBEMIRO JIBOYE
  • Method Summary

    Modifier and Type Method Description
    java.lang.String serialize()  
  • Method Details