| Property | Defined By | ||
|---|---|---|---|
| IKeySet : * | WeavePathDataShared | ||
| IQualifiedKey : * | WeavePathDataShared | ||
| IQualifiedKeyManager : * | WeavePathDataShared | ||
| probe_keyset : WeavePathData | WeavePathDataShared | ||
| selection_keyset : WeavePathData | WeavePathDataShared | ||
| subset_filter : WeavePathData | WeavePathDataShared | ||
| weave : Weave | WeavePathDataShared | ||
| Method | Defined By | ||
|---|---|---|---|
| WeavePathDataShared | |||
| WeavePathDataShared | |||
qkeyToIndex(qkey:*):int
Retrieves or allocates the index for the given QualifiedKey object based on its localName and keyType properties
| WeavePathDataShared | ||
qkeyToString(qkey:Object):String
Retrieves an alphanumeric string unique to a QualifiedKey
This is also available as an alias on the WeavePath object. | WeavePathDataShared | ||
stringToQKey(s:String):Object
Retrieves the QualifiedKey object corresponding to a given alphanumeric string. | WeavePathDataShared | ||
| Constant | Defined By | ||
|---|---|---|---|
| DEFAULT_PROBE_KEY_SET : String = defaultProbeKeySet [static] | WeavePathDataShared | ||
| DEFAULT_SELECTION_KEY_SET : String = defaultSelectionKeySet [static] | WeavePathDataShared | ||
| DEFAULT_SUBSET_KEY_FILTER : String = defaultSubsetKeyFilter [static] | WeavePathDataShared | ||
| IKeySet | property |
public var IKeySet:*| IQualifiedKey | property |
public var IQualifiedKey:*| IQualifiedKeyManager | property |
public var IQualifiedKeyManager:*| probe_keyset | property |
public var probe_keyset:WeavePathData| selection_keyset | property |
public var selection_keyset:WeavePathData| subset_filter | property |
public var subset_filter:WeavePathData| weave | property |
public var weave:Weave| WeavePathDataShared | () | Constructor |
public function WeavePathDataShared()| init | () | method |
| qkeyToIndex | () | method |
public function qkeyToIndex(qkey:*):intRetrieves or allocates the index for the given QualifiedKey object based on its localName and keyType properties
Parameters
qkey:* — key A QualifiedKey object (containing keyType and localName properties) to be converted.
|
int — {number} The existing or newly-allocated index for the qualified key.
|
| qkeyToString | () | method |
public function qkeyToString(qkey:Object):StringRetrieves an alphanumeric string unique to a QualifiedKey This is also available as an alias on the WeavePath object.
Parameters
qkey:Object — qkey The QualifiedKey object to convert.
|
String — {string} The corresponding alphanumeric key.
|
| stringToQKey | () | method |
public function stringToQKey(s:String):ObjectRetrieves the QualifiedKey object corresponding to a given alphanumeric string. This is also available as an alias on the WeavePath object.
Parameters
s:String — s The keystring to convert.
|
Object — {object} The corresponding untyped QualifiedKey
|
| DEFAULT_PROBE_KEY_SET | Constant |
public static const DEFAULT_PROBE_KEY_SET:String = defaultProbeKeySet| DEFAULT_SELECTION_KEY_SET | Constant |
public static const DEFAULT_SELECTION_KEY_SET:String = defaultSelectionKeySet| DEFAULT_SUBSET_KEY_FILTER | Constant |
public static const DEFAULT_SUBSET_KEY_FILTER:String = defaultSubsetKeyFilter