FrameIT
TupleFact Class Reference

More...

Inheritance diagram for TupleFact:
FactWrappedCRTP< TupleFact >

Public Member Functions

 TupleFact ()
 
 TupleFact (string[] lids, SOMDoc[] payload)
 
 TupleFact (string[] lids, SOMDoc[] payload, SOMDoc _ServerDefinition)
 
override MMTFact MakeMMTDeclaration ()
 
override SOMDoc Defines ()
 
- Public Member Functions inherited from FactWrappedCRTP< TupleFact >
override bool Equivalent (Fact f2)
 Compares this against f2 . More...
 
override bool Equivalent (Fact f1, Fact f2)
 Compares f1 against f2 . More...
 

Static Public Member Functions

static new IEnumerable parseFact (List< Fact > ret, MMTFact fact)
 

Public Attributes

string[] lids = new string[0]
 
SOMDoc[] payload = new SOMDoc[0]
 

Protected Member Functions

override object GetCompiledValue ()
 
override Fact _ReInitializeMe (Dictionary< string, string > old_to_new)
 
override string[] GetDependentFactIds ()
 
override void RecalculateTransform ()
 
override bool EquivalentWrapped (TupleFact f1, TupleFact f2)
 
- Protected Member Functions inherited from FactWrappedCRTP< TupleFact >
 FactWrappedCRTP ()
 
abstract bool EquivalentWrapped (T f1, T f2)
 CRTP step of Equivalent(Fact) and Equivalent(Fact, Fact) More...
 
bool DependentFactsEquivalent (T f1, T f2)
 

Private Member Functions

void Init (string[] lids, SOMDoc[] payload)
 

Detailed Description

See also
SOMDoc.MakeTupel(SOMDoc[])

Needed to refere to tupels serverside

Constructor & Destructor Documentation

◆ TupleFact() [1/3]

TupleFact.TupleFact ( )

◆ TupleFact() [2/3]

TupleFact.TupleFact ( string[]  lids,
SOMDoc[]  payload 
)

◆ TupleFact() [3/3]

TupleFact.TupleFact ( string[]  lids,
SOMDoc[]  payload,
SOMDoc  _ServerDefinition 
)

Member Function Documentation

◆ _ReInitializeMe()

override Fact TupleFact._ReInitializeMe ( Dictionary< string, string >  old_to_new)
protected

◆ Defines()

override SOMDoc TupleFact.Defines ( )

◆ EquivalentWrapped()

override bool TupleFact.EquivalentWrapped ( TupleFact  f1,
TupleFact  f2 
)
protected

◆ GetCompiledValue()

override object TupleFact.GetCompiledValue ( )
protected

◆ GetDependentFactIds()

override string[] TupleFact.GetDependentFactIds ( )
protected

◆ Init()

void TupleFact.Init ( string[]  lids,
SOMDoc[]  payload 
)
private

◆ MakeMMTDeclaration()

override MMTFact TupleFact.MakeMMTDeclaration ( )

◆ parseFact()

static new IEnumerable TupleFact.parseFact ( List< Fact ret,
MMTFact  fact 
)
static

◆ RecalculateTransform()

override void TupleFact.RecalculateTransform ( )
protected

Member Data Documentation

◆ lids

string [] TupleFact.lids = new string[0]

◆ payload

SOMDoc [] TupleFact.payload = new SOMDoc[0]

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