FrameIT
|
Public Member Functions | |
TupleFact () | |
TupleFact (string[] lids, SOMDoc[] payload) | |
TupleFact (string[] lids, SOMDoc[] payload, SOMDoc _ServerDefinition) | |
override MMTFact | MakeMMTDeclaration () |
override SOMDoc | Defines () |
![]() | |
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) |
![]() | |
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) |
Needed to refere to tupels serverside
TupleFact.TupleFact | ( | ) |
TupleFact.TupleFact | ( | string[] | lids, |
SOMDoc[] | payload | ||
) |
|
protected |
override SOMDoc TupleFact.Defines | ( | ) |
|
protected |
|
protected |
|
private |
override MMTFact TupleFact.MakeMMTDeclaration | ( | ) |
|
protected |
string [] TupleFact.lids = new string[0] |