public class SubChainSelectorConfig extends SelectorConfig<SubChainSelectorConfig>
| Modifier and Type | Field and Description | 
|---|---|
| protected Integer | maximumSubChainSize | 
| protected Integer | minimumSubChainSize | 
| protected ValueSelectorConfig | valueSelectorConfig | 
| Constructor and Description | 
|---|
| SubChainSelectorConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| SubChainSelector | buildSubChainSelector(HeuristicConfigPolicy configPolicy,
                     EntityDescriptor entityDescriptor,
                     SelectionCacheType minimumCacheType,
                     SelectionOrder inheritedSelectionOrder) | 
| Integer | getMaximumSubChainSize() | 
| Integer | getMinimumSubChainSize() | 
| ValueSelectorConfig | getValueSelectorConfig() | 
| void | inherit(SubChainSelectorConfig inheritedConfig)Inherits each property of the  inheritedConfigunless that property (or a semantic alternative)
 is defined by this instance (which overwrites the inherited behaviour). | 
| void | setMaximumSubChainSize(Integer maximumSubChainSize) | 
| void | setMinimumSubChainSize(Integer minimumSubChainSize) | 
| void | setValueSelectorConfig(ValueSelectorConfig valueSelectorConfig) | 
| String | toString() | 
validateCacheTypeVersusSelectionOrdercopyConfig, deduceEntityDescriptor, deduceVariableDescriptor, deduceVariableDescriptorList, newInstanceprotected ValueSelectorConfig valueSelectorConfig
protected Integer minimumSubChainSize
protected Integer maximumSubChainSize
public ValueSelectorConfig getValueSelectorConfig()
public void setValueSelectorConfig(ValueSelectorConfig valueSelectorConfig)
public Integer getMinimumSubChainSize()
public void setMinimumSubChainSize(Integer minimumSubChainSize)
public Integer getMaximumSubChainSize()
public void setMaximumSubChainSize(Integer maximumSubChainSize)
public SubChainSelector buildSubChainSelector(HeuristicConfigPolicy configPolicy, EntityDescriptor entityDescriptor, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)
configPolicy - never nullentityDescriptor - never nullminimumCacheType - never null, If caching is used (different from SelectionCacheType.JUST_IN_TIME),
 then it should be at least this SelectionCacheType because an ancestor already uses such caching
 and less would be pointless.inheritedSelectionOrder - never nullpublic void inherit(SubChainSelectorConfig inheritedConfig)
AbstractConfiginheritedConfig unless that property (or a semantic alternative)
 is defined by this instance (which overwrites the inherited behaviour).
 
 After the inheritance, if a property on this AbstractConfig composition is replaced,
 it should not affect the inherited composition instance.
inherit in class SelectorConfig<SubChainSelectorConfig>inheritedConfig - never nullpublic String toString()
toString in class AbstractConfig<SubChainSelectorConfig>Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.