Returns a new IOLAPSet instance that contains a union of this
IOLAPSet instance and input.
IOLAPSet
Method Detail
addElement
()
method
public function addElement(element:IOLAPElement):void
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Adds a new member to the set.
This method adds the appropriate elements to the set,
depending on the type of element passed in.
If an IOLAPHierarchy element is passed, it adds the default member of the hierarchy.
If an IOLAPLevel element is passed, it adds all the members of the level.
If an IOLAPMember element is passed, it is added to the set.
Parameters
element:IOLAPElement — The member to add.
If element is a hierarchy or level, its members
are added. If element is an instance of IOLAPMember,
it is added directly.
A new tuple is created for each member.