PHP Class GraphAware\Reco4PHP\Common\NodeSet

Inheritance: extends ObjectSet
Afficher le fichier Open project: graphaware/reco4php

Méthodes publiques

Méthode Description
add ( GraphAware\Common\Type\Node $node )
all ( ) : GraphAware\Common\Type\Node[]
contains ( GraphAware\Common\Type\Node $node ) : boolean
get ( $key ) : GraphAware\Common\Type\Node
size ( ) : integer

Method Details

add() public méthode

public add ( GraphAware\Common\Type\Node $node )
$node GraphAware\Common\Type\Node

all() public méthode

public all ( ) : GraphAware\Common\Type\Node[]
Résultat GraphAware\Common\Type\Node[]

contains() public méthode

public contains ( GraphAware\Common\Type\Node $node ) : boolean
$node GraphAware\Common\Type\Node
Résultat boolean

get() public méthode

public get ( $key ) : GraphAware\Common\Type\Node
$key
Résultat GraphAware\Common\Type\Node

size() public méthode

public size ( ) : integer
Résultat integer