Package edu.cmu.tetrad.data
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
Interface implemented by classes that are capable of participating in the transfer of knowledge objects.
- Author:
- josephramsey
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
setKnowledge
(Knowledge knowledge) Sets knowledge to a copy of the given object.
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
-
Method Details
-
getKnowledge
Knowledge getKnowledge()- Returns:
- a copy of the knowledge for this class.
-
setKnowledge
Sets knowledge to a copy of the given object.
-