Uses of Interface
wt.csm.ranking.literanking.DeepCloneable

Packages that use DeepCloneable
wt.clients.csm.ranking.rankingdata   
wt.csm.ranking   
wt.csm.ranking.literanking   
 

Uses of DeepCloneable in wt.clients.csm.ranking.rankingdata
 

Methods in wt.clients.csm.ranking.rankingdata that return DeepCloneable
 DeepCloneable WeightedAverageCriteriaDataEditor.getDeepCloneable()
           
 DeepCloneable SimpleCriteriaDataEditor.getDeepCloneable()
           
 DeepCloneable RankingCriteriaDataEditor.getDeepCloneable()
           
 

Methods in wt.clients.csm.ranking.rankingdata with parameters of type DeepCloneable
 void WeightedAverageCriteriaDataEditor.setDeepCloneable(DeepCloneable dc)
           
 void SimpleCriteriaDataEditor.setDeepCloneable(DeepCloneable dc)
           
 void RankingCriteriaDataEditor.setDeepCloneable(DeepCloneable dc)
           
 

Uses of DeepCloneable in wt.csm.ranking
 

Fields in wt.csm.ranking declared as DeepCloneable
private  DeepCloneable RankingData.data
           
 

Methods in wt.csm.ranking that return DeepCloneable
 DeepCloneable RankingData.getData()
          Gets the value of the attribute: DATA.
 

Methods in wt.csm.ranking with parameters of type DeepCloneable
 void RankingData.setData(DeepCloneable a_Data)
          Sets the value of the attribute: DATA.
 

Uses of DeepCloneable in wt.csm.ranking.literanking
 

Classes in wt.csm.ranking.literanking that implement DeepCloneable
 class SimpleCriteriaData
          

Supported API: false

Extendable: false
 class WeightedAverageCriteriaData
          

Supported API: false

Extendable: false
 

Fields in wt.csm.ranking.literanking declared as DeepCloneable
private  DeepCloneable RankingDataDefaultView.data
           
 

Methods in wt.csm.ranking.literanking that return DeepCloneable
 DeepCloneable RankingDataDefaultView.getData()
          Gets the value of the attribute: data.
 

Methods in wt.csm.ranking.literanking with parameters of type DeepCloneable
 void RankingDataDefaultView.setData(DeepCloneable a_Data)
          Sets the value of the attribute: data.
 

Constructors in wt.csm.ranking.literanking with parameters of type DeepCloneable
RankingDataDefaultView(int updateCount, ObjectIdentifier objectID, DeepCloneable data, RankingContextDefaultView context, IBAHolder holder, ClassificationNodeNodeView node)
          

Supported API: false