Class ProductionAllocator.ProductionSource
java.lang.Object
neqsim.process.fielddevelopment.evaluation.ProductionAllocator.ProductionSource
- All Implemented Interfaces:
Serializable
- Enclosing class:
ProductionAllocator
Production source with metering information.
- Version:
- 1.0
- Author:
- ESOL
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final ProductionAllocator.MeteringType(package private) final Stringprivate static final long(package private) final StreamInterface -
Constructor Summary
ConstructorsConstructorDescriptionProductionSource(String name, StreamInterface stream, ProductionAllocator.MeteringType meterType) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
-
stream
-
meterType
-
-
Constructor Details
-
ProductionSource
ProductionSource(String name, StreamInterface stream, ProductionAllocator.MeteringType meterType)
-