C# 클래스 Smrf.NodeXL.UnitTests.MockVertex

Implements IVertex for testing.
상속: IVertex
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_oParentGraph IGraph

공개 메소드들

메소드 설명
Clone ( System.Boolean setMetadataValues, System.Boolean setTag ) : IVertex
ContainsKey ( String key ) : System.Boolean
GetConnectingEdges ( IVertex otherVertex ) : ICollection
GetRequiredValue ( String key, Type valueType ) : Object
GetValue ( String key ) : Object
GetValue ( String key, Type valueType ) : Object
IsIncidentEdge ( IEdge edge ) : System.Boolean
IsIncomingEdge ( IEdge edge ) : System.Boolean
IsOutgoingEdge ( IEdge edge ) : System.Boolean
MockVertex ( ) : System
RemoveKey ( String key ) : System.Boolean
SetValue ( String key, Object value ) : void
ToString ( ) : String
ToString ( String format ) : String
ToString ( String format, IFormatProvider formatProvider ) : String
TryGetNonEmptyStringValue ( String key, String &value ) : System.Boolean
TryGetValue ( String key, Object &value ) : System.Boolean
TryGetValue ( String key, Type valueType, Object &value ) : System.Boolean

메소드 상세

Clone() 공개 메소드

public Clone ( System.Boolean setMetadataValues, System.Boolean setTag ) : IVertex
setMetadataValues System.Boolean
setTag System.Boolean
리턴 IVertex

ContainsKey() 공개 메소드

public ContainsKey ( String key ) : System.Boolean
key String
리턴 System.Boolean

GetConnectingEdges() 공개 메소드

public GetConnectingEdges ( IVertex otherVertex ) : ICollection
otherVertex IVertex
리턴 ICollection

GetRequiredValue() 공개 메소드

public GetRequiredValue ( String key, Type valueType ) : Object
key String
valueType System.Type
리턴 Object

GetValue() 공개 메소드

public GetValue ( String key ) : Object
key String
리턴 Object

GetValue() 공개 메소드

public GetValue ( String key, Type valueType ) : Object
key String
valueType System.Type
리턴 Object

IsIncidentEdge() 공개 메소드

public IsIncidentEdge ( IEdge edge ) : System.Boolean
edge IEdge
리턴 System.Boolean

IsIncomingEdge() 공개 메소드

public IsIncomingEdge ( IEdge edge ) : System.Boolean
edge IEdge
리턴 System.Boolean

IsOutgoingEdge() 공개 메소드

public IsOutgoingEdge ( IEdge edge ) : System.Boolean
edge IEdge
리턴 System.Boolean

MockVertex() 공개 메소드

public MockVertex ( ) : System
리턴 System

RemoveKey() 공개 메소드

public RemoveKey ( String key ) : System.Boolean
key String
리턴 System.Boolean

SetValue() 공개 메소드

public SetValue ( String key, Object value ) : void
key String
value Object
리턴 void

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

ToString() 공개 메소드

public ToString ( String format ) : String
format String
리턴 String

ToString() 공개 메소드

public ToString ( String format, IFormatProvider formatProvider ) : String
format String
formatProvider IFormatProvider
리턴 String

TryGetNonEmptyStringValue() 공개 메소드

public TryGetNonEmptyStringValue ( String key, String &value ) : System.Boolean
key String
value String
리턴 System.Boolean

TryGetValue() 공개 메소드

public TryGetValue ( String key, Object &value ) : System.Boolean
key String
value Object
리턴 System.Boolean

TryGetValue() 공개 메소드

public TryGetValue ( String key, Type valueType, Object &value ) : System.Boolean
key String
valueType System.Type
value Object
리턴 System.Boolean

프로퍼티 상세

m_oParentGraph 보호되어 있는 프로퍼티

protected IGraph m_oParentGraph
리턴 IGraph