C# Class Smrf.NodeXL.UnitTests.MockVertex

Implements IVertex for testing.
Inheritance: IVertex
Mostrar archivo Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_oParentGraph IGraph

Public Methods

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

Method Details

Clone() public method

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

ContainsKey() public method

public ContainsKey ( String key ) : System.Boolean
key String
return System.Boolean

GetConnectingEdges() public method

public GetConnectingEdges ( IVertex otherVertex ) : ICollection
otherVertex IVertex
return ICollection

GetRequiredValue() public method

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

GetValue() public method

public GetValue ( String key ) : Object
key String
return Object

GetValue() public method

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

IsIncidentEdge() public method

public IsIncidentEdge ( IEdge edge ) : System.Boolean
edge IEdge
return System.Boolean

IsIncomingEdge() public method

public IsIncomingEdge ( IEdge edge ) : System.Boolean
edge IEdge
return System.Boolean

IsOutgoingEdge() public method

public IsOutgoingEdge ( IEdge edge ) : System.Boolean
edge IEdge
return System.Boolean

MockVertex() public method

public MockVertex ( ) : System
return System

RemoveKey() public method

public RemoveKey ( String key ) : System.Boolean
key String
return System.Boolean

SetValue() public method

public SetValue ( String key, Object value ) : void
key String
value Object
return void

ToString() public method

public ToString ( ) : String
return String

ToString() public method

public ToString ( String format ) : String
format String
return String

ToString() public method

public ToString ( String format, IFormatProvider formatProvider ) : String
format String
formatProvider IFormatProvider
return String

TryGetNonEmptyStringValue() public method

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

TryGetValue() public method

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

TryGetValue() public method

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

Property Details

m_oParentGraph protected_oe property

protected IGraph m_oParentGraph
return IGraph