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.
- Version:
- $Id: $Id
- Author:
- josephramsey
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
ConstantserialVersionUID=23L
-
Method Summary
Modifier and TypeMethodDescriptiongetKnowledge.void
setKnowledge
(Knowledge knowledge) Sets knowledge to a copy of the given object.
-
Field Details
-
serialVersionUID
static final long serialVersionUIDConstantserialVersionUID=23L
- See Also:
-
-
Method Details
-
getKnowledge
-
setKnowledge
Sets knowledge to a copy of the given object.- Parameters:
knowledge
- the knowledge to set
-