Skip to content

Commit

Permalink
Removed entityName methods
Browse files Browse the repository at this point in the history
  • Loading branch information
olekscode committed Aug 6, 2024
1 parent a861025 commit 16f5679
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
6 changes: 0 additions & 6 deletions src/ECEC-Model/ECECRestrainedForager.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ Class {
#package : 'ECEC-Model'
}

{ #category : 'accessing' }
ECECRestrainedForager class >> entityName [

^ 'RestrainedForager'
]

{ #category : 'accessing' }
ECECRestrainedForager class >> harvestRate [

Expand Down
6 changes: 0 additions & 6 deletions src/ECEC-Model/ECECUnrestrainedForager.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ Class {
#package : 'ECEC-Model'
}

{ #category : 'accessing' }
ECECUnrestrainedForager class >> entityName [

^ 'UnrestrainedForager'
]

{ #category : 'accessing' }
ECECUnrestrainedForager class >> harvestRate [

Expand Down
10 changes: 4 additions & 6 deletions src/ECEC-Model/ECECVegetationUnit.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ Class {
#instVars : [
'biomass'
],
#classInstVars : [
'k',
'r'
],
#category : 'ECEC-Model',
#package : 'ECEC-Model'
}

{ #category : 'accessing' }
ECECVegetationUnit class >> entityName [

^ 'VegetationUnit'
]

{ #category : 'accessing' }
ECECVegetationUnit class >> k [

Expand Down

0 comments on commit 16f5679

Please sign in to comment.