Method | Description | |
---|---|---|
AskPossibleProperties ( Name property, Name perspective, IEnumerable |
||
AskProperty ( Name property ) : Name | ||
AskProperty ( Name property, Name perspective ) : Name | ||
AssertPerspective ( Name perspective ) : Name | ||
BeliefExists ( Name name ) : bool | ||
GetAllBeliefs ( ) : IEnumerable |
||
GetDynamicProperties ( ) : IEnumerable |
||
GetObjectData ( ISerializationData dataHolder, ISerializationContext context ) : void | ||
KB ( Name perspective ) : SerializationUtilities.Attributes | ||
RegistDynamicProperty ( Name propertyName, DynamicPropertyCalculator_T1 surrogate, string description = null ) : void | ||
RegistDynamicProperty ( Name propertyName, DynamicPropertyCalculator_T2 surrogate, string description = null ) : void | ||
RegistDynamicProperty ( Name propertyName, DynamicPropertyCalculator_T3 surrogate, string description = null ) : void | ||
RegistDynamicProperty ( Name propertyName, DynamicPropertyCalculator_T4 surrogate, string description = null ) : void | ||
SetObjectData ( ISerializationData dataHolder, ISerializationContext context ) : void | ||
SetPerspective ( Name newPerspective ) : void | ||
Tell ( Name property, Name value ) : void | ||
Tell ( Name property, Name value, Name perspective ) : void | ||
UnregistDynamicProperty ( Name propertyTemplate ) : void |
Method | Description | |
---|---|---|
AskDynamicProperties ( Name property, Name perspective, IEnumerable |
||
AssertPerspective ( Name perspective, string argumentName ) : List |
|
|
AssetToMList ( List |
||
CountPropertyCalculator_new ( IQueryContext context, Name x ) : IEnumerable |
||
ExtractPropertyFromToM ( Name property, List |
||
GetAllPerspectives ( ) : IEnumerable |
||
KB ( ) : SerializationUtilities.Attributes | ||
Key2ToMList ( Name key ) : IEnumerable |
||
Perspective2String ( Name perception ) : string | ||
RegistNativeDynamicProperties ( IDynamicPropertiesRegister kb ) : void | ||
RemovePropertyPerspective ( Name property, List |
||
SimplifyProperty ( Name property, List |
||
String2Perspective ( string str ) : Name | ||
ToMList2Key ( IEnumerable |
||
internal_AskPossibleProperties ( Name property, List |
||
internal_RegistDynamicProperty ( Name propertyName, string description, MethodInfo surogate, DynamicPropertyCalculator converted ) : void |
public AskPossibleProperties ( Name property, Name perspective, IEnumerable |
||
property | Name | |
perspective | Name | |
constraints | IEnumerable |
|
return | IEnumerable |
public AskProperty ( Name property, Name perspective ) : Name | ||
property | Name | |
perspective | Name | |
return | Name |
public AssertPerspective ( Name perspective ) : Name | ||
perspective | Name | |
return | Name |
public GetDynamicProperties ( ) : IEnumerable |
||
return | IEnumerable |
public GetObjectData ( ISerializationData dataHolder, ISerializationContext context ) : void | ||
dataHolder | ISerializationData | |
context | ISerializationContext | |
return | void |
public KB ( Name perspective ) : SerializationUtilities.Attributes | ||
perspective | Name | |
return | SerializationUtilities.Attributes |
public RegistDynamicProperty ( Name propertyName, DynamicPropertyCalculator_T1 surrogate, string description = null ) : void | ||
propertyName | Name | |
surrogate | DynamicPropertyCalculator_T1 | |
description | string | |
return | void |
public RegistDynamicProperty ( Name propertyName, DynamicPropertyCalculator_T2 surrogate, string description = null ) : void | ||
propertyName | Name | |
surrogate | DynamicPropertyCalculator_T2 | |
description | string | |
return | void |
public RegistDynamicProperty ( Name propertyName, DynamicPropertyCalculator_T3 surrogate, string description = null ) : void | ||
propertyName | Name | |
surrogate | DynamicPropertyCalculator_T3 | |
description | string | |
return | void |
public RegistDynamicProperty ( Name propertyName, DynamicPropertyCalculator_T4 surrogate, string description = null ) : void | ||
propertyName | Name | |
surrogate | DynamicPropertyCalculator_T4 | |
description | string | |
return | void |
public SetObjectData ( ISerializationData dataHolder, ISerializationContext context ) : void | ||
dataHolder | ISerializationData | |
context | ISerializationContext | |
return | void |
public SetPerspective ( Name newPerspective ) : void | ||
newPerspective | Name | |
return | void |
public Tell ( Name property, Name value ) : void | ||
property | Name | |
value | Name | |
return | void |
public Tell ( Name property, Name value, Name perspective ) : void | ||
property | Name | |
value | Name | |
perspective | Name | |
return | void |
public UnregistDynamicProperty ( Name propertyTemplate ) : void | ||
propertyTemplate | Name | |
return | void |