Package repast.simphony.data2.engine
Class MethodDataSourceDefinition
java.lang.Object
repast.simphony.data2.engine.MethodDataSourceDefinition
- Author:
- Nick Collier
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetId()inthashCode()voidsetAggregateOp(AggregateOp aggType) voidvoidsetMethodName(String methodName) voidsetObjTargetClass(String className) 
- 
Constructor Details- 
MethodDataSourceDefinition
- 
MethodDataSourceDefinition
 
- 
- 
Method Details- 
equals
- 
hashCodepublic int hashCode()
- 
getAggregateOp- Returns:
- the AggregateType
 
- 
setAggregateOp- Parameters:
- aggType- the AggregateType to set
 
- 
getId- Returns:
- the id
 
- 
getObjTargetClass- Returns:
- the className
 
- 
setObjTargetClass
- 
getMethodName- Returns:
- the methodName
 
- 
setId
- 
setMethodName
 
-