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

Variable Index

 o Content
Internal attribute Content
 o ContentHook
Own exchanged attribute ContentHook
 o InitiallyActive
Own exchanged attribute InitiallyActive
 o OriginalContent
Own exchanged attribute OriginalContent
 o Shared
Interchanged attribute Shared

Constructor Index

 o Ingredient()

Method Index

 o CheckConstraints(Group, String)
This is needed for checking the constraints defined in MHEG-5 IS.
 o Clone(ObjectRef)
Clone (CloneRefVar)
 o Destruction()
Internal behaviour Destruction()
 o Preload()
Preload
 o SetData()
SetData (NewContent)
 o SetInternalAttributes()
Setup of internal attributes of this class
 o Unload()
Unload

Variables

 o InitiallyActive
  public boolean InitiallyActive
Own exchanged attribute InitiallyActive
 o ContentHook
  public int ContentHook
Own exchanged attribute ContentHook
 o OriginalContent
  public Object OriginalContent
Own exchanged attribute OriginalContent
 o Shared
  public boolean Shared
Interchanged attribute Shared
 o Content
  public Object Content
Internal attribute Content

Constructors

 o Ingredient
  public Ingredient()

Methods

 o Destruction
  public void Destruction()
Internal behaviour Destruction()
Overrides:
Destruction in class Root
 o SetInternalAttributes
  public void SetInternalAttributes()
Setup of internal attributes of this class
Overrides:
SetInternalAttributes in class Root
 o SetData
  public void SetData()
SetData (NewContent)
 o Clone
  public void Clone(ObjectRef cloneOref)
Clone (CloneRefVar)
 o Preload
  public void Preload()
Preload
 o Unload
  public void Unload()
Unload
 o 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