PHP Class GraphAware\Reco4PHP\Common\NodeSet

Inheritance: extends ObjectSet
Show file Open project: graphaware/reco4php

Public Methods

Method 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 method

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

all() public method

public all ( ) : GraphAware\Common\Type\Node[]
return GraphAware\Common\Type\Node[]

contains() public method

public contains ( GraphAware\Common\Type\Node $node ) : boolean
$node GraphAware\Common\Type\Node
return boolean

get() public method

public get ( $key ) : GraphAware\Common\Type\Node
$key
return GraphAware\Common\Type\Node

size() public method

public size ( ) : integer
return integer