GraphAware\Reco4PHP\Common\NodeSet::size PHP Method

size() public method

public size ( ) : integer
return integer
    public function size()
    {
        return count($this->elements);
    }