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
-
InitiallyAvailable
- Own exchanged attribute InitallyAvailable
-
Name
- Own exchanged attribute Name
-
Program()
-
-
Activation()
- Activation
-
Call(BooleanVariable, String)
- Call (CallSucceeded, Parameters)
-
CheckEvent(MhegEvent)
- AsynchStopped
-
Deactivation()
- Deactivation
-
Dereference(GenericBoolean)
-
-
Dereference(GenericContentRef)
-
-
Dereference(GenericInteger)
-
-
Dereference(GenericOctetString)
-
-
Dereference(ObjectRef)
-
-
Destruction()
- Internal behaviour Destruction()
-
Fork(BooleanVariable, String)
- Fork(ForkSucceeded, Parameters)
-
Preparation()
-
-
SetData()
- SetData
-
Stop()
- Stop
Name
public String Name
- Own exchanged attribute Name
InitiallyAvailable
public boolean InitiallyAvailable
- Own exchanged attribute InitallyAvailable
Program
public Program()
CheckEvent
public void CheckEvent(MhegEvent event)
- AsynchStopped
- Overrides:
- CheckEvent in class Root
Preparation
public void Preparation()
- Overrides:
- Preparation in class Root
Destruction
public void Destruction()
- Internal behaviour Destruction()
- Overrides:
- Destruction in class Ingredient
Activation
public void Activation()
- Activation
- Overrides:
- Activation in class Root
Deactivation
public void Deactivation()
- Deactivation
- Overrides:
- Deactivation in class Root
SetData
public void SetData()
- SetData
- Overrides:
- SetData in class Ingredient
Call
public void Call(BooleanVariable callSucceeded,
String parameters)
- Call (CallSucceeded, Parameters)
Fork
public void Fork(BooleanVariable callSucceeded,
String parameters)
- Fork(ForkSucceeded, Parameters)
Stop
public void Stop()
- Stop
Dereference
protected final static ContentRef Dereference(GenericContentRef gc)
Dereference
protected final static int Dereference(GenericInteger gi)
Dereference
protected final static String Dereference(GenericOctetString go)
Dereference
protected final static boolean Dereference(GenericBoolean gb)
Dereference
protected final static ObjectRef Dereference(ObjectRef oref)
All Packages Class Hierarchy This Package Previous Next Index