br.pucrio.inf.les.bdijade.goal
Class ComposedGoal

java.lang.Object
  extended by br.pucrio.inf.les.bdijade.goal.ComposedGoal
All Implemented Interfaces:
Goal, jade.content.Concept, jade.content.ContentElement, jade.content.Term, java.io.Serializable

public class ComposedGoal
extends java.lang.Object
implements Goal

Author:
ingrid
See Also:
Serialized Form

Field Summary
private  java.util.Collection<Goal> goal
           
private static long serialVersionUID
           
 
Constructor Summary
ComposedGoal()
           
 
Method Summary
 java.util.Collection<Goal> getGoal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

goal

private java.util.Collection<Goal> goal
Constructor Detail

ComposedGoal

public ComposedGoal()
Method Detail

getGoal

public java.util.Collection<Goal> getGoal()
Returns:
the goal