| 163 | inline bool HasOutputAV() const { return GetNumAVOutputs() > 0; } |
| 164 | inline bool HasAV() const { return (GetNumAVOutputs() > 0 || GetNumAVInputs() > 0); } |
| 165 | inline bool HasPredAV() const { return GetNumPredAV() > 0; } |
| 166 | inline bool HasPreyAV() const { return GetNumPreyAV() > 0; } |
| 167 | bool HasOutputAV(cOrganism* org); |
| 168 | cOrganism* GetRandAV(cAvidaContext& ctx) const; |
no outgoing calls