Jadex 0.96-beta1

jadex.model
Interface IMReference

All Superinterfaces:
IMElement

public interface IMReference
extends IMElement

A simple reference for triggers.


Method Summary
 IMExpression createMatchExpression(String match)
          Create a new parameter.
 void deleteMatchExpression()
          Delete a parameter.
 IMExpression getMatchExpression()
          Get the parameters.
 String getReference()
          Get the reference to the inhibited goal 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.

getMatchExpression

IMExpression getMatchExpression()
Get the parameters.

Returns:
The parameters.

createMatchExpression

IMExpression createMatchExpression(String match)
Create a new parameter.

Parameters:
match - The match expression.
Returns:
The newly created match expression.

deleteMatchExpression

void deleteMatchExpression()
Delete a parameter.


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.