proposit-core
Preparing search index...
lib
TForkRemapTable
Interface TForkRemapTable
Maps original entity IDs to their forked counterparts.
interface
TForkRemapTable
{
argumentId
:
{
from
:
string
;
to
:
string
}
;
expressions
:
Map
<
string
,
string
>
;
premises
:
Map
<
string
,
string
>
;
variables
:
Map
<
string
,
string
>
;
}
Index
Properties
argument
Id
expressions
premises
variables
Properties
argument
Id
argumentId
:
{
from
:
string
;
to
:
string
}
expressions
expressions
:
Map
<
string
,
string
>
premises
premises
:
Map
<
string
,
string
>
variables
variables
:
Map
<
string
,
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
argument
Id
expressions
premises
variables
proposit-core
Loading...
Maps original entity IDs to their forked counterparts.