Jadex 0.96-beta1

jadex.model
Interface IMConfigReferenceableElement

All Superinterfaces:
IMConfigElement, IMElement
All Known Subinterfaces:
IMConfigBelief, IMConfigBeliefSet, IMConfigCapability, IMConfigGoal, IMConfigInternalEvent, IMConfigMessageEvent, IMConfigParameter, IMConfigParameterElement, IMConfigParameterSet, IMConfigPlan

public interface IMConfigReferenceableElement
extends IMConfigElement

Base type for referenceable elements in a configuration.


Method Summary
 String getReference()
          Get the reference name.
 void setReference(String ref)
          Set the reference.
 
Methods inherited from interface jadex.model.IMConfigElement
getOriginalElement
 
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 name.

Returns:
The reference name.

setReference

void setReference(String ref)
Set the reference.

Parameters:
ref - The inhibited goal 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.