Uses of Enum Class
repast.simphony.data2.AggregateOp
Packages that use AggregateOp
Package
Description
-
Uses of AggregateOp in repast.simphony.data2
Methods in repast.simphony.data2 that return AggregateOpModifier and TypeMethodDescriptionstatic AggregateOpReturns 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.Methods in repast.simphony.data2 with parameters of type AggregateOpModifier 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
Methods in repast.simphony.data2.builder with parameters of type AggregateOpModifier and TypeMethodDescriptionvoidAggregateDataSetBuilder.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
Methods in repast.simphony.data2.engine that return AggregateOpMethods in repast.simphony.data2.engine with parameters of type AggregateOpModifier and TypeMethodDescriptionvoidDataSetDescriptor.addAggregateMethodDataSource(String id, String className, String methodName, AggregateOp aggType) voidMethodDataSourceDefinition.setAggregateOp(AggregateOp aggType)