프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Context |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CombineGoals | Structure | ||
MakeSuspension | |||
Prover | IEnumerable |
메소드 | 설명 | |
---|---|---|
MetaMetaUnify ( |
Merge the information from two Metastructures into one new metastructure.
|
|
MetaMetaUnify ( |
Merge the information from two Metastructures into one new metastructure.
|
|
MetaTermUnify ( object value ) : IEnumerable |
Called after the variable bound to this Metastructure is unified with a non-variable term.
|
|
MetaTermUnify ( object value, |
Called after the variable bound to this Metastructure is unified with a non-variable term.
|
|
MetaVarUnify ( |
Called after the variable bound to this Metastructure is unified with an unbound variable that is not (itself) bound to a Metastructure.
|
|
MetaVarUnify ( |
Called after the variable bound to this Metastructure is unified with an unbound variable that is not (itself) bound to a Metastructure.
|
|
Metastructure ( Structure delayedGoal, Structure frozenGoal, |
Create a new set of suspended goals.
|
|
Metastructure ( Structure delayedGoal, Structure frozenGoal, |
메소드 | 설명 | |
---|---|---|
CombineGoals ( Structure goal1, Structure goal2 ) : Structure | ||
MakeSuspension ( Structure delayed, Structure frozen ) : |
||
Prover ( Structure goal ) : IEnumerable |
public MetaMetaUnify ( |
||
value | The Metastructure to merge with. | |
filter | IEnumerable |
Test for whether the merging succeeded. Generally a woken goal. |
리턴 |
public MetaMetaUnify ( |
||
theirMetaStructure | The Metastructure to merge with. | |
context | Context in which to execute suspended goals. | |
리턴 |
public MetaTermUnify ( object value ) : IEnumerable |
||
value | object | The term to which to unify. |
리턴 | IEnumerable |
public MetaTermUnify ( object value, |
||
value | object | The term to which to unify |
contextOfBinding | Context in which to execute suspended goals. | |
리턴 | void |
public MetaVarUnify ( |
||
them | The logic variable with which to unify | |
filter | IEnumerable |
Test for whether the merging succeeded. Generally a woken goal. |
리턴 |
public MetaVarUnify ( |
||
l | The logic variable with which to Unify. | |
context | Context in which to execute suspended goals. | |
리턴 |
public Metastructure ( Structure delayedGoal, Structure frozenGoal, |
||
delayedGoal | Structure | Goal to run upon unification with any value. |
frozenGoal | Structure | Goal to run upon unification with a non-variable term. |
prologContext | Context in which to run goals. | |
리턴 | System |
public Metastructure ( Structure delayedGoal, Structure frozenGoal, |
||
delayedGoal | Structure | |
frozenGoal | Structure | |
prologContext | ||
old | ||
리턴 | System |