Class TGraphDefinitionTarget

Unit

Declaration

type TGraphDefinitionTarget = 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 type_ : string read Gettype_ write Settype_;
Public property type_Element : TResourceType read Gettype_Element write Settype_Element;
Public property profile : string read Getprofile write Setprofile;
Public property profileElement : Turi read GetprofileElement write SetprofileElement;
Public property compartment : TGraphDefinitionCompartmentArray read GetcompartmentArray;
Public property link : TGraphDefinitionLinkArray read GetlinkArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

Type of resource this link refers to.

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

Profile for the target resource.

Public property profileElement : Turi read GetprofileElement write SetprofileElement;
 
Public property compartment : TGraphDefinitionCompartmentArray read GetcompartmentArray;

Compartment Consistency Rules.

Public property link : TGraphDefinitionLinkArray read GetlinkArray;

Additional links from target resource.


Generated by PasDoc 0.15.0.