C# Class Ecologylab.BigSemantics.MetadataNS.Builtins.Document

Inheritance: Ecologylab.BigSemantics.MetadataNS.Builtins.Declarations.DocumentDeclaration
Mostrar archivo Open project: ecologylab/BigSemanticsCSharp Class Usage Examples

Public Methods

Method Description
AddAdditionalLocation ( MetadataParsedURL additionalLocation ) : void
AddClipping ( IClipping clipping ) : void
ChangeLocation ( ParsedUri newLocation ) : void

Get the old location from this. Set the location of this to the newLocation. Add a mapping in the GlobalCollection from newLocation to this. Add the old location for this as an additionalLocation for this.

ConstructClosure ( ) : DocumentClosure
ConstructClosure ( MetadataServicesClient client, SemanticsGlobalCollection downloadedDocumentCollection ) : DocumentClosure
Document ( ) : System
Document ( MetaMetadataCompositeField metaMetadata ) : System
DownloadAndParseDone ( ) : void
GetOrConstructClosure ( ) : DocumentClosure

@return A closure for this, or null, if this is not fit to be parsed.

GetOrConstructClosure ( MetadataServicesClient client, SemanticsGlobalCollection downloadedDocumentCollection ) : DocumentClosure

@return A closure for this, or null, if this is not fit to be parsed.

InheritValues ( Document oldDocument ) : void
ToString ( ) : String

Method Details

AddAdditionalLocation() public method

public AddAdditionalLocation ( MetadataParsedURL additionalLocation ) : void
additionalLocation MetadataParsedURL
return void

AddClipping() public method

public AddClipping ( IClipping clipping ) : void
clipping IClipping
return void

ChangeLocation() public method

Get the old location from this. Set the location of this to the newLocation. Add a mapping in the GlobalCollection from newLocation to this. Add the old location for this as an additionalLocation for this.
public ChangeLocation ( ParsedUri newLocation ) : void
newLocation Simpl.Fundamental.Net.ParsedUri
return void

ConstructClosure() public method

public ConstructClosure ( ) : DocumentClosure
return DocumentClosure

ConstructClosure() public method

public ConstructClosure ( MetadataServicesClient client, SemanticsGlobalCollection downloadedDocumentCollection ) : DocumentClosure
client Ecologylab.BigSemantics.Services.MetadataServicesClient
downloadedDocumentCollection SemanticsGlobalCollection
return DocumentClosure

Document() public method

public Document ( ) : System
return System

Document() public method

public Document ( MetaMetadataCompositeField metaMetadata ) : System
metaMetadata Ecologylab.BigSemantics.MetaMetadataNS.MetaMetadataCompositeField
return System

DownloadAndParseDone() public method

public DownloadAndParseDone ( ) : void
return void

GetOrConstructClosure() public method

@return A closure for this, or null, if this is not fit to be parsed.
public GetOrConstructClosure ( ) : DocumentClosure
return DocumentClosure

GetOrConstructClosure() public method

@return A closure for this, or null, if this is not fit to be parsed.
public GetOrConstructClosure ( MetadataServicesClient client, SemanticsGlobalCollection downloadedDocumentCollection ) : DocumentClosure
client Ecologylab.BigSemantics.Services.MetadataServicesClient
downloadedDocumentCollection SemanticsGlobalCollection
return DocumentClosure

InheritValues() public method

public InheritValues ( Document oldDocument ) : void
oldDocument Document
return void

ToString() public method

public ToString ( ) : String
return String