Méthode | Description | |
---|---|---|
Add ( object key, object val ) : void | ||
AllocatePermanentVariable ( |
||
AllocateTemporaryVariable ( |
||
Build ( |
||
Clear ( ) : void | ||
ClearTempIndexOfPermanentVariables ( ) : void | ||
Contains ( object key ) : bool | ||
CopyTo ( |
||
GetEnumerator ( ) : IDictionaryEnumerator | ||
GetVariable ( int register ) : |
||
GetVariable ( string name ) : |
||
PrologVariableDictionary ( ) : System | ||
PrologVariableDictionary ( int numItems ) : System | ||
Remove ( object key ) : void | ||
Reset ( ) : void | ||
this ( object key ) : object |
Méthode | Description | |
---|---|---|
AddGoalArgumentVariables ( |
||
AddGoalStructArgumentVariables ( |
||
AddGoalVariables ( |
||
GetEntry ( string name ) : |
||
IEnumerable ( ) : IEnumerator | ||
MarkPermanentVariables ( ) : void | ||
MarkTemporaryVariables ( ) : void |
public Add ( object key, object val ) : void | ||
key | object | |
val | object | |
Résultat | void |
public AllocatePermanentVariable ( |
||
entry | ||
reg | int | |
Résultat | void |
public AllocateTemporaryVariable ( |
||
entry | ||
reg | int | |
Résultat | void |
public Build ( |
||
clause | ||
Résultat | void |
public ClearTempIndexOfPermanentVariables ( ) : void | ||
Résultat | void |
public CopyTo ( |
||
array | ||
index | int | |
Résultat | void |
public GetEnumerator ( ) : IDictionaryEnumerator | ||
Résultat | IDictionaryEnumerator |
public GetVariable ( int register ) : |
||
register | int | |
Résultat |
public GetVariable ( string name ) : |
||
name | string | |
Résultat |
public PrologVariableDictionary ( ) : System | ||
Résultat | System |
public PrologVariableDictionary ( int numItems ) : System | ||
numItems | int | |
Résultat | System |