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:
- Joseph Ramsey
- See Also:
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetKnowledge(Knowledge knowledge) Sets knowledge to a copy of the given object.
- 
Field Details- 
serialVersionUIDstatic final long serialVersionUID- See Also:
 
 
- 
- 
Method Details- 
getKnowledgeKnowledge getKnowledge()- Returns:
- a copy of the knowledge for this class.
 
- 
setKnowledgeSets knowledge to a copy of the given object.
 
-