Uses of Class
io.github.ai4ci.abm.SocialRelationship
Packages that use SocialRelationship
-
Uses of SocialRelationship in io.github.ai4ci.abm
Methods in io.github.ai4ci.abm that return types with arguments of type SocialRelationshipModifier and TypeMethodDescriptionfinal org.jgrapht.graph.SimpleWeightedGraph<Person,
SocialRelationship> ModifiableOutbreak.getSocialNetwork()
org.jgrapht.graph.SimpleWeightedGraph<Person,
SocialRelationship> Outbreak.getSocialNetwork()
Method parameters in io.github.ai4ci.abm with type arguments of type SocialRelationshipModifier and TypeMethodDescriptionModifiableOutbreak.setSocialNetwork
(org.jgrapht.graph.SimpleWeightedGraph<Person, SocialRelationship> socialNetwork) Assigns a value to thesocialNetwork
attribute.