aminePlatform.engines.synergy.util
Class AssignmentRecord

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

public class AssignmentRecord
extends java.lang.Object

Title: AssignmentRecord

Description: AssignmentRecord is a record used to store the results values at the end of execution

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


Field Summary
 ActivationRecord activationRecord
           
 Concept argumentConcept
           
 Concept concept
           
 java.lang.Object value
           
 
Constructor Summary
AssignmentRecord()
           
 
Method Summary
 void destroy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activationRecord

public ActivationRecord activationRecord

concept

public Concept concept

value

public java.lang.Object value

argumentConcept

public Concept argumentConcept
Constructor Detail

AssignmentRecord

public AssignmentRecord()
Method Detail

destroy

public void destroy()