Class ToyCliquesFiller

    • Method Detail

      • sampleClique

        public Set<Ego> sampleClique​(CliqueStub stub,
                                     SpatialTree<double[],​CliqueStub> freeStubs)
        Description copied from interface: CliquesFiller
        Sample a feasible clique, fills the alters lists of the egos, and returns the clique.
        Specified by:
        sampleClique in interface CliquesFiller
        Parameters:
        stub - the "center" of the clique
        freeStubs - a spatial tree containing stubs that are not yet filled
        Returns:
        The set of egos pertaining to the clique, including the "center", already modified.