Package jsl.utilities
Interface GetValueIfc
-
- All Known Subinterfaces:
AttributeIfc,DestinationIfc,RandomIfc,RVariableIfc,VariableIfc
- All Known Implementing Classes:
AbstractRVariable,Aggregatable,Aggregate,AggregateCounter,AggregateTimeWeightedVariable,AR1NormalRV,Attribute,AveragePerTimeWeightedVariable,BernoulliRV,BetaRV,BinomialRV,ChiSquaredRV,ConstantRV,Counter,CrapsGameSampler,DataObservable,DataObservableArray,DEmpiricalRV,DPopulation,DUniformRV,EmpiricalRV,EntityType.CDestination,EntityType.Destination,ExponentialRV,GammaRV,GeneralizedBetaRV,GeometricRV,Hyper2ExponentialRV,InverseCDFRV,IterativeDataObservable,JohnsonBRV,LaplaceRV,LogLogisticRV,LognormalRV,MetropolisHastings1D,MixtureRV,NegativeBinomialRV,NHPPTimeBtwEventRV,NormalRV,PearsonType5RV,PearsonType6RV,PoissonRV,RandomVariable,ResponseVariable,ResponseVariableAverageObserver,ShiftedGeometricRV,ShiftedRV,StudentTRV,TimeWeighted,TriangularRV,TruncatedRV,TwoStateMarkovChain,UniformRV,Variable,VConstantRV,WeibullRV
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface GetValueIfcRepresents a general interface for returning a value
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetValue()This method simply returns the value.
-