Class FeatureInputObjectCollection
Object
FeatureInputDimensions
FeatureInputEnergy
FeatureInputObjectCollection
- All Implemented Interfaces:
FeatureInput,FeatureInputDictionary,FeatureInputWithResolution
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 Summary
ConstructorsConstructorDescriptionConstructs a FeatureInputObjectCollection with a collection of objects.FeatureInputObjectCollection(ObjectCollection objects, Optional<EnergyStack> energyStack) Constructs a FeatureInputObjectCollection with a collection of objects and an optional energy stack. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe collection of objects associated with this feature input.inthashCode()Methods inherited from class org.anchoranalysis.feature.input.FeatureInputEnergy
dimensions, dimensionsOptional, dimensionsRequired, getDictionaryOptional, getEnergyStackOptional, getEnergyStackRequired, getResolutionOptional, getUnitConverterOptional, setEnergyStack, setEnergyStackMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.anchoranalysis.feature.input.FeatureInputDictionary
getDictionaryRequiredMethods inherited from interface org.anchoranalysis.feature.input.FeatureInputWithResolution
getResolutionRequired
-
Constructor Details
-
FeatureInputObjectCollection
Constructs a FeatureInputObjectCollection with a collection of objects.- Parameters:
objects- the collection of objects to be associated with this input
-
FeatureInputObjectCollection
Constructs a FeatureInputObjectCollection with a collection of objects and an optional energy stack.- Parameters:
objects- the collection of objects to be associated with this inputenergyStack- an optional energy stack to be associated with this input
-
-
Method Details
-
equals
- Overrides:
equalsin classFeatureInputEnergy
-
canEqual
- Overrides:
canEqualin classFeatureInputEnergy
-
hashCode
public int hashCode()- Overrides:
hashCodein classFeatureInputEnergy
-
getObjects
The collection of objects associated with this feature input.
-