Class mheg5.OBJ.Group
All Packages Class Hierarchy This Package Previous Next Index
Class mheg5.OBJ.Group
java.lang.Object
|
+----mheg5.UTL.ListNode
|
+----mheg5.REF.ObjectRef
|
+----mheg5.OBJ.Root
|
+----mheg5.OBJ.Group
- public class Group
- extends Root
- implements AIGroup
-
GroupCachePriority
- Internal attribute GroupCachePriority
-
Items
- Own exchanged attribute Items
-
itemsTable
- Hashtable of Groupitems.
-
ObjectInformation
- Own exchanged attribute ObjectInformation
-
OnCloseDown
-
Own exchanged attribute OnCloseDown
-
OnStartUp
- Own exchanged attribute OnStartUp
-
OriginalGroupCachePriority
- Own exchanged attribute OriginalGroupCachePriority
-
StandardIdentifier1
- Own exchanged attribute StandardIdentifier
-
StandardIdentifier2
-
-
StandardVersion
- Own exchanged attribute StandardVersion
-
Group()
-
-
Activation()
- _Activation_
-
CheckConstraints()
- Checking of constraints requested by the mheg-5 IS
-
Deactivation()
- _Deactivation_
This behaviour has the basic semantics of notifying the MHEG-5
engine to deactivate this object immediately.
-
Destruction()
- _Destruction_
-
Preparation()
- Internal behaviour of this class
See MHEG-5 IS Standard chapter 9.3
_Preparation_
-
SetCachePriority(int)
- SetCachePriority (NewCachePriority)
-
SetInternalAttributes()
- Setup of internal attributes of this class
StandardIdentifier1
public int StandardIdentifier1
- Own exchanged attribute StandardIdentifier
StandardIdentifier2
public int StandardIdentifier2
StandardVersion
public int StandardVersion
- Own exchanged attribute StandardVersion
ObjectInformation
public String ObjectInformation
- Own exchanged attribute ObjectInformation
OnStartUp
public Array OnStartUp
- Own exchanged attribute OnStartUp
OnCloseDown
public Array OnCloseDown
- Own exchanged attribute OnCloseDown
OriginalGroupCachePriority
public int OriginalGroupCachePriority
- Own exchanged attribute OriginalGroupCachePriority
Items
public Array Items
- Own exchanged attribute Items
GroupCachePriority
public int GroupCachePriority
- Internal attribute GroupCachePriority
itemsTable
public Hashtable itemsTable
- Hashtable of Groupitems.
Group
public Group()
Preparation
public void Preparation()
- Internal behaviour of this class
See MHEG-5 IS Standard chapter 9.3
_Preparation_
- Overrides:
- Preparation in class Root
Destruction
public void Destruction()
- _Destruction_
- Overrides:
- Destruction in class Root
Activation
public void Activation()
- _Activation_
- Overrides:
- Activation in class Root
Deactivation
public void Deactivation()
- _Deactivation_
This behaviour has the basic semantics of notifying the MHEG-5
engine to deactivate this object immediately.
- Overrides:
- Deactivation in class Root
SetInternalAttributes
public void SetInternalAttributes()
- Setup of internal attributes of this class
- Overrides:
- SetInternalAttributes in class Root
SetCachePriority
public void SetCachePriority(int NewCachePriority)
- SetCachePriority (NewCachePriority)
CheckConstraints
public void CheckConstraints()
- Checking of constraints requested by the mheg-5 IS
All Packages Class Hierarchy This Package Previous Next Index