FrameIT
FactRecorder.meta Struct Reference

Each Fact entry in MyFactSpace has a corresponding meta entry in MetaInf. The meta struct is a collection of meta-variables. <seealsocref="PruneWorkflow"/> More...

Public Member Functions

 meta (int workflow_id, bool active, bool isImmutable)
 Initiator More...
 

Public Attributes

int workflow_id
 position of first occurrence in Workflow More...
 
bool active
 keeps track wether Fact is currently in Scene More...
 
bool isImmutable
 if true Fact is imported from a SolutionRecorder More...
 

Detailed Description

Each Fact entry in MyFactSpace has a corresponding meta entry in MetaInf. The meta struct is a collection of meta-variables. <seealsocref="PruneWorkflow"/>

Constructor & Destructor Documentation

◆ meta()

FactRecorder.meta.meta ( int  workflow_id,
bool  active,
bool  isImmutable 
)

Initiator

Parameters
workflow_idsets workflow_id
activesets active
isImmutablesets isImmutable

Member Data Documentation

◆ active

bool FactRecorder.meta.active

keeps track wether Fact is currently in Scene

◆ isImmutable

bool FactRecorder.meta.isImmutable

if true Fact is imported from a SolutionRecorder

◆ workflow_id

int FactRecorder.meta.workflow_id

position of first occurrence in Workflow


The documentation for this struct was generated from the following file: