Interface KnowledgeTransferable

All Superinterfaces:
Serializable, TetradSerializable
All Known Subinterfaces:
DataModel, DataSet, ICovarianceMatrix
All Known Implementing Classes:
BoxDataSet, CorrelationMatrix, CorrelationMatrixOnTheFly, CovarianceMatrix, CovarianceMatrixOnTheFly, DataModelList, IndependenceFacts, NumberObjectDataSet, TimeSeriesData

public interface KnowledgeTransferable extends TetradSerializable
Interface implemented by classes that are capable of participating in the transfer of knowledge objects.
Author:
josephramsey
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final long
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    Sets knowledge to a copy of the given object.
  • Field Details

  • Method Details

    • getKnowledge

      Knowledge getKnowledge()
      Returns:
      a copy of the knowledge for this class.
    • setKnowledge

      void setKnowledge(Knowledge knowledge)
      Sets knowledge to a copy of the given object.