C# 클래스 Smrf.NodeXL.GraphDataProviders.Twitter.TwitterUserNetworkAnalyzer

Gets a network of Twitter users related to a specified user.
Use GetNetworkAsync to asynchronously get the network, or GetNetwork to get it synchronously.
상속: TwitterNetworkAnalyzerBase
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 메소드들

메소드 설명
AppendOneDegreeNetwork ( String sScreenName, WhatToInclude eWhatToInclude, System.Boolean bIncludeFollowedThisCall, Int32 iMaximumPeoplePerRequest, GraphMLXmlDocument oGraphMLXmlDocument, HashSet oUniqueScreenNames, TwitterUser>.Dictionary oUserIDDictionary, HashSet oOneDegreeOtherScreenNames, RequestStatistics oRequestStatistics ) : void
AssertValid ( ) : void
GetNetwork ( String screenNameToAnalyze, WhatToInclude whatToInclude, NetworkLevel networkLevel, Int32 maximumPeoplePerRequest ) : XmlDocument
GetNetworkAsync ( String screenNameToAnalyze, WhatToInclude whatToInclude, NetworkLevel networkLevel, Int32 maximumPeoplePerRequest ) : void
TwitterUserNetworkAnalyzer ( ) : System

Initializes a new instance of the class.

보호된 메소드들

메소드 설명
AppendOnePointFiveDegreeNetwork ( String sScreenNameToAnalyze, WhatToInclude eWhatToInclude, System.Boolean bIncludeFollowedThisCall, Int32 iMaximumPeoplePerRequest, GraphMLXmlDocument oGraphMLXmlDocument, TwitterUser>.Dictionary oUserIDDictionary, HashSet oOneDegreeOtherScreenNames, RequestStatistics oRequestStatistics ) : void
AppendTwoDegreeNetwork ( String sScreenNameToAnalyze, WhatToInclude eWhatToInclude, System.Boolean bIncludeFollowedThisCall, Int32 iMaximumPeoplePerRequest, GraphMLXmlDocument oGraphMLXmlDocument, HashSet oUniqueScreenNames, TwitterUser>.Dictionary oUserIDDictionary, HashSet oOneDegreeOtherScreenNames, RequestStatistics oRequestStatistics ) : void
BackgroundWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
CreateGraphMLXmlDocument ( System.Boolean bIncludeLatestStatuses ) : GraphMLXmlDocument
GetNetworkDescription ( String sScreenNameToAnalyze, WhatToInclude eWhatToInclude, NetworkLevel eNetworkLevel, Int32 iMaximumPeoplePerRequest ) : String
GetNetworkInternal ( String sScreenNameToAnalyze, WhatToInclude eWhatToInclude, NetworkLevel eNetworkLevel, Int32 iMaximumPeoplePerRequest ) : XmlDocument
GetNetworkInternal ( String sScreenNameToAnalyze, WhatToInclude eWhatToInclude, NetworkLevel eNetworkLevel, Int32 iMaximumPeoplePerRequest, RequestStatistics oRequestStatistics, GraphMLXmlDocument oGraphMLXmlDocument ) : void
WhatToIncludeFlagIsSet ( WhatToInclude eORedEnumFlags, WhatToInclude eORedEnumFlagsToCheck ) : System.Boolean

메소드 상세

AppendOneDegreeNetwork() 공개 메소드

public AppendOneDegreeNetwork ( String sScreenName, WhatToInclude eWhatToInclude, System.Boolean bIncludeFollowedThisCall, Int32 iMaximumPeoplePerRequest, GraphMLXmlDocument oGraphMLXmlDocument, HashSet oUniqueScreenNames, TwitterUser>.Dictionary oUserIDDictionary, HashSet oOneDegreeOtherScreenNames, RequestStatistics oRequestStatistics ) : void
sScreenName String
eWhatToInclude WhatToInclude
bIncludeFollowedThisCall System.Boolean
iMaximumPeoplePerRequest System.Int32
oGraphMLXmlDocument Smrf.XmlLib.GraphMLXmlDocument
oUniqueScreenNames HashSet
oUserIDDictionary TwitterUser>.Dictionary
oOneDegreeOtherScreenNames HashSet
oRequestStatistics Smrf.SocialNetworkLib.RequestStatistics
리턴 void

AppendOnePointFiveDegreeNetwork() 보호된 메소드

protected AppendOnePointFiveDegreeNetwork ( String sScreenNameToAnalyze, WhatToInclude eWhatToInclude, System.Boolean bIncludeFollowedThisCall, Int32 iMaximumPeoplePerRequest, GraphMLXmlDocument oGraphMLXmlDocument, TwitterUser>.Dictionary oUserIDDictionary, HashSet oOneDegreeOtherScreenNames, RequestStatistics oRequestStatistics ) : void
sScreenNameToAnalyze String
eWhatToInclude WhatToInclude
bIncludeFollowedThisCall System.Boolean
iMaximumPeoplePerRequest System.Int32
oGraphMLXmlDocument Smrf.XmlLib.GraphMLXmlDocument
oUserIDDictionary TwitterUser>.Dictionary
oOneDegreeOtherScreenNames HashSet
oRequestStatistics Smrf.SocialNetworkLib.RequestStatistics
리턴 void

AppendTwoDegreeNetwork() 보호된 메소드

protected AppendTwoDegreeNetwork ( String sScreenNameToAnalyze, WhatToInclude eWhatToInclude, System.Boolean bIncludeFollowedThisCall, Int32 iMaximumPeoplePerRequest, GraphMLXmlDocument oGraphMLXmlDocument, HashSet oUniqueScreenNames, TwitterUser>.Dictionary oUserIDDictionary, HashSet oOneDegreeOtherScreenNames, RequestStatistics oRequestStatistics ) : void
sScreenNameToAnalyze String
eWhatToInclude WhatToInclude
bIncludeFollowedThisCall System.Boolean
iMaximumPeoplePerRequest System.Int32
oGraphMLXmlDocument Smrf.XmlLib.GraphMLXmlDocument
oUniqueScreenNames HashSet
oUserIDDictionary TwitterUser>.Dictionary
oOneDegreeOtherScreenNames HashSet
oRequestStatistics Smrf.SocialNetworkLib.RequestStatistics
리턴 void

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

BackgroundWorker_DoWork() 보호된 메소드

protected BackgroundWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
sender object
e System.ComponentModel.DoWorkEventArgs
리턴 void

CreateGraphMLXmlDocument() 보호된 메소드

protected CreateGraphMLXmlDocument ( System.Boolean bIncludeLatestStatuses ) : GraphMLXmlDocument
bIncludeLatestStatuses System.Boolean
리턴 Smrf.XmlLib.GraphMLXmlDocument

GetNetwork() 공개 메소드

public GetNetwork ( String screenNameToAnalyze, WhatToInclude whatToInclude, NetworkLevel networkLevel, Int32 maximumPeoplePerRequest ) : XmlDocument
screenNameToAnalyze String
whatToInclude WhatToInclude
networkLevel NetworkLevel
maximumPeoplePerRequest System.Int32
리턴 System.Xml.XmlDocument

GetNetworkAsync() 공개 메소드

public GetNetworkAsync ( String screenNameToAnalyze, WhatToInclude whatToInclude, NetworkLevel networkLevel, Int32 maximumPeoplePerRequest ) : void
screenNameToAnalyze String
whatToInclude WhatToInclude
networkLevel NetworkLevel
maximumPeoplePerRequest System.Int32
리턴 void

GetNetworkDescription() 보호된 메소드

protected GetNetworkDescription ( String sScreenNameToAnalyze, WhatToInclude eWhatToInclude, NetworkLevel eNetworkLevel, Int32 iMaximumPeoplePerRequest ) : String
sScreenNameToAnalyze String
eWhatToInclude WhatToInclude
eNetworkLevel NetworkLevel
iMaximumPeoplePerRequest System.Int32
리턴 String

GetNetworkInternal() 보호된 메소드

protected GetNetworkInternal ( String sScreenNameToAnalyze, WhatToInclude eWhatToInclude, NetworkLevel eNetworkLevel, Int32 iMaximumPeoplePerRequest ) : XmlDocument
sScreenNameToAnalyze String
eWhatToInclude WhatToInclude
eNetworkLevel NetworkLevel
iMaximumPeoplePerRequest System.Int32
리턴 System.Xml.XmlDocument

GetNetworkInternal() 보호된 메소드

protected GetNetworkInternal ( String sScreenNameToAnalyze, WhatToInclude eWhatToInclude, NetworkLevel eNetworkLevel, Int32 iMaximumPeoplePerRequest, RequestStatistics oRequestStatistics, GraphMLXmlDocument oGraphMLXmlDocument ) : void
sScreenNameToAnalyze String
eWhatToInclude WhatToInclude
eNetworkLevel NetworkLevel
iMaximumPeoplePerRequest System.Int32
oRequestStatistics Smrf.SocialNetworkLib.RequestStatistics
oGraphMLXmlDocument Smrf.XmlLib.GraphMLXmlDocument
리턴 void

TwitterUserNetworkAnalyzer() 공개 메소드

Initializes a new instance of the class.
public TwitterUserNetworkAnalyzer ( ) : System
리턴 System

WhatToIncludeFlagIsSet() 보호된 메소드

protected WhatToIncludeFlagIsSet ( WhatToInclude eORedEnumFlags, WhatToInclude eORedEnumFlagsToCheck ) : System.Boolean
eORedEnumFlags WhatToInclude
eORedEnumFlagsToCheck WhatToInclude
리턴 System.Boolean