Interface UsesScoreWrapper
- All Known Implementing Classes:
Bfci
,Boss
,BossDumb
,BossLingam
,BossPag
,Cstar
,DirectLingam
,Fask
,FaskOrig
,FaskVote
,Fges
,FgesMb
,Gfci
,Grasp
,GraspFci
,Images
,ImagesBoss
,LvLite
,RestrictedBoss
,Sp
,SpFci
,SvarGfci
public interface UsesScoreWrapper
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.void
setScoreWrapper
(ScoreWrapper score) Sets the score wrapper.
-
Method Details
-
getScoreWrapper
-
setScoreWrapper
Sets the score wrapper.- Parameters:
score
- the score wrapper.
-