PHP 클래스 Fhaculty\Graph\Tests\Edge\EdgeBaseTest

파일 보기 프로젝트 열기: clue/graph

보호된 프로퍼티들

프로퍼티 타입 설명
$edge Fhaculty\Graph\Edge\Base
$graph
$v1
$v2

공개 메소드들

메소드 설명
setUp ( )
testClone ( )
testCloneDoubleInvertedIsOriginal ( )
testEdgeFromInvalid ( )
testEdgeStartVertex ( )
testEdgeToInvalid ( )
testEdgeVertices ( )
testLoop ( )
testRemoveWithLoop ( )

보호된 메소드들

메소드 설명
createAttributeAware ( )
createEdge ( )
createEdgeLoop ( ) : Fhaculty\Graph\Edge\Base

메소드 상세

createAttributeAware() 보호된 메소드

protected createAttributeAware ( )

createEdge() 추상적인 보호된 메소드

abstract protected createEdge ( )

createEdgeLoop() 추상적인 보호된 메소드

abstract protected createEdgeLoop ( ) : Fhaculty\Graph\Edge\Base
리턴 Fhaculty\Graph\Edge\Base

setUp() 공개 메소드

public setUp ( )

testClone() 공개 메소드

public testClone ( )

testCloneDoubleInvertedIsOriginal() 공개 메소드

testEdgeFromInvalid() 공개 메소드

public testEdgeFromInvalid ( )

testEdgeStartVertex() 공개 메소드

public testEdgeStartVertex ( )

testEdgeToInvalid() 공개 메소드

public testEdgeToInvalid ( )

testEdgeVertices() 공개 메소드

public testEdgeVertices ( )

testLoop() 공개 메소드

public testLoop ( )

testRemoveWithLoop() 공개 메소드

public testRemoveWithLoop ( )

프로퍼티 상세

$edge 보호되어 있는 프로퍼티

protected Base,Fhaculty\Graph\Edge $edge
리턴 Fhaculty\Graph\Edge\Base

$graph 보호되어 있는 프로퍼티

protected $graph

$v1 보호되어 있는 프로퍼티

protected $v1

$v2 보호되어 있는 프로퍼티

protected $v2