Class mheg5.OBJ.Program
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mheg5.OBJ.Program

java.lang.Object
   |
   +----mheg5.UTL.ListNode
           |
           +----mheg5.REF.ObjectRef
                   |
                   +----mheg5.OBJ.Root
                           |
                           +----mheg5.OBJ.Ingredient
                                   |
                                   +----mheg5.OBJ.Program

public class Program
extends Ingredient
implements AIProgram

Variable Index

 o InitiallyAvailable
Own exchanged attribute InitallyAvailable
 o Name
Own exchanged attribute Name

Constructor Index

 o Program()

Method Index

 o Activation()
Activation
 o Call(BooleanVariable, String)
Call (CallSucceeded, Parameters)
 o CheckEvent(MhegEvent)
AsynchStopped
 o Deactivation()
Deactivation
 o Dereference(GenericBoolean)
 o Dereference(GenericContentRef)
 o Dereference(GenericInteger)
 o Dereference(GenericOctetString)
 o Dereference(ObjectRef)
 o Destruction()
Internal behaviour Destruction()
 o Fork(BooleanVariable, String)
Fork(ForkSucceeded, Parameters)
 o Preparation()
 o SetData()
SetData
 o Stop()
Stop

Variables

 o Name
  public String Name
Own exchanged attribute Name
 o InitiallyAvailable
  public boolean InitiallyAvailable
Own exchanged attribute InitallyAvailable

Constructors

 o Program
  public Program()

Methods

 o CheckEvent
  public void CheckEvent(MhegEvent event)
AsynchStopped
Overrides:
CheckEvent in class Root
 o Preparation
  public void Preparation()
Overrides:
Preparation in class Root
 o Destruction
  public void Destruction()
Internal behaviour Destruction()
Overrides:
Destruction in class Ingredient
 o Activation
  public void Activation()
Activation
Overrides:
Activation in class Root
 o Deactivation
  public void Deactivation()
Deactivation
Overrides:
Deactivation in class Root
 o SetData
  public void SetData()
SetData
Overrides:
SetData in class Ingredient
 o Call
  public void Call(BooleanVariable callSucceeded,
                   String parameters)
Call (CallSucceeded, Parameters)
 o Fork
  public void Fork(BooleanVariable callSucceeded,
                   String parameters)
Fork(ForkSucceeded, Parameters)
 o Stop
  public void Stop()
Stop
 o Dereference
  protected final static ContentRef Dereference(GenericContentRef gc)
 o Dereference
  protected final static int Dereference(GenericInteger gi)
 o Dereference
  protected final static String Dereference(GenericOctetString go)
 o Dereference
  protected final static boolean Dereference(GenericBoolean gb)
 o Dereference
  protected final static ObjectRef Dereference(ObjectRef oref)

All Packages  Class Hierarchy  This Package  Previous  Next  Index