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 boolean
boolean
The collection of objects associated with this feature input.int
hashCode()
Methods inherited from class org.anchoranalysis.feature.input.FeatureInputEnergy
dimensions, dimensionsOptional, dimensionsRequired, getDictionaryOptional, getEnergyStackOptional, getEnergyStackRequired, getResolutionOptional, getUnitConverterOptional, setEnergyStack, setEnergyStack
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.anchoranalysis.feature.input.FeatureInputDictionary
getDictionaryRequired
Methods 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:
equals
in classFeatureInputEnergy
-
canEqual
- Overrides:
canEqual
in classFeatureInputEnergy
-
hashCode
public int hashCode()- Overrides:
hashCode
in classFeatureInputEnergy
-
getObjects
The collection of objects associated with this feature input.
-