aminePlatform.engines.synergy.util
Class ActivationRecord

java.lang.Object
  extended byaminePlatform.engines.synergy.util.ActivationRecord

public class ActivationRecord
extends java.lang.Object

Title: ActivationRecord

Description: ActivationRecord is the record used to store information about the activation of a CG.

Copyright: Copyright (c) Adil KABBAJ, 2004-2009


Field Summary
 java.util.HashMap binding
           
 Concept context
           
 ActivationRecord fatherContext
           
 java.lang.Object formelParam
           
 java.util.ArrayList triggeredConcepts
           
 
Constructor Summary
ActivationRecord()
           
ActivationRecord(Concept C, ActivationRecord activRec)
           
 
Method Summary
 void destroy()
           
 java.util.HashMap getBinding()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

public Concept context

fatherContext

public ActivationRecord fatherContext

binding

public java.util.HashMap binding

triggeredConcepts

public java.util.ArrayList triggeredConcepts

formelParam

public java.lang.Object formelParam
Constructor Detail

ActivationRecord

public ActivationRecord()

ActivationRecord

public ActivationRecord(Concept C,
                        ActivationRecord activRec)
Method Detail

destroy

public void destroy()

getBinding

public java.util.HashMap getBinding()