Class TGraphDefinitionNode

Unit

Declaration

type TGraphDefinitionNode = class(TBackboneElement)

Description

A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references. The Graph Definition resource defines a set and makes rules about the set.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property nodeId : string read GetnodeId write SetnodeId;
Public property nodeIdElement : Tid read GetnodeIdElement write SetnodeIdElement;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TVersionIndependentResourceTypesAll read Gettype_Element write Settype_Element;
Public property profile : string read Getprofile write Setprofile;
Public property profileElement : Tcanonical read GetprofileElement write SetprofileElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property nodeId : string read GetnodeId write SetnodeId;

Internal ID of node - target for link references.

Public property nodeIdElement : Tid read GetnodeIdElement write SetnodeIdElement;
 
Public property description : string read Getdescription write Setdescription;

Information about why this node is of interest in this graph definition.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property type_ : string read Gettype_ write Settype_;

Type of resource this link refers to.

Public property type_Element : TVersionIndependentResourceTypesAll read Gettype_Element write Settype_Element;
 
Public property profile : string read Getprofile write Setprofile;

Profile for the target resource.

Public property profileElement : Tcanonical read GetprofileElement write SetprofileElement;
 

Generated by PasDoc 0.15.0.