Package io.github.ai4ci.abm
Interface Contact
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ImmutableContact
-
Method Summary
Modifier and TypeMethodDescriptionasExposure
(Contact contact, PersonState ph, PersonState infector) static PersonStateContacts
contactNetwork
(Outbreak outbreak) default int
getParticipant
(int id) default PersonHistory
default PersonHistory
int
int
default PersonState
boolean
Was a contact detected by a smart agent
-
Method Details
-
isDetected
boolean isDetected()Was a contact detected by a smart agent -
getParticipant1Id
int getParticipant1Id() -
getParticipant2Id
int getParticipant2Id() -
getParticipant
default int getParticipant(int id) -
getParticipant
-
getParticipant
-
getParticipantState
-
contactNetwork
-
asExposure
-