Class mheg5.OBJ.Ingredient
All Packages Class Hierarchy This Package Previous Next Index
Class mheg5.OBJ.Ingredient
java.lang.Object
|
+----mheg5.UTL.ListNode
|
+----mheg5.REF.ObjectRef
|
+----mheg5.OBJ.Root
|
+----mheg5.OBJ.Ingredient
- public class Ingredient
- extends Root
- implements AIIngredient
-
Content
- Internal attribute Content
-
ContentHook
- Own exchanged attribute ContentHook
-
InitiallyActive
- Own exchanged attribute InitiallyActive
-
OriginalContent
- Own exchanged attribute OriginalContent
-
Shared
- Interchanged attribute Shared
-
Ingredient()
-
-
CheckConstraints(Group, String)
- This is needed for checking the constraints defined in MHEG-5 IS.
-
Clone(ObjectRef)
- Clone (CloneRefVar)
-
Destruction()
- Internal behaviour Destruction()
-
Preload()
-
Preload
-
SetData()
- SetData (NewContent)
-
SetInternalAttributes()
- Setup of internal attributes of this class
-
Unload()
- Unload
InitiallyActive
public boolean InitiallyActive
- Own exchanged attribute InitiallyActive
ContentHook
public int ContentHook
- Own exchanged attribute ContentHook
OriginalContent
public Object OriginalContent
- Own exchanged attribute OriginalContent
Shared
public boolean Shared
- Interchanged attribute Shared
Content
public Object Content
- Internal attribute Content
Ingredient
public Ingredient()
Destruction
public void Destruction()
- Internal behaviour Destruction()
- Overrides:
- Destruction in class Root
SetInternalAttributes
public void SetInternalAttributes()
- Setup of internal attributes of this class
- Overrides:
- SetInternalAttributes in class Root
SetData
public void SetData()
- SetData (NewContent)
Clone
public void Clone(ObjectRef cloneOref)
- Clone (CloneRefVar)
Preload
public void Preload()
- Preload
Unload
public void Unload()
- Unload
CheckConstraints
public void CheckConstraints(Group group,
String groupId)
- This is needed for checking the constraints defined in MHEG-5 IS.
see clause 12.1.1
All Packages Class Hierarchy This Package Previous Next Index