C# Class Smrf.NodeXL.GraphDataProviders.Twitter.TweetDateRangeAnalyzer

Analyzes the range of tweet dates in a Twitter search network.
Inheritance: Object
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Public Methods

Method Description
AddTweetDateRangeToNetworkDescription ( XmlDocument graphMLXmlDocument, NetworkDescriber networkDescriber ) : void

Private Methods

Method Description
TryGetEdgeGraphMLAttributeValue ( XmlNode oEdgeXmlNode, String sAttributeID, XmlNamespaceManager oXmlNamespaceManager, String &sAttributeValue ) : System.Boolean

Method Details

AddTweetDateRangeToNetworkDescription() public static method

public static AddTweetDateRangeToNetworkDescription ( XmlDocument graphMLXmlDocument, NetworkDescriber networkDescriber ) : void
graphMLXmlDocument System.Xml.XmlDocument
networkDescriber NetworkDescriber
return void