Jadex 0.96-beta1

jadex.model
Interface IMRelevantElement

All Superinterfaces:
IMElement

public interface IMRelevantElement
extends IMElement

Helper object to represent from which elements an expression is affected.


Method Summary
 String getEventType()
          Get the event type.
 String getReference()
          Get the reference to the inhibited goal type.
 void setEventType(String type)
          Set the event type.
 void setReference(String ref)
          Set the reference to the inhibited goal type.
 
Methods inherited from interface jadex.model.IMElement
check, getChildren, getDescription, getEncodableRepresentation, getName, getOwner, getReport, getScope, getSystemExpressionParameters, setDescription, setName
 

Method Detail

getReference

String getReference()
Get the reference to the inhibited goal type.

Returns:
The inhibited goal type.

setReference

void setReference(String ref)
Set the reference to the inhibited goal type.

Parameters:
ref - The inhibited goal type.

getEventType

String getEventType()
Get the event type.

Returns:
The event type.

setEventType

void setEventType(String type)
Set the event type.

Parameters:
type - The event type.

Jadex 0.96-beta1

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.