Class FeatureInputObjectCollection

Object
FeatureInputDimensions
FeatureInputEnergy
FeatureInputObjectCollection
All Implemented Interfaces:
FeatureInput, FeatureInputDictionary, FeatureInputWithResolution

public class FeatureInputObjectCollection extends FeatureInputEnergy
A feature input representing a collection of objects, optionally associated with an energy stack.

This class extends FeatureInputEnergy to provide functionality specific to object collections.

Author:
Owen Feehan
  • Constructor Details

    • FeatureInputObjectCollection

      public FeatureInputObjectCollection(ObjectCollection objects)
      Constructs a FeatureInputObjectCollection with a collection of objects.
      Parameters:
      objects - the collection of objects to be associated with this input
    • FeatureInputObjectCollection

      public FeatureInputObjectCollection(ObjectCollection objects, Optional<EnergyStack> energyStack)
      Constructs a FeatureInputObjectCollection with a collection of objects and an optional energy stack.
      Parameters:
      objects - the collection of objects to be associated with this input
      energyStack - an optional energy stack to be associated with this input
  • Method Details