FrameIT
|
just for testing purposes
More...
Public Member Functions | |
TestFact () | |
TestFact (string backendURI) | |
Bypasses initialization of new MMT Fact by using existend URI, which is not checked for existence. More... | |
override int | GetHashCode () |
canonical More... | |
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 IEnumerator | parseFact (List< Fact > ret, MMTFact fact) |
parses the Circlefact response of the MMT-Server More... | |
Protected Member Functions | |
override void | RecalculateTransform () |
override string | generateLabel (FactRecorder _Facts) |
auto-generates GetLabel using generation variable(s) e.g. LabelId; if custom GetLabel is set, tries to restore original generated GetLabel without resetting _CustomLabel. If original GetLabel is already taken, a new one will be generated. More... | |
override string[] | GetDependentFactIds () |
override bool | EquivalentWrapped (TestFact f1, TestFact f2) |
Compares f1 against f2 . More... | |
override Fact | _ReInitializeMe (Dictionary< string, string > old_to_new) |
![]() | |
FactWrappedCRTP () | |
abstract bool | EquivalentWrapped (T f1, T f2) |
CRTP step of Equivalent(Fact) and Equivalent(Fact, Fact) More... | |
bool | DependentFactsEquivalent (T f1, T f2) |
Properties | |
override bool | HasDependentFacts [get] |
just for testing purposes
TEST FACT use this if you need to test certain implementations of facts.
TestFact.TestFact | ( | ) |
Only being used by JsonReader to initiate empty Facts.
TestFact.TestFact | ( | string | backendURI | ) |
Bypasses initialization of new MMT Fact by using existend URI, which is not checked for existence.
Pid1 | sets Pid1 |
Pid2 | sets Pid2 |
radius | sets radius |
normal | sets normal |
backendURI | MMT URI |
|
protected |
override SOMDoc TestFact.Defines | ( | ) |
|
protected |
auto-generates GetLabel using generation variable(s) e.g. LabelId; if custom GetLabel is set, tries to restore original generated GetLabel without resetting _CustomLabel. If original GetLabel is already taken, a new one will be generated.
|
protected |
override int TestFact.GetHashCode | ( | ) |
canonical
override MMTFact TestFact.MakeMMTDeclaration | ( | ) |
parses the Circlefact response of the MMT-Server
|
protected |
|
get |