A community of entities
idCommunity ID
levelHierarchy level
entity_idsMember entity IDs
summaryCommunity summary
parent_idParent community ID
child_idsChild community IDs
new()Create a new Community
Community$new(
id,
level = 0,
entity_ids = character(0),
summary = NULL,
parent_id = NULL
)idID
levelLevel
entity_idsMembers
summarySummary
parent_idParent
size()Get size
Community$size()Integer
clone()The objects of this class are cloneable with this method.
Community$clone(deep = FALSE)deepWhether to make a deep clone.