C# 클래스 ReSharper.NTriples.Util.NTriplesElementFactoryImpl

상속: NTriplesElementFactory
파일 보기 프로젝트 열기: xsburg/ReSharper.NTriples

공개 메소드들

메소드 설명
CreateLocalNameExpression ( string name ) : ILocalName
CreatePrefixDeclarationSentence ( string name, string uri ) : ISentence
CreatePrefixExpression ( string name ) : IPrefix
CreatePrefixNameExpression ( string name ) : IPrefixName
CreatePrefixUriExpression ( string name ) : IPrefixUri
CreateSentence ( string subject, string[]>.IDictionary facts ) : ISentence
CreateUriStringExpression ( string name ) : IUriString
NTriplesElementFactoryImpl ( [ module ) : System

비공개 메소드들

메소드 설명
CreateNTriplesFile ( string text, bool restoreWhitespaces = false ) : INTriplesFile
CreateParser ( string text ) : NTriplesParser
GetFact ( string[]>.KeyValuePair pair ) : string
NTriplesElementFactoryImpl ( [ module, [ solution ) : System

메소드 상세

CreateLocalNameExpression() 공개 메소드

public CreateLocalNameExpression ( string name ) : ILocalName
name string
리턴 ILocalName

CreatePrefixDeclarationSentence() 공개 메소드

public CreatePrefixDeclarationSentence ( string name, string uri ) : ISentence
name string
uri string
리턴 ISentence

CreatePrefixExpression() 공개 메소드

public CreatePrefixExpression ( string name ) : IPrefix
name string
리턴 IPrefix

CreatePrefixNameExpression() 공개 메소드

public CreatePrefixNameExpression ( string name ) : IPrefixName
name string
리턴 IPrefixName

CreatePrefixUriExpression() 공개 메소드

public CreatePrefixUriExpression ( string name ) : IPrefixUri
name string
리턴 IPrefixUri

CreateSentence() 공개 메소드

public CreateSentence ( string subject, string[]>.IDictionary facts ) : ISentence
subject string
facts string[]>.IDictionary
리턴 ISentence

CreateUriStringExpression() 공개 메소드

public CreateUriStringExpression ( string name ) : IUriString
name string
리턴 IUriString

NTriplesElementFactoryImpl() 공개 메소드

public NTriplesElementFactoryImpl ( [ module ) : System
module [
리턴 System