Class StrategySettings

    • Constructor Detail

      • StrategySettings

        public StrategySettings​(Allocator allocator,
                                java.util.Map<java.lang.String,​java.lang.String> attributes)
    • Method Detail

      • getAllocator

        public Allocator getAllocator()
      • getAttributes

        public java.util.Map<java.lang.String,​java.lang.String> getAttributes()
      • get

        public java.util.Collection<AbstractSettings> get​(java.lang.String tag)
        Description copied from class: AbstractSettings
        Default implementation (to be overridden in subclasses).
        Overrides:
        get in class AbstractSettings
        Parameters:
        tag - the tag of the sections to be returned.
        Returns:
        Sections that correspond to the specified section tag.
      • add

        public void add​(AbstractSettings section)
        Description copied from class: AbstractSettings
        Default implementation (to be overridden in subclasses).
        Overrides:
        add in class AbstractSettings
        Parameters:
        section - the settings's section to be added.