%PDF- %PDF-
| Direktori : /home/tjamichg/cursos.tjamich.gob.mx/vendor/clue/graph/src/Set/ |
| Current File : /home/tjamichg/cursos.tjamich.gob.mx/vendor/clue/graph/src/Set/EdgesAggregate.php |
<?php
namespace Fhaculty\Graph\Set;
/**
* A basic interface for every class that provides access to its Set of Edges
*/
interface EdgesAggregate
{
/**
* @return Edges
*/
public function getEdges();
}