Interface TakesScoreWrapper
- All Known Implementing Classes:
Boss, BossFci, CdnodPag, Cstar, DirectLingam, DmFcit, DmFciT2, Fask, FaskOrig, FaskVote, Fcit, Fges, FgesFci, FgesMb, Gfci, Grasp, GraspFci, Images, ImagesBoss, LvHeuristic, RestrictedBoss, Sp, SpFci
public interface TakesScoreWrapper
Tags an algorithm as using a score wrapper.
Author : Jeremy Espino MD Created 7/6/17 2:19 PM
- Version:
- $Id: $Id
- Author:
- josephramsey
-
Method Summary
Modifier and TypeMethodDescriptionReturns the score wrapper.voidsetScoreWrapper(ScoreWrapper score) Sets the score wrapper.
-
Method Details
-
getScoreWrapper
-
setScoreWrapper
Sets the score wrapper.- Parameters:
score- the score wrapper.
-