Uses of Enum Class
repast.simphony.data2.AggregateOp
Package
Description
-
Uses of AggregateOp in repast.simphony.data2
Modifier and TypeMethodDescriptionstatic AggregateOp
Returns the enum constant of this class with the specified name.static AggregateOp[]
AggregateOp.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionAggregateDSCreator.createDataSource
(String id, AggregateOp type) Creates an AggregateDataSource of the specified type with the specified id. -
Uses of AggregateOp in repast.simphony.data2.builder
Modifier and TypeMethodDescriptionvoid
AggregateDataSetBuilder.defineMethodDataSource
(String id, AggregateOp aggType, Class<?> objType, String methodName) Defines a method data sources to be added to the data set built by this builder. -
Uses of AggregateOp in repast.simphony.data2.engine
Modifier and TypeMethodDescriptionvoid
DataSetDescriptor.addAggregateMethodDataSource
(String id, String className, String methodName, AggregateOp aggType) void
MethodDataSourceDefinition.setAggregateOp
(AggregateOp aggType)