Packageweavejs.path
Classpublic class WeavePathDataShared
InheritanceWeavePathDataShared Inheritance Object



Public Properties
 PropertyDefined By
  IKeySet : *
WeavePathDataShared
  IQualifiedKey : *
WeavePathDataShared
  IQualifiedKeyManager : *
WeavePathDataShared
  probe_keyset : WeavePathData
WeavePathDataShared
  selection_keyset : WeavePathData
WeavePathDataShared
  subset_filter : WeavePathData
WeavePathDataShared
  weave : Weave
WeavePathDataShared
Public Methods
 MethodDefined By
  
WeavePathDataShared
  
init(weave:Weave):void
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
Public Constants
 ConstantDefined 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
Property Detail
IKeySetproperty
public var IKeySet:*

IQualifiedKeyproperty 
public var IQualifiedKey:*

IQualifiedKeyManagerproperty 
public var IQualifiedKeyManager:*

probe_keysetproperty 
public var probe_keyset:WeavePathData

selection_keysetproperty 
public var selection_keyset:WeavePathData

subset_filterproperty 
public var subset_filter:WeavePathData

weaveproperty 
public var weave:Weave

Constructor Detail
WeavePathDataShared()Constructor
public function WeavePathDataShared()



Method Detail
init()method
public function init(weave:Weave):void

Parameters

weave:Weave

qkeyToIndex()method 
public function qkeyToIndex(qkey:*):int

Retrieves 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.

Returns
int — {number} The existing or newly-allocated index for the qualified key.
qkeyToString()method 
public function qkeyToString(qkey:Object):String

Retrieves 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.

Returns
String — {string} The corresponding alphanumeric key.
stringToQKey()method 
public function stringToQKey(s:String):Object

Retrieves 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.

Returns
Object — {object} The corresponding untyped QualifiedKey
Constant Detail
DEFAULT_PROBE_KEY_SETConstant
public static const DEFAULT_PROBE_KEY_SET:String = defaultProbeKeySet

DEFAULT_SELECTION_KEY_SETConstant 
public static const DEFAULT_SELECTION_KEY_SET:String = defaultSelectionKeySet

DEFAULT_SUBSET_KEY_FILTERConstant 
public static const DEFAULT_SUBSET_KEY_FILTER:String = defaultSubsetKeyFilter