A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages

A

abc() - Method in class jadex.bdiv3.MyTestClass
 
abort() - Method in interface jadex.bdiv3.runtime.IPlan
Abort the plan.
aborted - Variable in class jadex.base.test.ComponentTestSuite
Indicate when the suite is aborted due to excessive run time.
aborted() - Method in class jadex.bdi.planlib.protocols.AbstractInitiatorPlan
Called when the plan is aborted, i.e., when the corresponding interaction goal is dropped.
aborted() - Method in class jadex.bdi.planlib.protocols.cancelmeta.CMHandlerPlan
Called when the plan is aborted, i.e., when the corresponding interaction goal is dropped.
aborted() - Method in class jadex.bdi.planlib.protocols.contractnet.CNPInitiatorPlan
 
aborted() - Method in class jadex.bdi.planlib.protocols.dutchauction.DAInitiatorPlan
 
aborted() - Method in class jadex.bdi.planlib.protocols.englishauction.EAInitiatorPlan
 
aborted() - Method in class jadex.bdiv3x.runtime.Plan
The plan was aborted (because of conditional goal success or termination from outside).
abortedmethod - Variable in class jadex.bdiv3.model.MBody
The aborted method cached for speed.
abortGet(ISuspendable) - Method in class jadex.commons.future.Future
Abort a blocking get call.
absclasses - Variable in class jadex.commons.gui.autocombo.ClassComboModel
 
ABSOLUTE_POSITION - Static variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
 
ABSOLUTE_POSITION - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
ABSOLUTE_ROTATION - Static variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
 
ABSOLUTE_ROTATION - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
ABSOLUTE_SIZE - Static variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
 
ABSOLUTE_SIZE - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
AbstractApplicableInterceptor - Class in jadex.bridge.service.component.interceptors
Simple abstract base class that implements isApplicable with true.
AbstractApplicableInterceptor() - Constructor for class jadex.bridge.service.component.interceptors.AbstractApplicableInterceptor
 
AbstractAsmBdiClassGenerator - Class in jadex.bdiv3
ASM Generator base class
AbstractAsmBdiClassGenerator() - Constructor for class jadex.bdiv3.AbstractAsmBdiClassGenerator
 
AbstractAsmBdiClassGenerator.MethodBeliefs - Class in jadex.bdiv3
Store which beliefs are accessed in a method.
AbstractAutoComboModel<T> - Class in jadex.commons.gui.autocombo
 
AbstractAutoComboModel(AutoCompleteCombo<T>, int) - Constructor for class jadex.commons.gui.autocombo.AbstractAutoComboModel
 
AbstractChartDataConsumer - Class in jadex.extension.envsupport.evaluation
Abstract base class for chart consumers.
AbstractChartDataConsumer() - Constructor for class jadex.extension.envsupport.evaluation.AbstractChartDataConsumer
Create a new chart consumer.
AbstractConnection - Class in jadex.bridge.component.streams
Abstract base class for connections.
AbstractConnection(IComponentIdentifier, IComponentIdentifier, int, boolean, boolean, IAbstractConnectionHandler) - Constructor for class jadex.bridge.component.streams.AbstractConnection
Create a new input connection.
AbstractConnectionHandler - Class in jadex.bridge.component.streams
Abstract base class for connection handlers.
AbstractConnectionHandler(IInternalAccess, Map<String, Object>) - Constructor for class jadex.bridge.component.streams.AbstractConnectionHandler
Create a new connection handler.
AbstractConnectionHandler(IInternalAccess, Map<String, Object>, int, long, long) - Constructor for class jadex.bridge.component.streams.AbstractConnectionHandler
Create a new connection handler.
AbstractConnectionHandler.SendInfo - Class in jadex.bridge.component.streams
Struct class that holds send information.
AbstractConstraintFilter<T> - Class in jadex.bridge.nonfunctional.hardconstraints
 
AbstractConstraintFilter() - Constructor for class jadex.bridge.nonfunctional.hardconstraints.AbstractConstraintFilter
Creates a constant value filter.
AbstractConstraintFilter(IExternalAccess, String, Object) - Constructor for class jadex.bridge.nonfunctional.hardconstraints.AbstractConstraintFilter
Creates a constant value filter.
AbstractEnvironmentService - Class in jadex.extension.envsupport
Environment service implementation.
AbstractEnvironmentService() - Constructor for class jadex.extension.envsupport.AbstractEnvironmentService
 
AbstractEnvironmentSpace - Class in jadex.extension.envsupport.environment
Abstract base class for environment space.
AbstractEnvironmentSpace() - Constructor for class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Create an environment space
AbstractEnvironmentSpace.AtomicCounter - Class in jadex.extension.envsupport.environment
Synchronized counter class
AbstractErrorReportBuilder - Class in jadex.bridge
Helper class for building error reports.
AbstractErrorReportBuilder(String, String, String[], MultiCollection<Tuple, String>, Map<String, String>) - Constructor for class jadex.bridge.AbstractErrorReportBuilder
Build the error based on the given entries (if any).
AbstractEventIntermediateTimerActivityHandler - Class in jadex.bpmn.runtime.handler
Abstract handler for timing events.
AbstractEventIntermediateTimerActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.AbstractEventIntermediateTimerActivityHandler
 
AbstractFixedAutoComboModel<T> - Class in jadex.commons.gui.autocombo
 
AbstractFixedAutoComboModel(AutoCompleteCombo, int, List<T>) - Constructor for class jadex.commons.gui.autocombo.AbstractFixedAutoComboModel
Create a new AbstractFixedAutoComboModel.
AbstractGatewayActivityHandler - Class in jadex.bpmn.runtime.handler
Common functionality for and/or split and join gateways.
AbstractGatewayActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.AbstractGatewayActivityHandler
 
AbstractIndexTableModel - Class in jadex.commons.gui.jtable
 
AbstractIndexTableModel(TableModel) - Constructor for class jadex.commons.gui.jtable.AbstractIndexTableModel
 
AbstractInfo - Class in jadex.xml
Superclass for XML object type/link infos.
AbstractInfo(XMLInfo) - Constructor for class jadex.xml.AbstractInfo
Create an abstract OAV info.
AbstractInfo.SpecificityComparator - Class in jadex.xml
Compare infos by specificity of the XML path.
AbstractInitiatorPlan - Class in jadex.bdi.planlib.protocols
This plan serves as a base class for initiator plans.
AbstractInitiatorPlan() - Constructor for class jadex.bdi.planlib.protocols.AbstractInitiatorPlan
 
AbstractInteractionPlugin - Class in jadex.extension.envsupport.observer.gui.plugin
 
AbstractInteractionPlugin() - Constructor for class jadex.extension.envsupport.observer.gui.plugin.AbstractInteractionPlugin
 
AbstractJ2DRenderer - Class in jadex.extension.envsupport.observer.graphics.java2d
 
AbstractJ2DRenderer() - Constructor for class jadex.extension.envsupport.observer.graphics.java2d.AbstractJ2DRenderer
 
AbstractLRUApplicableInterceptor - Class in jadex.bridge.service.component.interceptors
Abstract interceptor class that uses a LRU for caching applicable states of invocations for subsequent calls.
AbstractLRUApplicableInterceptor(IInternalAccess) - Constructor for class jadex.bridge.service.component.interceptors.AbstractLRUApplicableInterceptor
Create a new AbstractLRUApplicableInterceptor.
AbstractModelLoader - Class in jadex.commons
Loader for managing models, loaded from disc and kept in cache.
AbstractModelLoader(String[]) - Constructor for class jadex.commons.AbstractModelLoader
Create a model loader.
AbstractModelLoader(String[], int) - Constructor for class jadex.commons.AbstractModelLoader
Create a model loader.
AbstractModelLoader.BrokenModel - Class in jadex.commons
Store an exception during loading in cache.
AbstractMultiInterceptor - Class in jadex.bridge.service.component.interceptors
Abstract interceptor that supports sub interceptors for special cases.
AbstractMultiInterceptor() - Constructor for class jadex.bridge.service.component.interceptors.AbstractMultiInterceptor
 
AbstractNFProperty<T,​U> - Class in jadex.bridge.nonfunctional
A non-functional property.
AbstractNFProperty(NFPropertyMetaInfo) - Constructor for class jadex.bridge.nonfunctional.AbstractNFProperty
Creates the property.
AbstractObjectWriterHandler - Class in jadex.xml.writer
Abstract base class for an object writer handler.
AbstractObjectWriterHandler(boolean, boolean, boolean, Set) - Constructor for class jadex.xml.writer.AbstractObjectWriterHandler
Create a new writer handler.
AbstractReceiverPlan - Class in jadex.bdi.planlib.protocols
This plan serves as a base class for receiver plans.
AbstractReceiverPlan() - Constructor for class jadex.bdi.planlib.protocols.AbstractReceiverPlan
 
AbstractTask - Class in jadex.bpmn.runtime.task
Simple task implementation with basic result and exception handling.
AbstractTask - Class in jadex.extension.envsupport.environment
Empty default implementation for object tasks.
AbstractTask() - Constructor for class jadex.bpmn.runtime.task.AbstractTask
 
AbstractTask() - Constructor for class jadex.extension.envsupport.environment.AbstractTask
 
AbstractTreeTableAction - Class in jadex.commons.gui.jtreetable
Default implementation of tree table action.
AbstractTreeTableAction() - Constructor for class jadex.commons.gui.jtreetable.AbstractTreeTableAction
Create a new AbstractTreeTableAction.
AbstractTreeTableAction(String) - Constructor for class jadex.commons.gui.jtreetable.AbstractTreeTableAction
Create a new AbstractTreeTableAction.
AbstractTreeTableAction(String, Icon) - Constructor for class jadex.commons.gui.jtreetable.AbstractTreeTableAction
Create a new AbstractTreeTableAction.
AbstractTreeTableModel - Class in jadex.commons.gui.jtreetable
 
AbstractTreeTableModel(Object) - Constructor for class jadex.commons.gui.jtreetable.AbstractTreeTableModel
 
AbstractViewport - Class in jadex.extension.envsupport.observer.graphics
 
AbstractViewport(IPerspective) - Constructor for class jadex.extension.envsupport.observer.graphics.AbstractViewport
 
AbstractViewport.MouseController - Class in jadex.extension.envsupport.observer.graphics
 
AbstractViewport3d - Class in jadex.extension.envsupport.observer.graphics
 
AbstractViewport3d(IPerspective, IVector3, boolean, boolean, String, ISpaceController) - Constructor for class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
 
AbstractVisual2D - Class in jadex.extension.envsupport.observer.graphics.drawable
Base class for visual elements.
AbstractVisual2D() - Constructor for class jadex.extension.envsupport.observer.graphics.drawable.AbstractVisual2D
Initializes the members with default values.
AbstractVisual2D(Object, Object, Object) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable.AbstractVisual2D
Initializes the members with default values.
AbstractVisual3d - Class in jadex.extension.envsupport.observer.graphics.drawable3d
Base class for visual 3d elements.
AbstractVisual3d() - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.AbstractVisual3d
Initializes the members with default values.
AbstractVisual3d(Object, Object, Object) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.AbstractVisual3d
Initializes the members with default values.
ACC_PRIVATE - Static variable in class jadex.bdiv3.OpcodeHelper
 
ACC_PROTECTED - Static variable in class jadex.bdiv3.OpcodeHelper
 
ACC_PUBLIC - Static variable in class jadex.bdiv3.OpcodeHelper
 
ACC_STATIC - Static variable in class jadex.bdiv3.OpcodeHelper
 
accept(T) - Method in interface jadex.commons.functional.Consumer
 
ACCEPT_PROPOSAL - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
ACCEPT_PROPOSAL - Static variable in class jadex.bridge.fipa.SFipa
 
acceptAllProposals(NegotiationRecord, ParticipantProposal[], Map) - Method in class jadex.bdi.planlib.protocols.contractnet.CNPInitiatorPlan
Accept all proposals in parallel.
acceptEither(IFuture<E>, Consumer<E>, Class<?>) - Method in class jadex.commons.future.Future
 
acceptEither(IFuture<E>, Consumer<E>, Class<?>) - Method in interface jadex.commons.future.IFuture
The given consumer will be executed with either of the result of this and the given other future.
acceptFile(String, String) - Method in interface jadex.bridge.service.types.chat.IChatGuiService
Accept a waiting file transfer.
acceptOneProposal(NegotiationRecord, ParticipantProposal[], Map) - Method in class jadex.bdi.planlib.protocols.contractnet.CNPInitiatorPlan
Sequentially accept proposals until the first successful execution.
access - Variable in class jadex.bridge.ComponentResultListener
The external access.
access - Variable in class jadex.bridge.service.component.ComponentFutureFunctionality
The adapter.
access - Variable in class jadex.bridge.service.types.cms.CmsState.CmsComponentState
The component access.
accessField(Object, Class, IValueFetcher) - Method in class jadex.javaparser.javaccimpl.ReflectNode
Access a field.
accessflags - Variable in class jadex.commons.SClassReader.AnnotatedEntity
Class access flags.
AccessiblePrintStream(OutputStream) - Constructor for class jadex.commons.SUtil.AccessiblePrintStream
Create an accessible output stream.
accessinfo - Variable in class jadex.xml.AttributeInfo
The access info.
accessinfo - Variable in class jadex.xml.SubobjectInfo
The access info.
AccessInfo - Class in jadex.xml
Meta info for accessing (reading / writing) an element.
AccessInfo(QName) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(QName[]) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(QName[], Object) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(QName[], Object, String) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(QName[], Object, String, Object) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(QName[], Object, String, Object, Object) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(QName, Object) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(QName, Object, String) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(QName, Object, String, Object) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(QName, Object, String, Object, Object) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(String) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(String, Object) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(String, Object, String) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(String, Object, String, Object) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(String, Object, String, Object, Object) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
accessor - Variable in class jadex.javaparser.javaccimpl.ReflectNode
The field accessor method (for static and nonstatic fields).
ACCESSOR_CLASSES - Static variable in class jadex.bytecode.invocation.SInvocation
Cached accessor classes.
AccessTestClass() - Constructor for class jadex.bytecode.invocation.SInvocation.AccessTestClass
 
ACKCLOSE - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Acknowledge the close message.
ACKCLOSE_INPUT_INITIATOR - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Ack for close - from initiator .
ACKCLOSE_OUTPUT_PARTICIPANT - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Ack data/close - from participant .
ACKCLOSEREQ - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Acknowledge the close request.
ACKCLOSEREQ_INPUT_PARTICIPANT - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Ack for close request - from initiator .
ACKCLOSEREQ_OUTPUT_INITIATOR - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Ack for close request - from initiator .
ackcnt - Variable in class jadex.bridge.component.streams.InputConnectionHandler
The number of received elements after which an ack is sent.
ackcnt - Variable in class jadex.bridge.component.streams.OutputConnectionHandler
The number of received elements after which an ack is sent.
ACKDATA - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Acknowledge data message.
ACKDATA_INPUT_INITIATOR - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Ack data - from participant .
ACKDATA_OUTPUT_PARTICIPANT - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Ack data/close - from participant .
ackDataReceived(AckInfo) - Method in class jadex.bridge.component.streams.OutputConnectionHandler
Called from message service.
AckInfo - Class in jadex.bridge.component.streams
 
AckInfo() - Constructor for class jadex.bridge.component.streams.AckInfo
Create a new ack info.
AckInfo(int, int, boolean) - Constructor for class jadex.bridge.component.streams.AckInfo
Create a new ack info.
ACKINIT - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Acknowledge init.
ACKINIT_INPUT_PARTICIPANT - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Ack the init - from participant.
ACKINIT_OUTPUT_PARTICIPANT - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Ack the init - from initiator.
ackReceived(Object, Object) - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Called when an ack was received.
acktimeout - Variable in class jadex.bridge.component.streams.AbstractConnectionHandler
The max delay before an acknowledgement is received.
acktimer - Variable in class jadex.bridge.component.streams.OutputConnectionHandler
The acknowledgement timer.
acquire() - Method in class jadex.commons.concurrent.Token
Try to acquire the token.
acquired - Variable in class jadex.commons.concurrent.Token
True, if the token is acquired.
actid - Variable in class jadex.bpmn.tools.ProcessThreadInfo
The activity id.
action - Variable in class jadex.bridge.fipa.Done
The completed action.
action - Variable in class jadex.extension.envsupport.environment.ComponentActionList.ActionEntry
The action.
ActionEntry(ISpaceAction, Map, IResultListener) - Constructor for class jadex.extension.envsupport.environment.ComponentActionList.ActionEntry
Convenience constructor for inline entry creation.
actionlist - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
The list of scheduled component actions.
actionPerformed(ActionEvent) - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo
 
actionPerformed(ActionEvent) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableAction
Invoked when an action occurs.
ActionReferenceQueue - Class in jadex.commons.collection
The extended reference queue allows for adding (weak) object with an associated action.
ActionReferenceQueue() - Constructor for class jadex.commons.collection.ActionReferenceQueue
Create a new list.
actions - Variable in class jadex.commons.gui.jtreetable.TreeTableNodeType
The supported popup actions.
actions - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Available component actions.
actions - Variable in class jadex.extension.envsupport.environment.ComponentActionList
The scheduled actions.
actiontypes - Variable in class jadex.extension.envsupport.environment.space2d.DefaultVisionGenerator
The percept receiving component types.
actiontypes - Variable in class jadex.extension.envsupport.environment.space3d.DefaultVisionGenerator
The percept receiving component types.
activate() - Method in interface jadex.bridge.service.types.registry.IAutoConfigRegistryService
Activate the config service.
activate() - Method in class jadex.commons.gui.JBusyRing
Activates the animation.
activatePlaceholder() - Method in class jadex.commons.gui.JPlaceholderTextField
Activates the placeholder.
activateWait(Map, Notifier) - Method in interface jadex.bpmn.runtime.handler.IExternalNotifier
Activate a wait action on an external source.
active - Variable in class jadex.commons.gui.JBusyRing
Flag if active.
active - Variable in class jadex.micro.MicroModel.ServiceInjectionInfo
The active period for query.
active() - Method in annotation type jadex.micro.annotation.OnService
How long shall the query be active?
ACTIVE - jadex.bdiv3.runtime.IGoal.GoalLifecycleState
 
activeplaceholder - Variable in class jadex.commons.gui.JPlaceholderTextField
Flag if the placeholder is active
activity - Variable in class jadex.bpmn.runtime.handler.Notifier
The activity.
activity - Variable in class jadex.bpmn.runtime.handler.SubProcessActivityHandler.SubprocessResultHandler
 
activity - Variable in class jadex.bpmn.runtime.ProcessThread
The next activity.
activity - Variable in class jadex.bpmn.tools.ProcessThreadInfo
The activity name.
activityid - Variable in class jadex.bpmn.runtime.persist.ThreadInfo
Id of the next activity.
ACTOR_ID - Static variable in interface jadex.extension.envsupport.environment.ISpaceAction
The constant for the actor id parameter (component performing the action).
adaptEvaluationMode() - Method in class jadex.bdiv3.model.MBelief
Adapt the evaluation mode according to the
adaptToCapability(Object, String, IBDIModel) - Static method in class jadex.bdiv3x.features.BDIXAgentFeature
Adapt element for use in inner capabilities.
add(byte[]) - Method in class jadex.commons.collection.BloomFilter
Add a value to the filter.
add(double) - Method in interface jadex.extension.envsupport.math.IVector2
Adds a scalar to each component of this vector.
add(double) - Method in interface jadex.extension.envsupport.math.IVector3
Adds a scalar to each component of this vector.
add(double) - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Adds a scalar to each component of this vector.
add(double) - Method in class jadex.extension.envsupport.math.Vector2Double
 
add(double) - Method in class jadex.extension.envsupport.math.Vector2Int
Adds a scalar to each component of this vector.
add(double) - Method in class jadex.extension.envsupport.math.Vector3Double
 
add(double) - Method in class jadex.extension.envsupport.math.Vector3Int
Adds a scalar to each component of this vector.
add(int, MultiColumnTable.MultiColumnTableRow) - Method in class jadex.bpmn.MultiColumnTable
 
add(int, Object) - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
add(int, Object) - Method in class jadex.commons.collection.IndexMap
Unsupported method, due to missing key parameter.
add(int, Object) - Method in class jadex.commons.collection.WeakList
Inserts the specified element at the specified position in this list (optional operation).
add(int, K, V) - Method in class jadex.commons.collection.IndexMap
Add an object to the collection.
add(int, T) - Method in class jadex.commons.collection.SortedList
Inserts the specified element at the specified position in this list.
add(int, T) - Method in class jadex.commons.collection.wrappers.ListWrapper
 
add(long, int) - Method in class jadex.bdiv3.MyTestClass
 
add(E) - Method in class jadex.commons.collection.LeaseTimeSet
 
add(E) - Method in class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
 
add(E) - Method in class jadex.commons.collection.PassiveLeaseTimeSet
 
add(E) - Method in class jadex.commons.collection.WeakList
Appends the specified element to the end of this list (optional operation).
add(E, long) - Method in interface jadex.commons.collection.ILeaseTimeSet
Add a new entry.
add(E, long) - Method in class jadex.commons.collection.LeaseTimeSet
 
add(E, long) - Method in class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
 
add(E, long) - Method in class jadex.commons.collection.PassiveLeaseTimeSet
 
add(MultiColumnTable.MultiColumnTableRow) - Method in class jadex.bpmn.MultiColumnTable
 
add(CachedObject) - Method in class jadex.commons.ObjectCache
Add a cached object.
add(IVector1) - Method in interface jadex.extension.envsupport.math.IVector1
Adds another vector to this vector, adding individual components.
add(IVector1) - Method in interface jadex.extension.envsupport.math.IVector2
Adds a scalar to each component of this vector.
add(IVector1) - Method in interface jadex.extension.envsupport.math.IVector3
Adds a scalar to each component of this vector.
add(IVector1) - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Adds a scalar to each component of this vector.
add(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Double
 
add(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Int
Adds another vector to this vector, adding individual components.
add(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Long
Adds another vector to this vector, adding individual components.
add(IVector1) - Method in class jadex.extension.envsupport.math.Vector2Double
 
add(IVector1) - Method in class jadex.extension.envsupport.math.Vector2Int
Adds a scalar to each component of this vector.
add(IVector1) - Method in class jadex.extension.envsupport.math.Vector3Double
 
add(IVector1) - Method in class jadex.extension.envsupport.math.Vector3Int
Adds a scalar to each component of this vector.
add(IVector2) - Method in interface jadex.extension.envsupport.math.IVector2
Adds another vector to this vector, adding individual components.
add(IVector2) - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Adds another vector to this vector, adding individual components.
add(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Double
 
add(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Int
Adds another vector to this vector, adding individual components.
add(IVector3) - Method in interface jadex.extension.envsupport.math.IVector3
Adds another vector to this vector, adding individual components.
add(IVector3) - Method in class jadex.extension.envsupport.math.Vector3Double
 
add(IVector3) - Method in class jadex.extension.envsupport.math.Vector3Int
Adds another vector to this vector, adding individual components.
add(Object) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Add a child to this context.
add(Object) - Method in class jadex.commons.collection.CheckedCollection
Ensures that this collection contains the specified element (optional operation).
add(Object) - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
add(Object) - Method in class jadex.commons.collection.IndexMap
Unsupported method, due to missing key parameter.
add(Object) - Method in class jadex.commons.collection.WeakSet
Add an element to the set.
add(Object, Object) - Method in class jadex.commons.collection.TwoWayMultiCollection
Associates the specified value with the specified key in this map (optional operation).
add(K, Collection<V>) - Method in class jadex.commons.collection.MultiCollection
Associates the specified value with the specified key in this map (optional operation).
add(K, V) - Method in class jadex.commons.collection.IndexMap
Add a new object with key and value.
add(K, V) - Method in class jadex.commons.collection.MultiCollection
Associates the specified value with the specified key in this map (optional operation).
add(T) - Method in class jadex.bridge.service.search.ServiceKeyExtractor.SetWrapper
 
add(T) - Method in class jadex.commons.collection.IdentityHashSet
Adds the specified element to this set if it is not already present (optional operation).
add(T) - Method in class jadex.commons.collection.SortedList
Appends the specified element to the end of this list.
add(T) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
 
ADD - Static variable in class jadex.bdi.planlib.DefaultBDIVisionProcessor
The add action.
ADD - Static variable in class jadex.javaparser.javaccimpl.MathNode
The plus operator.
addAdvanceBlocker(IFuture<?>) - Method in interface jadex.bridge.service.types.simulation.ISimulationService
Adds a blocker to the clock that prevents the clock from advancing until the future is triggered either by result or exception.
addAgentInjection(FieldInfo) - Method in class jadex.micro.InjectionInfoHolder
Add an injection field.
addAgentInjection(FieldInfo) - Method in class jadex.micro.MicroModel
Add an injection field.
addAll(int, Collection) - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
addAll(int, Collection) - Method in class jadex.commons.collection.IndexMap
Unsupported method, due to missing key parameter.
addAll(int, Collection) - Method in class jadex.commons.collection.WeakList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(int, Collection<? extends T>) - Method in class jadex.commons.collection.SortedList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(int, Collection<? extends T>) - Method in class jadex.commons.collection.wrappers.ListWrapper
 
addAll(Collection) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
This method is unsupported, throws UnsupportedOperationException.
addAll(Collection) - Method in class jadex.commons.collection.CheckedCollection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(Collection) - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
addAll(Collection) - Method in class jadex.commons.collection.IndexMap
Unsupported method, due to missing key parameter.
addAll(Collection) - Method in class jadex.commons.collection.WeakList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(Collection<? extends E>) - Method in class jadex.commons.collection.LeaseTimeSet
 
addAll(Collection<? extends E>) - Method in class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
 
addAll(Collection<? extends E>) - Method in class jadex.commons.collection.PassiveLeaseTimeSet
 
addAll(Collection<? extends T>) - Method in class jadex.bridge.service.search.ServiceKeyExtractor.SetWrapper
 
addAll(Collection<? extends T>) - Method in class jadex.commons.collection.IdentityHashSet
Adds all of the elements in the specified collection to this set if they're not already present (optional operation).
addAll(Collection<? extends T>) - Method in class jadex.commons.collection.SortedList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(Collection<? extends T>) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
 
addAll(Map<? extends K, ? extends V>) - Method in class jadex.commons.collection.MultiCollection
Add all elements of another map.
addArgument(IArgument) - Method in class jadex.bridge.modelinfo.ModelInfo
Add an argument.
addArgument(UnparsedExpression) - Method in class jadex.bridge.modelinfo.ComponentInstanceInfo
Add an argument.
addArgument(UnparsedExpression) - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Add an argument.
addArgument(String, Object) - Method in class jadex.bridge.service.types.cms.CreationInfo
Add one arguments.
addArgumentInjection(String, FieldInfo, String) - Method in class jadex.micro.InjectionInfoHolder
Add an injection field.
addArgumentInjection(String, FieldInfo, String) - Method in class jadex.micro.MicroModel
Add an injection field.
addAttribute(Object, String) - Method in class jadex.xml.writer.WriteObjectInfo
Add an attribute.
addAvatarMappings(AvatarMapping) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Adds an avatar mapping.
addAwarenessInfo(AwarenessInfo) - Method in interface jadex.bridge.service.types.awareness.IAwarenessManagementService
Announce an awareness info.
addBackwardCommand(IFilter<Object>, ICommand<Object>) - Method in class jadex.commons.future.TerminableFuture
Add a backward command with a filter.
addBackwardCommand(IFilter<Object>, ICommand<Object>) - Method in class jadex.commons.future.TerminableIntermediateFuture
Add a backward command with a filter.
addBeanContextMembershipListener(BeanContextMembershipListener) - Method in interface jadex.commons.beans.beancontext.BeanContext
 
addBeanContextMembershipListener(BeanContextMembershipListener) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
 
addBeanContextServicesListener(BeanContextServicesListener) - Method in interface jadex.commons.beans.beancontext.BeanContextServices
 
addBeanContextServicesListener(BeanContextServicesListener) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
 
addBelief(MBelief) - Method in class jadex.bdiv3.model.MCapability
Add a belief.
addBelief(RBeliefbase.RBelief) - Method in class jadex.bdiv3x.runtime.RBeliefbase
Add a belief.
addBeliefChanged(String) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Add a belief change type.
addBeliefEvents(IInternalAccess, List<EventType>, String) - Static method in class jadex.bdiv3x.features.BDIXAgentFeature
Create belief events from a belief name.
addBeliefEventsToConditions(ClassNode, ClassLoader, List<MCondition>, MultiCollection<String, AbstractAsmBdiClassGenerator.MethodBeliefs>, MultiCollection<String, AbstractAsmBdiClassGenerator.MethodBeliefs>, BDIModel) - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator
 
addBeliefListener(IBeliefListener<T>) - Method in interface jadex.bdiv3x.runtime.IBelief
Add a belief listener.
addBeliefListener(IBeliefListener<T>) - Method in class jadex.bdiv3x.runtime.RBeliefbase.RBelief
Deprecated.
Add a belief set listener.
addBeliefListener(String, IBeliefListener) - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Add a belief listener.
addBeliefListener(String, IBeliefListener<?>) - Method in interface jadex.bdiv3.features.IBDIAgentFeature
Add a belief listener.
addBeliefListener(String, IBeliefListener<T>) - Method in interface jadex.bdiv3.runtime.ICapability
Add a belief listener.
addBeliefReference(String, String) - Method in class jadex.bdiv3.model.MCapability
Add a belief reference (abstract/reference name -> concrete belief name).
addBeliefSet(RBeliefbase.RBeliefSet) - Method in class jadex.bdiv3x.runtime.RBeliefbase
Add a beliefset.
addBeliefSetListener(IBeliefListener<T>) - Method in interface jadex.bdiv3x.runtime.IBeliefSet
Add a belief set listener.
addBeliefSetListener(IBeliefListener<T>) - Method in class jadex.bdiv3x.runtime.RBeliefbase.RBeliefSet
Add a belief set listener.
addBinding(RequiredServiceBinding) - Method in class jadex.bridge.modelinfo.ComponentInstanceInfo
Add a binding.
addBlocker(IFuture<?>) - Static method in class jadex.bridge.service.types.simulation.SSimulation
Add the future as simulation blocker, if currently in simulation mode.
addBreakpoint(Object) - Method in interface jadex.commons.ISteppable
Add a breakpoint to the interpreter.
addBreakpointCommand(ICommand) - Method in interface jadex.commons.ISteppable
Add a command to be executed, when a breakpoint is reached.
addBreakpointListener(IChangeListener) - Method in interface jadex.commons.IBreakpointPanel
Add a listener to receive breakpoint selected events.
addCancelResponse(IComponentIdentifier, String, Object) - Method in class jadex.bdi.planlib.protocols.InteractionState
Add a cancel response.
addCapability(MCapabilityReference) - Method in class jadex.bdiv3.model.MCapability
Add a sub capability.
addCause(Throwable) - Method in exception jadex.commons.MultiException
Add an exception.
addCentered(JComponent) - Method in class jadex.commons.gui.JWizard.WizardNode
Helper for adding a single centered component.
addChangeEventType(String) - Method in class jadex.bdiv3.runtime.WaitAbstraction
 
addChangeEventType(String) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Add a change event type.
addChangeListener(IChangeListener) - Method in interface jadex.bridge.service.types.clock.IClock
Add a change listener.
addChangeListener(IChangeListener) - Method in interface jadex.bridge.service.types.clock.IClockService
Add a change listener.
addChangeListener(IChangeListener) - Method in interface jadex.bridge.service.types.simulation.ISimulationService
Add a change listener.
addChangeListener(IRemoteChangeListener<IComponentIdentifier>) - Method in interface jadex.bridge.service.types.daemon.IDaemonService
Add a change listener.
addChild(IComponentIdentifier) - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Add a child component.
addChild(TreeNode) - Method in class jadex.commons.collection.TreeNode
Adds a child to the list of children for this node.
addChild(JWizard.WizardNode) - Method in class jadex.commons.gui.JWizard.WizardNode
Adds a child.
addChild(Object, LinkData) - Method in class jadex.xml.reader.AReadContext
Add a child.
addClockListener(String, ISimulationService, IExternalAccess) - Static method in class jadex.base.SRemoteClock
Add a clock listener.
addCmsListener(SubscriptionIntermediateFuture<CMSStatusEvent>) - Method in class jadex.bridge.service.types.cms.CmsState.CmsComponentState
 
addCollection(Object) - Static method in class jadex.commons.collection.SCollection
Add a map to the observer list.
addColumn(TableColumn) - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
Appends aColumn to the end of the tableColumns array.
addCommand(String, IResultCommand<IFuture<T>, Object[]>) - Method in class jadex.commons.future.CallSequentializer
Add a command by (method) name.
addComponent(Class<?>) - Method in interface jadex.base.IPlatformConfiguration
Add a component via class.
addComponent(Object) - Method in interface jadex.bridge.component.IExternalSubcomponentsFeature
Starts a new POJO-component.
addComponent(String) - Method in interface jadex.base.IPlatformConfiguration
Add a component via file.
addComponent(String, JComponent) - Method in class jadex.commons.gui.PropertiesPanel
Add a component that spans a full line.
addComponent(String, JComponent, double) - Method in class jadex.commons.gui.PropertiesPanel
Add a component
addComponent(String, JComponent, double, int) - Method in class jadex.commons.gui.PropertiesPanel
Add a component
addComponent(String, JComponent, double, int, int, String) - Method in class jadex.commons.gui.PropertiesPanel
Add a component
addComponentAction(ComponentActionList.ActionEntry) - Method in class jadex.extension.envsupport.environment.ComponentActionList
Add an component action.
addComponentDescription(IComponentDescription) - Method in class jadex.bridge.fipa.CMSSearchComponents
Add a componentdescription to this CMSSearchComponents.
addComponentInstance(ComponentInstanceInfo) - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Add a component.
addCondition(MCondition) - Method in class jadex.bdiv3.model.MCapability
Add a condition.
addCondition(String, MCondition) - Method in class jadex.bdiv3.model.MGoal
Add a condition to the goal.
addConfiguration(MConfiguration) - Method in class jadex.bdiv3.model.MCapability
Add a configuration.
addConfiguration(ConfigurationInfo) - Method in class jadex.bridge.modelinfo.ModelInfo
Add a configuration.
addConsoleListener(IExternalAccess, String, IRemoteChangeListener) - Static method in class jadex.base.SRemoteGui
 
addContent(String) - Method in class jadex.xml.StackElement
Add content to the already collected content (if any).
addCopyPasteMenu(JTextComponent) - Static method in class jadex.commons.gui.SGUI
Adds a copy & paste menu to a text component.
addData(byte[]) - Method in class jadex.bridge.component.streams.InputConnection
Add data to the internal data buffer.
addData(int, byte[]) - Method in class jadex.bridge.component.streams.InputConnectionHandler
Called from message service.
addDataConsumer(String, ITableDataConsumer) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Add a new data consumer.
addDataProvider(String, ITableDataProvider) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Add a new data provider.
addDataView(String, IDataView) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Adds a view to the space.
addDataView(String, IDataView) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Adds a dataview to the space.
addDataView(String, IDataView) - Method in class jadex.extension.envsupport.observer.gui.ObserverCenter
Adds an additional dataview.
addDataViewMapping(String, Map) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Add a mapping from object type to data view
addDefaultFacts(UnparsedExpression) - Method in class jadex.bdiv3.model.MBelief
The value to set.
addDefaultValues(UnparsedExpression) - Method in class jadex.bdiv3.model.MParameter
The value to set.
addDelegates(ClassLoader[]) - Method in class jadex.bytecode.ByteCodeClassLoader
 
addDependency(T, T) - Method in class jadex.bridge.component.DependencyResolver
Add a dependency that a depends on b.
adddummy - Variable in class jadex.commons.gui.PropertiesPanel
Add dummy when weighty==0.
added - Variable in class jadex.bridge.RemoteChangeListenerHandler
The added elements (if any).
ADDED - Static variable in interface jadex.bridge.service.types.daemon.IDaemonService
Event for an added platform.
addEndBelief(MConfigBeliefElement) - Method in class jadex.bdiv3.model.MConfiguration
Add an end belief.
addEndEvent(MConfigParameterElement) - Method in class jadex.bdiv3.model.MConfiguration
Add an end event.
addEndGoal(MConfigParameterElement) - Method in class jadex.bdiv3.model.MConfiguration
Add an end goal.
addEndPlan(MConfigParameterElement) - Method in class jadex.bdiv3.model.MConfiguration
Add an end plan.
addEndStep(UnparsedExpression) - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Add a end step.
addEntry(Tuple2<String, RemoteJarFile>) - Method in class jadex.bridge.service.types.filetransfer.BunchFileData
Add an entry.
addEntry(Object, Runnable) - Method in class jadex.commons.collection.ActionReferenceQueue
Add an object with an associated value.
addEntry(String) - Method in class jadex.commons.gui.EditableList
Add a new entry.
addEnvironmentListener(IEnvironmentListener) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Add an environment listener.
addEnvironmentListener(IEnvironmentListener) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Add an environment listener.
addEvaluator(IServiceEvaluator) - Method in class jadex.bridge.nonfunctional.search.ComposedEvaluator
Adds a new evaluator with a weight of 1.0.
addEvaluator(IServiceEvaluator, double) - Method in class jadex.bridge.nonfunctional.search.ComposedEvaluator
Adds a new evaluator.
addevent - Variable in class jadex.bdiv3.runtime.wrappers.EventPublisher
The add event name.
addevent - Variable in class jadex.bdiv3.runtime.wrappers.InitEventPublisher
The add event name.
addEvent(EventType) - Method in class jadex.bdiv3.model.MBelief
Add an event.
addEvent(EventType) - Method in class jadex.bdiv3.model.MCondition
Add an event.
addEvent(EventType) - Method in class jadex.bdiv3.model.MParameter
Add an event.
addEvent(IEvent) - Method in interface jadex.bridge.service.types.ecarules.IRuleEngineService
Add an external event to the rule engine.
addEventMatcher(String[], UnparsedExpression, String[], Map<String, Object>, boolean, IResultCommand<IFuture<Void>, Object>) - Method in interface jadex.bpmn.runtime.IInternalProcessEngineService
Register an event description to be notified, when the event happens.
addEventReference(String, String) - Method in class jadex.bdiv3.model.MCapability
Add a event reference (abstract/reference name -> concrete event name).
addExclude(String) - Method in class jadex.bdiv3.model.MGoal
Add an excluded parameter
addExclude(String) - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
Exclude a column.
addExcludedComponent(IComponentIdentifier) - Method in interface jadex.bridge.service.search.IServiceRegistry
Add an excluded component.
addExcludedComponent(IComponentIdentifier) - Method in class jadex.bridge.service.search.ServiceRegistry
Add an excluded component.
addExcludedMethods(Map<String, String[]>, String[]) - Static method in class jadex.bdiv3.BDIAgentFactory
Add excluded methods.
addExpression(UnparsedExpression) - Method in class jadex.bdiv3.model.MCapability
Add a expression.
addExpressionReference(String, String) - Method in class jadex.bdiv3.model.MCapability
Add a expression reference (abstract/reference name -> concrete expression name).
addExternalThread(ProcessThread) - Method in class jadex.bpmn.runtime.ProcessThread
Add an external thread to this context.
addFact(UnparsedExpression) - Method in class jadex.bdiv3.model.MConfigBeliefElement
The value to set.
addFact(Object) - Method in interface jadex.bdiv3x.runtime.IBeliefSet
Add a fact to a belief.
addFact(Object) - Method in class jadex.bdiv3x.runtime.RBeliefbase.RBeliefSet
Add a fact to a belief.
addFactAdded(String) - Method in class jadex.bdiv3.model.MTrigger
Add a fact added belief trigger.
addFactAdded(String) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Add a fact added.
addFactChanged(String) - Method in class jadex.bdiv3.model.MTrigger
Add a fact changed belief trigger.
addFactChanged(String) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Add a fact changed.
addFactRemoved(String) - Method in class jadex.bdiv3.model.MTrigger
Add a fact removed belief trigger.
addFactRemoved(String) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Add a fact removed.
addFacts(Object[]) - Method in interface jadex.bdiv3x.runtime.IBeliefSet
Add facts to a parameter set.
addFacts(Object[]) - Method in class jadex.bdiv3x.runtime.RBeliefbase.RBeliefSet
Add facts to a parameter set.
addFeatureInjection(String, FieldInfo) - Method in class jadex.micro.InjectionInfoHolder
Add an injection field.
addFeatureInjection(String, FieldInfo) - Method in class jadex.micro.MicroModel
Add an injection field.
addFilenameFilter(IFilter<String>) - Method in class jadex.commons.FileFilter
Add a filename filter
addFilter(IAsyncFilter<IService>) - Method in class jadex.bridge.nonfunctional.hardconstraints.RHardConstraints
Adds a filter.
addFilter(IAsyncFilter<T>) - Method in class jadex.commons.ComposedRemoteFilter
Add a filter.
addFilter(IFilter<T>) - Method in class jadex.commons.ComposedFilter
Add a filter.
addFinishListener(IChangeListener<Void>) - Method in interface jadex.commons.concurrent.IThreadPool
Add a finished listener.
addFinishListener(IChangeListener<Void>) - Method in class jadex.commons.concurrent.JavaThreadPool
Add a finish listener;
addFinishListener(IChangeListener<Void>) - Method in class jadex.commons.concurrent.ThreadPool
Add a finish listener;
addFirst(T) - Method in class jadex.commons.collection.SortedList
Inserts the given element at the beginning of this list.
addFirstServiceInterceptor(IServiceInvocationInterceptor) - Method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Add an interceptor.
addFullLineComponent(String, JComponent) - Method in class jadex.commons.gui.PropertiesPanel
Add a component that spans a full line.
addFullLineComponent(String, JComponent, double) - Method in class jadex.commons.gui.PropertiesPanel
Add a component that spans a full line.
addFuture(IFuture<E>) - Method in class jadex.commons.future.FutureBarrier
Add a future to the barrier.
addGoal(MGoal) - Method in class jadex.bdiv3.model.MCapability
Add a goal.
addGoal(MGoal) - Method in class jadex.bdiv3.model.MTrigger
Add a goal trigger.
addGoalFinished(MGoal) - Method in class jadex.bdiv3.model.MTrigger
Add a goal finished trigger.
addGoalFinished(IGoal) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Add the goal to wait for.
addGoalFinished(String) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Add the goal to wait for.
addGoalFinishedName(String) - Method in class jadex.bdiv3.model.MTrigger
Add a goal finished name.
addGoalMapping(String) - Method in class jadex.bdiv3.model.MPlanParameter
Add a goal mapping.
addGoalMatchExpression(String, UnparsedExpression) - Method in class jadex.bdiv3.model.MTrigger
Add a goal name.
addGoalName(String) - Method in class jadex.bdiv3.model.MTrigger
Add a goal name.
addGoalPublication(ClassInfo, MGoal, String) - Method in class jadex.bdiv3.model.MCapability
Add a publication info.
addGoalReference(String, String) - Method in class jadex.bdiv3.model.MCapability
Add a goal reference (abstract/reference name -> concrete goal name).
addGroup(Group) - Method in class jadex.extension.agr.AGRSpace
Add a group to the space.
addHandler(Handler) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Add a log Handler to receive logging messages.
addIcon(Icon) - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
Add an icon.
addIdleHook(IIdleHook) - Method in interface jadex.bridge.service.types.persistence.IPersistenceService
Set the idle hook to be called when a component becomes idle.
addImport(String) - Method in class jadex.bridge.modelinfo.ModelInfo
Add an import statement.
addInhibitionExpression(UnparsedExpression) - Method in class jadex.bdiv3.model.MDeliberation
Add an inhibition expression.
addInhibitionName(String) - Method in class jadex.bdiv3.model.MDeliberation
Add an inhibition name.
addInhibitor(RGoal, RGoal) - Method in class jadex.bdiv3.runtime.EasyDeliberationStrategy
Add an inhibitor to a goal.
addInitArgs(Object, Class<?>, Class<?>[], Object[]) - Static method in class jadex.bdiv3x.features.BDIXAgentFeature
Add an entry to the init calls.
addInitialAvatar(IComponentIdentifier, String, Map) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Initial settings for the avatar of a specific component.
addInitialBelief(MConfigBeliefElement) - Method in class jadex.bdiv3.model.MConfiguration
Add an initial belief.
addInitialCapability(String, String) - Method in class jadex.bdiv3.model.MConfiguration
Add an initial capability.
addInitialEvent(MConfigParameterElement) - Method in class jadex.bdiv3.model.MConfiguration
Add an initial event.
addInitialGoal(MConfigParameterElement) - Method in class jadex.bdiv3.model.MConfiguration
Add an initial goal.
addInitialPlan(MConfigParameterElement) - Method in class jadex.bdiv3.model.MConfiguration
Add an initial plan.
addInitialStep(UnparsedExpression) - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Add a initial step.
addInterceptor(UnparsedExpression) - Method in class jadex.bridge.service.ProvidedServiceImplementation
Add an interceptor.
addInterceptor(UnparsedExpression) - Method in class jadex.bridge.service.RequiredServiceBinding
Add an interceptor.
addInterceptor(UnparsedExpression) - Method in class jadex.bridge.service.RequiredServiceInfo
Add an interceptor.
addInterceptor(IServiceInvocationInterceptor, Object, int) - Method in interface jadex.bridge.service.component.IProvidedServicesFeature
Add a service interceptor.
addInterceptor(IServiceInvocationInterceptor, Object, int) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Add a service interceptor.
addIntermediateResult(E) - Method in class jadex.commons.future.IntermediateFuture
Add an intermediate result.
addIntermediateResultIfUndone(E) - Method in class jadex.commons.future.IntermediateFuture
Set the result.
addIntermediateResultListener(IFunctionalIntermediateResultListener<E>) - Method in interface jadex.commons.future.IIntermediateFuture
Add a functional result listener, which called on intermediate results.
addIntermediateResultListener(IFunctionalIntermediateResultListener<E>) - Method in class jadex.commons.future.IntermediateFuture
Add a functional result listener, which called on intermediate results.
addIntermediateResultListener(IFunctionalIntermediateResultListener<E>, IFunctionalExceptionListener) - Method in interface jadex.commons.future.IIntermediateFuture
Add a functional result listener, which called on intermediate results.
addIntermediateResultListener(IFunctionalIntermediateResultListener<E>, IFunctionalExceptionListener) - Method in class jadex.commons.future.IntermediateFuture
Add a functional result listener, which called on intermediate results.
addIntermediateResultListener(IFunctionalIntermediateResultListener<E>, IFunctionalIntermediateFinishedListener<Void>) - Method in interface jadex.commons.future.IIntermediateFuture
Add a functional result listener, which called on intermediate results.
addIntermediateResultListener(IFunctionalIntermediateResultListener<E>, IFunctionalIntermediateFinishedListener<Void>) - Method in class jadex.commons.future.IntermediateFuture
Add a functional result listener, which called on intermediate results.
addIntermediateResultListener(IFunctionalIntermediateResultListener<E>, IFunctionalIntermediateFinishedListener<Void>, IFunctionalExceptionListener) - Method in interface jadex.commons.future.IIntermediateFuture
Add a functional result listener, which called on intermediate results.
addIntermediateResultListener(IFunctionalIntermediateResultListener<E>, IFunctionalIntermediateFinishedListener<Void>, IFunctionalExceptionListener) - Method in class jadex.commons.future.IntermediateFuture
Add a functional result listener, which called on intermediate results.
addIntermediateResultListener(IIntermediateResultListener<E>) - Method in interface jadex.commons.future.IIntermediateFuture
Deprecated.
Use addResultListener()
addIntermediateResultListener(IIntermediateResultListener<E>) - Method in class jadex.commons.future.IntermediateFuture
Add an result listener, which called on intermediate results.
addInternalEvent(MInternalEvent) - Method in class jadex.bdiv3.model.MCapability
Add an internal event.
addInternalEvent(MInternalEvent) - Method in class jadex.bdiv3.model.MTrigger
 
addInternalEvent(MInternalEvent) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Add an internal event.
addInternalEvent(String) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Add an internal event.
addInternalEventMapping(String) - Method in class jadex.bdiv3.model.MPlanParameter
Add a internal event mapping.
addInternalEventName(String) - Method in class jadex.bdiv3.model.MTrigger
Add an internal event name.
addInternetComm(IPlatformConfiguration) - Static method in class jadex.base.PlatformConfigurationHandler
Add global (internet) communication settings to configuration.
addIntranetComm(IPlatformConfiguration) - Static method in class jadex.base.PlatformConfigurationHandler
Add local (intranet) communication settings to configuration.
addIntransitiveQuery(ServiceQuery<T>) - Method in interface jadex.bridge.service.types.registry.ISuperpeerCollaborationService
Add a service query to the superpeer registry only.
addItem(Object) - Method in class jadex.commons.gui.PopupBuilder
Add an item.
addIterator(Iterator<T>) - Method in class jadex.commons.collection.MultiIterator
Add a collection.
additional() - Method in annotation type jadex.micro.annotation.Features
Add the defined features of this classes (and inherited when replace==false) to the standard features of the component.
ADDITIONAL - Static variable in exception jadex.commons.DebugException
Additional debug exception on current thread to use as cause.
addJob(CronJob<T>) - Method in interface jadex.bridge.service.types.cron.ICronService
Add a schedule job.
addKernelListener(IMultiKernelListener) - Method in interface jadex.bridge.service.types.factory.IMultiKernelNotifierService
Adds a kernel listener.
addKernelListener(IMultiKernelListener) - Method in class jadex.micro.KernelMultiAgent
Adds a kernel listener.
addlast() - Method in annotation type jadex.micro.annotation.Feature
Flag if default last feature dependency should be added.
addLast(T) - Method in class jadex.commons.collection.SortedList
Appends the given element to the end of this list.
addLayoutComponent(Component, Object) - Method in class jadex.commons.gui.ObjectCardLayout
Will be called from the container, when a new component with constraint object was added.
addLayoutComponent(String, Component) - Method in class jadex.commons.gui.ObjectCardLayout
A component was added to the container.
addLibraryServiceListener(ILibraryServiceListener) - Method in interface jadex.bridge.service.types.library.ILibraryService
Add an Library Service listener.
addLineListener(IChangeListener) - Method in class jadex.commons.ListenableStream
Add a line listener.
addListener(IResultListener<E>) - Method in interface jadex.bdiv3x.runtime.IFinishableElement
Add a new listener to get notified when the goal is finished.
addLocalAddresses(Collection<TransportAddress>) - Method in interface jadex.bridge.service.types.address.ITransportAddressService
Adds the addresses of the local platform.
addLocalService(IService) - Method in interface jadex.bridge.service.search.IServiceRegistry
Add a local service to the registry.
addLocalService(IService) - Method in class jadex.bridge.service.search.ServiceRegistry
Add a local service to the registry.
addLocker(String) - Method in class jadex.bridge.service.types.cms.LockEntry
Add a locker id.
addManualAddresses(Collection<TransportAddress>) - Method in interface jadex.bridge.service.types.address.ITransportAddressService
Adds the addresses of the local platform.
addMenu(JMenu) - Method in class jadex.extension.envsupport.observer.gui.ObserverCenterWindow
Adds a menu
addMessageEvent(MMessageEvent) - Method in class jadex.bdiv3.model.MCapability
Add a message.
addMessageEvent(MMessageEvent) - Method in class jadex.bdiv3.model.MTrigger
Add a message event.
addMessageEvent(MMessageEvent) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Add a message event.
addMessageEvent(String) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Add a message event.
addMessageEventMapping(String) - Method in class jadex.bdiv3.model.MPlanParameter
Add a message event mapping.
addMessageHandler(IMessageHandler) - Method in interface jadex.bridge.component.IMessageFeature
Add a message handler.
addMessageName(String) - Method in class jadex.bdiv3.model.MTrigger
Add a message event name.
addMethodInvocationListener(IServiceIdentifier, MethodInfo, IMethodInvocationListener) - Method in interface jadex.bridge.service.component.IProvidedServicesFeature
Add a method invocation handler.
addMethodInvocationListener(IServiceIdentifier, MethodInfo, IMethodInvocationListener) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Add a method invocation handler.
addMethodListener(MethodInfo, IMethodInvocationListener) - Method in class jadex.bridge.service.component.MethodListenerHandler
Add a method listener.
addMethodNFProperty(IExternalAccess, IServiceIdentifier, MethodInfo, INFProperty<?, ?>) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Add a non-functional property.
addMethodNFProperty(IServiceIdentifier, MethodInfo, INFProperty<?, ?>) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Add a non-functional property.
addMethodNFProperty(MethodInfo, INFProperty<?, ?>) - Method in interface jadex.bridge.nonfunctional.INFMethodPropertyProvider
Add a non-functional property.
addMethodNFProperty(MethodInfo, INFProperty<?, ?>) - Method in class jadex.bridge.nonfunctional.NFMethodPropertyProvider
Add a non-functional property.
addMGroupInstance(MGroupInstance) - Method in class jadex.extension.agr.MAGRSpaceInstance
Add a group to this space.
addMGroupType(MGroupType) - Method in class jadex.extension.agr.MAGRSpaceType
Add a group type to this space type.
addModelElement(MElement) - Method in class jadex.bdiv3.runtime.WaitAbstraction
 
addMouseListener(MouseListener) - Method in class jadex.extension.envsupport.observer.gui.plugin.AbstractInteractionPlugin
Adds a MouseListener.
addMouseListener(JTable) - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
 
addMouseListener(JTable) - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
Helper method that adds a mouselistener to the header of a given JTable.
addMPosition(MPosition) - Method in class jadex.extension.agr.MGroupInstance
Add a position.
addMRoleType(MRoleType) - Method in class jadex.extension.agr.MGroupType
Add a role to this group type.
addMultipacket(byte[]) - Method in class jadex.bridge.component.streams.OutputConnectionHandler
Called internally.
addMultiPacketChunk(byte[]) - Method in class jadex.bridge.component.streams.OutputConnectionHandler
Called internally.
addNameAuthority(String) - Method in interface jadex.bridge.service.types.security.ISecurityService
Adds an authority for authenticating platform names.
addNFProperty(IExternalAccess, INFProperty<?, ?>) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Add a non-functional property.
addNFProperty(IExternalAccess, IServiceIdentifier, INFProperty<?, ?>) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Add a non-functional property.
addNFProperty(NFPropertyInfo) - Method in class jadex.bridge.modelinfo.ModelInfo
Add a non functional property.
addNFProperty(INFProperty<?, ?>) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Add a non-functional property.
addNFProperty(INFProperty<?, ?>) - Method in interface jadex.bridge.nonfunctional.INFPropertyProvider
Add a non-functional property.
addNFProperty(INFProperty<?, ?>) - Method in class jadex.bridge.nonfunctional.NFPropertyProvider
Add a non-functional property.
addNFProperty(IServiceIdentifier, INFProperty<?, ?>) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Add a non-functional property.
addNode(T) - Method in class jadex.bridge.component.DependencyResolver
Add a node (without dependency).
addObject(ISpaceObject) - Method in class jadex.extension.envsupport.environment.space2d.KdTree
Adds an object to the tree.
addObjectTaskType(String, Class, List) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Add a object task type.
addObjectTaskType(String, Class, List) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Add a object task type.
addParameter(MParameter) - Method in class jadex.bdiv3.model.MParameterElement
Add a parameter.
addParameter(UnparsedExpression) - Method in class jadex.bdiv3.model.MConfigParameterElement
Add a parameter.
addParentInjection(FieldInfo) - Method in class jadex.micro.InjectionInfoHolder
Add an injection field.
addParentInjection(FieldInfo) - Method in class jadex.micro.MicroModel
Add an injection field.
addParentLocking(CreationInfo, IInternalAccess, Future<IComponentIdentifier>) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Add the locking of the parent while subcomponent is created.
addParticipant(IComponentIdentifier) - Method in class jadex.bdi.planlib.protocols.IQueryNextroundInfo.NextroundInfo
Add a participant.
addPerceptGenerator(Object, IPerceptGenerator) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Adds a percept generator.
addPerceptGenerator(Object, IPerceptGenerator) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Adds a percept generator.
addPerceptProcessor(String, Set, IPerceptProcessor) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Add a percept processor.
addPerceptType(PerceptType) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Add a space percept type.
addPerceptType(PerceptType) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Add a space percept type.
addPerspective(String, IPerspective) - Method in interface jadex.extension.envsupport.observer.gui.IObserverCenter
Adds a perspective.
addPerspective(String, IPerspective) - Method in class jadex.extension.envsupport.observer.gui.ObserverCenter
Adds a perspective.
addPerspective(String, IPerspective, Future<Void>) - Method in class jadex.extension.envsupport.observer.gui.ObserverCenter
Adds a perspective.
addPlan(MPlan) - Method in class jadex.bdiv3.model.MCapability
Add a plan.
addPojoServiceProxy(Object, IService) - Static method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Add a service proxy.
addPopupAction(Action) - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
Add a popup action.
addPostProcessor(IFilter<Object>, IPostProcessor) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Add a post processor.
addPredecessors(String[]) - Method in class jadex.bridge.modelinfo.ModelInfo
Adds required predecessors (dependencies).
addPreProcessor(IFilter<Object>, IPreProcessor) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Add a pre processor.
addPrimitive(Primitive) - Method in class jadex.extension.envsupport.observer.graphics.drawable.DrawableCombiner
Adds a primitive to the combiner.
addPrimitive(Primitive, int) - Method in class jadex.extension.envsupport.observer.graphics.drawable.DrawableCombiner
Adds a primitive to the combiner in a specific layer.
addPrimitive(Primitive3d) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
Adds a primitive
addProperties(Properties) - Method in class jadex.commons.Properties
Add the complete content of another properties.
addProperty(UnparsedExpression) - Method in class jadex.bridge.modelinfo.ModelInfo
Add a property.
addProperty(UnparsedExpression) - Method in class jadex.bridge.service.PublishInfo
Add a property.
addProperty(Property) - Method in class jadex.commons.Properties
Add a property to this properties.
addProperty(MObjectTypeProperty) - Method in class jadex.extension.envsupport.MObjectType
 
addProperty(String, Object) - Method in interface jadex.bridge.component.IMsgHeader
Adds a header property to the header.
addProperty(String, Object) - Method in class jadex.bridge.modelinfo.ModelInfo
Add a property.
addProperty(String, Object) - Method in class jadex.extension.envsupport.MEnvSpaceInstance
Add a property.
addProperty(String, Object) - Method in class jadex.extension.envsupport.MEnvSpaceType
Add a property.
addProperty(String, String) - Method in class jadex.bridge.service.PublishInfo
Add a property.
addPropertyChangeListener(PropertyChangeListener) - Method in interface jadex.commons.beans.Customizer
 
addPropertyChangeListener(PropertyChangeListener) - Method in class jadex.commons.beans.PropertyChangeSupport
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface jadex.commons.beans.PropertyEditor
 
addPropertyChangeListener(PropertyChangeListener) - Method in class jadex.commons.beans.PropertyEditorSupport
 
addPropertyChangeListener(PropertyChangeListener) - Method in class jadex.commons.SimplePropertyChangeSupport
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class jadex.commons.SimplePropertyObject
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class jadex.extension.envsupport.environment.SynchronizedPropertyObject
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface jadex.commons.beans.beancontext.BeanContextChild
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class jadex.commons.beans.PropertyChangeSupport
 
addProvidedInterceptors(BasicServiceInvocationHandler, Object, IServiceInvocationInterceptor[], IInternalAccess, String, boolean, IServiceIdentifier) - Static method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Add the standard and custom interceptors.
addProvidedService(ProvidedServiceInfo) - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Add a provided service.
addProvidedService(ProvidedServiceInfo) - Method in class jadex.bridge.modelinfo.ModelInfo
Add a provided service.
addQuery(ServiceQuery<T>) - Method in interface jadex.bridge.service.component.IExternalRequiredServicesFeature
Add a service query.
addQuery(ServiceQuery<T>) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Add a service query.
addQuery(ServiceQuery<T>) - Method in class jadex.bridge.service.component.RequiredServicesFeatureAdapter
Add a service query.
addQuery(ServiceQuery<T>) - Method in interface jadex.bridge.service.search.IServiceRegistry
Add a service query to the registry.
addQuery(ServiceQuery<T>) - Method in class jadex.bridge.service.search.ServiceRegistry
Add a service query to the registry.
addQuery(ServiceQuery<T>) - Method in interface jadex.bridge.service.types.registry.ISearchQueryManagerService
Add a service query.
addQuery(ServiceQuery<T>) - Method in interface jadex.bridge.service.types.registry.ISuperpeerService
Add a service query to the registry.
addQuery(ServiceQuery<T>, long) - Method in interface jadex.bridge.service.component.IRequiredServicesFeature
Add a query for a declared required service.
addQuery(ServiceQuery<T>, long) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Add a query for a declared required service.
addQuery(ServiceQuery<T>, long) - Method in class jadex.bridge.service.component.RequiredServicesFeatureAdapter
Add a service query.
addQuery(Class<T>) - Method in interface jadex.bridge.service.component.IRequiredServicesFeature
Add a query for a declared required service.
addQuery(Class<T>) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Add a query for a declared required service.
addQuery(Class<T>) - Method in class jadex.bridge.service.component.RequiredServicesFeatureAdapter
Add a query for a declared required service.
addQuery(String) - Method in interface jadex.bridge.service.component.IRequiredServicesFeature
Add a query for a declared required service.
addQuery(String) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Add a query for a declared required service.
addQuery(String) - Method in class jadex.bridge.service.component.RequiredServicesFeatureAdapter
Add a query for a declared required service.
addQuietListener(IResultListener<Collection<E>>) - Method in interface jadex.commons.future.ISubscriptionIntermediateFuture
Add a listener which does not consume the initial results.
addQuietListener(IResultListener<Collection<E>>) - Method in class jadex.commons.future.SubscriptionIntermediateDelegationFuture
Add a listener which is only informed about new results, i.e.
addQuietListener(IResultListener<Collection<E>>) - Method in class jadex.commons.future.SubscriptionIntermediateFuture
Add a listener which is only informed about new results, i.e.
addReceiver(IComponentIdentifier) - Method in class jadex.bridge.fipa.FipaMessage
Denotes the identity of the intended recipients of the message.
addReference(Map<String, String>, String, String) - Static method in class jadex.bdiv3.model.MCapability
Add a reference and resolve transitive dependencies.
addRemoteURL(IResourceIdentifier, String, boolean, IExternalAccess) - Static method in class jadex.base.SRemoteGui
Add a remote url via the library service.
addReply(IMessageEvent) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Add a message event reply.
addReply(RMessageEvent<T>, Set<MMessageEvent>) - Method in class jadex.bdiv3.runtime.WaitAbstraction
Add a message event reply.
addReport(TestReport) - Method in class jadex.base.test.Testcase
Add a report.
addRequiredMethodNFProperty(IExternalAccess, IServiceIdentifier, MethodInfo, INFProperty<?, ?>) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Add a non-functional property.
addRequiredMethodNFProperty(IServiceIdentifier, MethodInfo, INFProperty<?, ?>) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Add a non-functional property.
addRequiredNFProperty(IExternalAccess, IServiceIdentifier, INFProperty<?, ?>) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Add a non-functional property.
addRequiredNFProperty(IServiceIdentifier, INFProperty<?, ?>) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Add a non-functional property.
addRequiredService(RequiredServiceInfo) - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Add a required service.
addRequiredService(RequiredServiceInfo) - Method in class jadex.bridge.modelinfo.ModelInfo
Add a required service.
addRequiredServiceInfos(RequiredServiceInfo[]) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Add required services for a given prefix.
addResourceIdentifier(IResourceIdentifier, IResourceIdentifier, boolean) - Method in interface jadex.bridge.service.types.library.ILibraryService
Add a new resource identifier.
address - Variable in class jadex.bridge.service.types.address.TransportAddress
The address.
addresses - Variable in class jadex.bridge.service.types.awareness.AwarenessInfo
Addresses of the sender, transport, addresses.
addresses - Variable in class jadex.bridge.service.types.awareness.DiscoveryInfo
The transport addresses of the remote component.
addResult(IArgument) - Method in class jadex.bridge.modelinfo.ModelInfo
Add a result.
addResult(UnparsedExpression) - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Add a result.
addResult(Object) - Method in class jadex.bridge.service.component.multiinvoke.FlattenMultiplexCollector
Add a result.
addResultInjection(String, FieldInfo, String, String) - Method in class jadex.micro.InjectionInfoHolder
Add an injection field.
addResultInjection(String, FieldInfo, String, String) - Method in class jadex.micro.MicroModel
Add an injection field.
addResultListener(IFunctionalResultListener<E>) - Method in class jadex.commons.future.Future
Add an functional result listener, which is only called on success.
addResultListener(IFunctionalResultListener<E>) - Method in interface jadex.commons.future.IFuture
Add an functional result listener, which is only called on success.
addResultListener(IFunctionalResultListener<E>, IFunctionalExceptionListener) - Method in class jadex.commons.future.Future
Add a result listener by combining an OnSuccessListener and an OnExceptionListener.
addResultListener(IFunctionalResultListener<E>, IFunctionalExceptionListener) - Method in interface jadex.commons.future.IFuture
Add a result listener by combining an OnSuccessListener and an OnExceptionListener.
addResultListener(IResultListener<E>) - Method in class jadex.commons.future.Future
Add a result listener.
addResultListener(IResultListener<E>) - Method in interface jadex.commons.future.IFuture
Add a result listener.
addResultListener(IResultListener<Collection<E>>) - Method in class jadex.commons.future.IntermediateFuture
Add a result listener.
addResultListener(IResultListener<Collection<E>>) - Method in class jadex.commons.future.SubscriptionIntermediateDelegationFuture
Add a result listener.
addResultListener(IResultListener<Collection<E>>) - Method in class jadex.commons.future.SubscriptionIntermediateFuture
Add a result listener.
addResultMapping(String, String) - Method in class jadex.bdiv3.model.MCapability
Add a result mapping.
addRole(String, String) - Method in interface jadex.bridge.service.types.security.ISecurityService
Adds a role for an entity (platform or network name).
addRoleForType(String, String) - Method in class jadex.extension.agr.Group
Add a role name for an agent type name.
addRow(Object[]) - Method in class jadex.extension.envsupport.evaluation.DataTable
Add a data row.
addRow(Object[], Object) - Method in class jadex.commons.gui.jtable.ObjectTableModel
Add a row to the model.
addRow(Object, Object) - Method in class jadex.commons.gui.jtable.ObjectTableModel
Add a row to the model.
addRow(ArrayList, Object) - Method in class jadex.commons.gui.jtable.ObjectTableModel
Add a row to the model.
addRule(IRule<?>) - Method in interface jadex.bridge.service.types.ecarules.IRulebaseService
Add a new rule.
addRuntimeElement(RElement) - Method in class jadex.bdiv3.runtime.WaitAbstraction
 
addRuntimeElement(RElement) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Add a runtime element.
addSelectedObjectListener(ChangeListener) - Method in class jadex.extension.envsupport.observer.gui.ObserverCenter
Adds a listener for change of the selected object
addservice(MServiceCall) - Method in class jadex.bdiv3.model.MCapability
Add a service.
addService(MServiceCall) - Method in class jadex.bdiv3.model.MTrigger
Add a service trigger.
addService(IInternalService, ProvidedServiceInfo) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Add a service.
addService(IService) - Method in interface jadex.bridge.service.component.multiinvoke.IMultiplexDistributor
Add a new service.
addService(IService) - Method in class jadex.bridge.service.component.multiinvoke.SequentialMultiplexDistributor
Add a new service.
addService(IService) - Method in class jadex.bridge.service.component.multiinvoke.SimpleMultiplexDistributor
Add a new service.
addService(IServiceIdentifier) - Method in interface jadex.bridge.service.search.IServiceRegistry
Add a service to the registry.
addService(IServiceIdentifier) - Method in class jadex.bridge.service.search.ServiceRegistry
Add a service to the registry.
addService(Class, BeanContextServiceProvider) - Method in interface jadex.commons.beans.beancontext.BeanContextServices
 
addService(Class, BeanContextServiceProvider) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
Add a service to this context.
addService(Class, BeanContextServiceProvider, boolean) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
Add a service to this context.
addService(String, Class<?>, Object) - Method in interface jadex.bridge.service.component.IExternalProvidedServicesFeature
Add a service to the container.
addService(String, Class<?>, Object) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Add a service to the platform.
addService(String, Class<?>, Object, PublishInfo, ServiceScope) - Method in interface jadex.bridge.service.component.IExternalProvidedServicesFeature
Add a service to the platform.
addService(String, Class<?>, Object, PublishInfo, ServiceScope) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Add a service to the platform.
addService(String, Class<?>, Object, String) - Method in interface jadex.bridge.service.component.IExternalProvidedServicesFeature
Add a service to the platform.
addService(String, Class<?>, Object, String) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Add a service to the platform.
addService(String, Class<?>, String, IServiceInvocationInterceptor[], Object, ProvidedServiceInfo, ServiceScope) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Add a service to the component.
addServiceCall(ServiceCallInfo) - Method in class jadex.micro.InjectionInfoHolder
Add an call field.
addServiceCall(ServiceCallInfo) - Method in class jadex.micro.MicroModel
Add an call field.
addServiceInjection(String, MicroModel.ServiceInjectionInfo) - Method in class jadex.micro.InjectionInfoHolder
Add an injection field.
addServiceInterceptor(IServiceInvocationInterceptor) - Method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Add an interceptor.
addServiceInterceptor(IServiceInvocationInterceptor, int) - Method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Add an interceptor.
addServiceMapping(String) - Method in class jadex.bdiv3.model.MParameter
Add a service mapping.
addServiceParameterMapping(String, MethodInfo) - Method in class jadex.bdiv3.model.MGoal
 
addServiceResultMapping(String, MethodInfo) - Method in class jadex.bdiv3.model.MGoal
 
addSimulationListener(String, ISimulationService, IExternalAccess) - Static method in class jadex.base.SRemoteClock
Add a sim listener.
addSpaceAction(String, ISpaceAction) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Adds an space action.
addSpaceAction(String, ISpaceAction) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Adds an space action.
addSpaceObjectType(String, IPropertyMetaDataSet) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Add a space type.
addSpaceObjectType(String, IPropertyMetaDataSet) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Add a space object type.
addSpaceObjectType(String, IPropertyMetaDataSet) - Method in class jadex.extension.envsupport.environment.space2d.Space2D
 
addSpaceProcessType(String, Class, List) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Add a space process type.
addSpaceProcessType(String, Class, List) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Add a space process type.
addSplitInfo(SplitInfo) - Method in class jadex.bpmn.runtime.ProcessThread
Add a split info.
addSplitInfos(Collection<ProcessThread>) - Method in class jadex.bpmn.runtime.handler.AbstractGatewayActivityHandler
Add split infos to a set of threads.
addStackedListeners(Queue<Tuple3<Future<?>, IResultListener<?>, ICommand<IResultListener<?>>>>) - Static method in class jadex.commons.future.FutureHelper
Add listener notifications to the current thread.
addStackElement(StackElement) - Method in class jadex.xml.reader.AReadContext
 
addSubcapability(FieldInfo, BDIModel) - Method in class jadex.bdiv3.model.BDIModel
Add a subcapability field.
addSubcomponent(IInternalAccess, IComponentDescription, IModelInfo, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Add a new component to its parent.
addSubcomponentType(SubcomponentTypeInfo) - Method in class jadex.bridge.modelinfo.ModelInfo
Add a subcomponent type.
addSubobject(QName[], Object, boolean) - Method in class jadex.xml.writer.WriteObjectInfo
Add a subobject.
addSubproperties(Properties) - Method in class jadex.commons.Properties
Add subproperties to this properties.
addSubproperties(String, Properties) - Method in class jadex.commons.Properties
Add a subproperties to a properties.
addSuccessors(String[]) - Method in class jadex.bridge.modelinfo.ModelInfo
Adds required predecessors (dependencies).
addSystemErrListener(IChangeListener) - Static method in class jadex.commons.SUtil
Add a listener to System.err.
addSystemOutListener(IChangeListener) - Static method in class jadex.commons.SUtil
Add a listener to System.out.
addTask(Future) - Method in class jadex.commons.future.FutureFinishChecker
Add a task.
addTask(IObjectTask) - Method in class jadex.extension.envsupport.environment.SpaceObject
Adds a new task for the object.
addTaskListener(Object, IResultListener) - Method in class jadex.extension.envsupport.environment.SpaceObject
Add a result listener to a task.
addTaskListener(Object, Object, IResultListener) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Add a result listener to an object task.
addTaskListener(Object, Object, IResultListener) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Add a result listener to an object task.
addTerminationListener(ActionListener) - Method in class jadex.commons.gui.JWizard
Adds a termination listener.
addThread() - Method in class jadex.commons.concurrent.ThreadPool
 
addThread(ProcessThread) - Method in class jadex.bpmn.runtime.ProcessThread
Add a thread to this context.
addThreadLocal(ThreadLocal<?>) - Static method in class jadex.commons.future.ThreadLocalTransferHelper
Add a thread local that will be automatically copied on thread resumption.
addThreads(int) - Method in class jadex.commons.concurrent.ThreadPool
Create some pool.
addTickTimer(ITimer) - Method in interface jadex.bridge.service.types.clock.IClock
Add a tick timer.
addTimer(ITimer) - Method in interface jadex.bridge.service.types.clock.IClock
Add a timer.
addTimerListener(String, ISimulationService, IExternalAccess) - Static method in class jadex.base.SRemoteClock
Add a timer listener.
addToolbarItem(String, Action) - Method in class jadex.extension.envsupport.observer.gui.ObserverCenterWindow
Adds a toolbar item
addToolbarItem(String, Icon, Action) - Method in class jadex.extension.envsupport.observer.gui.ObserverCenterWindow
Adds a toolbar item with icon.
addTopLevelURL(URL) - Method in interface jadex.bridge.service.types.library.ILibraryService
Add a top level url.
addToTop(String) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
 
addTreeModelListener(TreeModelListener) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
 
addTrustedPlatform(String) - Method in interface jadex.bridge.service.types.security.ISecurityService
Adds a name of an authenticated platform to allow access.
addTuple2ResultListener(IFunctionalResultListener<E>, IFunctionalResultListener<F>) - Method in interface jadex.commons.future.ITuple2Future
Uses two functional result listeners to create a Tuple2ResultListener and add it.
addTuple2ResultListener(IFunctionalResultListener<E>, IFunctionalResultListener<F>) - Method in class jadex.commons.future.Tuple2Future
Uses two functional result listeners to create a Tuple2ResultListener and add it.
addTuple2ResultListener(IFunctionalResultListener<E>, IFunctionalResultListener<F>, IFunctionalExceptionListener) - Method in interface jadex.commons.future.ITuple2Future
Uses two functional result listeners to create a Tuple2ResultListener and add it.
addTuple2ResultListener(IFunctionalResultListener<E>, IFunctionalResultListener<F>, IFunctionalExceptionListener) - Method in class jadex.commons.future.Tuple2Future
Uses two functional result listeners to create a Tuple2ResultListener and add it.
addTypeInfo(TypeInfo) - Method in class jadex.xml.TypeInfoPathManager
Add a type info.
addTypeInfo(TypeInfo) - Method in class jadex.xml.TypeInfoTypeManager
Add a typeinfo.
addURL(IExternalAccess, String) - Static method in class jadex.base.SRemoteGui
Add a URL to the lib service.
addURL(IResourceIdentifier, URL) - Method in interface jadex.bridge.service.types.library.ILibraryService
Add a new url as resource identifier.
addUsedId(String) - Method in class jadex.commons.IdGenerator
Adds a used ID, only useful for collision-free mode.
addValToTop(T) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
 
addValue(Comparable, Object, Object, DataTable, Object[]) - Method in class jadex.extension.envsupport.evaluation.AbstractChartDataConsumer
Add a value to a specific series of the chart.
addValue(Comparable, Object, Object, DataTable, Object[]) - Method in class jadex.extension.envsupport.evaluation.CategoryChartDataConsumer
Add a value to a specific series of the chart.
addValue(Comparable, Object, Object, DataTable, Object[]) - Method in class jadex.extension.envsupport.evaluation.HistogramDataConsumer
Add a value to a specific series of the chart.
addValue(Comparable, Object, Object, DataTable, Object[]) - Method in class jadex.extension.envsupport.evaluation.TimeChartDataConsumer
Add a value to a specific series of the chart.
addValue(Comparable, Object, Object, DataTable, Object[]) - Method in class jadex.extension.envsupport.evaluation.XYChartDataConsumer
Add a value to a specific series of the chart.
addValue(Object) - Method in interface jadex.bdiv3x.runtime.IParameterSet
Add a value to a parameter set.
addValue(String, Object) - Method in class jadex.commons.SClassReader.AnnotationInfo
Adds a value.
addValue(T) - Method in class jadex.bridge.service.search.Indexer
Add a value to the indexer.
addValues(Object[]) - Method in interface jadex.bdiv3x.runtime.IParameterSet
Add values to a parameter set.
addVetoableChangeListener(VetoableChangeListener) - Method in class jadex.commons.beans.VetoableChangeSupport
 
addVetoableChangeListener(String, VetoableChangeListener) - Method in interface jadex.commons.beans.beancontext.BeanContextChild
 
addVetoableChangeListener(String, VetoableChangeListener) - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
 
addVetoableChangeListener(String, VetoableChangeListener) - Method in class jadex.commons.beans.VetoableChangeSupport
 
addViewportListener(IViewportListener) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Adds a IViewportListener
addViewportListener(IViewportListener) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
Adds a IViewportListener
addViewportListener(IViewportListener) - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Adds a IViewportListener
addVisual(Object, Object) - Method in interface jadex.extension.envsupport.observer.perspective.IPerspective
Adds a new visual object.
addVisual(Object, Object) - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Adds a new visual object.
addVisual(Object, Object) - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
Adds a new visual object.
adjustComponentHorizontalSizes(JComponent[]) - Static method in class jadex.commons.gui.SGUI
Adjust components to equal sizes according to their miminum, maximum, and preferred sizes horizontally.
adjustComponentSizes(Component[]) - Static method in class jadex.commons.gui.SGUI
Adjust components to equal sizes according to their miminum, maximum, and preferred sizes.
adjustComponentSizes(Container) - Static method in class jadex.commons.gui.SGUI
Adjust all marked components to equal sizes according to their miminum, maximum, and preferred sizes.
adjustComponentSizes(JComponent[]) - Static method in class jadex.commons.gui.SGUI
Adjust components to equal sizes according to their miminum, maximum, and preferred sizes.
adjustComponentVerticalSizes(JComponent[]) - Static method in class jadex.commons.gui.SGUI
Adjust components to equal sizes according to their miminum, maximum, and preferred sizes vertically.
adjustPosition(IVector2) - Method in class jadex.extension.envsupport.environment.space2d.Space2D
Calculate a position according to the space borders.
adjustPosition(IVector3) - Method in class jadex.extension.envsupport.environment.space3d.Space3D
Calculate a position according to the space borders.
ADMIN - Static variable in annotation type jadex.bridge.service.annotation.Security
The admin role that is required by all jadex system services, e.g.
ADOPTED - jadex.bdiv3.runtime.IGoal.GoalLifecycleState
 
adoptGoal(IInternalAccess, RGoal) - Static method in class jadex.bdiv3.actions.AdoptGoalAction
 
AdoptGoalAction - Class in jadex.bdiv3.actions
Action for adopting a goal.
AdoptGoalAction(RGoal) - Constructor for class jadex.bdiv3.actions.AdoptGoalAction
Create a new action.
adoptPlan(T) - Method in interface jadex.bdiv3.features.IExternalBDIAgentFeature
Dispatch a pojo plan and wait for its result.
adoptPlan(T, Object...) - Method in interface jadex.bdiv3.features.IExternalBDIAgentFeature
Dispatch a goal wait for its result.
advanceEvent() - Method in interface jadex.bridge.service.types.clock.IClockService
Advance one event.
afterSwitch() - Method in class jadex.commons.future.ThreadLocalTransferHelper
Must be called after a thread switch occurs to restore the thread local values.
agent - Variable in class jadex.bdiv3.runtime.EasyDeliberationStrategy
The agent.
agent - Variable in class jadex.bdiv3.runtime.wrappers.EventPublisher
The agent interpreter.
agent - Variable in class jadex.bdiv3x.runtime.CapabilityWrapper
The agent.
agent - Variable in class jadex.bdiv3x.runtime.Plan
The internal access.
agent - Variable in class jadex.bridge.service.component.ComponentSuspendable
The component adapter.
agent - Variable in class jadex.bridge.service.component.multiinvoke.MultiServiceInvocationHandler
The agent.
agent - Variable in class jadex.extension.rs.invoke.RestInvocationAgent
The agent.
agent - Variable in class jadex.extension.rs.invoke.RestServiceAgent
The micro agent.
agent - Variable in class jadex.extension.rs.invoke.RestServiceWrapperInvocationHandler
The agent.
agent - Variable in class jadex.extension.ws.invoke.WebServiceAgent
The micro agent.
agent - Variable in class jadex.micro.KernelMultiAgent
The internal access.
Agent - Annotation Type in jadex.micro.annotation
Marker for agent class and variable.
AGENT_FIELD_NAME - Static variable in interface jadex.bdiv3.IBDIClassGenerator
Name of the field that is injected for agent name
AgentArgument - Annotation Type in jadex.micro.annotation
Marker for agent argument field.
AgentBody - Annotation Type in jadex.micro.annotation
Deprecated.
AgentBreakpoint - Annotation Type in jadex.micro.annotation
Marker for agent breakpoint method.
AgentChildKilled - Annotation Type in jadex.micro.annotation
Marker for agent child killed method.
AgentCreated - Annotation Type in jadex.micro.annotation
Deprecated.
AgentFeature - Annotation Type in jadex.micro.annotation
 
agentinjections - Variable in class jadex.micro.InjectionInfoHolder
The agent injection targets.
AgentKilled - Annotation Type in jadex.micro.annotation
Deprecated.
agentmain(String, Instrumentation) - Static method in class jadex.bytecode.vmhacks.VmHacksAgent
The entry point invoked when this agent is started.
AgentMessageArrived - Annotation Type in jadex.micro.annotation
Deprecated.
agentmethods - Variable in class jadex.micro.MicroModel
The agent methods for given annotations (if any).
AgentResult - Annotation Type in jadex.micro.annotation
Marker for agent result field.
AgentServiceQuery - Annotation Type in jadex.micro.annotation
Deprecated.
AgentServiceSearch - Annotation Type in jadex.micro.annotation
Deprecated.
AgentServiceValue - Annotation Type in jadex.micro.annotation
The service annotation.
AgentStreamArrived - Annotation Type in jadex.micro.annotation
Deprecated.
aggregate - Variable in class jadex.extension.envsupport.evaluation.SpaceObjectSource
The flag if aggregate values should be returned.
AGGRESSIVE - Static variable in class jadex.commons.concurrent.MonitoredThreadPoolExecutor
If true, be more aggressive when creating threads.
AGREE - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
AGREE - Static variable in class jadex.bridge.fipa.SFipa
 
AGRExtensionService - Class in jadex.extension.agr
Extension service for loading AGR (agent, group, role) models.
AGRExtensionService() - Constructor for class jadex.extension.agr.AGRExtensionService
 
AGRSpace - Class in jadex.extension.agr
An AGR (agent-group-role) space.
AGRSpace(IExternalAccess, MAGRSpaceInstance) - Constructor for class jadex.extension.agr.AGRSpace
 
AIM - Class in jadex.bdi.planlib.messaging
AIM The class provides utilities to connect to the AIM instant messaging network and send messages using TOC version 2.
AIM(String, String) - Constructor for class jadex.bdi.planlib.messaging.AIM
Constructor for AIM.
ALIGN_BOTTOM - Static variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Bottom Alignment
ALIGN_CENTER - Static variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Center Alignment
ALIGN_LEFT - Static variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Left Alignment
ALIGN_MIDDLE - Static variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Middle Alignment
ALIGN_RIGHT - Static variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Right Alignment
ALIGN_TOP - Static variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Top Alignment
ALIVE - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
The alive message.
ALIVE_INITIATOR - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Alive message - from initiator.
ALIVE_PARTICIPANT - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Alive message - from participant.
alivetime - Variable in class jadex.bridge.component.streams.AbstractConnectionHandler
The latest alive time.
all - Variable in class jadex.base.DefaultFileFilter
Boolean if all is selected.
all - Variable in class jadex.base.ModelFileFilter
The all selected flag.
ALL - Static variable in class jadex.bdi.planlib.protocols.Selector
The constant for specifiying that all proposals should be chosen.
ALL - Static variable in class jadex.javaparser.javaccimpl.SelectNode
The selection mode for returning a set of elements (default).
allcomponentslisteners - Variable in class jadex.bridge.service.types.cms.CmsState
Listeners listening to all components.
allentries - Variable in class jadex.commons.gui.autocombo.AbstractFixedAutoComboModel
 
allentries - Variable in class jadex.commons.gui.autocombo.StringComboModel
 
allimports - Variable in class jadex.bridge.modelinfo.ModelInfo
All imports (cached for speed).
allmethodcache - Static variable in class jadex.commons.SReflect
Method lookup cache (class->(name->method[])), includes non-public methods.
allowduplicates - Variable in class jadex.commons.gui.EditableList
Allow duplicate entries.
allowed - Variable in class jadex.bdiv3x.features.BDIXAgentFeature.LifecycleStateCondition
The flag if state is allowed or disallowed.
allowPlain(String) - Static method in class jadex.commons.security.SCertStore
Check if plain name encoding is allowed.
allseps - Variable in class jadex.commons.ExpressionTokenizer
All separators.
allTableColumns - Variable in class jadex.commons.gui.jtable.VisibilityTableColumnModel
Array of TableColumn objects in this model.
ALWAYS - Static variable in interface jadex.commons.IAsyncFilter
A filter that always returns true.
ALWAYS - Static variable in interface jadex.commons.IFilter
A filter that always returns true.
AlwaysFilter() - Constructor for class jadex.commons.IAsyncFilter.AlwaysFilter
 
ALWAYSOK - Static variable in class jadex.bridge.service.component.interceptors.ValidationInterceptor
The static map of subinterceptors (method -> interceptor).
AND - Static variable in class jadex.commons.ComposedFilter
The AND operator.
AND - Static variable in class jadex.commons.ComposedRemoteFilter
The AND operator.
AND - Static variable in class jadex.javaparser.javaccimpl.BooleanNode
The and (&&) operator.
AND - Static variable in class jadex.javaparser.javaccimpl.MathNode
The bitwise and operator.
androidutils - Static variable in class jadex.commons.SUtil
Cached AndroidUtils
androidUtils() - Static method in class jadex.commons.SUtil
Get the AndroidUtils, if available.
Animation - Class in jadex.extension.envsupport.observer.graphics.drawable3d.special
Dataholder for Animations
Animation(String, String, boolean, double, IParsedExpression) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.special.Animation
 
animationaction - Variable in class jadex.commons.gui.JBusyRing
Animation action.
animationtimer - Variable in class jadex.commons.gui.JBusyRing
Animation timer.
animtimer - Variable in class jadex.commons.gui.JPlaceholderTextField
Animation timer.
AnnotatedEntity() - Constructor for class jadex.commons.SClassReader.AnnotatedEntity
 
AnnotationInfo(String) - Constructor for class jadex.commons.SClassReader.AnnotationInfo
Creates the info.
annotations - Variable in class jadex.commons.SClassReader.AnnotatedEntity
The annotations.
announceAuction(Object, List, String) - Method in class jadex.bdi.planlib.protocols.dutchauction.DAInitiatorPlan
Announce the planned auction.
announceAuction(Object, List, String) - Method in class jadex.bdi.planlib.protocols.englishauction.EAInitiatorPlan
Announce the planned auction.
announceAuctionEnd(List, String, Object, IComponentIdentifier) - Method in class jadex.bdi.planlib.protocols.dutchauction.DAInitiatorPlan
Announce the end of the auction to all participants that did not leave the auction.
announceAuctionEnd(List, String, Object, IComponentIdentifier) - Method in class jadex.bdi.planlib.protocols.englishauction.EAInitiatorPlan
Announce the end of the auction to all participants that did not leave the auction.
AnswerPingPlan - Class in jadex.bdi.planlib.ping
The ping plan reacts on ping requests.
AnswerPingPlan() - Constructor for class jadex.bdi.planlib.ping.AnswerPingPlan
 
ANY - Static variable in class jadex.javaparser.javaccimpl.SelectNode
The selection mode for returning the first matching element.
ANY_CONFIG - Static variable in class jadex.bridge.modelinfo.ModelValueProvider
Constant for no configuration selected.
apkPathFromUrl(URL) - Method in interface jadex.commons.SUtil.AndroidUtils
Retrieves the APK Path from a given URL, if its an Android APK URL.
appdir - Static variable in class jadex.commons.SUtil
Application directory, current working dir under normal Java, special with Android.
APPEARED - Static variable in class jadex.extension.envsupport.environment.space2d.DefaultVisionGenerator
The appeared percept type.
APPEARED - Static variable in class jadex.extension.envsupport.environment.space3d.DefaultVisionGenerator
The appeared percept type.
appendText(String) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
Append to the token text.
appendText(String) - Method in class jadex.javaparser.javaccimpl.TypeNode
Append to the token text.
appendToBootstrapClassLoaderSearch(String, byte[]) - Method in class jadex.bytecode.vmhacks.VmHacks.Unsafe
Appends a new class to the bootstrap classloader.
appendToBootstrapClassLoaderSearch(String, InputStream) - Method in class jadex.bytecode.vmhacks.VmHacks.Unsafe
Appends a new class to the bootstrap classloader.
applet - Static variable in class jadex.commons.gui.BrowserLauncher2
The applet (has to be set from the outside).
applicables - Variable in class jadex.bridge.service.component.interceptors.AbstractLRUApplicableInterceptor
The LRU.
APPLICATION - jadex.bridge.service.ServiceScope
Available in local application, i.e.
APPLICATION_GLOBAL - jadex.bridge.service.ServiceScope
Global application scope.
APPLICATION_NETWORK - jadex.bridge.service.ServiceScope
Application network scope (any platform with which a secret is shared and application tag must be shared).
apply(T) - Method in interface jadex.commons.functional.Function
 
apply(T, U) - Method in interface jadex.commons.functional.BiFunction
 
applyFilter(Collection<T>, IAsyncFilter<T>) - Static method in class jadex.commons.SFilter
 
applyToEither(IFuture<E>, Function<E, U>, Class<?>) - Method in class jadex.commons.future.Future
 
applyToEither(IFuture<E>, Function<E, U>, Class<?>) - Method in interface jadex.commons.future.IFuture
The given function will be executed with either of the result of this and the given other future.
AppMetaInfo - Class in jadex.bridge.service.types.appstore
 
AppMetaInfo() - Constructor for class jadex.bridge.service.types.appstore.AppMetaInfo
Create a new app meta info.
AppMetaInfo(String, String, String, String, byte[], IResourceIdentifier) - Constructor for class jadex.bridge.service.types.appstore.AppMetaInfo
Create a new app meta info.
aread() - Method in class jadex.bridge.component.streams.InputConnection
Asynchronous read.
aread() - Method in interface jadex.bridge.IInputConnection
Asynchronous read.
aread() - Method in class jadex.bridge.service.types.remote.ServiceInputConnection
Asynchronous read.
aread() - Method in class jadex.bridge.service.types.remote.ServiceInputConnectionProxy
 
AReadContext - Class in jadex.xml.reader
Context for reader that stores all relevant information of the read process.
AReadContext(TypeInfoPathManager, IObjectReaderHandler, IXMLReader, XMLReporter, Object, ClassLoader) - Constructor for class jadex.xml.reader.AReadContext
 
AReadContext(TypeInfoPathManager, IObjectReaderHandler, IXMLReader, XMLReporter, Object, ClassLoader, Object, List<StackElement>, StackElement, String, Map<String, Object>, int, MultiCollection<Integer, IPostProcessorCall>) - Constructor for class jadex.xml.reader.AReadContext
Create a new read context.
AReader - Class in jadex.xml.reader
XML Reader abstract class.
AReader(boolean, XMLReporter) - Constructor for class jadex.xml.reader.AReader
 
areadNext() - Method in class jadex.bridge.component.streams.InputConnection
Asynchronous read.
areasize - Variable in class jadex.extension.envsupport.environment.space2d.Space2D
Area size.
areasize - Variable in class jadex.extension.envsupport.environment.space3d.Space3D
Area size.
areaSize_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Maximum displayable area
areaSize_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
Maximum displayable area
arg - Variable in class jadex.commons.collection.WeakEntry
Optional command argument.
argno() - Method in annotation type jadex.bridge.service.annotation.PreCondition
 
args - Variable in class jadex.bridge.service.component.interceptors.PrePostConditionInterceptor.PrePostConditionFetcher
The arguments.
args - Variable in class jadex.bridge.service.component.multiinvoke.SimpleMultiplexDistributor
The arguments.
args - Variable in class jadex.bridge.service.types.cms.CreationInfo
The arguments (map with name/value pairs).
args - Variable in class jadex.javaparser.javaccimpl.ReflectNode
The argument values (for constructors and methods).
argtypes - Variable in class jadex.javaparser.javaccimpl.ReflectNode
The argument types (for constructors and methods).
Argument - Class in jadex.bridge.modelinfo
Simple default implementation for an argument.
Argument - Annotation Type in jadex.micro.annotation
The argument annotation.
Argument() - Constructor for class jadex.bridge.modelinfo.Argument
Create a new argument.
Argument(String, String, String, String) - Constructor for class jadex.bridge.modelinfo.Argument
Create a new argument.
ARGUMENT - Static variable in class jadex.bridge.sensor.service.TagProperty
The argument constant.
argumentinjections - Variable in class jadex.micro.InjectionInfoHolder
The argument injection targets.
arguments - Variable in class jadex.bridge.component.ComponentCreationInfo
The arguments.
arguments - Variable in class jadex.bridge.fipa.CMSCreateComponent
Attribute for slot arguments.
arguments - Variable in class jadex.bridge.modelinfo.ComponentInstanceInfo
The list of contained arguments.
arguments - Variable in class jadex.bridge.modelinfo.ConfigurationInfo
The list of argument default values.
arguments - Variable in class jadex.bridge.modelinfo.ModelInfo
The arguments.
arguments - Variable in class jadex.bridge.service.component.ServiceInvocationContext
The invocation arguments.
arguments() - Method in annotation type jadex.bdiv3.annotation.BDIConfiguration
The arguments.
arguments() - Method in annotation type jadex.micro.annotation.Component
The argument values.
arguments() - Method in annotation type jadex.micro.annotation.Configuration
The arguments.
arguments() - Method in annotation type jadex.micro.annotation.CreationInfo
The argument values.
Arguments - Annotation Type in jadex.micro.annotation
The arguments annotation.
argumentsexp - Variable in class jadex.bridge.modelinfo.ComponentInstanceInfo
The arguments expression (Hack for BPMN Editor that saves args as one string.
ArgumentsNode - Class in jadex.javaparser.javaccimpl
A dummy node for grouping the arguments of a method call or constructor invocation.
ArgumentsNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.ArgumentsNode
Create a node.
array - Variable in class jadex.commons.ByteArrayWrapper
The wrapped byte array.
array - Variable in class jadex.commons.collection.WeakList
The list of elements.
ARRAY - Static variable in class jadex.javaparser.javaccimpl.ArrayNode
The array with content constructor.
ARRAY_DIMENSION - Static variable in class jadex.javaparser.javaccimpl.ArrayNode
The empty array constructor.
ArrayBlockingQueue<T> - Class in jadex.commons.collection
Blocking queue implemented as array.
ArrayBlockingQueue() - Constructor for class jadex.commons.collection.ArrayBlockingQueue
Create a new blocking queue.
arrayContains(Object, Object) - Static method in class jadex.commons.SUtil
Check if an element is contained in an array.
arrayEmptyOrNull(Object) - Static method in class jadex.commons.SUtil
Test if two arrays are content equal or both null.
arrayEquals(Object, Object) - Static method in class jadex.commons.SUtil
Test if two arrays are content equal or both null.
arrayHashCode(Object) - Static method in class jadex.commons.SUtil
Calculate a hash code for an array.
arrayinfos - Variable in class jadex.xml.reader.AReadContext
The map or array information.
ARRAYLEN - Static variable in class jadex.xml.SXML
The value of this attribute is used as idref.
ArrayNode - Class in jadex.javaparser.javaccimpl
A node representing an array to create.
ArrayNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.ArrayNode
Create an expression node.
arrayToList(Object) - Static method in class jadex.commons.SUtil
Transform an array to a vector.
arrayToSet(Object) - Static method in class jadex.commons.SUtil
Transform an array to a vector.
arrayToString(Object) - Static method in class jadex.commons.SUtil
Get a string representation for an array.
arrowkey - Variable in class jadex.commons.gui.autocombo.AutoCompleteCombo.AutoCompleteDocument
 
ASC - Static variable in class jadex.javaparser.javaccimpl.SelectNode
The ascending order direction.
ascending - Variable in class jadex.bdi.planlib.protocols.ProposalEvaluator
Flag indicating if evaluations are rated ascending (the higher the better) or the other way round.
ascending - Variable in class jadex.commons.collection.SortedList
The ordering direction of the list.
ASCENDING - Static variable in interface jadex.commons.gui.jtable.ISorterFilterTableModel
 
ASCENDING - Static variable in class jadex.commons.gui.jtable.SortArrowIcon
 
ASCENDING - Static variable in class jadex.commons.gui.jtable.SortHeaderRenderer
 
ASCENDING - Static variable in class jadex.commons.gui.jtable.TableSorter
 
ASCII - Static variable in class jadex.commons.SUtil
ASCII charset.
asClassLoader() - Method in class jadex.bytecode.ByteCodeClassLoader
Access to the classloader type.
asClassLoader() - Method in interface jadex.bytecode.IByteCodeClassLoader
Access to the classloader type.
aslist - Variable in class jadex.commons.collection.IndexMap
The index map as java.util.List.
asmap - Variable in class jadex.commons.collection.IndexMap
The index map as java.util.Map.
ASMBDIClassGenerator - Class in jadex.bdiv3
 
ASMBDIClassGenerator() - Constructor for class jadex.bdiv3.ASMBDIClassGenerator
 
AsmNodeHelper - Class in jadex.bdiv3.asm
Helper for creating nodes.
AsmNodeHelper() - Constructor for class jadex.bdiv3.asm.AsmNodeHelper
 
AsmOpcodeHelper - Class in jadex.bdiv3.asm
Helper for creating opcodes.
AsmOpcodeHelper() - Constructor for class jadex.bdiv3.asm.AsmOpcodeHelper
 
asn1ToBytes(ASN1Object) - Static method in class jadex.commons.security.SSecurity
Shorthand for converting ANS1Objects to bytes.
assign(IVector2) - Method in interface jadex.extension.envsupport.math.IVector2
Assigns this vector the values of another vector.
assign(IVector2) - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Assigns this vector the values of another vector.
assign(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Double
Assigns this vector the values of another vector.
assign(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Int
Assigns this vector the values of another vector.
assign(IVector3) - Method in interface jadex.extension.envsupport.math.IVector3
Assigns this vector the values of another vector.
assign(IVector3) - Method in class jadex.extension.envsupport.math.Vector3Double
Assigns this vector the values of another vector.
assign(IVector3) - Method in class jadex.extension.envsupport.math.Vector3Int
Assigns this vector the values of another vector.
assignRole(IComponentIdentifier, String) - Method in class jadex.extension.agr.Group
Assign an agent to a role.
ASYNCEXECUTION - Static variable in interface jadex.base.IPlatformConfiguration
Use asynchronous execution mode?
asyncScanDir(URL[], File, IFilter, List<String>) - Static method in class jadex.commons.gui.SDirScan
Scan directories.
asyncScanForClasses(ClassLoader, IFilter<Object>, IFilter<Class<?>>, int, boolean) - Static method in class jadex.commons.gui.SDirScan
Scan for classes that fulfill certain criteria as specified by the file and classfilters.
asyncScanForClasses(URL[], ClassLoader, IFilter<Object>, IFilter<Class<?>>, int) - Static method in class jadex.commons.gui.SDirScan
Scan for classes that fulfill certain criteria as specified by the file and classfilters.
asyncScanForFiles(URL[], IFilter<Object>) - Static method in class jadex.commons.gui.SDirScan
Scan for files in a given list of urls.
AtomicCounter() - Constructor for class jadex.extension.envsupport.environment.AbstractEnvironmentSpace.AtomicCounter
 
attachments - Variable in class jadex.bridge.service.types.email.Email
The attachments.
AttributeConverter - Class in jadex.xml
Converter for attributes.
AttributeConverter(IStringObjectConverter, IObjectStringConverter) - Constructor for class jadex.xml.AttributeConverter
Create a new attribute converter.
AttributeInfo - Class in jadex.xml
Base class for attribute infos.
AttributeInfo(AccessInfo) - Constructor for class jadex.xml.AttributeInfo
Create a new attribute info.
AttributeInfo(AccessInfo, IAttributeConverter) - Constructor for class jadex.xml.AttributeInfo
Create a new attribute info.
AttributeInfo(AccessInfo, IAttributeConverter, String) - Constructor for class jadex.xml.AttributeInfo
Create a new attribute info.
attributeinfos - Variable in class jadex.xml.MappingInfo
The attributes infos.
attributeinfos - Variable in class jadex.xml.TypeInfo
The attributes info (xmlname -> attrinfo).
attributeNames() - Method in class jadex.commons.beans.FeatureDescriptor
attributes - Variable in class jadex.xml.writer.WriteObjectInfo
The attribute values.
AuctionDescription - Class in jadex.bdi.planlib.protocols
Information about an auction.
AuctionDescription() - Constructor for class jadex.bdi.planlib.protocols.AuctionDescription
Create a new auction description.
AuctionDescription(long, long, Object) - Constructor for class jadex.bdi.planlib.protocols.AuctionDescription
Create a new auction description.
AuctionInfo - Class in jadex.bdi.planlib.protocols
Information about an auction.
AuctionInfo() - Constructor for class jadex.bdi.planlib.protocols.AuctionInfo
Create a new auction info.
AuctionInfo(long, long, Object) - Constructor for class jadex.bdi.planlib.protocols.AuctionInfo
Create a new auction info.
AuthenticationInterceptor - Class in jadex.bridge.service.component.interceptors
Interceptor that can be used to realize authenticated end-to-end communication.
AuthenticationInterceptor(IInternalAccess, boolean) - Constructor for class jadex.bridge.service.component.interceptors.AuthenticationInterceptor
Create a new AuthenticationInterceptor.
authHost - Variable in class jadex.bdi.planlib.messaging.AIM
The OSCAR authentication server.
authPort - Variable in class jadex.bdi.planlib.messaging.AIM
The OSCAR authentication server's port.
AUTO_ADJUST - Static variable in class jadex.commons.gui.SGUI
This property can be set on components to be automatically adjusted to equal sizes.
AUTOCLOSABLE - Static variable in class jadex.bdiv3.model.MBelief
The autoclosable class, if present.
AutoComboTableCellEditor - Class in jadex.commons.gui.autocombo
 
AutoComboTableCellEditor(JComboBox) - Constructor for class jadex.commons.gui.autocombo.AutoComboTableCellEditor
 
AutoComboTableCellRenderer - Class in jadex.commons.gui.autocombo
 
AutoComboTableCellRenderer(AutoCompleteCombo) - Constructor for class jadex.commons.gui.autocombo.AutoComboTableCellRenderer
 
AutoCompleteCombo<T> - Class in jadex.commons.gui.autocombo
Autocomplete combobox with filtering and text inserting of new text
AutoCompleteCombo(ThreadPool, ClassLoader) - Constructor for class jadex.commons.gui.autocombo.AutoCompleteCombo
Create a new combo box.
AutoCompleteCombo.AutoCompleteDocument - Class in jadex.commons.gui.autocombo
 
AutoCompleteDocument() - Constructor for class jadex.commons.gui.autocombo.AutoCompleteCombo.AutoCompleteDocument
Create a new AutoCompleteDocument.
automapping() - Method in annotation type jadex.extension.rs.publish.annotation.ParametersMapper
Flag if automapping should be provided.
autoprovide() - Method in annotation type jadex.micro.annotation.Agent
Auto-provide provided services that are directly implemented by the agent.
autoResizingEnabled - Variable in class jadex.commons.gui.jtable.ResizeableTableHeader
If true, auto resizing of columns when the TableModel invokes a tableChanged event is enabled.
autostart() - Method in annotation type jadex.micro.annotation.Agent
Auto-start this agent on platform startup.
available() - Method in class jadex.bridge.component.streams.InputConnection
Get the number of available bytes.
available() - Method in interface jadex.bridge.IInputConnection
Get the number of available bytes.
available() - Method in class jadex.bridge.service.types.remote.ServiceInputConnection
Get the number of available bytes.
available() - Method in class jadex.bridge.service.types.remote.ServiceInputConnectionProxy
Get the number of available bytes.
avatar - Variable in class jadex.extension.envsupport.environment.PerceptList.PerceptEntry
The avatar of the component (if any).
AvatarMapping - Class in jadex.extension.envsupport.environment
Relationship specification between an component type and an avatar type.
AvatarMapping() - Constructor for class jadex.extension.envsupport.environment.AvatarMapping
Create a new avatar mapping.
AvatarMapping(String, String) - Constructor for class jadex.extension.envsupport.environment.AvatarMapping
Create a new avatar mapping.
AvatarMapping(String, String, boolean, boolean, boolean, boolean) - Constructor for class jadex.extension.envsupport.environment.AvatarMapping
Create a new avatar mapping.
avatarmappings - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Avatar mappings.
AverageEvaluator - Class in jadex.bridge.sensor.service
 
AverageEvaluator(IServiceEvaluator) - Constructor for class jadex.bridge.sensor.service.AverageEvaluator
Create a new AverageEvaluator.
AverageEvaluator(IServiceEvaluator, int) - Constructor for class jadex.bridge.sensor.service.AverageEvaluator
Create a new AverageEvaluator.
avoidCallTimeouts(Future<?>, IExternalAccess) - Static method in class jadex.bridge.SFuture
Automatically update the timer of a long running service call future.
avoidCallTimeouts(Future<?>, IExternalAccess, long, boolean) - Static method in class jadex.bridge.SFuture
Automatically update the timer of a long running service call future.
avoidCallTimeouts(Future<?>, IExternalAccess, long, double, boolean) - Static method in class jadex.bridge.SFuture
Automatically update the timer of a long running service call future.
avoidCallTimeouts(Future<?>, IInternalAccess) - Static method in class jadex.bridge.SFuture
Automatically update the timer of a long running service call future.
avoidCallTimeouts(Future<?>, IInternalAccess, boolean) - Static method in class jadex.bridge.SFuture
Automatically update the timer of a long running service call future.
avoidCallTimeouts(Future<?>, IInternalAccess, long, boolean) - Static method in class jadex.bridge.SFuture
Automatically update the timer of a long running service call future.
avoidCallTimeouts(Future<?>, IInternalAccess, long, double, boolean) - Static method in class jadex.bridge.SFuture
Automatically update the timer of a long running service call future.
avoidingGui() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
 
avoidingGui() - Method in interface jadex.commons.beans.Visibility
 
AWADELAY - Static variable in interface jadex.base.IPlatformConfiguration
The awareness delay in milliseconds
AWAEXCLUDES - Static variable in interface jadex.base.IPlatformConfiguration
Exclude entries for awareness agent.
AWAINCLUDES - Static variable in interface jadex.base.IPlatformConfiguration
Include entries for awareness agent.
await() - Method in class jadex.bytecode.vmhacks.VmHacks.InstrumentationCommand
Wait for command to finish.
await(long) - Method in class jadex.bytecode.vmhacks.VmHacks.InstrumentationCommand
Wait for command to finish.
awaitTermination(long, TimeUnit) - Method in class jadex.bridge.service.types.threadpool.JadexExecutorServiceAdapter
Override.
AWAMECHANISM_BROADCAST - Static variable in interface jadex.base.IPlatformConfiguration
Uses IPv4 broadcast to announce awareness infos in local networks.
AWAMECHANISM_LOCAL - Static variable in interface jadex.base.IPlatformConfiguration
The local discovery uses a file-based mechanism to detect platforms running on the same host.
AWAMECHANISM_MULTICAST - Static variable in interface jadex.base.IPlatformConfiguration
Uses IPv4 Multicast to find other platforms.
AWAMECHANISM_REGISTRY - Static variable in interface jadex.base.IPlatformConfiguration
The Registry mechanism implements a master-slave mechanism, where one platform is the registry.
AWAMECHANISM_SCANNER - Static variable in interface jadex.base.IPlatformConfiguration
The IP-Scanner discovery mechanism sends out awareness infos to all IP addresses within the local network (using port 55668)
AWAMECHANISMS - Static variable in interface jadex.base.IPlatformConfiguration
Specify the awareness agent discovery mechanisms (comma separated).
AWARENESS - Static variable in interface jadex.base.IPlatformConfiguration
Start the awareness agent (awa) for automatic platform discovery.
AwarenessInfo - Class in jadex.bridge.service.types.awareness
Simple info object that is sent between awareness agents.
AwarenessInfo() - Constructor for class jadex.bridge.service.types.awareness.AwarenessInfo
Create a new awareness info.
AwarenessInfo(IComponentIdentifier, List<TransportAddress>, String, long, String[], String[], String, String) - Constructor for class jadex.bridge.service.types.awareness.AwarenessInfo
Create a new awareness info.
AWriteContext - Class in jadex.xml.writer
Context for writing an xml.
AWriteContext(IObjectWriterHandler, Object, Object, Object, ClassLoader) - Constructor for class jadex.xml.writer.AWriteContext
Create a new write context.
AWriteContext(IObjectWriterHandler, Object, Object, Object, ClassLoader, Map<Object, Object>, List<StackElement>, MultiCollection<Integer, IPreProcessor>) - Constructor for class jadex.xml.writer.AWriteContext
Create a new write context.
AWriter - Class in jadex.xml.writer
 
AWriter() - Constructor for class jadex.xml.writer.AWriter
 

B

B - jadex.bridge.sensor.unit.MemoryUnit
 
back() - Method in class jadex.commons.gui.JWizard
Shows the next panel.
base - Variable in class jadex.bdi.planlib.protocols.ExponentialPriceCalculator
The base (base^round).
BASE_TCNT - Static variable in class jadex.commons.concurrent.MonitoredThreadPoolExecutor
Starting number of threads.
BASE_TYPE_MAP - Static variable in class jadex.commons.SClassReader
 
BASE_VIEWPORT_SIZE - Static variable in class jadex.extension.envsupport.observer.graphics.drawable.Text
Viewport size (in pixels) on which the base font size is relative to
base16Decode(String) - Static method in class jadex.commons.SUtil
Decodes a Base16-encoded String and returns the data.
base16Encode(byte[]) - Static method in class jadex.commons.SUtil
Encodes a set of data as a Base16 String (hex).
base16Mode() - Method in class jadex.commons.IdGenerator
Switches the ID generator to BASE16 mode.
Base64 - Class in jadex.commons
Base64
Base64() - Constructor for class jadex.commons.Base64
 
base64Mode() - Method in class jadex.commons.IdGenerator
Switches the ID generator to BASE64 mode.
BASECLASSLOADER - Static variable in interface jadex.base.IPlatformConfiguration
The base classloader.
basestate - Variable in class jadex.commons.security.random.ChaCha20Random
ChaCha base state
BasicEvaluator<T> - Class in jadex.bridge.nonfunctional.search
Basic evaluator implementation for service and methods.
BasicEvaluator(IExternalAccess, String) - Constructor for class jadex.bridge.nonfunctional.search.BasicEvaluator
Create a new evaluator.
BasicEvaluator(IExternalAccess, String, MethodInfo) - Constructor for class jadex.bridge.nonfunctional.search.BasicEvaluator
Create a new evaluator.
BasicEvaluator(IExternalAccess, String, MethodInfo, Object, boolean) - Constructor for class jadex.bridge.nonfunctional.search.BasicEvaluator
Create a new evaluator.
BasicEvaluator(IExternalAccess, String, Object) - Constructor for class jadex.bridge.nonfunctional.search.BasicEvaluator
Create a new evaluator.
BasicService - Class in jadex.bridge.service
Basic service provide a simple default isValid() implementation that returns true after start service and false afterwards.
BasicService(IComponentIdentifier, Class<?>, Class<?>, Map<String, Object>) - Constructor for class jadex.bridge.service.BasicService
Create a new service.
BasicService(IComponentIdentifier, Class<?>, Map<String, Object>) - Constructor for class jadex.bridge.service.BasicService
Create a new service.
BasicServiceInvocationHandler - Class in jadex.bridge.service.component
Basic service invocation interceptor.
BasicServiceInvocationHandler(IInternalAccess, ServiceInfo, Logger) - Constructor for class jadex.bridge.service.component.BasicServiceInvocationHandler
Create a new invocation handler.
BasicServiceInvocationHandler(IInternalAccess, IServiceIdentifier, Logger, boolean) - Constructor for class jadex.bridge.service.component.BasicServiceInvocationHandler
Create a new invocation handler.
BasicServiceInvocationHandler(IInternalAccess, IService, Logger, boolean) - Constructor for class jadex.bridge.service.component.BasicServiceInvocationHandler
Create a new invocation handler.
basictypes - Static variable in class jadex.commons.SReflect
Mapping from basic class name -> basic type(class).
bccs - Variable in class jadex.bridge.service.types.email.Email
The bccs.
bcmListeners - Variable in class jadex.commons.beans.beancontext.BeanContextSupport
A list of registered membership listeners.
bcommands - Variable in class jadex.commons.future.TerminableFuture
The list of backward commands.
bcommands - Variable in class jadex.commons.future.TerminableIntermediateFuture
The list of backward commands.
bcsChildren() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Returns an iterator of all BCSChild instances, with remove() disabled.
bcsListeners - Variable in class jadex.commons.beans.beancontext.BeanContextServicesSupport
A list of registered BeanContextServicesListeners.
bcsPreDeserializationHook(ObjectInputStream) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
Deserializes all serializable services and their providers before the children of this context is deserialized.
bcsPreDeserializationHook(ObjectInputStream) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
This method is called by readObject() after defaultReadObject() and before deserializing any children or listeners.
bcsPreSerializationHook(ObjectOutputStream) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
Serializes all serializable services and their providers before the children of this context is serialized.
bcsPreSerializationHook(ObjectOutputStream) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
This method is called by writeObject() after defaultWriteObject() and before serializing any children or listeners.
BDI_FEATURES - Static variable in class jadex.bdiv3.BDIAgentFactory
The specific component features for micro agents.
BDI_FEATURES - Static variable in class jadex.bdiv3x.BDIXComponentFactory
The specific component features for micro agents.
BDIAgentFactory - Class in jadex.bdiv3
Factory for creating micro agents.
BDIAgentFactory(IInternalAccess) - Constructor for class jadex.bdiv3.BDIAgentFactory
Create a new agent factory.
BDIAgentFactory(IInternalAccess, Map<String, Object>) - Constructor for class jadex.bdiv3.BDIAgentFactory
Create a new agent factory.
BDIAgentFactory(String) - Constructor for class jadex.bdiv3.BDIAgentFactory
Create a new agent factory for startup.
BDIClassGeneratorFactory - Class in jadex.bdiv3
 
BDIClassGeneratorFactory() - Constructor for class jadex.bdiv3.BDIClassGeneratorFactory
 
BDIClassGeneratorFactoryDesktop - Class in jadex.bdiv3
 
BDIClassGeneratorFactoryDesktop() - Constructor for class jadex.bdiv3.BDIClassGeneratorFactoryDesktop
 
BDIClassReader - Class in jadex.bdiv3
Reads micro agent classes and generates a model from metainfo and annotations.
BDIClassReader(BDIModelLoader) - Constructor for class jadex.bdiv3.BDIClassReader
Create a new bdi class reader.
BDIConfiguration - Annotation Type in jadex.bdiv3.annotation
Redefines jadex.micro.annotation.Configuration as annotations do not allow inheritance.
BDIConfigurations - Annotation Type in jadex.bdiv3.annotation
Configurations annotation.
BDIEnhancer - Class in jadex.bdiv3
Helper class to enhance BDI classes at buildtime.
BDIEnhancer() - Constructor for class jadex.bdiv3.BDIEnhancer
 
BDIFailureException - Exception in jadex.bdiv3.runtime
A BDI failure exception indicates that a plan has failed.
BDIFailureException(String, Throwable) - Constructor for exception jadex.bdiv3.runtime.BDIFailureException
Create a new BDI failure exception.
bdimodel - Variable in class jadex.bdiv3x.features.BDIXAgentFeature
The bdi model.
BDIModel - Class in jadex.bdiv3.model
 
BDIModel(IModelInfo, MCapability) - Constructor for class jadex.bdiv3.model.BDIModel
Create a new model.
BDIModelLoader - Class in jadex.bdiv3
 
BDIModelLoader() - Constructor for class jadex.bdiv3.BDIModelLoader
Create a new BPMN model loader.
BDIXAgentFeature - Class in jadex.bdiv3x.features
BDI agent feature version for XML agents.
BDIXAgentFeature(IInternalAccess, ComponentCreationInfo) - Constructor for class jadex.bdiv3x.features.BDIXAgentFeature
Factory method constructor for instance level.
BDIXAgentFeature.ChangeInfoEntryMapper - Class in jadex.bdiv3x.features
Map a change info as Map:Entry.
BDIXAgentFeature.GoalsExistCondition - Class in jadex.bdiv3x.features
Condition that tests if goal instances of an mgoal exist.
BDIXAgentFeature.LifecycleStateCondition - Class in jadex.bdiv3x.features
Condition for checking the lifecycle state of a goal.
BDIXAgentFeature.PlansExistCondition - Class in jadex.bdiv3x.features
Condition that tests if goal instances of an mplan exist.
BDIXArgumentsResultsComponentFeature - Class in jadex.bdiv3x.features
Extension to write back result beliefs on agent shutdown.
BDIXArgumentsResultsComponentFeature(IInternalAccess, ComponentCreationInfo) - Constructor for class jadex.bdiv3x.features.BDIXArgumentsResultsComponentFeature
Create the feature.
BDIXComponentFactory - Class in jadex.bdiv3x
Factory for default contexts.
BDIXComponentFactory(IInternalAccess, Map<String, Object>) - Constructor for class jadex.bdiv3x.BDIXComponentFactory
Create a new component factory.
BDIXComponentFactory(String) - Constructor for class jadex.bdiv3x.BDIXComponentFactory
Create a new component factory for startup.
BDIXLifecycleAgentFeature - Class in jadex.bdiv3x.features
Feature that ensures the bdi behavior is started.
BDIXLifecycleAgentFeature(IInternalAccess, ComponentCreationInfo) - Constructor for class jadex.bdiv3x.features.BDIXLifecycleAgentFeature
Factory method constructor for instance level.
BDIXLifecycleAgentFeature.EndBehavior - Class in jadex.bdiv3x.features
Extracted end behavior.
BDIXLifecycleAgentFeature.StartBehavior - Class in jadex.bdiv3x.features
Extracted start behavior.
BDIXMessageComponentFeature - Class in jadex.bdiv3x.features
Extension to allow message injection in agent methods.
BDIXMessageComponentFeature(IInternalAccess, ComponentCreationInfo) - Constructor for class jadex.bdiv3x.features.BDIXMessageComponentFeature
Create the feature.
BDIXMLReader - Class in jadex.bdiv3x
Reader for loading component XML models into a Java representation states.
BDIXMLReader(BDIXModelLoader) - Constructor for class jadex.bdiv3x.BDIXMLReader
Create a new reader.
BDIXMLReader.BeliefMultiProc - Class in jadex.bdiv3x
Postprocess beliefs and belief sets.
BDIXMLReader.GoalMetaProc - Class in jadex.bdiv3x
 
BDIXMLReader.ParamMultiProc - Class in jadex.bdiv3x
Postprocess parameters and parameter sets.
BDIXModel - Class in jadex.bdiv3x
Model for BDI v3x agents
BDIXModel() - Constructor for class jadex.bdiv3x.BDIXModel
Create a new model.
BDIXModelLoader - Class in jadex.bdiv3x
Loader for application files.
BDIXModelLoader() - Constructor for class jadex.bdiv3x.BDIXModelLoader
Create a new BPMN model loader.
bean - Static variable in class jadex.commons.OperatingSystemMXBeanFacade
 
BeanAccessInfo - Class in jadex.xml.bean
Java bean attribute meta information.
BeanAccessInfo(Object, Object) - Constructor for class jadex.xml.bean.BeanAccessInfo
Create a new bean access info.
BeanAccessInfo(Object, Object, String, Object) - Constructor for class jadex.xml.bean.BeanAccessInfo
Create a new bean access info.
BeanAccessInfo(Object, Object, String, Object, boolean) - Constructor for class jadex.xml.bean.BeanAccessInfo
Create a new bean access info.
BeanAccessInfo(String) - Constructor for class jadex.xml.bean.BeanAccessInfo
Create a new bean access info.
beanContext - Variable in class jadex.commons.beans.beancontext.BeanContextChildSupport
 
BeanContext - Interface in jadex.commons.beans.beancontext
 
BeanContextChild - Interface in jadex.commons.beans.beancontext
 
BeanContextChildComponentProxy - Interface in jadex.commons.beans.beancontext
 
beanContextChildPeer - Variable in class jadex.commons.beans.beancontext.BeanContextChildSupport
 
BeanContextChildSupport - Class in jadex.commons.beans.beancontext
 
BeanContextChildSupport() - Constructor for class jadex.commons.beans.beancontext.BeanContextChildSupport
 
BeanContextChildSupport(BeanContextChild) - Constructor for class jadex.commons.beans.beancontext.BeanContextChildSupport
 
BeanContextContainerProxy - Interface in jadex.commons.beans.beancontext
 
BeanContextEvent - Class in jadex.commons.beans.beancontext
 
BeanContextEvent(BeanContext) - Constructor for class jadex.commons.beans.beancontext.BeanContextEvent
 
BeanContextMembershipEvent - Class in jadex.commons.beans.beancontext
 
BeanContextMembershipEvent(BeanContext, Object[]) - Constructor for class jadex.commons.beans.beancontext.BeanContextMembershipEvent
 
BeanContextMembershipEvent(BeanContext, Collection) - Constructor for class jadex.commons.beans.beancontext.BeanContextMembershipEvent
 
BeanContextMembershipListener - Interface in jadex.commons.beans.beancontext
 
BeanContextProxy - Interface in jadex.commons.beans.beancontext
 
BeanContextServiceAvailableEvent - Class in jadex.commons.beans.beancontext
 
BeanContextServiceAvailableEvent(BeanContextServices, Class) - Constructor for class jadex.commons.beans.beancontext.BeanContextServiceAvailableEvent
 
BeanContextServiceProvider - Interface in jadex.commons.beans.beancontext
 
BeanContextServiceProviderBeanInfo - Interface in jadex.commons.beans.beancontext
 
BeanContextServiceRevokedEvent - Class in jadex.commons.beans.beancontext
 
BeanContextServiceRevokedEvent(BeanContextServices, Class, boolean) - Constructor for class jadex.commons.beans.beancontext.BeanContextServiceRevokedEvent
 
BeanContextServiceRevokedListener - Interface in jadex.commons.beans.beancontext
 
BeanContextServices - Interface in jadex.commons.beans.beancontext
 
BeanContextServicesListener - Interface in jadex.commons.beans.beancontext
 
BeanContextServicesSupport - Class in jadex.commons.beans.beancontext
This support class implements BeanContextServices interface.
BeanContextServicesSupport() - Constructor for class jadex.commons.beans.beancontext.BeanContextServicesSupport
Constructs a standard BeanContextServicesSupport.
BeanContextServicesSupport(BeanContextServices) - Constructor for class jadex.commons.beans.beancontext.BeanContextServicesSupport
Constructs a BeanContextServicesSupport which is a delegate of the given peer.
BeanContextServicesSupport(BeanContextServices, Locale) - Constructor for class jadex.commons.beans.beancontext.BeanContextServicesSupport
Constructs a BeanContextServicesSupport which is a delegate of the given peer.
BeanContextServicesSupport(BeanContextServices, Locale, boolean) - Constructor for class jadex.commons.beans.beancontext.BeanContextServicesSupport
Constructs a BeanContextServicesSupport which is a delegate of the given peer.
BeanContextServicesSupport(BeanContextServices, Locale, boolean, boolean) - Constructor for class jadex.commons.beans.beancontext.BeanContextServicesSupport
Constructs a BeanContextServicesSupport which is a delegate of the given peer.
BeanContextServicesSupport.BCSSChild - Class in jadex.commons.beans.beancontext
Every child of context is companied with a BCSSChild instance.
BeanContextServicesSupport.BCSSProxyServiceProvider - Class in jadex.commons.beans.beancontext
This class implements the BeanContextServiceProvider interface by wrapping a BeanContextServices.
BeanContextServicesSupport.BCSSServiceProvider - Class in jadex.commons.beans.beancontext
Every servie registered in this context is companied with a BCSSServiceProvider instance.
BeanContextSupport - Class in jadex.commons.beans.beancontext
This support class implements BeanContext interface.
BeanContextSupport() - Constructor for class jadex.commons.beans.beancontext.BeanContextSupport
Constructs a standload BeanContextSupport.
BeanContextSupport(BeanContext) - Constructor for class jadex.commons.beans.beancontext.BeanContextSupport
Constructs a BeanContextSupport which is a delegate of the given peer.
BeanContextSupport(BeanContext, Locale) - Constructor for class jadex.commons.beans.beancontext.BeanContextSupport
Constructs a BeanContextSupport which is a delegate of the given peer.
BeanContextSupport(BeanContext, Locale, boolean) - Constructor for class jadex.commons.beans.beancontext.BeanContextSupport
Constructs a BeanContextSupport which is a delegate of the given peer.
BeanContextSupport(BeanContext, Locale, boolean, boolean) - Constructor for class jadex.commons.beans.beancontext.BeanContextSupport
Constructs a BeanContextSupport which is a delegate of the given peer.
BeanContextSupport.BCSChild - Class in jadex.commons.beans.beancontext
Every child of context is companied with a BCSChild instance.
BeanContextSupport.BCSIterator - Class in jadex.commons.beans.beancontext
This implementation wraps an iterator and override remove() with a noop method.
BeanDescriptor - Class in jadex.commons.beans
Describes a bean's global information.
BeanDescriptor(Class<?>) - Constructor for class jadex.commons.beans.BeanDescriptor
Class.
BeanDescriptor(Class<?>, Class<?>) - Constructor for class jadex.commons.beans.BeanDescriptor
Class and a customizer Class.
BeanInfo - Interface in jadex.commons.beans
 
BeanObjectReaderHandler - Class in jadex.xml.bean
Handler for reading XML into Java beans.
BeanObjectReaderHandler() - Constructor for class jadex.xml.bean.BeanObjectReaderHandler
Create a new handler for custom XML formats.
BeanObjectReaderHandler(Set<TypeInfo>) - Constructor for class jadex.xml.bean.BeanObjectReaderHandler
Create a new handler for Java XML supporting on-the-fly type info creation for arrays.
BeanObjectWriterHandler - Class in jadex.xml.bean
Java bean version for fetching write info for an object.
BeanObjectWriterHandler(Set<TypeInfo>) - Constructor for class jadex.xml.bean.BeanObjectWriterHandler
Create a new writer (gentypetags=false, prefertags=true, flattening=true).
BeanObjectWriterHandler(Set<TypeInfo>, boolean) - Constructor for class jadex.xml.bean.BeanObjectWriterHandler
Create a new writer (prefertags=true, flattening=true).
BeanObjectWriterHandler(Set<TypeInfo>, boolean, boolean) - Constructor for class jadex.xml.bean.BeanObjectWriterHandler
Create a new writer (flattening=true).
BeanObjectWriterHandler(Set<TypeInfo>, boolean, boolean, boolean) - Constructor for class jadex.xml.bean.BeanObjectWriterHandler
Create a new writer.
Beans - Class in jadex.commons.beans
This class Beans provides some methods for manipulting bean controls.
Beans() - Constructor for class jadex.commons.beans.Beans
Constructs a Beans instance.
beforeSwitch() - Method in class jadex.commons.future.ThreadLocalTransferHelper
Must be called before a thread switch occurs to save the thread local values.
Belief - Annotation Type in jadex.bdiv3.annotation
 
beliefbase - Variable in class jadex.bdiv3x.runtime.BeliefbaseWrapper
The flat belief base.
BeliefbaseWrapper - Class in jadex.bdiv3x.runtime
Prepend capability prefix to belief names.
BeliefbaseWrapper(IBeliefbase, String) - Constructor for class jadex.bdiv3x.runtime.BeliefbaseWrapper
Create a belief base wrapper.
beliefChanged(ChangeInfo<T>) - Method in interface jadex.bdiv3.runtime.IBeliefListener
Invoked when a belief has been changed.
BELIEFCHANGED - Static variable in class jadex.bdiv3.runtime.ChangeEvent
Event type that a belief value has changed (the whole value was changed).
beliefevents - Variable in class jadex.bdiv3.model.MBelief
The events this belief depends on.
beliefmapping() - Method in annotation type jadex.bdiv3.annotation.Capability
Belief mappings from outer beliefs to inner abstract beliefs.
beliefreferences - Variable in class jadex.bdiv3.model.MCapability
The belief mappings (abstract/reference name -> concrete belief name).
beliefs - Variable in class jadex.bdi.planlib.iasteps.SetBeliefStep
 
beliefs - Variable in class jadex.bdiv3.AbstractAsmBdiClassGenerator.MethodBeliefs
 
beliefs - Variable in class jadex.bdiv3.model.MCapability
The beliefs.
beliefs - Variable in class jadex.bdiv3x.runtime.RBeliefbase
The beliefs.
beliefs() - Method in annotation type jadex.bdiv3.annotation.Belief
A dynamic belief is automatically updated when other beliefs change.
beliefs() - Method in annotation type jadex.bdiv3.annotation.GoalContextCondition
The events this condition should react to.
beliefs() - Method in annotation type jadex.bdiv3.annotation.GoalCreationCondition
The events this condition should react to.
beliefs() - Method in annotation type jadex.bdiv3.annotation.GoalDropCondition
The events this condition should react to.
beliefs() - Method in annotation type jadex.bdiv3.annotation.GoalMaintainCondition
The events this condition should react to.
beliefs() - Method in annotation type jadex.bdiv3.annotation.GoalRecurCondition
The events this condition should react to.
beliefs() - Method in annotation type jadex.bdiv3.annotation.GoalTargetCondition
The beliefs this condition should react to.
beliefs() - Method in annotation type jadex.bdiv3.annotation.PlanContextCondition
The events this condition should react to.
beliefsets - Variable in class jadex.bdiv3x.runtime.RBeliefbase
The belief sets.
belongsTo(String, String) - Method in class jadex.bpmn.runtime.ProcessThread
Test if the thread belongs to the given pool and/or lane.
bgColor - Variable in class jadex.extension.envsupport.observer.perspective.Perspective2D
The background color.
bgColor - Variable in class jadex.extension.envsupport.observer.perspective.Perspective3D
The background color.
bgColor_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport
The background color.
bgroup - Variable in class jadex.commons.gui.JWizard.ChoiceNode
 
BiFunction<T,​U,​R> - Interface in jadex.commons.functional
Functional interface for a function T,U -> R
BiHashMap<K,​V> - Class in jadex.commons.collection
A bidirectional hash map.
BiHashMap() - Constructor for class jadex.commons.collection.BiHashMap
 
BiHashMap(Map<K, V>, Map<V, K>) - Constructor for class jadex.commons.collection.BiHashMap
 
BINARYMESSAGES - Static variable in interface jadex.base.IPlatformConfiguration
Use a compact binary message format instead of XML by default.
bind(Object) - Method in class jadex.bridge.nonfunctional.hardconstraints.ConstantValueFilter
Binds the constant value.
binding - Variable in class jadex.bridge.service.ProvidedServiceImplementation
The binding for forwarding service calls.
binding - Variable in class jadex.bridge.service.RequiredServiceInfo
The default binding.
BINDING_NULL - Static variable in annotation type jadex.micro.annotation.Implementation
Identifier for null binding, as annotations don't support null values (grrr).
bindingoptions - Variable in class jadex.bdiv3.model.MParameter
The binding options.
bindings - Variable in class jadex.bridge.component.ComponentCreationInfo
The required service bindings.
bindings - Variable in class jadex.bridge.modelinfo.ComponentInstanceInfo
The list of required service binding infos.
bindings - Variable in class jadex.bridge.service.types.cms.CreationInfo
The bindings.
bindPosition(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable.AbstractVisual2D
Binds the position of the visual to an object property.
bindPosition(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.AbstractVisual3d
Binds the position of the visual to an object property.
bindRotation(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable.AbstractVisual2D
Binds the z-rotation of the visual to an object property.
bindRotation(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.AbstractVisual3d
Binds the z-rotation of the visual to an object property.
bindSize(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable.AbstractVisual2D
Binds the size of the visual to an object property.
bindSize(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.AbstractVisual3d
Binds the size of the visual to an object property.
bis - Variable in class jadex.xml.stax.StaxReaderWrapper
The stream.
BISIMULATION_CLOCK_FLAG - Static variable in interface jadex.bridge.service.types.clock.IClockService
Platform value key for flag if the clock is the singleton bisimulation clock.
block() - Static method in class jadex.bridge.service.types.simulation.SSimulation
Create future as simulation blocker, if currently in simulation mode.
blockcount - Variable in class jadex.commons.security.random.ChaCha20Random
Current block count.
BlockingQueue<T> - Class in jadex.commons.collection
A blocking queue allows to enqueue or dequeue elements.
BlockingQueue() - Constructor for class jadex.commons.collection.BlockingQueue
Create a blocking queue.
blockThread(Object) - Method in class jadex.commons.concurrent.Executor
Adjust to execution of current thread to be blocked.
BloomFilter - Class in jadex.commons.collection
A bloom filter is a probabilistic data structure for checking if a value is contained in a set.
BloomFilter() - Constructor for class jadex.commons.collection.BloomFilter
Create a new BloomFilter with default p = 0.01 and n = 1000.
BloomFilter(double, int) - Constructor for class jadex.commons.collection.BloomFilter
Create a new BloomFilter.
BloomFilter(int, int, int) - Constructor for class jadex.commons.collection.BloomFilter
Create a new BloomFilter.
body - Variable in class jadex.bdiv3.model.MPlan
The plan body.
body - Variable in class jadex.bridge.service.component.ServiceCallEvent
The event body (arguments, result, ...).
body() - Method in class jadex.bdi.planlib.messaging.SendEmailPlan
The body method is called on the instatiated plan instance from the scheduler.
body() - Method in class jadex.bdi.planlib.messaging.SendICQPlan
The body method is called on the instatiated plan instance from the scheduler.
body() - Method in class jadex.bdi.planlib.messaging.SendXMPPPlan
The body method is called on the instatiated plan instance from the scheduler.
body() - Method in class jadex.bdi.planlib.NotUnderstoodPlan
Execute the plan.
body() - Method in class jadex.bdi.planlib.ping.AnswerPingPlan
Handle the ping request.
body() - Method in class jadex.bdi.planlib.ping.DoPingPlan
The body method is called on the instantiated plan instance from the scheduler.
body() - Method in class jadex.bdi.planlib.ping.PingingPlan
The plan body.
body() - Method in class jadex.bdi.planlib.protocols.AbstractInitiatorPlan
Initialize the plan
body() - Method in class jadex.bdi.planlib.protocols.AbstractReceiverPlan
Initialize the plan
body() - Method in class jadex.bdi.planlib.protocols.cancelmeta.CMApproveCancelPlan
The plan body.
body() - Method in class jadex.bdi.planlib.protocols.cancelmeta.CMHandlerPlan
The plan body.
body() - Method in class jadex.bdi.planlib.protocols.cancelmeta.CMInitiatorPlan
 
body() - Method in class jadex.bdi.planlib.protocols.contractnet.CNPEvaluateProposalsPlan
Plan body.
body() - Method in class jadex.bdi.planlib.protocols.contractnet.CNPInitiatorPlan
The body method is called on the instatiated plan instance from the scheduler.
body() - Method in class jadex.bdi.planlib.protocols.contractnet.CNPQueryNextroundInfoPlan
Plan body.
body() - Method in class jadex.bdi.planlib.protocols.contractnet.CNPReceiverPlan
The body method is called on the instantiated plan instance from the scheduler.
body() - Method in class jadex.bdi.planlib.protocols.dutchauction.DAInitiatorPlan
The plan body.
body() - Method in class jadex.bdi.planlib.protocols.dutchauction.DAReceiverPlan
The plan body.
body() - Method in class jadex.bdi.planlib.protocols.englishauction.EAInitiatorPlan
The plan body.
body() - Method in class jadex.bdi.planlib.protocols.englishauction.EAReceiverPlan
The plan body.
body() - Method in class jadex.bdi.planlib.protocols.InteractionGoalCreationPlan
The plan body.
body() - Method in class jadex.bdi.planlib.protocols.RPQPInitiatorPlan
Perform the request.
body() - Method in class jadex.bdi.planlib.protocols.RPQPReceiverPlan
The body method is called on the instantiated plan instance from the scheduler.
body() - Method in class jadex.bdi.planlib.protocols.subscribe.SPHandleUpdatePlan
 
body() - Method in class jadex.bdi.planlib.protocols.subscribe.SPInitiationPlan
 
body() - Method in class jadex.bdi.planlib.protocols.subscribe.SPReceptionPlan
 
body() - Method in class jadex.bdi.planlib.protocols.subscribe.SPSubmitUpdatePlan
 
body() - Method in class jadex.bdi.planlib.test.FinishedPlan
Plan body.
body() - Method in class jadex.bdi.planlib.watchdog.NotifyAdminPlan
The body method is called on the instatiated plan instance from the scheduler.
body() - Method in class jadex.bdi.planlib.watchdog.ObserveAgentPlan
The body method is called on the instatiated plan instance from the scheduler.
body() - Method in annotation type jadex.bdiv3.annotation.Plan
The body (if external plan class).
body() - Method in class jadex.bdiv3x.features.BDIXLifecycleAgentFeature
Execute the functional body of the agent.
body() - Method in class jadex.bdiv3x.runtime.Plan
The body method is called on the instantiated plan instance from the scheduler.
body() - Method in interface jadex.bridge.component.IComponentFeature
Execute the main activity of the feature.
body() - Method in class jadex.bridge.service.types.cms.PlatformComponent
Perform the main execution of the component (if any).
body() - Method in interface jadex.bridge.service.types.factory.IPlatformComponentAccess
Perform the main execution of the component (if any).
body() - Method in class jadex.gpmn.plan.ParallelActivationPlan
The body method is called on the instantiated plan instance from the scheduler.
body() - Method in class jadex.gpmn.plan.SequentialActivationPlan
The body method is called on the instantiated plan instance from the scheduler.
Body - Annotation Type in jadex.bdiv3.annotation
 
bodymethod - Variable in class jadex.bdiv3.model.MBody
The body method cached for speed.
BOOLEAN_ARGS - Static variable in interface jadex.base.IPlatformConfiguration
This is used for consistency checks and includes all argument names which refer to boolean arguments.
Boolean3 - Enum in jadex.commons
A three valued boolean to be used in annotations as they do not allow null values.
BooleanNode - Class in jadex.javaparser.javaccimpl
Boolean node performs mathematical operations on it's (two) child nodes.
BooleanNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.BooleanNode
Create a node.
border - Variable in class jadex.commons.gui.JPlaceholderTextField
Glow border for broken UIs like GTK.
BORDER_RELAXED - Static variable in class jadex.extension.envsupport.environment.space2d.Space2D
Border relaxed mode.
BORDER_RELAXED - Static variable in class jadex.extension.envsupport.environment.space3d.Space3D
Border relaxed mode.
BORDER_STRICT - Static variable in class jadex.extension.envsupport.environment.space2d.Space2D
Border strict mode.
BORDER_STRICT - Static variable in class jadex.extension.envsupport.environment.space3d.Space3D
Border strict mode.
BORDER_TORUS - Static variable in class jadex.extension.envsupport.environment.space2d.Space2D
Border torus behavior.
BORDER_TORUS - Static variable in class jadex.extension.envsupport.environment.space3d.Space3D
Border torus behavior.
borrow() - Method in class jadex.commons.concurrent.MonitoredThread
Notify the pool that the thread is borrowed and return the return to the pool is expected to be delayed.
borrow(MonitoredThread) - Method in class jadex.commons.concurrent.MonitoredThreadPoolExecutor
Borrows the thread.
borrowed - Variable in class jadex.commons.concurrent.MonitoredThread
Flag if the thread was borrowed.
borrowNoUnpark(MonitoredThread) - Method in class jadex.commons.concurrent.MonitoredThreadPoolExecutor
Borrows the thread without unparking.
box - Variable in class jadex.commons.gui.autocombo.AutoComboTableCellRenderer
The combo box.
BPMN_FEATURES - Static variable in class jadex.bpmn.BpmnFactory
 
BpmnFactory - Class in jadex.bpmn
Factory for loading bpmn processes.
BpmnFactory(IInternalAccess, Map<String, Object>) - Constructor for class jadex.bpmn.BpmnFactory
Create a new BpmnProcessService.
BpmnFactory(String) - Constructor for class jadex.bpmn.BpmnFactory
Create a new factory for startup.
BpmnModelLoader - Class in jadex.bpmn
Loader for eclipse STP BPMN models (.bpmn files).
BpmnModelLoader() - Constructor for class jadex.bpmn.BpmnModelLoader
Create a new BPMN model loader.
BpmnPersistInfo - Class in jadex.bpmn.runtime.persist
Class containing persistence information about a Bpmn process instance.
BpmnPersistInfo() - Constructor for class jadex.bpmn.runtime.persist.BpmnPersistInfo
Create an empty persist info.
BpmnPersistInfo(IInternalAccess) - Constructor for class jadex.bpmn.runtime.persist.BpmnPersistInfo
Create a new BpmnPersistInfo.
BpmnXMLReader - Class in jadex.bpmn
Reader for loading Bpmn XML models into a Java representation states.
BpmnXMLReader() - Constructor for class jadex.bpmn.BpmnXMLReader
 
Breakpoint - Annotation Type in jadex.bridge.service.component
The breakpoint annotation.
breakpoints - Variable in class jadex.bridge.modelinfo.ModelInfo
The breakpoints.
breakpoints - Variable in class jadex.bridge.service.types.cms.CMSComponentDescription
The breakpoints.
Breakpoints - Annotation Type in jadex.micro.annotation
The breakpoints annotation.
BROKEN_UI_IDS - Static variable in class jadex.commons.gui.SGUI
IDs of potentially broken UIs that override behavior like setBackground().
BrokenModel(Exception, ResourceInfo) - Constructor for class jadex.commons.AbstractModelLoader.BrokenModel
Create a broken model.
BrowserLauncher - Class in jadex.commons.gui
BrowserLauncher is a class that provides one static method, openURL, which opens the default web browser for the current user of the system to the given URL.
BrowserLauncher2 - Class in jadex.commons.gui
Provides a static method to start a browser.
BrowserLauncher2() - Constructor for class jadex.commons.gui.BrowserLauncher2
 
BrowserPane - Class in jadex.commons.gui
A text pane that is able to follow hyperlinks when clicked.
BrowserPane() - Constructor for class jadex.commons.gui.BrowserPane
Create a new BrowserPane.
BrowserPane.ClasspathHTMLEditorKit - Class in jadex.commons.gui
An HTML editor kit for supporting images loaded from classpath.
bs - Variable in class jadex.commons.collection.BloomFilter
The bit set.
bucketsize - Variable in class jadex.bridge.service.types.registry.SlidingCuckooFilter
The bucket size / entries per bucker.
buffer - Variable in class jadex.bridge.service.types.remote.ServiceOutputConnection
The buffer.
buffer - Variable in class jadex.commons.ListenableStream
The buffered bytes.
BUFFER_INPUT - Static variable in class jadex.commons.security.random.OpenSslAesCtr
Empty static input buffer as source
BUFFER_SIZE_P - Static variable in class jadex.commons.security.random.OpenSslAesCtr
Buffer size as C reference.
buildaplmethod - Variable in class jadex.bdiv3.model.MGoal
The method info for building apl.
buildErrorReport() - Method in class jadex.bridge.AbstractErrorReportBuilder
Build the error based on the given entries (if any).
buildPlanTrigger(BDIModel, String, Trigger, ClassLoader, Map<ClassInfo, List<Tuple2<MGoal, String>>>) - Method in class jadex.bdiv3.BDIClassReader
 
buildPopupMenu() - Method in class jadex.commons.gui.PopupBuilder
Build the popup menu.
buildReport(String, String, MultiCollection<Tuple, String>) - Static method in class jadex.bpmn.BpmnXMLReader
Build the error report.
buildtime - Variable in class jadex.bridge.VersionInfo
The release date.
bulklink - Variable in class jadex.xml.LinkingInfo
The link mode (determined by the linker if present).
bulklink - Variable in class jadex.xml.reader.AReader
The link mode.
bulkLinkObjects(Object, List<LinkData>, AReadContext) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Bulk link chilren to its parent.
bulkLinkObjects(Object, List<LinkData>, AReadContext) - Method in interface jadex.xml.reader.IBulkObjectLinker
Bulk link an object to its parent.
bulkLinkObjects(List<Object>, Object, Object, QName[], AReadContext) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Link an object to its parent.
BulkMonitoringEvent - Class in jadex.bridge
 
BulkMonitoringEvent() - Constructor for class jadex.bridge.BulkMonitoringEvent
 
BulkMonitoringEvent(IMonitoringEvent[]) - Constructor for class jadex.bridge.BulkMonitoringEvent
 
BunchFileData - Class in jadex.bridge.service.types.filetransfer
Collection of filedata for bulk transfer.
BunchFileData() - Constructor for class jadex.bridge.service.types.filetransfer.BunchFileData
Create a new file data.
BunchFileData(Collection<Tuple2<String, RemoteJarFile>>) - Constructor for class jadex.bridge.service.types.filetransfer.BunchFileData
Create a new file data.
busyring - Variable in class jadex.commons.gui.JWizard
The busy ring.
busyservices - Variable in class jadex.bridge.service.component.multiinvoke.SequentialMultiplexDistributor
The list of busy services.
ButtonCellManager() - Constructor for class jadex.commons.gui.EditableList.ButtonCellManager
 
buttonpanel - Variable in class jadex.commons.gui.JWizard
The current button panel.
BYTE_UNITS - Static variable in class jadex.commons.SUtil
Units for representing byte values.
ByteArrayWrapper - Class in jadex.commons
Wrapper to allow byte arrays as hash keys.
ByteArrayWrapper() - Constructor for class jadex.commons.ByteArrayWrapper
Creates the wrapper.
ByteArrayWrapper(byte[]) - Constructor for class jadex.commons.ByteArrayWrapper
Creates the wrapper.
ByteClassLoader - Class in jadex.commons
This class loader instantiate classes provided as a byte array.
ByteClassLoader(ClassLoader) - Constructor for class jadex.commons.ByteClassLoader
Create a new byte class loader.
ByteCodeClassLoader - Class in jadex.bytecode
ClassLoader for generated classes.
ByteCodeClassLoader(ClassLoader...) - Constructor for class jadex.bytecode.ByteCodeClassLoader
Creates the loader.
BYTEFORMATTER1 - Static variable in class jadex.commons.SUtil
The byte formatter for one predecimal digit.
BYTEFORMATTER2 - Static variable in class jadex.commons.SUtil
The byte formatter for two predecimal digits.
BYTEFORMATTER3 - Static variable in class jadex.commons.SUtil
The byte formatter for three predecimal digits.
ByteKeepingASMBDIClassGenerator - Class in jadex.bdiv3
This class generator keeps generated byte-code as byte[] to be post-processed by other classes.
ByteKeepingASMBDIClassGenerator() - Constructor for class jadex.bdiv3.ByteKeepingASMBDIClassGenerator
Create a new generator.
bytesToInt(byte[]) - Static method in class jadex.commons.SUtil
Convert bytes to an integer.
bytesToInt(byte[], int) - Static method in class jadex.commons.SUtil
Convert bytes to an integer.
bytesToLong(byte[]) - Static method in class jadex.commons.SUtil
Convert bytes to a long.
bytesToLong(byte[], int) - Static method in class jadex.commons.SUtil
Convert bytes to a long.
bytesToShort(byte[]) - Static method in class jadex.commons.SUtil
Convert bytes to a short.
bytesToShort(byte[], int) - Static method in class jadex.commons.SUtil
Convert bytes to a short.
bytesToString(long) - Static method in class jadex.commons.SUtil
Get bytes as human readable string.

C

cache - Variable in class jadex.commons.ObjectCache
The expression caches for filename.
Cache - Class in jadex.commons.collection
Cache that provide expiration in case of a) timetolive is exceeded b) the max number of data has been reached (lru behaviour)
Cache(int) - Constructor for class jadex.commons.collection.Cache
Create a new cache.
Cache(int, long) - Constructor for class jadex.commons.collection.Cache
Create a new cache.
Cache(LRU, long) - Constructor for class jadex.commons.collection.Cache
Create a new cache.
CacheableModel - Class in jadex.commons
 
CacheableModel() - Constructor for class jadex.commons.CacheableModel
 
cachedate - Variable in class jadex.commons.collection.CacheEntry
The cache data.
cachedobject - Variable in class jadex.commons.CachedObject
The cached object.
CachedObject - Class in jadex.commons
A cache for an object that was loaded from a file or url.
CachedObject(String, long, Serializable) - Constructor for class jadex.commons.CachedObject
Create a new file cache.
CacheEntry - Class in jadex.commons.collection
Entry for cache.
CacheEntry(Object, long, long) - Constructor for class jadex.commons.collection.CacheEntry
Create a new cache entry.
calculateCartesianProduct(T[], E[]) - Static method in class jadex.commons.SUtil
Calculate the cartesian product of parameters.
calculateCode(String, String) - Method in class jadex.bdi.planlib.messaging.AIM
Calculate a login security code from the user id and password.
calculateDistance(IVector1, IVector1) - Method in class jadex.extension.envsupport.environment.space2d.Grid2D
Calculate the distance in the space.
calculateDistance(IVector1, IVector1) - Method in class jadex.extension.envsupport.environment.space2d.Space2D
Calculate the distance in the space.
calculateDistance(IVector1, IVector1) - Method in class jadex.extension.envsupport.environment.space3d.Grid3D
Calculate the distance in the space.
calculateDistance(IVector1, IVector1, IVector1) - Method in class jadex.extension.envsupport.environment.space3d.Space3D
Calculate the distance in the space.
calculateEvaluation(Integer) - Method in class jadex.bridge.sensor.service.WaitqueueEvaluator
Calculate the value with 1 best and 0 worst.
calculateEvaluation(Long) - Method in class jadex.bridge.sensor.service.ExecutionTimeEvaluator
Calculate the value with 1 best and 0 worst.
calculateEvaluation(T) - Method in class jadex.bridge.nonfunctional.search.BasicEvaluator
 
calculateMiddlePosition(Window) - Static method in class jadex.commons.gui.SGUI
Calculate the middle position of a window relativ to
calculateMiddlePosition(Window, Window) - Static method in class jadex.commons.gui.SGUI
Calculate the middle position of a window relativ to
call(Object[]) - Method in class jadex.commons.future.CallSequentializer
Handles a call.
call(String, Object[]) - Method in class jadex.commons.future.CallSequentializer
 
CALL - jadex.bridge.service.component.ServiceCallEvent.Type
 
call2(String, long) - Method in class jadex.bdiv3.MyTestClass
 
CallAccess - Class in jadex.bridge.service.component.interceptors
Helper class to deal with service calls
CallAccess() - Constructor for class jadex.bridge.service.component.interceptors.CallAccess
Dummy constructor as this class only contains static methods.
callbackfield - Variable in class jadex.bridge.ServiceCallInfo
The callback field in the agent.
callbackmethod - Variable in class jadex.bridge.ServiceCallInfo
The callback method in the agent.
callcontext - Variable in class jadex.xml.reader.AReadContext
The call context.
caller - Variable in class jadex.bridge.service.component.ServiceCallEvent
The caller.
caller - Variable in class jadex.bridge.service.component.ServiceInvocationContext
The caller component.
caller - Variable in class jadex.bridge.ServiceCall
The calling component.
CALLER_QUEUED - Static variable in class jadex.commons.future.Future
A caller is queued for suspension.
CALLER_RESUMED - Static variable in class jadex.commons.future.Future
A caller is resumed.
CALLER_SUSPENDED - Static variable in class jadex.commons.future.Future
A caller is suspended.
callers - Variable in class jadex.commons.future.Future
The blocked callers (caller->state).
callfut - Variable in class jadex.bridge.service.component.interceptors.ServiceGetter
Ongoing call future.
CallMultiplexer - Class in jadex.commons.future
The CallMultiplexer unifies multiple executions of "similar" commands to a single execution.
CallMultiplexer() - Constructor for class jadex.commons.future.CallMultiplexer
Instantiates a call multiplexer.
callPostProcessor() - Method in interface jadex.xml.reader.IPostProcessorCall
 
callresults - Variable in class jadex.bridge.service.component.multiinvoke.FlattenMultiplexCollector
The list of results (if ret is not intermediate future).
calls - Variable in class jadex.bridge.service.component.multiinvoke.FlattenMultiplexCollector
The list of calls.
calls - Static variable in class jadex.bridge.service.component.ServiceInvocationContext
Service calls per method, calculated separately per platform.
calls - Static variable in class jadex.commons.concurrent.ThreadPool
Service calls per runnable class.
calls - Variable in class jadex.commons.future.CallSequentializer
The list of waiting calls with future and args.
CallSequentializer<T> - Class in jadex.commons.future
The call sequentializer realizes a 'critical region' for async calls, i.e.
CallSequentializer() - Constructor for class jadex.commons.future.CallSequentializer
Create a new sequentializer.
CallSequentializer(IResultCommand<IFuture<T>, Object[]>) - Constructor for class jadex.commons.future.CallSequentializer
Create a new sequentializer.
camelToSnakeCase(String) - Static method in class jadex.commons.SUtil
Convert CamelCase to snake_case.
cancel() - Method in interface jadex.bpmn.runtime.exttask.IExternalTask
Cleanup in case the task is cancelled.
cancel() - Method in class jadex.bpmn.runtime.handler.CompositeCancelable
Cancel the activity.
cancel() - Method in interface jadex.bpmn.runtime.handler.ICancelable
 
cancel() - Method in interface jadex.bpmn.runtime.handler.IExternalNotifier
Cancel the wait action.
cancel() - Method in interface jadex.bridge.service.types.clock.ITimer
Cancel the timer.
cancel() - Method in class jadex.bridge.TimeoutResultListener
Cancel the timeout.
cancel() - Method in interface jadex.commons.collection.IDelayRunner
Cancel the timer.
cancel() - Method in class jadex.commons.collection.LeaseTimeSet.Checker
Cancel the current wait.
cancel() - Method in class jadex.commons.collection.TimerDelayRunner
Cancel the timer.
cancel() - Method in class jadex.commons.gui.JWizard
Cancel the wizard.
cancel(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.AbstractEventIntermediateTimerActivityHandler
Execute an activity.
cancel(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.AbstractGatewayActivityHandler
Cancel an activity.
cancel(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.DefaultActivityHandler
Execute an activity.
cancel(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventStartRuleHandler
Called when the process thread is aborted and waiting is no longer wanted.
cancel(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.GatewayXORActivityHandler
Execute an activity.
cancel(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.TaskActivityHandler
Cancel an activity.
cancel(MActivity, IInternalAccess, ProcessThread) - Method in interface jadex.bpmn.runtime.IActivityHandler
Execute an activity.
cancel(IInternalAccess) - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper
Cleanup in case the task is cancelled.
cancel(IInternalAccess) - Method in class jadex.bpmn.runtime.task.AbstractTask
Cleanup in case the task is cancelled.
cancel(IInternalAccess) - Method in class jadex.bpmn.runtime.task.CreateComponentTask
Compensate in case the task is canceled.
cancel(IInternalAccess) - Method in class jadex.bpmn.runtime.task.DestroyComponentTask
Compensate in case the task is canceled.
cancel(IInternalAccess) - Method in class jadex.bpmn.runtime.task.MethodCallTask
Compensate in case the task is canceled.
cancel(IInternalAccess) - Method in class jadex.bpmn.runtime.task.PojoTaskWrapper
Cleanup in case the task is cancelled.
cancel(IInternalAccess) - Method in class jadex.bpmn.runtime.task.ServiceCallTask
Cancel the task.
cancel(IInternalAccess) - Method in class jadex.bpmn.runtime.task.UserInteractionTask
Compensate in case the task is canceled.
cancel(IExecutable) - Method in interface jadex.bridge.service.types.execution.IExecutionService
Cancel a task.
CANCEL - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
CANCEL - Static variable in class jadex.bridge.fipa.SFipa
 
CANCEL_ID - Static variable in class jadex.commons.gui.JWizard
ID for cancel events.
cancel_msg - Variable in class jadex.bdi.planlib.protocols.cancelmeta.CMHandlerPlan
The cancel message (if any).
cancel_response_contents - Variable in class jadex.bdi.planlib.protocols.InteractionState
The cancel response contents (if any).
cancel_responses - Variable in class jadex.bdi.planlib.protocols.InteractionState
The received cancel responses (if any).
cancelComponentAction(int) - Method in class jadex.extension.envsupport.environment.ComponentActionList
Cancels a component action.
canceled - Variable in class jadex.bpmn.runtime.persist.ThreadInfo
Is the task canceled.
canceled - Variable in class jadex.bpmn.runtime.ProcessThread
Is the task canceled.
cancelinfo - Variable in class jadex.bpmn.runtime.ProcessThread
The wait info.
CANCELLATION_FAILED - Static variable in class jadex.bdi.planlib.protocols.InteractionState
Constant identifying failed cancellation of interaction (failure explicitly stated by receiver side).
CANCELLATION_SUCCEEDED - Static variable in class jadex.bdi.planlib.protocols.InteractionState
Constant identifying successful cancellation of interaction.
CANCELLATION_UNKNOWN - Static variable in class jadex.bdi.planlib.protocols.InteractionState
Constant identifying unknown state of cancellation of interaction (no response from receiver side within timeout).
cancelmethod - Variable in class jadex.bpmn.runtime.task.PojoTaskWrapper
The cancel method.
cancelSpaceAction(int) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Cancel a queued space action.
cancelSpaceAction(int) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Cancel a queued space action.
cancelTransfer(String) - Method in interface jadex.bridge.service.types.chat.IChatGuiService
Cancel an ongoing file transfer.
canExpire(Object) - Method in class jadex.commons.collection.Cache
Test if an entry can expire.
canSetAccessible() - Method in interface jadex.bytecode.vmhacks.INativeHelper
Tests if the setAccessible() method can be used.
canSetAccessible() - Method in class jadex.bytecode.vmhacks.NativeHelper
Tests if the setAccessible() method can be used.
canvas_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Canvas for graphical output.
canvas_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
Canvas for graphical output.
capa - Variable in class jadex.bdiv3x.BDIXModel
The capability.
capa - Variable in class jadex.bdiv3x.features.BDIXAgentFeature
The bdi state.
capa - Variable in class jadex.bdiv3x.features.BDIXAgentFeature.GoalsExistCondition
 
capa - Variable in class jadex.bdiv3x.features.BDIXAgentFeature.PlansExistCondition
 
capa - Variable in class jadex.bdiv3x.runtime.CapabilityWrapper
The capa.
CAPA_TYPE - Static variable in class jadex.bdiv3.BDIAgentFactory
The model type identifier for a capability.
Capability - Annotation Type in jadex.bdiv3.annotation
Marker for a capability class or variable.
CAPABILITY_SEPARATOR - Static variable in class jadex.bdiv3.model.MElement
The capability separator.
CapabilityWrapper - Class in jadex.bdiv3x.runtime
XML version of the capability.
CapabilityWrapper(IInternalAccess, String) - Constructor for class jadex.bdiv3x.runtime.CapabilityWrapper
Create a new capability.
capacity - Variable in class jadex.commons.ConstantPoolStrategy
The number of free workers.
capacity - Variable in class jadex.commons.DefaultPoolStrategy
The number of free workers.
cardinalityone - Variable in class jadex.bdiv3.model.MDeliberation
The cardinality.
cardinalityone() - Method in annotation type jadex.bdiv3.annotation.Deliberation
The cardinality.
CastNode - Class in jadex.javaparser.javaccimpl
Node representing a cast expression.
CastNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.CastNode
Create an expression node.
catalog - Variable in class jadex.bridge.service.types.cms.LoggerWrapper
 
catalogLocale - Variable in class jadex.bridge.service.types.cms.LoggerWrapper
 
catalogName - Variable in class jadex.bridge.service.types.cms.LoggerWrapper
 
categories - Variable in class jadex.bridge.AbstractErrorReportBuilder
The element categories.
CategoryChartDataConsumer - Class in jadex.extension.envsupport.evaluation
Create a category chart consumer, x must be a comparable and y must be double value.
CategoryChartDataConsumer() - Constructor for class jadex.extension.envsupport.evaluation.CategoryChartDataConsumer
Create a new chart consumer.
Cause - Class in jadex.bridge
A cause is used to link events.
Cause() - Constructor for class jadex.bridge.Cause
Create a new cause.
Cause(Cause) - Constructor for class jadex.bridge.Cause
Create a new cause as clone of the other.
Cause(Cause, String) - Constructor for class jadex.bridge.Cause
Create a new cause rolling old one.
Cause(String, String) - Constructor for class jadex.bridge.Cause
Create a new cause.
Cause(String, String, String, String) - Constructor for class jadex.bridge.Cause
Create a new cause.
Cause(String, String, String, String, String) - Constructor for class jadex.bridge.Cause
Create a new cause.
causes - Variable in exception jadex.commons.MultiException
The exceptions.
cbac - Variable in class jadex.commons.gui.ClassSearchPanel
 
cbc - Variable in class jadex.commons.gui.ClassSearchPanel
 
cbic - Variable in class jadex.commons.gui.ClassSearchPanel
 
cbif - Variable in class jadex.commons.gui.ClassSearchPanel
The checkbox for interfaces.
cbmethodname - Variable in class jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
The combo box for the method name.
cbmethodname - Variable in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
The combo box for the method name.
cbranking - Variable in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
The combo box for the ranking.
cbrt() - Method in interface jadex.extension.envsupport.math.IVector1
Calculate the cube root.
cbrt() - Method in class jadex.extension.envsupport.math.Vector1Double
 
cbrt() - Method in class jadex.extension.envsupport.math.Vector1Int
 
cbrt() - Method in class jadex.extension.envsupport.math.Vector1Long
Calculate the cbrt root.
cbsername - Variable in class jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
The combo box for the service name.
cbsername - Variable in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
The combo box for the service name.
ccs - Variable in class jadex.bridge.service.types.email.Email
The ccs.
CDATA - Static variable in class jadex.xml.stax.XmlUtil
 
certificate - Variable in class jadex.commons.security.PemKeyPair
The encoded certificate.
cfilter - Static variable in class jadex.micro.KernelMultiAgent
Filter for scanning for kernel agent class infos.
cfp - Variable in class jadex.bdi.planlib.protocols.IQueryNextroundInfo.NextroundInfo
The cfp object.
cfp - Variable in class jadex.bdi.planlib.protocols.NegotiationRecord
The cfp sent to the participants.
CFP - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
CFP - Static variable in class jadex.bridge.fipa.SFipa
 
cfp_info - Variable in class jadex.bdi.planlib.protocols.IQueryNextroundInfo.NextroundInfo
The cfp_info object.
cfp_info - Variable in class jadex.bdi.planlib.protocols.NegotiationRecord
The cfp_info kept locally.
ch - Variable in class jadex.bridge.component.streams.AbstractConnection
The abstract connection handler.
ChaCha20Random - Class in jadex.commons.security.random
 
ChaCha20Random() - Constructor for class jadex.commons.security.random.ChaCha20Random
Initializes the PRNG.
ChaCha20Random(byte[]) - Constructor for class jadex.commons.security.random.ChaCha20Random
Initializes the PRNG.
ChaCha20Random(IEntropySource) - Constructor for class jadex.commons.security.random.ChaCha20Random
Initializes the PRNG.
ChaCha20Random(IEntropySource, byte[]) - Constructor for class jadex.commons.security.random.ChaCha20Random
Initializes the PRNG.
changeallowed - Variable in class jadex.base.SRemoteClock.ClockState
Changing clock type allowed?
changed - Variable in class jadex.bridge.RemoteChangeListenerHandler
The changed elements (if any).
changeevent - Variable in class jadex.bdiv3.runtime.wrappers.EventPublisher
The change event name.
changeevent - Variable in class jadex.bdiv3.runtime.wrappers.InitEventPublisher
The change event name.
ChangeEvent<T> - Class in jadex.bdiv3.runtime
Event that is thrown in case of a bdi element change (belief, goal, etc.).
ChangeEvent<T> - Class in jadex.commons
The basic change event.
ChangeEvent() - Constructor for class jadex.bdiv3.runtime.ChangeEvent
Create a new ChangeEvent.
ChangeEvent() - Constructor for class jadex.commons.ChangeEvent
Create a new event.
ChangeEvent(IEvent) - Constructor for class jadex.bdiv3.runtime.ChangeEvent
Create a new ChangeEvent.
ChangeEvent(Object) - Constructor for class jadex.commons.ChangeEvent
Create a new event.
ChangeEvent(Object, String) - Constructor for class jadex.commons.ChangeEvent
Create a new event.
ChangeEvent(Object, String, T) - Constructor for class jadex.commons.ChangeEvent
Create a new event.
ChangeEvent(String, Object, T, Object) - Constructor for class jadex.bdiv3.runtime.ChangeEvent
Create a new event.
changeeventtypes - Variable in class jadex.bdiv3.runtime.WaitAbstraction
The event types.
ChangeInfoEntryMapper(ChangeInfo<?>) - Constructor for class jadex.bdiv3x.features.BDIXAgentFeature.ChangeInfoEntryMapper
 
changeOccurred(ChangeEvent) - Method in class jadex.base.SRemoteClock.RemoteClockChangeListener
Called when the process executes.
changeOccurred(ChangeEvent) - Method in class jadex.base.SRemoteClock.RemoteSimServiceChangeListener
Called when the process executes.
changeOccurred(ChangeEvent) - Method in class jadex.base.SRemoteClock.RemoteTimerChangeListener
Called when the process executes.
changeOccurred(ChangeEvent) - Method in class jadex.base.SRemoteGui.ConsoleListener
Called when a change occurs.
changeOccurred(ChangeEvent<T>) - Method in interface jadex.commons.IChangeListener
Called when a change occurs.
changeOccurred(ChangeEvent<T>) - Method in interface jadex.commons.IRemoteChangeListener
Called when a change occurs.
channel - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Animation
 
CHARACTERS - Static variable in class jadex.xml.stax.XmlUtil
Indicates an event is characters.
chart - Variable in class jadex.extension.envsupport.evaluation.AbstractChartDataConsumer
The chart.
CHAT - Static variable in interface jadex.base.IPlatformConfiguration
Start the chat agent for instant messaging and file transfer with user Jadex users.
ChatEvent - Class in jadex.bridge.service.types.chat
Information about some event that happened in the chat component.
ChatEvent() - Constructor for class jadex.bridge.service.types.chat.ChatEvent
Create a new chat event.
ChatEvent(String, String, IComponentIdentifier, Object, boolean, byte[]) - Constructor for class jadex.bridge.service.types.chat.ChatEvent
Create a new chat event.
check() - Method in class jadex.commons.future.FutureFinishChecker
Check if completed.
check(Iterator<Tuple2<String, Set<String>>>, String, String[], IResourceIdentifier) - Method in class jadex.micro.KernelMultiAgent
Check a factory
checkAndAddRequiredServiceInfo(RequiredServiceInfo, Map<String, Object>, ClassLoader) - Static method in class jadex.micro.MicroClassReader
 
checkAndFilter(Object, IAsyncFilter[], int) - Method in class jadex.commons.ComposedRemoteFilter
Check and filter.
checkClose() - Method in class jadex.bridge.component.streams.OutputConnectionHandler
 
checkComponentType(String, IComponentFactory[], int, IExternalAccess, IResourceIdentifier) - Static method in class jadex.bridge.service.types.factory.SComponentFactory
 
checkContextCondition() - Method in class jadex.bdiv3.actions.ExecutePlanStepAction
Check the context condition.
CheckedAction - Class in jadex.bridge
Can be used as external action, which will only be executed when isValid() is true.
CheckedAction() - Constructor for class jadex.bridge.CheckedAction
Create a new action.
CheckedCollection - Class in jadex.commons.collection
A checked collection can be used for concurrent modification bug tracking.
CheckedCollection(Collection) - Constructor for class jadex.commons.collection.CheckedCollection
Create a new collection.
CheckedCollection(Collection, CheckedMap) - Constructor for class jadex.commons.collection.CheckedCollection
Create a new collection.
CheckedMap - Class in jadex.commons.collection
 
CheckedMap(Map) - Constructor for class jadex.commons.collection.CheckedMap
Create a new collection.
checkEnhanced(Class<?>) - Static method in class jadex.bdiv3.AbstractAsmBdiClassGenerator
Check if a bdi agent class was enhanced.
checkEntity(X509CertificateHolder, String) - Static method in class jadex.commons.security.SSecurity
Check whether a certificate belongs to an entity, either as common name or as alt name.
checker - Variable in class jadex.commons.collection.LeaseTimeSet
The current checker.
Checker() - Constructor for class jadex.commons.collection.LeaseTimeSet.Checker
 
checkExistence(String[], IExternalAccess) - Static method in class jadex.base.SRemoteGui
Check remote files for existence.
checkForEmptySlots(List) - Static method in class jadex.commons.collection.WeakList
Check for empty slots in list.
CheckIndex - Annotation Type in jadex.bridge.service.annotation
Precondition for checking if the argument is a valid index.
checkLifecycleVisibility(ServiceQuery<?>, IServiceIdentifier) - Method in class jadex.bridge.service.search.ServiceRegistry
Test if a service is visible, i.e.
checkMethodReturnType(Class<? extends Annotation>, Method, ClassLoader) - Method in class jadex.micro.MicroClassReader
Check, if the return type of the agent method is acceptable.
checkName() - Method in class jadex.bridge.modelinfo.ModelInfo
Check if the specified name matches the file name.
checkNotify(E, Exception) - Method in class jadex.commons.future.CollectionResultListener
Check if the delegate should be notified.
checkNotInAtomic() - Method in class jadex.bdiv3x.runtime.Plan
Check if wait is called in atomic mode.
CheckNotNull - Annotation Type in jadex.bridge.service.annotation
Pre- or postcondition check that a parameter is not null.
checkOrFilter(Object, IAsyncFilter[], int) - Method in class jadex.commons.ComposedRemoteFilter
Check or filter.
checkPackage() - Method in class jadex.bridge.modelinfo.ModelInfo
Check if the specified package matches the file name.
checkPerformCall(IService) - Method in class jadex.bridge.service.component.multiinvoke.SequentialMultiplexDistributor
Check perform call.
checkPerformCall(IService) - Method in class jadex.bridge.service.component.multiinvoke.SimpleMultiplexDistributor
Check perform call.
checkPostConditions(ServiceInvocationContext, Object, boolean, List<Object>) - Method in class jadex.bridge.service.component.interceptors.PrePostConditionInterceptor
Check the postconditions.
checkPreConditions(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.PrePostConditionInterceptor
Check the precondition.
checkPublicationScope(ServiceQuery<?>, IServiceIdentifier) - Method in class jadex.bridge.service.search.ServiceRegistry
Check if service is ok with respect to publication scope.
checkQueries(IServiceIdentifier, int) - Method in class jadex.bridge.service.search.ServiceRegistry
Check the persistent queries for a new service.
checkReadOnly() - Method in class jadex.base.PlatformConfigurationHandler
Check the readonly state.
checkResend() - Method in class jadex.bridge.component.streams.OutputConnectionHandler
Check resending of unacknowledged messages.
checkResend() - Method in class jadex.bridge.component.streams.OutputConnectionHandler.DataSendInfo
Check, if the message should be resent.
checkReservedTag(String) - Static method in class jadex.bridge.sensor.service.TagProperty
Check if it is a reserved tag.
checkReservedTags(String[]) - Static method in class jadex.bridge.sensor.service.TagProperty
Check if it is a reserved tag.
checkRestrictions(ServiceQuery<?>, IServiceIdentifier) - Method in class jadex.bridge.service.search.ServiceRegistry
Check the services according additional restrictions like scope.
CheckReturnValueResultListener(Future<Void>, ServiceInvocationContext) - Constructor for class jadex.bridge.service.component.interceptors.PrePostConditionInterceptor.CheckReturnValueResultListener
Create a result listener.
checkSearchScope(ServiceQuery<?>, IServiceIdentifier) - Method in class jadex.bridge.service.search.ServiceRegistry
Check if service is ok with respect to search scope of caller.
checkStale() - Method in class jadex.commons.collection.LeaseTimeMap
Check for stale entries and remove them.
checkStale() - Method in class jadex.commons.collection.LeaseTimeSet
Start removing discovered proxies.
checkStale() - Method in class jadex.commons.collection.PassiveLeaseTimeSet
Start removing discovered entries.
CheckState - Annotation Type in jadex.bridge.service.annotation
Pre or postcondition that a state is valid.
checkTermination(Exception) - Method in interface jadex.commons.future.ITerminationCommand
Check if termination is allowed.
checkTermination(Exception) - Method in class jadex.commons.future.TerminationCommand
Check if termination is allowed.
checkWaitForReady() - Method in class jadex.bridge.component.streams.OutputConnectionHandler
 
child - Variable in class jadex.xml.reader.LinkData
The child object.
childcount - Variable in class jadex.bridge.service.types.cms.CmsState.CmsComponentState
The child count.
childDeserializedHook(Object, BeanContextSupport.BCSChild) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
This method is called during deserialization everytime a child is read.
childJustAddedHook(Object, BeanContextSupport.BCSChild) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
This method is called everytime a child is added to this context.
childJustRemovedHook(Object, BeanContextSupport.BCSChild) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
This method is called everytime a child is removed from this context.
childJustRemovedHook(Object, BeanContextSupport.BCSChild) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
This method is called everytime a child is removed from this context.
childproc - Variable in class jadex.bridge.service.types.daemon.StartOptions
Flag if process starter should be used for complete process decoupling.
children - Variable in class jadex.bridge.service.types.cms.CMSComponentDescription
Attribute for children.
children - Variable in class jadex.commons.beans.beancontext.BeanContextMembershipEvent
 
children - Variable in class jadex.commons.beans.beancontext.BeanContextSupport
A map of children - key is child instance, value is BCSChild instance.
children - Variable in class jadex.commons.collection.TreeNode
The children.
children - Variable in class jadex.commons.gui.JWizard.WizardNode
Wizard child nodes.
children - Variable in class jadex.javaparser.javaccimpl.SimpleNode
 
children - Variable in class jadex.xml.reader.AReadContext
The map of objects to link in bulk mode (object -> map of tags -> objects per tag).
childrenAdded(BeanContextMembershipEvent) - Method in interface jadex.commons.beans.beancontext.BeanContextMembershipListener
 
childrenRemoved(BeanContextMembershipEvent) - Method in interface jadex.commons.beans.beancontext.BeanContextMembershipListener
 
childTerminated(IComponentDescription, Exception) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Called when a child had an exception and was terminated.
childTerminated(IComponentDescription, Exception) - Method in interface jadex.bridge.service.types.factory.IPlatformComponentAccess
Called when a child had an exception and was terminated.
ChoiceNode(String, String[]) - Constructor for class jadex.commons.gui.JWizard.ChoiceNode
Creates the node.
ChoiceNode(String, String[], int) - Constructor for class jadex.commons.gui.JWizard.ChoiceNode
Creates the node.
chooseAvailableResource(ClassLoader, String...) - Static method in class jadex.commons.SReflect
Select the first available resource from a choice of potential resources.
chooseAvailableResource(String...) - Static method in class jadex.commons.SReflect
Select the first available resource from a choice of potential resources.
ci - Variable in class jadex.bdiv3x.features.BDIXAgentFeature.ChangeInfoEntryMapper
 
CI_NAME_CACHE - Static variable in class jadex.commons.SClassReader
 
cid - Variable in class jadex.bdi.planlib.watchdog.ObservationDescription
The identifier of the component to observe.
cid - Variable in exception jadex.bridge.ComponentNotFoundException
The component identifier.
cid - Variable in exception jadex.bridge.ComponentPersistedException
The component identifier.
cid - Variable in exception jadex.bridge.ComponentTerminatedException
The component identifier.
cid - Variable in class jadex.bridge.LocalResourceIdentifier
The component identifier.
cid - Variable in class jadex.bridge.service.types.awareness.DiscoveryInfo
The component identifier of the remote component.
cid - Variable in class jadex.bridge.service.types.chat.ChatEvent
The user cid.
cid - Variable in class jadex.bridge.service.types.cms.PlatformComponent.ExternalAccessInvocationHandler
The component identifier.
cidcounts - Variable in class jadex.bridge.service.types.cms.CmsState
The component ID counts.
cl - Variable in class jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
The classloader.
cl - Variable in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
The classloader.
cl - Variable in class jadex.commons.gui.autocombo.AutoCompleteCombo
The cloassloader.
cl - Variable in class jadex.commons.gui.ClassSearchPanel
The classloader.
classcache - Static variable in class jadex.commons.SReflect
Class lookup cache (classloader(weak)->Map([name, import]->class)).
CLASSCACHE - Static variable in class jadex.bytecode.Proxy
 
ClassComboModel - Class in jadex.commons.gui.autocombo
 
ClassComboModel(AutoCompleteCombo, int) - Constructor for class jadex.commons.gui.autocombo.ClassComboModel
Create a new ClassComboModel.
ClassComboModel(AutoCompleteCombo, int, boolean, boolean, boolean, boolean, IFilter<String>, IFilter<Class<?>>) - Constructor for class jadex.commons.gui.autocombo.ClassComboModel
Create a new ClassComboModel.
ClassConverter() - Constructor for class jadex.extension.envsupport.MEnvSpaceType.ClassConverter
 
ClassEntity() - Constructor for class jadex.commons.SClassReader.ClassEntity
 
classEquals(Class, Class) - Static method in class jadex.commons.beans.beancontext.BeanContextSupport
Compares if two classes are equal or their class names are equal.
classes - Variable in class jadex.commons.ByteClassLoader
The map of loaded classes.
classes - Variable in class jadex.commons.gui.autocombo.ClassComboModel
 
ClassFileInfo() - Constructor for class jadex.commons.SClassReader.ClassFileInfo
Create a new info.
ClassFileInfo(SClassReader.ClassInfo, String) - Constructor for class jadex.commons.SClassReader.ClassFileInfo
Create a new info.
classfilter - Variable in class jadex.commons.gui.autocombo.ClassComboModel
 
classForName(String, ClassLoader) - Static method in class jadex.commons.SReflect
Extension for Class.forName(), because primitive types are not supported.
classForName0(String, boolean, ClassLoader) - Static method in class jadex.commons.SReflect
Extension for Class.forName(), because primitive types are not supported.
classForName0(String, ClassLoader) - Static method in class jadex.commons.SReflect
Extension for Class.forName(), because primitive types are not supported.
classinfo - Variable in class jadex.commons.SClassReader.ClassFileInfo
The class info.
ClassInfo - Class in jadex.bridge
The class info struct serves for saving class information.
ClassInfo() - Constructor for class jadex.bridge.ClassInfo
Create a new class info.
ClassInfo() - Constructor for class jadex.commons.SClassReader.ClassInfo
Create a new classinfo.
ClassInfo(Class<?>) - Constructor for class jadex.bridge.ClassInfo
Create a new class info.
ClassInfo(Type) - Constructor for class jadex.bridge.ClassInfo
Create a new class info.
ClassInfo(String) - Constructor for class jadex.bridge.ClassInfo
Create a new class info.
ClassInfo(String, Collection<SClassReader.AnnotationInfo>) - Constructor for class jadex.commons.SClassReader.ClassInfo
Create a new classinfo.
ClassInfoComboBoxRenderer - Class in jadex.commons.gui.autocombo
 
ClassInfoComboBoxRenderer() - Constructor for class jadex.commons.gui.autocombo.ClassInfoComboBoxRenderer
 
ClassInfoRenderer - Class in jadex.commons.gui.jtable
A renderer for classinfos.
ClassInfoRenderer() - Constructor for class jadex.commons.gui.jtable.ClassInfoRenderer
 
classloader - Variable in class jadex.base.test.ComponentTestSuite
The class loader.
classloader - Variable in class jadex.bdiv3.model.ConstructorInfo
The classloader with which this info was loaded.
classloader - Variable in class jadex.bridge.ClassInfo
The classloader with which this info was loaded.
classloader - Variable in class jadex.bridge.modelinfo.ModelInfo
The classloader.
classloader - Variable in class jadex.commons.CLObjectInputStream
The classloader.
classloader - Variable in class jadex.commons.MethodInfo
The classloader with which this info was loaded.
classloader - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
The class loader.
classloader - Variable in class jadex.javaparser.javaccimpl.TypeNode
 
classloader - Variable in class jadex.micro.MicroModel
The class loader.
classloader - Variable in class jadex.xml.reader.AReadContext
The classloader.
classloader - Variable in class jadex.xml.writer.AWriteContext
The classloader.
classloaders - Variable in class jadex.bridge.service.types.cms.CmsState
ClassLoader cache.
classname - Variable in class jadex.bdiv3.model.ConstructorInfo
The clazz name.
classname - Variable in class jadex.commons.FieldInfo
The declaring class name.
classname - Variable in class jadex.commons.MethodInfo
Cached class.
classname - Variable in class jadex.commons.SClassReader.ClassInfo
The class name.
classname - Variable in class jadex.extension.agr.MAGRSpaceType
The class name.
classname - Variable in class jadex.extension.envsupport.MEnvSpaceType
The class name.
classpath - Variable in class jadex.bridge.service.types.daemon.StartOptions
The classpath.
classpath - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.special.SpatialControl
 
ClasspathHTMLEditorKit() - Constructor for class jadex.commons.gui.BrowserPane.ClasspathHTMLEditorKit
 
ClassRenderer - Class in jadex.commons.gui.jtable
Table renderer for classes that displays full name in tooltip.
ClassRenderer() - Constructor for class jadex.commons.gui.jtable.ClassRenderer
 
ClassSearchPanel - Class in jadex.commons.gui
Panel that allows for searching artifacts from maven repositories.
ClassSearchPanel(ClassLoader, IThreadPool) - Constructor for class jadex.commons.gui.ClassSearchPanel
Create a new search panel.
ClassSearchPanel(ClassLoader, IThreadPool, boolean, boolean, boolean, boolean) - Constructor for class jadex.commons.gui.ClassSearchPanel
Create a new search panel.
ClassStore - Class in jadex.bytecode.vmhacks
Class used to store injected classes globally.
ClassStore() - Constructor for class jadex.bytecode.vmhacks.ClassStore
Creates the store.
clazz - Variable in class jadex.bdiv3.model.MBelief
The type (if explicitly specified).
clazz - Variable in class jadex.bdiv3.model.MBody
The body as seperate class.
clazz - Variable in class jadex.bdiv3.model.MParameter
The type (if explicitly specified).
clazz - Variable in class jadex.bridge.modelinfo.NFPropertyInfo
The property class.
clazz - Variable in class jadex.bridge.modelinfo.UnparsedExpression
The clazz info.
clazz - Variable in class jadex.commons.LazyResource
The reference class for using correct package and class loader.
clazz - Variable in class jadex.extension.rs.publish.Value
The class.
clazz - Variable in class jadex.javaparser.javaccimpl.ReflectNode
The clazz.
clazz() - Method in annotation type jadex.bdiv3.annotation.Goal
The goal class, when used inside a Goals annotation.
clazz() - Method in annotation type jadex.bridge.nonfunctional.annotation.NameValue
The value as a class.
clazz() - Method in annotation type jadex.bridge.service.annotation.Value
The value as a class.
clazz() - Method in annotation type jadex.micro.annotation.Argument
The class.
clazz() - Method in annotation type jadex.micro.annotation.ComponentType
The component clazz.
clazz() - Method in annotation type jadex.micro.annotation.Feature
Get the implementation type.
clazz() - Method in annotation type jadex.micro.annotation.Result
The class.
cleaner - Variable in class jadex.commons.collection.LRU
The entry cleaner (for performing cleanup code on removed entries).
cleanerAdded(Cleaner, IInternalAccess) - Method in class jadex.quickstart.cleanerworld.multi.messaging.SimpleMessagingCleanerAgent
An example plan to be executed whenever a new cleaner is seen.
CleanerBDIAgent - Class in jadex.quickstart.cleanerworld.single
Separate Maintain and Target Conditions.
CleanerBDIAgent() - Constructor for class jadex.quickstart.cleanerworld.single.CleanerBDIAgent
 
CleanerBDIAgentA0 - Class in jadex.quickstart.cleanerworld.single
BDI agent template.
CleanerBDIAgentA0() - Constructor for class jadex.quickstart.cleanerworld.single.CleanerBDIAgentA0
 
CleanerBDIAgentA1 - Class in jadex.quickstart.cleanerworld.single
First BDI agent with a goal and a plan.
CleanerBDIAgentA1() - Constructor for class jadex.quickstart.cleanerworld.single.CleanerBDIAgentA1
 
CleanerBDIAgentA2 - Class in jadex.quickstart.cleanerworld.single
Use the recur flag to execute goals periodically.
CleanerBDIAgentA2() - Constructor for class jadex.quickstart.cleanerworld.single.CleanerBDIAgentA2
 
CleanerBDIAgentA3 - Class in jadex.quickstart.cleanerworld.single
Use many plans for the same goal.
CleanerBDIAgentA3() - Constructor for class jadex.quickstart.cleanerworld.single.CleanerBDIAgentA3
 
CleanerBDIAgentA4 - Class in jadex.quickstart.cleanerworld.single
Use goal settings to control plan selection.
CleanerBDIAgentA4() - Constructor for class jadex.quickstart.cleanerworld.single.CleanerBDIAgentA4
 
CleanerBDIAgentB1 - Class in jadex.quickstart.cleanerworld.single
Use a belief to control a declarative goal.
CleanerBDIAgentB1() - Constructor for class jadex.quickstart.cleanerworld.single.CleanerBDIAgentB1
 
CleanerBDIAgentB2 - Class in jadex.quickstart.cleanerworld.single
Using deliberation settings for managing conflicting goals.
CleanerBDIAgentB2() - Constructor for class jadex.quickstart.cleanerworld.single.CleanerBDIAgentB2
 
CleanerBDIAgentB3 - Class in jadex.quickstart.cleanerworld.single
Separate maintain and target conditions.
CleanerBDIAgentB3() - Constructor for class jadex.quickstart.cleanerworld.single.CleanerBDIAgentB3
 
CleanerBDIAgentC0 - Class in jadex.quickstart.cleanerworld.single
Managing known charging stations in a belief set.
CleanerBDIAgentC0() - Constructor for class jadex.quickstart.cleanerworld.single.CleanerBDIAgentC0
 
CleanerBDIAgentC1 - Class in jadex.quickstart.cleanerworld.single
A subgoal for knowing charging stations
CleanerBDIAgentC1() - Constructor for class jadex.quickstart.cleanerworld.single.CleanerBDIAgentC1
 
CleanerBDIAgentC2 - Class in jadex.quickstart.cleanerworld.single
A Plan for Finding a Charging Station
CleanerBDIAgentC2() - Constructor for class jadex.quickstart.cleanerworld.single.CleanerBDIAgentC2
 
CleanerBDIAgentD1 - Class in jadex.quickstart.cleanerworld.single
A cleanup goal for each piece of waste.
CleanerBDIAgentD1() - Constructor for class jadex.quickstart.cleanerworld.single.CleanerBDIAgentD1
 
CleanerBDIAgentD2 - Class in jadex.quickstart.cleanerworld.single
Separate Maintain and Target Conditions.
CleanerBDIAgentD2() - Constructor for class jadex.quickstart.cleanerworld.single.CleanerBDIAgentD2
 
CleanerBDIAgentD3a - Class in jadex.quickstart.cleanerworld.single
Separate Maintain and Target Conditions.
CleanerBDIAgentD3a() - Constructor for class jadex.quickstart.cleanerworld.single.CleanerBDIAgentD3a
 
CleanerBDIAgentD3b - Class in jadex.quickstart.cleanerworld.single
Separate Maintain and Target Conditions.
CleanerBDIAgentD3b() - Constructor for class jadex.quickstart.cleanerworld.single.CleanerBDIAgentD3b
 
CleanerBDIAgentE1 - Class in jadex.quickstart.cleanerworld.single
Using inner classes for plans with conditions.
CleanerBDIAgentE1() - Constructor for class jadex.quickstart.cleanerworld.single.CleanerBDIAgentE1
 
CleanerBDIAgentFinal - Class in jadex.quickstart.cleanerworld.single
More or less working solution for a BDI cleaner.
CleanerBDIAgentFinal() - Constructor for class jadex.quickstart.cleanerworld.single.CleanerBDIAgentFinal
 
cleanup() - Method in class jadex.bridge.CheckedAction
Cleanup will be executed at the end of the action.
cleanup() - Method in class jadex.commons.ResourceInfo
Cleanup the resource info when it is no longer used.
cleanup(IComponentIdentifier, Exception) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
 
cleanup(IInternalAccess) - Method in class jadex.bdiv3.model.MBelief
Cleanup the value on agent shutdown, i.e., call close() on closeable fact objects.
cleanup(TestResult) - Method in class jadex.base.test.ComponentTestSuite
Called after test suite is finished.
cleanUp(ObserverCenter) - Method in class jadex.extension.envsupport.observer.gui.plugin.AbstractInteractionPlugin
This method is executed when the plugins shuts down.
cleanupEldestEntry(Map.Entry<V, K>) - Method in interface jadex.commons.collection.ILRUEntryCleaner
Cleanup the eldest entry.
cleanupfuture - Variable in class jadex.bridge.service.types.cms.CmsState.CmsComponentState
The cleanup future.
clear() - Method in class jadex.bpmn.MultiColumnTable
 
clear() - Method in class jadex.bridge.component.DependencyResolver
Clear the resolver.
clear() - Method in class jadex.bridge.service.search.Indexer
Clears all contained values.
clear() - Method in class jadex.bridge.service.search.ServiceKeyExtractor.SetWrapper
 
clear() - Method in class jadex.bytecode.vmhacks.ClassStore
Override
clear() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
This method is unsupported, throws UnsupportedOperationException.
clear() - Method in class jadex.commons.collection.BiHashMap
Clears the map.
clear() - Method in class jadex.commons.collection.BloomFilter
Clear the filter content.
clear() - Method in class jadex.commons.collection.CheckedCollection
Removes all of the elements from this collection (optional operation).
clear() - Method in class jadex.commons.collection.CheckedMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
clear() - Method in class jadex.commons.collection.FastHashMap
 
clear() - Method in class jadex.commons.collection.IdentityHashSet
Removes all of the elements from this set (optional operation).
clear() - Method in class jadex.commons.collection.IndexMap
Removes all mappings from this map.
clear() - Method in class jadex.commons.collection.LeaseTimeMap
Removes all mappings from this map.
clear() - Method in class jadex.commons.collection.LeaseTimeSet
 
clear() - Method in class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
 
clear() - Method in class jadex.commons.collection.MultiCollection
Removes all mappings from this map.
clear() - Method in class jadex.commons.collection.NestedMap
Removes all mappings from this map (optional operation).
clear() - Method in class jadex.commons.collection.OrderedProperties
Delegate.
clear() - Method in class jadex.commons.collection.PassiveLeaseTimeSet
 
clear() - Method in class jadex.commons.collection.RwMapWrapper
Clears the map.
clear() - Method in class jadex.commons.collection.TwoWayMultiCollection
Removes all mappings from this map.
clear() - Method in class jadex.commons.collection.WeakKeyValueMap
Clears map.
clear() - Method in class jadex.commons.collection.WeakList
Removes all of the elements from this list (optional operation).
clear() - Method in class jadex.commons.collection.WeakSet
Removes all of the elements from this set.
clear() - Method in class jadex.commons.collection.WeakValueMap
Clear the map.
clear() - Method in class jadex.commons.collection.wrappers.CollectionWrapper
 
clear() - Method in class jadex.commons.collection.wrappers.MapWrapper
 
clear() - Method in class jadex.commons.ObjectCache
Clear the cache.
clearAWT() - Static method in class jadex.base.test.ComponentTestSuite
Workaround for AWT/Swing memory leaks.
clearAWT() - Static method in class jadex.commons.SNonAndroid
Workaround for AWT/Swing memory leaks.
clearModelCache() - Method in class jadex.commons.AbstractModelLoader
Clears the model cache.
clearRecentClassBytes() - Method in class jadex.bdiv3.ByteKeepingASMBDIClassGenerator
Clear the list of recently generated classes.
clearTasks() - Method in class jadex.extension.envsupport.environment.SpaceObject
Removes all tasks from the object.
CLI - Static variable in interface jadex.base.IPlatformConfiguration
Start the platform with command line interface (cli) activated? (requires Jadex Pro add-on)
CLICONSOLE - Static variable in interface jadex.base.IPlatformConfiguration
Start cli with console in or not
CLObjectInputStream - Class in jadex.commons
Extension of the standard object input stream, which does not provide any means to set the classloader to use.
CLObjectInputStream(InputStream, ClassLoader) - Constructor for class jadex.commons.CLObjectInputStream
Create a new object input stream
clock - Variable in class jadex.bridge.sensor.service.ExecutionTimeProperty
The clock.
clock - Variable in class jadex.bridge.sensor.service.WaitingTimeProperty
The clock.
clock - Variable in class jadex.bridge.service.types.cms.LoggerWrapper
The clock service.
clock - Variable in class jadex.extension.envsupport.observer.gui.ObserverCenter
 
CLOCK_SPEED - Static variable in class jadex.quickstart.cleanerworld.Main
Use higher values (e.g.
clocklistener - Variable in class jadex.extension.envsupport.environment.DeltaTimeExecutor
The clock listener.
clocklistener - Variable in class jadex.extension.envsupport.observer.gui.ObserverCenter
The clock listener for sync gui updates.
clockok - Variable in class jadex.base.SRemoteClock.SimulationState
The clock ok flag.
ClockState() - Constructor for class jadex.base.SRemoteClock.ClockState
Bean constructor.
ClockState(String, long, double, long, long, double, boolean) - Constructor for class jadex.base.SRemoteClock.ClockState
Create a clock state object.
clocktype - Variable in class jadex.base.SRemoteClock.SimulationState
The clock type.
clone() - Method in interface jadex.base.IPlatformConfiguration
Clone this configuration.
clone() - Method in class jadex.bridge.ComponentIdentifier
Clone this component identifier.
clone() - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Clone a component description.
clone() - Method in class jadex.commons.collection.IndexMap
Clone an index map.
clone() - Method in class jadex.commons.collection.IndexMap.ListIndexMap
Clone an index map.
clone() - Method in class jadex.commons.collection.IndexMap.MapIndexMap
Clone an index map.
clone() - Method in class jadex.commons.collection.MultiCollection
Clone a multi collection.
clone() - Method in class jadex.commons.collection.WeakSet
Returns a shallow copy of this WeakSet instance: the elements themselves are not cloned.
clone() - Method in class jadex.commons.Tuple
Clone this tuple.
clone() - Method in class jadex.commons.Tuple2
Clone this tuple.
clone() - Method in class jadex.commons.Tuple3
Clone this tuple.
clone() - Method in interface jadex.extension.envsupport.math.IVector1
Generates a deep clone of the vector.
clone() - Method in interface jadex.extension.envsupport.math.IVector2
Generates a deep clone of the vector.
clone() - Method in interface jadex.extension.envsupport.math.IVector3
Generates a deep clone of the vector.
clone() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Generates a deep clone of the vector.
clone() - Method in class jadex.extension.envsupport.math.Vector1Double
 
clone() - Method in class jadex.extension.envsupport.math.Vector1Int
Generates a deep clone of the vector.
clone() - Method in class jadex.extension.envsupport.math.Vector1Long
Generates a deep clone of the vector.
clone() - Method in class jadex.extension.envsupport.math.Vector2Double
 
clone() - Method in class jadex.extension.envsupport.math.Vector2Int
Generates a deep clone of the vector.
clone() - Method in class jadex.extension.envsupport.math.Vector3Double
 
clone() - Method in class jadex.extension.envsupport.math.Vector3Int
 
close - Variable in class jadex.commons.ExpressionTokenizer
The nesting level delimiters.
close() - Method in class jadex.bridge.component.streams.AbstractConnection
Close the connection.
close() - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Close the connection.
close() - Method in class jadex.bridge.component.streams.LocalAbstractConnectionHandler
Close the connection.
close() - Method in class jadex.bridge.component.streams.OutputConnection
Close the connection.
close() - Method in interface jadex.bridge.IConnection
Close the connection.
close() - Method in class jadex.bridge.service.types.remote.ServiceInputConnection
Close the stream.
close() - Method in class jadex.bridge.service.types.remote.ServiceInputConnectionProxy
 
close() - Method in class jadex.bridge.service.types.remote.ServiceOutputConnection
Close the connection.
close() - Method in class jadex.bridge.service.types.remote.ServiceOutputConnectionProxy
Close the connection.
close() - Method in class jadex.commons.beans.XMLDecoder
Close the input stream of xml data.
close() - Method in class jadex.commons.beans.XMLEncoder
Call flush() first, then write out xml footer and close the underlying output stream.
close() - Method in interface jadex.commons.collection.IAutoLock
Unlocks the lock via the resource approach.
close() - Method in class jadex.commons.ListenableStream
Close the streams.
close() - Method in class jadex.commons.MultiStream
Close the streams.
close() - Method in class jadex.commons.ProtectedInputStream
Close the stream.
close() - Method in interface jadex.xml.reader.IXMLReader
Closes the reader.
close() - Method in class jadex.xml.stax.StaxReaderWrapper
Closes the reader.
close(Closeable) - Static method in class jadex.commons.SUtil
Attempt to close a Closeable (e.g.
close(OutputStream) - Static method in class jadex.commons.ProcessStarter
Close a stream.
close(Socket) - Static method in class jadex.commons.SUtil
Attempt to close a Socket (e.g.
CLOSE - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Close the connection.
CLOSE_INPUT_PARTICIPANT - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Close connection - from participant.
CLOSE_OUTPUT_INITIATOR - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Close connection - from initiator.
closeConnection(HttpURLConnection) - Static method in class jadex.commons.HttpConnectionManager
Close a connection
closed - Variable in class jadex.bridge.component.streams.AbstractConnection
 
closed - Variable in class jadex.bridge.service.types.remote.ServiceInputConnection
The closed flag.
closed - Variable in class jadex.bridge.service.types.remote.ServiceOutputConnection
The closed flag.
closed - Variable in class jadex.commons.collection.ArrayBlockingQueue
The queue state.
closed - Variable in class jadex.commons.collection.BlockingQueue
The queue state.
ClosedException(String) - Constructor for exception jadex.commons.collection.IBlockingQueue.ClosedException
Create a new closed exception.
closedtag - Variable in class jadex.xml.stax.StaxReaderWrapper
The last tag that was closed.
closeReceived(int) - Method in class jadex.bridge.component.streams.InputConnectionHandler
From initiator.
CLOSEREQ - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Close request (from participant which cannot close itself).
CLOSEREQ_INPUT_INITIATOR - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Close request connection - from initiator.
CLOSEREQ_OUTPUT_PARTICIPANT - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Request close connection - from participant.
closereqflag - Variable in class jadex.bridge.component.streams.OutputConnectionHandler
Close request flag (when a closereq message was received).
closeRequestReceived() - Method in class jadex.bridge.component.streams.OutputConnectionHandler
Received a request to close the connection.
closesent - Variable in class jadex.bridge.component.streams.OutputConnectionHandler
Flag if close was already sent.
closing - Variable in class jadex.bridge.component.streams.AbstractConnection
 
CMApproveCancelPlan - Class in jadex.bdi.planlib.protocols.cancelmeta
Default plan to decide about cancel requests.
CMApproveCancelPlan() - Constructor for class jadex.bdi.planlib.protocols.cancelmeta.CMApproveCancelPlan
 
cmd - Variable in class jadex.extension.envsupport.environment.ComponentActionList
The schedule command.
CMHandlerPlan - Class in jadex.bdi.planlib.protocols.cancelmeta
Receiver plan for FIPA-Cancel-Meta-Protocol.
CMHandlerPlan() - Constructor for class jadex.bdi.planlib.protocols.cancelmeta.CMHandlerPlan
 
CMInitiatorPlan - Class in jadex.bdi.planlib.protocols.cancelmeta
Plan to handle protocol abortion according to FIPA cancel meta protocol
CMInitiatorPlan() - Constructor for class jadex.bdi.planlib.protocols.cancelmeta.CMInitiatorPlan
 
CMSComponentDescription - Class in jadex.bridge.service.types.cms
Java class for concept CMSComponentDescription of beanynizer_beans_fipa_new ontology.
CMSComponentDescription() - Constructor for class jadex.bridge.service.types.cms.CMSComponentDescription
Create a new CESComponentDescription.
CMSComponentDescription(IComponentIdentifier) - Constructor for class jadex.bridge.service.types.cms.CMSComponentDescription
Create a new CMSComponentDescription.
CmsComponentState() - Constructor for class jadex.bridge.service.types.cms.CmsState.CmsComponentState
Creates the component state.
CMSCreateComponent - Class in jadex.bridge.fipa
Java class for concept AMSCreateComponent of beanynizer_beans_fipa_default ontology.
CMSCreateComponent() - Constructor for class jadex.bridge.fipa.CMSCreateComponent
Default Constructor.
CMSCreateComponent(IComponentIdentifier) - Constructor for class jadex.bridge.fipa.CMSCreateComponent
Create a new AMSCreateComponent.
CMSCreatedEvent() - Constructor for class jadex.bridge.service.types.cms.CMSStatusEvent.CMSCreatedEvent
Create a new CMSCreatedEvent.
CMSCreatedEvent(IComponentDescription) - Constructor for class jadex.bridge.service.types.cms.CMSStatusEvent.CMSCreatedEvent
Create a new CMSCreatedEvent.
CMSDestroyComponent - Class in jadex.bridge.fipa
Java class for concept AMSDestroyComponent of beanynizer_beans_fipa_default ontology.
CMSDestroyComponent() - Constructor for class jadex.bridge.fipa.CMSDestroyComponent
Default Constructor.
CMSDestroyComponent(IComponentIdentifier) - Constructor for class jadex.bridge.fipa.CMSDestroyComponent
Create a new AMSDestroyComponent.
CMSIntermediateResultEvent() - Constructor for class jadex.bridge.service.types.cms.CMSStatusEvent.CMSIntermediateResultEvent
Create a new CMSIntermediateResultEvent.
CMSIntermediateResultEvent(IComponentDescription, String, Object) - Constructor for class jadex.bridge.service.types.cms.CMSStatusEvent.CMSIntermediateResultEvent
Create a new CMSIntermediateResultEvent.
cmslisteners - Variable in class jadex.bridge.service.types.cms.CmsState.CmsComponentState
The cms listeners for the component.
CMSResumeComponent - Class in jadex.bridge.fipa
Java class for concept AMSResumeComponent of beanynizer_beans_fipa_default ontology.
CMSResumeComponent() - Constructor for class jadex.bridge.fipa.CMSResumeComponent
Default Constructor.
CMSResumeComponent(IComponentIdentifier) - Constructor for class jadex.bridge.fipa.CMSResumeComponent
Create a new AMSSuspendComponent.
CMSSearchComponents - Class in jadex.bridge.fipa
Java class for concept AMSSearchComponents of beanynizer_beans_fipa_default ontology.
CMSSearchComponents() - Constructor for class jadex.bridge.fipa.CMSSearchComponents
Default Constructor.
CMSSearchComponents(IComponentDescription, IComponentDescription[]) - Constructor for class jadex.bridge.fipa.CMSSearchComponents
Create a new DFSearch.
CMSShutdownPlatform - Class in jadex.bridge.fipa
Java class for concept CMSShutdownPlatform of beanynizer_beans_fipa_default ontology.
CMSShutdownPlatform() - Constructor for class jadex.bridge.fipa.CMSShutdownPlatform
Default Constructor.
CmsState - Class in jadex.bridge.service.types.cms
Class representing the state information for component management.
CmsState() - Constructor for class jadex.bridge.service.types.cms.CmsState
Creates the state.
CmsState.CmsComponentState - Class in jadex.bridge.service.types.cms
State for a particular component.
CMSStatusEvent - Class in jadex.bridge.service.types.cms
Base change event.
CMSStatusEvent() - Constructor for class jadex.bridge.service.types.cms.CMSStatusEvent
Create a new CMSStatusEvent.
CMSStatusEvent(IComponentDescription) - Constructor for class jadex.bridge.service.types.cms.CMSStatusEvent
Create a new CMSStatusEvent.
CMSStatusEvent.CMSCreatedEvent - Class in jadex.bridge.service.types.cms
Status event for a newly created component.
CMSStatusEvent.CMSIntermediateResultEvent - Class in jadex.bridge.service.types.cms
Status event for an intermediate result of a component.
CMSStatusEvent.CMSTerminatedEvent - Class in jadex.bridge.service.types.cms
Final event of a finished component, including all results.
CMSSuspendComponent - Class in jadex.bridge.fipa
Java class for concept CMSSuspendComponent of beanynizer_beans_fipa_default ontology.
CMSSuspendComponent() - Constructor for class jadex.bridge.fipa.CMSSuspendComponent
Default Constructor.
CMSSuspendComponent(IComponentIdentifier) - Constructor for class jadex.bridge.fipa.CMSSuspendComponent
Create a new CMSSuspendComponent.
CMSTerminatedEvent() - Constructor for class jadex.bridge.service.types.cms.CMSStatusEvent.CMSTerminatedEvent
Create a new CMSCreatedEvent.
CMSTerminatedEvent(IComponentDescription, Map<String, Object>, Exception) - Constructor for class jadex.bridge.service.types.cms.CMSStatusEvent.CMSTerminatedEvent
Create a new CMSCreatedEvent.
CNPEvaluateProposalsPlan - Class in jadex.bdi.planlib.protocols.contractnet
Evaluate proposals using the proposal evaluator interface.
CNPEvaluateProposalsPlan() - Constructor for class jadex.bdi.planlib.protocols.contractnet.CNPEvaluateProposalsPlan
 
CNPInitiatorPlan - Class in jadex.bdi.planlib.protocols.contractnet
Handles the initiator side of a contract-net protocol.
CNPInitiatorPlan() - Constructor for class jadex.bdi.planlib.protocols.contractnet.CNPInitiatorPlan
 
CNPQueryNextroundInfoPlan - Class in jadex.bdi.planlib.protocols.contractnet
Default plan for the query nextround info goal of the iterated contract-net protocol.
CNPQueryNextroundInfoPlan() - Constructor for class jadex.bdi.planlib.protocols.contractnet.CNPQueryNextroundInfoPlan
 
CNPReceiverPlan - Class in jadex.bdi.planlib.protocols.contractnet
Receive a contract net protocol (cnp) and answer it.
CNPReceiverPlan() - Constructor for class jadex.bdi.planlib.protocols.contractnet.CNPReceiverPlan
 
cnt - Variable in class jadex.base.test.Testcase
The number of tests to be performed.
cnt - Variable in class jadex.commons.future.CounterResultListener
The number of received callbacks.
CNT - Static variable in class jadex.extension.envsupport.environment.ComponentActionList.ActionEntry
 
COARSE - jadex.bridge.service.types.monitoring.IMonitoringService.PublishEventLevel
 
code() - Method in class jadex.commons.concurrent.Executor
The code to be run.
CODEC_ID - Static variable in interface jadex.bridge.service.types.message.ICodec
Constant for accessing the codec id.
coll - Variable in class jadex.commons.collection.CheckedCollection
The collection.
collcnt - Variable in class jadex.commons.collection.MultiIterator
The counter for the collection.
collectClasspathDirectories(ClassLoader, Set<File>) - Static method in class jadex.base.test.ComponentTestSuite
Collect all directory URLs belonging to a class loader.
collectClasspathURLs(ClassLoader) - Static method in class jadex.commons.SUtil
Get other contained (but not directly managed) urls from parent classloaders.
collectClasspathURLs(ClassLoader, Set<URL>, Set<String>) - Static method in class jadex.commons.SUtil
Collect all URLs belonging to a class loader.
collectDexPathUrls(ClassLoader) - Method in interface jadex.commons.SUtil.AndroidUtils
Traverse the Hierarchy of the given classloader and collect all DexPaths that are found as URLs.
CollectingIntermediateResultListener<E> - Class in jadex.commons.future
A listener that collects intermediate results and calls resultAvailable() on setFinished().
CollectingIntermediateResultListener() - Constructor for class jadex.commons.future.CollectingIntermediateResultListener
 
CollectionNode - Class in jadex.javaparser.javaccimpl
A node representing collection values to fill in.
CollectionNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.CollectionNode
Create an expression node.
CollectionResultListener<E> - Class in jadex.commons.future
Collection result listener collects a number of results and return a collection.
CollectionResultListener(boolean, IFunctionalResultListener<Collection<E>>, IFunctionalExceptionListener) - Constructor for class jadex.commons.future.CollectionResultListener
Create a new collection listener.
CollectionResultListener(boolean, IResultListener<Collection<E>>) - Constructor for class jadex.commons.future.CollectionResultListener
Create a new collection listener.
CollectionResultListener(int, boolean, IFunctionalResultListener<Collection<E>>, IFunctionalExceptionListener) - Constructor for class jadex.commons.future.CollectionResultListener
Create a new collection listener.
CollectionResultListener(int, boolean, IResultListener<Collection<E>>) - Constructor for class jadex.commons.future.CollectionResultListener
Create a new collection listener.
CollectionResultListener(int, IFunctionalResultListener<Collection<E>>, IFunctionalExceptionListener) - Constructor for class jadex.commons.future.CollectionResultListener
Create a new collection listener.
CollectionResultListener(int, IResultListener<Collection<E>>) - Constructor for class jadex.commons.future.CollectionResultListener
Create a new collection listener that stops on failures.
CollectionResultListener(IFunctionalResultListener<Collection<E>>, IFunctionalExceptionListener) - Constructor for class jadex.commons.future.CollectionResultListener
Create a new collection listener.
CollectionResultListener(IResultListener<Collection<E>>) - Constructor for class jadex.commons.future.CollectionResultListener
Create a new collection listener that stops on failures.
CollectionWrapper<T> - Class in jadex.commons.collection.wrappers
Wrapper for collections.
CollectionWrapper(Collection<T>) - Constructor for class jadex.commons.collection.wrappers.CollectionWrapper
Create a new wrapper.
collectManifestURLs(URL, Set<URL>, Set<String>) - Static method in class jadex.commons.SUtil
Collect all URLs as specified in a manifest.
collectProposals(NegotiationRecord, Map) - Method in class jadex.bdi.planlib.protocols.contractnet.CNPInitiatorPlan
Collect proposal messages.
color_ - Variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Color or Color binding of the primitive.
color_ - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Color or Color binding of the primitive.
COLORKEY - jadex.extension.envsupport.observer.graphics.drawable3d.special.SpecialAction
 
ColorLayerJ2DRenderer - Class in jadex.extension.envsupport.observer.graphics.java2d
 
ColorLayerJ2DRenderer() - Constructor for class jadex.extension.envsupport.observer.graphics.java2d.ColorLayerJ2DRenderer
 
ColorStringMapper - Class in jadex.extension.rs.invoke.mapper
Color to hex string mapper.
ColorStringMapper() - Constructor for class jadex.extension.rs.invoke.mapper.ColorStringMapper
 
colorToHTML(Color) - Static method in class jadex.commons.gui.SGUI
Convert a color to an html representation.
colorToRgba(Color) - Static method in class jadex.commons.gui.SGUI
Converts a color to RGBA array.
columnclasses - Variable in class jadex.commons.gui.jtable.ObjectTableModel
The classes of the columns.
columnnames - Variable in class jadex.commons.gui.jtable.StringArrayTableModel
 
columnnames - Variable in class jadex.commons.gui.jtreetable.TreeTableNodeType
The display names of the columns.
columnnames - Variable in class jadex.extension.envsupport.evaluation.DataTable
The table column names.
columnnames - Variable in class jadex.extension.envsupport.evaluation.DefaultDataProvider
The column names.
columns - Variable in class jadex.commons.gui.jtable.ObjectTableModel
The data.
columns - Variable in class jadex.commons.gui.jtreetable.DefaultTreeTableModel
The column names.
columns - Variable in class jadex.commons.gui.jtreetable.TreeTableNodeType
The columns (internal names of properties).
columns - Variable in class jadex.extension.envsupport.evaluation.DataTable
The map of column indices.
columseditable - Variable in class jadex.commons.gui.jtable.ObjectTableModel
The editable colums.
CombiIcon - Class in jadex.commons.gui
Icon that can combine multiple images.
CombiIcon(Icon[]) - Constructor for class jadex.commons.gui.CombiIcon
Create a combio icon from the given icons.
combineSubscriptionFutures(IInternalAccess, ISubscriptionIntermediateFuture<E>, ISubscriptionIntermediateFuture<E>, IResultCommand<T, E>) - Static method in class jadex.bridge.SFuture
Combine results of two subscription futures and exclude duplicates (uses sliding cuckoo filter with toString() on results).
combineSubscriptionFutures(IInternalAccess, ISubscriptionIntermediateFuture<T>, ISubscriptionIntermediateFuture<T>) - Static method in class jadex.bridge.SFuture
Combine results of two subscription futures and exclude duplicates (uses sliding cuckoo filter with toString() on results).
combo - Variable in class jadex.commons.gui.autocombo.AbstractAutoComboModel
 
ComboBoxEditor - Class in jadex.commons.gui.autocombo
 
ComboBoxEditor(AbstractAutoComboModel<?>) - Constructor for class jadex.commons.gui.autocombo.ComboBoxEditor
Create a new editor.
command - Variable in class jadex.bridge.service.types.cron.CronJob
The command.
commandAvailable(Object) - Method in class jadex.bridge.ComponentResultListener
Called when a command is available.
commandAvailable(Object) - Method in class jadex.bridge.TimeoutResultListener
Called when a command is available.
commandAvailable(Object) - Method in class jadex.commons.future.DefaultResultListener
Called when a command is available.
commandAvailable(Object) - Method in class jadex.commons.future.DelegationResultListener
Called when a command is available.
commandAvailable(Object) - Method in class jadex.commons.future.ExceptionDelegationResultListener
Called when a command is available.
commandAvailable(Object) - Method in interface jadex.commons.future.IFutureCommandResultListener
Called when a command is available.
commandAvailable(Object) - Method in class jadex.commons.future.IntermediateDelegationResultListener
Called when a command is available.
commandAvailable(Object) - Method in class jadex.commons.future.IntermediateExceptionDelegationResultListener
Called when a command is available.
commandAvailable(Object) - Method in class jadex.commons.gui.future.SwingDefaultResultListener
Called when a command is available.
commandAvailable(Object) - Method in class jadex.commons.gui.future.SwingDelegationResultListener
Called when a command is available.
commandAvailable(Object) - Method in class jadex.commons.gui.future.SwingExceptionDelegationResultListener
Called when a command is available.
commandAvailable(Object) - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
Called when a command is available.
commandAvailable(Object) - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
Called when a command is available.
commandAvailable(Object) - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
Called when a command is available.
commandAvailable(Object) - Method in class jadex.commons.gui.future.SwingResultListener
Called when a command is available.
commands - Variable in class jadex.commons.future.CallSequentializer
The command to execute a call.
comment - Variable in class jadex.xml.reader.AReadContext
The current comment.
comment - Variable in class jadex.xml.writer.WriteObjectInfo
The comment.
COMMENT - Static variable in class jadex.xml.AttributeInfo
Constant for identifying comment.
COMMENT - Static variable in class jadex.xml.stax.XmlUtil
 
commentinfo - Variable in class jadex.xml.MappingInfo
The comment info.
commit() - Method in interface jadex.bridge.service.types.context.IPreferences
Commit your preferences changes.
comp - Variable in class jadex.bdi.planlib.protocols.Selector
The comparator for comparing proposals.
comp - Variable in class jadex.bridge.nonfunctional.NFPropertyRef
The component of the ref.
comp - Variable in class jadex.bridge.nonfunctional.SimpleValueNFProperty
The component.
comp - Variable in class jadex.bridge.service.component.BasicServiceInvocationHandler
The internal access.
comp - Variable in class jadex.bridge.service.component.RemoteMethodInvocationHandler
The local component.
comp - Variable in class jadex.commons.collection.SortedList
The comparator to use (if any).
COMPARABLE_COMAPRATOR - Static variable in class jadex.commons.gui.jtable.TableSorter
 
COMPARATOR - Static variable in class jadex.extension.envsupport.environment.space2d.KdNode.KdValueFetcherX
Static comparator to avoid instantiation overhead
COMPARATOR - Static variable in class jadex.extension.envsupport.environment.space2d.KdNode.KdValueFetcherY
Static comparator to avoid instantiation overhead
compare(AbstractInfo, AbstractInfo) - Method in class jadex.xml.AbstractInfo.SpecificityComparator
 
compare(Object, Object) - Method in class jadex.extension.envsupport.observer.graphics.YOrder
 
compare(Object, Object) - Method in class jadex.javaparser.javaccimpl.CompareNode
Compare two values.
compare(T, T) - Method in class jadex.commons.collection.SortedList
Compare two elements.
compareElementsAt(int, int) - Method in class jadex.commons.gui.jtreetable.MergeSort
 
CompareNode - Class in jadex.javaparser.javaccimpl
Compare node compares it's (two) child nodes.
CompareNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.CompareNode
Create a node.
compareTo(Object) - Method in class jadex.commons.concurrent.LoadManagingExecutionService.Task
Return a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.
compareTo(Object) - Method in class jadex.extension.envsupport.environment.ComponentActionList.ActionEntry
Compare two action entries.
compareTo(String, String) - Static method in class jadex.commons.SUtil
Compares two strings, ignoring case.
comparevalue - Variable in class jadex.bridge.nonfunctional.hardconstraints.StrictInequalityFilter
Value used during comparison.
component - Variable in class jadex.bdiv3.model.MBody
The body as component type.
component - Variable in class jadex.bridge.component.streams.AbstractConnectionHandler
The message service.
component - Variable in class jadex.bridge.ComponentResultListener
The component.
component - Variable in class jadex.bridge.nonfunctional.hardconstraints.AbstractConstraintFilter
The component.
component - Variable in class jadex.bridge.nonfunctional.hardconstraints.RHardConstraints
The component.
component - Variable in class jadex.bridge.nonfunctional.NFPropertyProvider
The component.
component - Variable in class jadex.bridge.nonfunctional.search.BasicEvaluator
The component.
component - Variable in class jadex.bridge.sensor.service.TagProperty
The component.
component - Variable in class jadex.bridge.service.component.interceptors.ServiceGetter
The internal access.
component - Variable in class jadex.bridge.service.search.TagFilter
The component.
component - Variable in class jadex.bridge.service.types.cms.InitInfo
The component.
component - Variable in class jadex.extension.envsupport.environment.PerceptList.PerceptEntry
The receiving component.
component - Variable in class jadex.micro.IntervalBehavior
The component.
component() - Method in annotation type jadex.bdiv3.annotation.Body
The body as component type.
Component - Annotation Type in jadex.micro.annotation
Component annotation.
COMPONENT - jadex.bridge.service.ServiceScope
Available in component and all direct and indirect subcomponents.
COMPONENT - Static variable in interface jadex.base.IPlatformConfiguration
The component flag argument (for starting an additional component).
COMPONENT_FACTORY - Static variable in interface jadex.base.IPlatformConfiguration
The component factory classname argument.
COMPONENT_MANAGEMENT_ONTOLOGY_NAME - Static variable in class jadex.bridge.fipa.SFipa
The name of the fipa component management ontology.
COMPONENT_ONLY - jadex.bridge.service.ServiceScope
Available in component itself.
ComponentActionList - Class in jadex.extension.envsupport.environment
The list of scheduled component actions and convenience methods for executing selected actions.
ComponentActionList(IEnvironmentSpace) - Constructor for class jadex.extension.envsupport.environment.ComponentActionList
Create a new action list.
ComponentActionList.ActionEntry - Class in jadex.extension.envsupport.environment
Entry for a scheduled action.
componentActive(IComponentIdentifier) - Method in interface jadex.bridge.service.types.persistence.IIdleHook
Called when a component becomes active.
componentAdded(IComponentDescription) - Method in interface jadex.bridge.service.types.cms.ICMSComponentListener
Called when a new element has been added.
componentAdded(IComponentDescription) - Method in class jadex.extension.agr.AGRSpace
Called from application component, when a component was added.
componentAdded(IComponentDescription) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Called when an component was added.
componentAdded(IComponentDescription, IEnvironmentSpace) - Method in interface jadex.extension.envsupport.environment.IPerceptGenerator
Called when an component was added to the space.
componentAdded(IComponentDescription, IEnvironmentSpace) - Method in class jadex.extension.envsupport.environment.space2d.DefaultVisionGenerator
Called when an component was added to the space.
componentAdded(IComponentDescription, IEnvironmentSpace) - Method in class jadex.extension.envsupport.environment.space3d.DefaultVisionGenerator
Called when an component was added to the space.
componentChanged(IComponentDescription) - Method in interface jadex.bridge.service.types.cms.ICMSComponentListener
Called when a component has changed its state.
ComponentCreationException - Exception in jadex.bridge
Thrown when component creation failed.
ComponentCreationException(String, String) - Constructor for exception jadex.bridge.ComponentCreationException
Create an component termination exception.
ComponentCreationException(String, String, Object) - Constructor for exception jadex.bridge.ComponentCreationException
Create an component termination exception.
ComponentCreationInfo - Class in jadex.bridge.component
Internal parameter object for data required during component initialization.
ComponentCreationInfo(IModelInfo, String, Map<String, Object>, IComponentDescription, ProvidedServiceInfo[], RequiredServiceBinding[]) - Constructor for class jadex.bridge.component.ComponentCreationInfo
Create an info object.
componentdescription - Variable in class jadex.bridge.fipa.CMSSearchComponents
Attribute for slot componentdescription.
componentdescriptions - Variable in class jadex.bridge.fipa.CMSSearchComponents
Attribute for slot componentdescriptions.
ComponentEvent - Class in jadex.bridge
 
ComponentEvent() - Constructor for class jadex.bridge.ComponentEvent
 
ComponentFutureFunctionality - Class in jadex.bridge.service.component
Schedule forward future executions (e.g.
ComponentFutureFunctionality(IInternalAccess) - Constructor for class jadex.bridge.service.component.ComponentFutureFunctionality
Create a new future.
componentHidden(ComponentEvent) - Method in class jadex.extension.envsupport.observer.graphics.java2d.ViewportJ2D
 
componentidentifier - Variable in class jadex.bridge.fipa.CMSCreateComponent
Attribute for slot componentidentifier.
componentidentifier - Variable in class jadex.bridge.fipa.CMSDestroyComponent
Attribute for slot componentidentifier.
componentidentifier - Variable in class jadex.bridge.fipa.CMSResumeComponent
Attribute for slot componentidentifier.
componentidentifier - Variable in class jadex.bridge.fipa.CMSSuspendComponent
Attribute for slot componentidentifier.
ComponentIdentifier - Class in jadex.bridge
A component identifier.
ComponentIdentifier() - Constructor for class jadex.bridge.ComponentIdentifier
Create a new component identifier.
ComponentIdentifier(IComponentIdentifier) - Constructor for class jadex.bridge.ComponentIdentifier
Copy a component identifier.
ComponentIdentifier(String) - Constructor for class jadex.bridge.ComponentIdentifier
Create a new component identifier with a global name and given addresses.
ComponentIdentifier(String, IComponentIdentifier) - Constructor for class jadex.bridge.ComponentIdentifier
Create component identifier.
componentIdle(IComponentIdentifier) - Method in interface jadex.bridge.service.types.persistence.IIdleHook
Called when a component becomes idle.
ComponentInstanceInfo - Class in jadex.bridge.modelinfo
Component instance information.
ComponentInstanceInfo() - Constructor for class jadex.bridge.modelinfo.ComponentInstanceInfo
Create a new component.
ComponentInstanceInfo(String, String, String, String) - Constructor for class jadex.bridge.modelinfo.ComponentInstanceInfo
Create a new component.
componentmap - Variable in class jadex.bridge.service.types.cms.CmsState
The component map.
componentMoved(ComponentEvent) - Method in class jadex.extension.envsupport.observer.graphics.java2d.ViewportJ2D
 
componentname - Variable in class jadex.bridge.service.RequiredServiceBinding
The component name used for searching.
componentname - Variable in class jadex.extension.envsupport.environment.AvatarMapping
The name of the component to be created for an avatar.
ComponentNotFoundException - Exception in jadex.bridge
Thrown when a component was not found.
ComponentNotFoundException(IComponentIdentifier) - Constructor for exception jadex.bridge.ComponentNotFoundException
Create an component termination exception.
ComponentNotFoundException(IComponentIdentifier, String) - Constructor for exception jadex.bridge.ComponentNotFoundException
Create an component termination exception.
ComponentNotFoundException(String) - Constructor for exception jadex.bridge.ComponentNotFoundException
Simple constructor for deserialization.
ComponentPersistedException - Exception in jadex.bridge
Thrown when operations are invoked after an component has been persisted.
ComponentPersistedException(IComponentIdentifier) - Constructor for exception jadex.bridge.ComponentPersistedException
Create an component persited exception.
ComponentPersistedException(IComponentIdentifier, String) - Constructor for exception jadex.bridge.ComponentPersistedException
Create an component persisted exception.
ComponentPersistedException(String) - Constructor for exception jadex.bridge.ComponentPersistedException
Simple constructor for deserialization.
componentRemoved(IComponentDescription) - Method in class jadex.extension.agr.AGRSpace
Called from application component, when a component was removed.
componentRemoved(IComponentDescription) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Called when an component was removed.
componentRemoved(IComponentDescription, IEnvironmentSpace) - Method in interface jadex.extension.envsupport.environment.IPerceptGenerator
Called when an component was remove from the space.
componentRemoved(IComponentDescription, IEnvironmentSpace) - Method in class jadex.extension.envsupport.environment.space2d.DefaultVisionGenerator
Called when an component was remove from the space.
componentRemoved(IComponentDescription, IEnvironmentSpace) - Method in class jadex.extension.envsupport.environment.space3d.DefaultVisionGenerator
Called when an component was remove from the space.
componentRemoved(IComponentDescription, Map<String, Object>) - Method in interface jadex.bridge.service.types.cms.ICMSComponentListener
Called when a new element has been removed.
componentResized(ComponentEvent) - Method in class jadex.extension.envsupport.observer.graphics.java2d.ViewportJ2D
 
ComponentResultListener<E> - Class in jadex.bridge
The result listener for executing listener invocations as a component step.
ComponentResultListener(IFunctionalResultListener<E>, IFunctionalExceptionListener, IExternalAccess) - Constructor for class jadex.bridge.ComponentResultListener
Create a new component result listener.
ComponentResultListener(IFunctionalResultListener<E>, IFunctionalExceptionListener, IInternalAccess) - Constructor for class jadex.bridge.ComponentResultListener
Create a new component result listener.
ComponentResultListener(IResultListener<E>, IExternalAccess) - Constructor for class jadex.bridge.ComponentResultListener
Create a new component result listener.
ComponentResultListener(IResultListener<E>, IInternalAccess) - Constructor for class jadex.bridge.ComponentResultListener
Create a new component result listener.
components - Variable in class jadex.bridge.modelinfo.ConfigurationInfo
The list of contained components.
components - Variable in class jadex.commons.gui.ObjectCardLayout
The components.
components - Variable in class jadex.commons.gui.PropertiesPanel
The created components (name->comp).
components - Variable in class jadex.extension.envsupport.observer.gui.plugin.EvaluationPlugin
The evaluation components.
components() - Method in annotation type jadex.bdiv3.annotation.BDIConfiguration
The components.
components() - Method in annotation type jadex.micro.annotation.Configuration
The components.
componentShown(ComponentEvent) - Method in class jadex.extension.envsupport.observer.graphics.java2d.ViewportJ2D
 
ComponentSuspendable - Class in jadex.bridge.service.component
Allow waiting for futures by blocking a component.
ComponentSuspendable(IInternalAccess) - Constructor for class jadex.bridge.service.component.ComponentSuspendable
Create a component suspendable.
ComponentTerminatedException - Exception in jadex.bridge
Thrown when operations are invoked after an component has been terminated.
ComponentTerminatedException() - Constructor for exception jadex.bridge.ComponentTerminatedException
Empty constructor for deserialization.
ComponentTerminatedException(IComponentIdentifier) - Constructor for exception jadex.bridge.ComponentTerminatedException
Create an component termination exception.
ComponentTerminatedException(IComponentIdentifier, String) - Constructor for exception jadex.bridge.ComponentTerminatedException
Create an component termination exception.
ComponentTestSuite - Class in jadex.base.test
Execute multiple component tests in a test suite.
ComponentTestSuite(File[][], String[], String[]) - Constructor for class jadex.base.test.ComponentTestSuite
Create a component test suite for components contained in a given path.
ComponentTestSuite(File[][], String[], String[], boolean, boolean, boolean) - Constructor for class jadex.base.test.ComponentTestSuite
Create a component test suite for components contained in a given path.
ComponentTestSuite(String[]) - Constructor for class jadex.base.test.ComponentTestSuite
Create a component test suite for components contained in class directories on the class path (i.e.
ComponentTestSuite(String[], File[][], String[], String[], boolean, boolean, boolean) - Constructor for class jadex.base.test.ComponentTestSuite
Create a component test suite for components contained in a given path.
ComponentTestSuite(String, String[], boolean) - Constructor for class jadex.base.test.ComponentTestSuite
Create a component test suite for components contained in a given path.
ComponentTestSuite(String, String[], String[], boolean) - Constructor for class jadex.base.test.ComponentTestSuite
Create a component test suite for components contained in a given path.
ComponentThreadInterceptor - Class in jadex.bridge.service.component.interceptors
Ensures that interceptor is only called when component thread is in the chain.
ComponentThreadInterceptor(IInternalAccess) - Constructor for class jadex.bridge.service.component.interceptors.ComponentThreadInterceptor
Create a new ComponentThreadInterceptor.
componenttype - Variable in class jadex.bridge.service.RequiredServiceBinding
The component type, i.e.
componenttype - Variable in class jadex.extension.agr.MPosition
The agent type.
componenttype - Variable in class jadex.extension.envsupport.environment.AvatarMapping
The component type name.
ComponentType - Annotation Type in jadex.micro.annotation
 
componenttypes - Variable in class jadex.extension.envsupport.environment.PerceptType
The component types.
componenttypes - Variable in class jadex.micro.KernelMultiAgent
Currently supported types (loadable suffixes)
ComponentTypes - Annotation Type in jadex.micro.annotation
Define component types that can be instantiated as subcomponents of the declaring component.
componentTypesAdded(String[]) - Method in interface jadex.bridge.IMultiKernelListener
Called when new component types become available.
componentTypesRemoved(String[]) - Method in interface jadex.bridge.IMultiKernelListener
Called when component types become unavailable.
ComponentUptimeProperty - Class in jadex.bridge.sensor.time
Property for the startup of a component.
ComponentUptimeProperty(IInternalAccess) - Constructor for class jadex.bridge.sensor.time.ComponentUptimeProperty
Create a new property.
compose(Raster, Raster, WritableRaster) - Method in class jadex.commons.gui.ModulateComposite.ModulationContext
Composes the image.
compose(Raster, Raster, WritableRaster) - Method in class jadex.commons.gui.ModulateComposite.ModulationContextAccel
Composes the image.
ComposedEvaluator<S> - Class in jadex.bridge.nonfunctional.search
Evaluator composed of multiple weighted evaluators.
ComposedEvaluator() - Constructor for class jadex.bridge.nonfunctional.search.ComposedEvaluator
Creates the combiner.
ComposedFilter<T> - Class in jadex.commons
A filter checks if an object matches the given subfilters.
ComposedFilter() - Constructor for class jadex.commons.ComposedFilter
Create a composed filter.
ComposedFilter(IFilter<T>...) - Constructor for class jadex.commons.ComposedFilter
Create a composed filter.
ComposedFilter(IFilter<T>[], int) - Constructor for class jadex.commons.ComposedFilter
Create a composed filter.
ComposedRemoteFilter<T> - Class in jadex.commons
A filter checks if an object matches the given subfilters.
ComposedRemoteFilter(IAsyncFilter<T>[]) - Constructor for class jadex.commons.ComposedRemoteFilter
Create a composed filter.
ComposedRemoteFilter(IAsyncFilter<T>[], int) - Constructor for class jadex.commons.ComposedRemoteFilter
Create a composed filter.
CompositeCancelable - Class in jadex.bpmn.runtime.handler
 
CompositeCancelable(List<MSequenceEdge>, ProcessThread, IInternalAccess, ICancelable[]) - Constructor for class jadex.bpmn.runtime.handler.CompositeCancelable
Create a new CompositeCancelable.
computeAcceptableN(long, long) - Static method in class jadex.commons.collection.BloomFilter
Compute acceptable amount of elements with given number of hashes and size of filter in bits.
computeFileHash(String) - Static method in class jadex.commons.SUtil
Compute a file hash.
computeFileHash(String, String) - Static method in class jadex.commons.SUtil
Compute a file hash.
computeOptimalK(long, long) - Static method in class jadex.commons.collection.BloomFilter
Compute optimal number of hash functions using expected number of elements and size of filter in bits.
computeOptimalM(long, double) - Static method in class jadex.commons.collection.BloomFilter
Compute optimal size of bloom filter in bits by expected number of elements and acceptable false positive rate.
computeP(long, long, double) - Static method in class jadex.commons.collection.BloomFilter
Compute best-case (uniform hash function) false positive probability.
COMSUPS - Static variable in class jadex.bridge.service.component.ComponentSuspendable
The component suspendables.
con - Variable in class jadex.bridge.component.streams.AbstractConnectionHandler
The connection.
con - Variable in class jadex.bridge.component.streams.LocalAbstractConnectionHandler
The connection.
con - Variable in class jadex.bridge.service.types.remote.ServiceInputConnection
The remote output connection.
con - Variable in class jadex.bridge.service.types.remote.ServiceInputConnectionProxy
The original connection (not transferred).
con - Variable in class jadex.bridge.service.types.remote.ServiceOutputConnection
The remote output connection.
con - Variable in class jadex.bridge.service.types.remote.ServiceOutputConnectionProxy
The original connection.
concurrency - Variable in class jadex.commons.concurrent.LoadManagingExecutionService
The number of currently running tasks.
concurrencyCheckingList(List) - Static method in class jadex.commons.collection.SCollection
Wrap a list for concurrency checking.
ConcurrencyCheckingList - Class in jadex.commons.collection
A wrapper for a list to detect undesired concurrent access.
ConcurrencyCheckingList(List) - Constructor for class jadex.commons.collection.ConcurrencyCheckingList
Wrap the given list.
cond - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 
cond - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Animation
 
cond - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Materialfile
 
cond - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.special.SpatialControl
 
condition - Variable in class jadex.bdiv3.model.MTrigger
The trigger condition.
condition - Variable in class jadex.extension.envsupport.environment.AbstractTask
The task condition (optional).
CONDITION_CONTEXT - Static variable in class jadex.bdiv3.model.MGoal
Goal context condition name.
CONDITION_CREATION - Static variable in class jadex.bdiv3.model.MGoal
Goal creation condition name.
CONDITION_DROP - Static variable in class jadex.bdiv3.model.MGoal
Goal drop condition name.
CONDITION_MAINTAIN - Static variable in class jadex.bdiv3.model.MGoal
Goal maintain condition name.
CONDITION_RECUR - Static variable in class jadex.bdiv3.model.MGoal
Goal recur condition name.
CONDITION_TARGET - Static variable in class jadex.bdiv3.model.MGoal
Goal target condition name.
ConditionalNode - Class in jadex.javaparser.javaccimpl
Conditional node returns the value of it's second or third child node depending on the truth value of it's first child.
ConditionalNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.ConditionalNode
Create a node.
ConditionException - Exception in jadex.bridge.service.component.interceptors
 
ConditionException(String) - Constructor for exception jadex.bridge.service.component.interceptors.ConditionException
 
ConditionException(String, Throwable) - Constructor for exception jadex.bridge.service.component.interceptors.ConditionException
 
ConditionException(Throwable) - Constructor for exception jadex.bridge.service.component.interceptors.ConditionException
 
conditions - Variable in class jadex.bdiv3.model.MCapability
The expressions.
conditions - Variable in class jadex.bdiv3.model.MGoal
The goal conditions.
config - Variable in class jadex.bridge.component.ComponentCreationInfo
The start configuration name.
config - Variable in class jadex.bridge.service.types.cms.CreationInfo
The configuration.
config - Variable in class jadex.extension.agr.AGRSpace
The config.
config - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
 
config(String) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Log a CONFIG message.
configpp - Static variable in class jadex.bpmn.BpmnXMLReader
 
configuration - Variable in class jadex.bridge.fipa.CMSCreateComponent
Attribute for slot configuration.
configuration - Variable in class jadex.bridge.modelinfo.ComponentInstanceInfo
The configuration.
configuration() - Method in annotation type jadex.micro.annotation.Component
The configuration name.
configuration() - Method in annotation type jadex.micro.annotation.CreationInfo
The configuration name.
Configuration - Annotation Type in jadex.micro.annotation
Configuration annotation.
CONFIGURATION_FILE - Static variable in interface jadex.base.IPlatformConfiguration
The configuration file argument.
CONFIGURATION_NAME - Static variable in interface jadex.base.IPlatformConfiguration
The configuration to use.
ConfigurationInfo - Class in jadex.bridge.modelinfo
Information contained in a component configuration.
ConfigurationInfo() - Constructor for class jadex.bridge.modelinfo.ConfigurationInfo
Create a new application.
ConfigurationInfo(String) - Constructor for class jadex.bridge.modelinfo.ConfigurationInfo
Create a new application.
configurations - Variable in class jadex.bdiv3.model.MCapability
The configurations.
configurations - Variable in class jadex.bridge.modelinfo.ModelInfo
The configurations.
Configurations - Annotation Type in jadex.micro.annotation
Configurations annotation.
configureButtons() - Method in class jadex.commons.gui.JWizard
Configures the buttons.
CONFIRM - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
CONFIRM - Static variable in class jadex.bridge.fipa.SFipa
 
conhandler - Variable in class jadex.bridge.component.streams.LocalAbstractConnectionHandler
The other connection.
conid - Variable in class jadex.bridge.service.types.remote.ServiceInputConnectionProxy
The connection id.
conid - Variable in class jadex.bridge.service.types.remote.ServiceOutputConnectionProxy
The connection id.
connectDelegationFuture(Future, IFuture) - Static method in class jadex.bridge.service.component.interceptors.FutureFunctionality
Connect a delegation future with the source.
connected - Variable in class jadex.bridge.service.types.transport.PlatformData
The connection state (true=connected event, false=disconnected event).
CONNECTED - jadex.bridge.service.types.remote.IProxyAgentService.State
 
connection - Variable in class jadex.bdi.planlib.messaging.AIM
The connection to the TOC server.
connectionid - Variable in class jadex.bridge.component.streams.StreamPacket
The id of the connection.
ConsoleListener(String, IInternalAccess, IRemoteChangeListener) - Constructor for class jadex.base.SRemoteGui.ConsoleListener
Create a console listener.
constant - Variable in class jadex.javaparser.javaccimpl.ExpressionNode
Is the node value constant (independent of evaluation context and parameters)?
CONSTANT - Static variable in class jadex.bridge.nonfunctional.hardconstraints.MHardConstraint
The value should remain constant.
constant_value - Variable in class jadex.javaparser.javaccimpl.ExpressionNode
The constant value (if any).
ConstantFilter<T> - Class in jadex.commons
Filter with fixed return value.
ConstantFilter() - Constructor for class jadex.commons.ConstantFilter
Create filter instance.
ConstantFilter(boolean) - Constructor for class jadex.commons.ConstantFilter
Create filter instance.
ConstantNode - Class in jadex.javaparser.javaccimpl
Constant node representing a constant value.
ConstantNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.ConstantNode
Create a node.
ConstantPoolStrategy - Class in jadex.commons
Simple strategy with a constant number of workers.
ConstantPoolStrategy() - Constructor for class jadex.commons.ConstantPoolStrategy
Create a new ConstantPoolStrategy.
ConstantPoolStrategy(int) - Constructor for class jadex.commons.ConstantPoolStrategy
Create a new ConstantPoolStrategy.
ConstantStringMapper - Class in jadex.extension.rs.invoke.mapper
Mapper that returns a constant value not depending on the input value.
ConstantStringMapper(Object) - Constructor for class jadex.extension.rs.invoke.mapper.ConstantStringMapper
Create a new mapper.
ConstantValueFilter - Class in jadex.bridge.nonfunctional.hardconstraints
 
ConstantValueFilter() - Constructor for class jadex.bridge.nonfunctional.hardconstraints.ConstantValueFilter
Creates a constant value filter.
ConstantValueFilter(String, Object) - Constructor for class jadex.bridge.nonfunctional.hardconstraints.ConstantValueFilter
Creates a constant value filter.
constraintmodel - Variable in class jadex.bridge.nonfunctional.hardconstraints.RHardConstraints
Hard constraint model
CONSTRUCTOR - Static variable in class jadex.javaparser.javaccimpl.ReflectNode
The constructor type.
ConstructorInfo - Class in jadex.bdiv3.model
Describes a constructor.
ConstructorInfo() - Constructor for class jadex.bdiv3.model.ConstructorInfo
Create a new ConstructorInfo.
ConstructorInfo(Constructor<?>) - Constructor for class jadex.bdiv3.model.ConstructorInfo
Create a new ConstructorInfo.
ConstructorInfo(String[], String) - Constructor for class jadex.bdiv3.model.ConstructorInfo
Create a new FieldInfo.
constructors - Variable in class jadex.javaparser.javaccimpl.ReflectNode
The possible constructors (for constructor nodes).
consumeData(long, double) - Method in class jadex.extension.envsupport.evaluation.AbstractChartDataConsumer
Consume data from the provider.
consumeData(long, double) - Method in class jadex.extension.envsupport.evaluation.CSVFileDataConsumer
Consume data from the provider.
consumeData(long, double) - Method in interface jadex.extension.envsupport.evaluation.ITableDataConsumer
Consume data from the provider.
Consumer<T> - Interface in jadex.commons.functional
Functional interface for a consumer T -> ()
ContactData - Class in jadex.bdi.planlib.watchdog
Contact information data bean.
ContactData() - Constructor for class jadex.bdi.planlib.watchdog.ContactData
Constructor for ContactData.
ContactData(String, String, String, String) - Constructor for class jadex.bdi.planlib.watchdog.ContactData
Create a new contact.
contacts - Variable in class jadex.bdi.planlib.watchdog.ObservationDescription
The contact data.
container - Variable in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
The container.
container - Variable in class jadex.extension.envsupport.environment.DeltaTimeExecutor
The platform.
contains(IWaste) - Method in interface jadex.quickstart.cleanerworld.environment.IWastebin
Test is the waste is in the waste bin.
contains(Object) - Method in class jadex.bpmn.MultiColumnTable
 
contains(Object) - Method in class jadex.bridge.service.search.ServiceKeyExtractor.SetWrapper
 
contains(Object) - Method in class jadex.commons.beans.beancontext.BeanContextMembershipEvent
 
contains(Object) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Returns true if the given object is a child of this context.
contains(Object) - Method in class jadex.commons.collection.CheckedCollection
Returns
contains(Object) - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
contains(Object) - Method in class jadex.commons.collection.IdentityHashSet
Returns
contains(Object) - Method in class jadex.commons.collection.IndexMap
Returns
contains(Object) - Method in class jadex.commons.collection.LeaseTimeSet
 
contains(Object) - Method in class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
 
contains(Object) - Method in class jadex.commons.collection.PassiveLeaseTimeSet
 
contains(Object) - Method in class jadex.commons.collection.WeakList
Returns
contains(Object) - Method in class jadex.commons.collection.WeakSet
Returns true if this set contains the specified element.
contains(Object) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
 
contains(String) - Method in class jadex.bridge.service.types.registry.SlidingCuckooFilter
Check if a given byte array is contained in the filter.
contains(String) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
 
containsAll(Collection) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Returns true if given objects are children of this context.
containsAll(Collection) - Method in class jadex.commons.collection.CheckedCollection
Returns
containsAll(Collection) - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
containsAll(Collection) - Method in class jadex.commons.collection.WeakList
Returns
containsAll(Collection<?>) - Method in class jadex.bridge.service.search.ServiceKeyExtractor.SetWrapper
 
containsAll(Collection<?>) - Method in class jadex.commons.collection.IdentityHashSet
Returns
containsAll(Collection<?>) - Method in class jadex.commons.collection.IndexMap
Returns
containsAll(Collection<?>) - Method in class jadex.commons.collection.LeaseTimeSet
 
containsAll(Collection<?>) - Method in class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
 
containsAll(Collection<?>) - Method in class jadex.commons.collection.PassiveLeaseTimeSet
 
containsAll(Collection<?>) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
 
containsBelief(String) - Method in class jadex.bdiv3x.runtime.BeliefbaseWrapper
Returns
containsBelief(String) - Method in interface jadex.bdiv3x.runtime.IBeliefbase
Returns
containsBelief(String) - Method in class jadex.bdiv3x.runtime.RBeliefbase
Returns
containsBeliefSet(String) - Method in class jadex.bdiv3x.runtime.BeliefbaseWrapper
Returns
containsBeliefSet(String) - Method in interface jadex.bdiv3x.runtime.IBeliefbase
Returns
containsBeliefSet(String) - Method in class jadex.bdiv3x.runtime.RBeliefbase
Returns
containsDigit(String) - Static method in class jadex.commons.SUtil
Test if a string contains a digit.
containsEntry(String) - Method in class jadex.commons.gui.EditableList
Test if an entry is contained.
containsFact(Object) - Method in interface jadex.bdiv3x.runtime.IBeliefSet
Test if a fact is contained in a belief.
containsFact(Object) - Method in class jadex.bdiv3x.runtime.RBeliefbase.RBeliefSet
Test if a fact is contained in a belief.
containsGoal(IGoal) - Method in interface jadex.bdiv3x.runtime.IGoalbase
Test if an adopted goal is already contained in the goal base.
containsGoal(IGoal) - Method in class jadex.bdiv3x.runtime.RGoalbase
Test if an adopted goal is already contained in the goal base.
containsJob(String) - Method in interface jadex.bridge.service.types.cron.ICronService
Test if a job is scheduled with an id.
containsKey(Object) - Method in class jadex.bytecode.vmhacks.ClassStore
Override
containsKey(Object) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Returns true if the given object is a child of this context.
containsKey(Object) - Method in class jadex.commons.collection.BiHashMap
Returns whether the forward map contains the specified key.
containsKey(Object) - Method in class jadex.commons.collection.Cache
Test if a key is contained.
containsKey(Object) - Method in class jadex.commons.collection.CheckedMap
Returns
containsKey(Object) - Method in class jadex.commons.collection.FastHashMap
 
containsKey(Object) - Method in class jadex.commons.collection.IndexMap
Returns
containsKey(Object) - Method in class jadex.commons.collection.LeaseTimeMap
Returns
containsKey(Object) - Method in class jadex.commons.collection.MultiCollection
Returns
containsKey(Object) - Method in class jadex.commons.collection.NestedMap
Returns
containsKey(Object) - Method in class jadex.commons.collection.OrderedProperties
Delegate.
containsKey(Object) - Method in class jadex.commons.collection.RwMapWrapper
Returns if the map contains a key.
containsKey(Object) - Method in class jadex.commons.collection.WeakKeyValueMap
Returns if key is contained.
containsKey(Object) - Method in class jadex.commons.collection.WeakValueMap
Test if key contained.
containsKey(Object) - Method in class jadex.commons.collection.wrappers.MapWrapper
 
containsVal(ClassInfo) - Method in class jadex.commons.gui.autocombo.FixedClassInfoComboModel
 
containsVal(T) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
 
containsValue(Object) - Method in interface jadex.bdiv3x.runtime.IParameterSet
Test if a value is contained in a parameter.
containsValue(Object) - Method in class jadex.bytecode.vmhacks.ClassStore
Override
containsValue(Object) - Method in class jadex.commons.collection.BiHashMap
Returns whether the reverse map contains the specified key.
containsValue(Object) - Method in class jadex.commons.collection.CheckedMap
Returns
containsValue(Object) - Method in class jadex.commons.collection.FastHashMap
 
containsValue(Object) - Method in class jadex.commons.collection.IndexMap
Returns
containsValue(Object) - Method in class jadex.commons.collection.LeaseTimeMap
Returns
containsValue(Object) - Method in class jadex.commons.collection.MultiCollection
Returns
containsValue(Object) - Method in class jadex.commons.collection.NestedMap
Returns
containsValue(Object) - Method in class jadex.commons.collection.OrderedProperties
Delegate.
containsValue(Object) - Method in class jadex.commons.collection.RwMapWrapper
Returns if the map contains a value.
containsValue(Object) - Method in class jadex.commons.collection.WeakKeyValueMap
Returns if value is contained.
containsValue(Object) - Method in class jadex.commons.collection.WeakValueMap
Test if value contained.
containsValue(Object) - Method in class jadex.commons.collection.wrappers.MapWrapper
 
content - Variable in class jadex.bridge.service.types.email.Email
The plain content.
content - Variable in class jadex.commons.collection.WeakKeyValueMap
The internal delegate map.
content - Variable in class jadex.extension.envsupport.environment.space2d.KdNode
List containing objects in leaf nodes, null otherwise.
content - Variable in exception jadex.extension.rs.invoke.RestInvocationHelper.RequestFailedException
The received content
content - Variable in class jadex.xml.StackElement
The collected content.
content - Variable in class jadex.xml.writer.WriteObjectInfo
The content.
CONTENT - Static variable in class jadex.bridge.fipa.SFipa
 
CONTENT - Static variable in class jadex.xml.AttributeInfo
Constant for identifying content.
ContentException - Exception in jadex.bridge
A content exception occurs, if the content cannot be properly extracted from a message with language and ontology set.
ContentException(String) - Constructor for exception jadex.bridge.ContentException
Create a new content exception.
ContentException(String, Throwable) - Constructor for exception jadex.bridge.ContentException
Create a new content exception.
contentinfo - Variable in class jadex.xml.MappingInfo
The content info.
contents - Variable in class jadex.commons.collection.WeakValueMap
The contents.
contenttype - Variable in class jadex.bridge.service.types.email.Email
The content type.
CONTEXT_ENTRIES - Static variable in class jadex.bpmn.BpmnXMLReader
Key for error entries in read context.
CONTEXT_LOADER - Static variable in class jadex.bdiv3x.BDIXMLReader
The loader constant.
contextcondition - Variable in class jadex.bdiv3.model.MPlan
The context condition.
contextconditionmethod - Variable in class jadex.bdiv3.model.MBody
The precondition method cached for speed.
CONTEXTSERVICECLASS - Static variable in interface jadex.base.IPlatformConfiguration
Optionally provide alternative context service implementation.
continuosly - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 
ContinuousSpace2D - Class in jadex.extension.envsupport.environment.space2d
Continuous version of 2D space.
ContinuousSpace2D() - Constructor for class jadex.extension.envsupport.environment.space2d.ContinuousSpace2D
Creates a new ContinuousSpace2D with the default name.
ContinuousSpace2D(IVector2) - Constructor for class jadex.extension.envsupport.environment.space2d.ContinuousSpace2D
Creates a new ContinuousSpace2D with the default name.
ContinuousSpace2D(Object, IVector2) - Constructor for class jadex.extension.envsupport.environment.space2d.ContinuousSpace2D
Creates a new ContinuousSpace2D with a special ID.
ContinuousSpace3D - Class in jadex.extension.envsupport.environment.space3d
Continuous version of 2D space.
ContinuousSpace3D() - Constructor for class jadex.extension.envsupport.environment.space3d.ContinuousSpace3D
Creates a new ContinuousSpace2D with the default name.
ContinuousSpace3D(IVector3) - Constructor for class jadex.extension.envsupport.environment.space3d.ContinuousSpace3D
Creates a new ContinuousSpace2D with the default name.
ContinuousSpace3D(Object, IVector3) - Constructor for class jadex.extension.envsupport.environment.space3d.ContinuousSpace3D
Creates a new ContinuousSpace2D with a special ID.
conv - Variable in class jadex.bridge.service.component.multiinvoke.SimpleMultiplexDistributor
The parameter converter.
CONVERSATION_ID - Static variable in interface jadex.bridge.component.IMsgHeader
Message header key for conversation IDs (optional).
CONVERSATION_ID - Static variable in class jadex.bridge.fipa.SFipa
 
convert() - Method in annotation type jadex.micro.annotation.AgentArgument
The argument conversion expression.
convert() - Method in annotation type jadex.micro.annotation.AgentResult
The result conversion expression.
convert(Double) - Method in enum jadex.bridge.sensor.unit.PercentUnit
Convert to a known unit.
convert(Long) - Method in enum jadex.bridge.sensor.unit.MemoryUnit
Convert to a known unit.
convert(Long) - Method in enum jadex.bridge.sensor.unit.TimeUnit
Convert to a known unit.
convert(T) - Method in interface jadex.bridge.sensor.unit.IConvertableUnit
Convert a value according to the underlying unit.
CONVERT_ALL - Static variable in class jadex.commons.SUtil
Constant that indicates a conversion of all known characters.
CONVERT_ALL_EXCEPT_AMP - Static variable in class jadex.commons.SUtil
Constant that indicates a conversion of all known characters except &.
CONVERT_NONE - Static variable in class jadex.commons.SUtil
Constant that indicates a conversion of no characters.
convertabletypes - Static variable in class jadex.commons.SReflect
String convertable types.
convertArguments(Collection<Tuple2<String, Object>>) - Static method in class jadex.bridge.modelinfo.Argument
Convert arguments to argument map.
convertback() - Method in annotation type jadex.micro.annotation.AgentResult
The result conversion expression.
convertBufferedImageType(BufferedImage, int) - Static method in class jadex.commons.gui.SGUI
Converts a buffered image to a new image type.
convertBulkValues(List<Object>, Class<?>, Object, AReadContext, String) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Convert a list of values into the target format (list, set, collection, array).
convertContentObject(String, QName, AReadContext) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Convert an object to another type of object.
convertContentObject(String, QName, AReadContext) - Method in interface jadex.xml.reader.IObjectReaderHandler
Convert a content string object to another type of object.
convertDetailsToMap(List) - Static method in class jadex.bpmn.MultiColumnTableEx
Convert the List of MAnnotationDetail to a Map.
converter - Variable in class jadex.xml.AttributeInfo
The attribute converter.
converter - Variable in class jadex.xml.SubobjectInfo
The subobject converter.
convertEvents(String, Set<String>, IBDIModel) - Static method in class jadex.bdiv3.model.SBDIModel
 
convertEventTypes(String, Collection<EventType>, IBDIModel) - Static method in class jadex.bdiv3.model.SBDIModel
 
convertFromJsonString(String, Class<?>) - Method in class jadex.bridge.service.component.interceptors.ResolveInterceptor
Convert json to object representation.
convertFromString(String) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
 
convertFromString(String) - Method in class jadex.commons.gui.autocombo.ClassComboModel
 
convertFromString(String) - Method in class jadex.commons.gui.autocombo.FixedClassComboModel
 
convertFromString(String) - Method in class jadex.commons.gui.autocombo.FixedClassInfoComboModel
 
convertFromString(String) - Method in class jadex.commons.gui.autocombo.StringComboModel
 
convertFromString(String, Class<?>) - Method in class jadex.bridge.service.component.interceptors.ResolveInterceptor
Convert to object representation.
convertMapKeysToLowercase(Map<String, T>) - Static method in class jadex.commons.SUtil
Create a map copy with all keys in lowercase.
convertNameValue(NameValue) - Static method in class jadex.bridge.nonfunctional.annotation.SNameValue
Convert a name value annotation to an unparsed expression.
convertObject(Object, IContext) - Method in interface jadex.xml.IObjectObjectConverter
Convert an object to another object.
convertObject(Object, Object) - Method in class jadex.xml.AttributeConverter
Convert a value to a string type.
convertObjectForRead(Object, IContext) - Method in interface jadex.xml.ISubObjectConverter
Convert an object to another object.
convertObjectForRead(Object, IContext) - Method in class jadex.xml.SubObjectConverter
Convert an object to another object.
convertObjectForWrite(Object, IContext) - Method in interface jadex.xml.ISubObjectConverter
Convert an object to another object.
convertObjectForWrite(Object, IContext) - Method in class jadex.xml.SubObjectConverter
Convert an object to another object.
convertObjectToString(Object, Class<?>, ClassLoader, String, Object) - Method in interface jadex.bridge.service.types.serialization.ISerializationServices
Convert object to string.
convertParameter(Object, Type) - Method in class jadex.bridge.service.component.interceptors.ResolveInterceptor
Convert a parameter to a target type.
convertParameters(Object[]) - Method in interface jadex.bridge.service.component.multiinvoke.IParameterConverter
Convert parameters.
convertParameters(Object[], Object) - Method in class jadex.extension.rs.publish.mapper.DefaultParameterMapper
Convert parameters.
convertParameters(Object[], Object) - Method in interface jadex.extension.rs.publish.mapper.IParameterMapper
Convert parameters.
convertPathsToRelative(String[], IExternalAccess) - Static method in class jadex.base.SRemoteGui
Convert the given paths to relative paths.
convertPathToPackage(String, URL[]) - Static method in class jadex.commons.SUtil
Find a package name from a path.
convertPathToRelative(String) - Static method in class jadex.commons.SUtil
Convert an absolute path to a relative path based on the current user directory.
convertProperties(List, IValueFetcher) - Static method in class jadex.extension.envsupport.MEnvSpaceType
Set properties on a map.
convertString(String, Object) - Method in class jadex.extension.envsupport.MEnvSpaceType.ClassConverter
Convert a string value to a type.
convertString(String, Object) - Method in class jadex.xml.AttributeConverter
Convert a string value to another type.
convertStringToObject(String, Class<?>, ClassLoader, String, Object) - Method in interface jadex.bridge.service.types.serialization.ISerializationServices
Convert string to object.
convertToCollection(Object) - Static method in class jadex.bridge.sensor.service.TagProperty
Convert user defined tag(s) to collection.
convertToJsonString(Object) - Method in class jadex.bridge.service.component.interceptors.ResolveInterceptor
Convert an object to the json string representation.
convertToRemoteFiles(File[]) - Static method in class jadex.bridge.service.types.filetransfer.FileData
Convert files to remote files.
convertToRuntimeException(Throwable) - Static method in class jadex.commons.SUtil
Converts an exception to RuntimeException, returns original if already a RuntimeException.
convertToString(ClassInfo) - Method in class jadex.commons.gui.autocombo.FixedClassInfoComboModel
 
convertToString(Class<?>) - Method in class jadex.commons.gui.autocombo.ClassComboModel
 
convertToString(Class<?>) - Method in class jadex.commons.gui.autocombo.FixedClassComboModel
 
convertToString(String) - Method in class jadex.commons.gui.autocombo.StringComboModel
 
convertToString(T) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
 
convertTrigger(IBDIModel, String, MTrigger, boolean) - Static method in class jadex.bdiv3.model.SBDIModel
Convert a plan trigger or waitqueue and map the events.
convertTypeName(String) - Static method in class jadex.commons.SClassReader
Converts a type name to Java style.
convertURLToString(URL) - Static method in class jadex.commons.SUtil
Convert an URL to a local file name.
convertValue(Object) - Method in class jadex.extension.rs.invoke.mapper.ColorStringMapper
Convert the given value.
convertValue(Object) - Method in class jadex.extension.rs.invoke.mapper.ConstantStringMapper
Convert the given value.
convertValue(Object) - Method in class jadex.extension.rs.invoke.mapper.IterableStringMapper
Convert the given value.
convertValue(Object) - Method in interface jadex.extension.rs.publish.mapper.IValueMapper
Convert a value.
convertValue(Object, Class<?>, Object, AReadContext, String) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Convert a value by using a converter.
convertWrappedValue(Object, Class) - Static method in class jadex.commons.SReflect
Convert a value to the correct wrapped type.
convidcnt - Static variable in class jadex.bridge.fipa.SFipa
The counter for conversation ids.
convidcnt - Static variable in class jadex.commons.SUtil
The counter for conversation ids.
copy - Variable in class jadex.bridge.service.component.interceptors.DecouplingInterceptor
The argument copy allowed flag.
copy() - Method in interface jadex.extension.envsupport.math.IVector1
Makes a copy of the vector without using the complex clone interface.
copy() - Method in interface jadex.extension.envsupport.math.IVector2
Makes a copy of the vector without using the complex clone interface.
copy() - Method in interface jadex.extension.envsupport.math.IVector3
Makes a copy of the vector without using the complex clone interface.
copy() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Makes a copy of the vector without using the complex clone interface.
copy() - Method in class jadex.extension.envsupport.math.Vector1Double
 
copy() - Method in class jadex.extension.envsupport.math.Vector1Int
Makes a copy of the vector without using the complex clone interface.
copy() - Method in class jadex.extension.envsupport.math.Vector1Long
Makes a copy of the vector without using the complex clone interface.
copy() - Method in class jadex.extension.envsupport.math.Vector2Double
 
copy() - Method in class jadex.extension.envsupport.math.Vector2Int
Makes a copy of the vector without using the complex clone interface.
copy() - Method in class jadex.extension.envsupport.math.Vector3Double
 
copy() - Method in class jadex.extension.envsupport.math.Vector3Int
Makes a copy of the vector without using the complex clone interface.
copy(ProcessThread) - Method in class jadex.bpmn.runtime.ProcessThread
Create a copy of this thread (e.g.
copy(String, IExternalAccess, String, IFileTransferService) - Static method in class jadex.base.SRemoteGui
Copy a file between two platforms.
copyArray(T[]) - Static method in class jadex.commons.SUtil
Copy an array.
copyChildren() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Returns an array containing all children of this context.
copyCondition(IBDIModel, String, MCondition) - Static method in class jadex.bdiv3.model.SBDIModel
Copy a condition and adapt the events.
copyConfigBelief(IBDIModel, String, MConfigBeliefElement, List<MConfigBeliefElement>) - Static method in class jadex.bdiv3.model.SBDIModel
Copy a config belief element.
copyConfigParameterElement(IBDIModel, String, MConfigParameterElement, List<MConfigParameterElement>) - Static method in class jadex.bdiv3.model.SBDIModel
Copy a config parameter element.
copyConfiguration(IBDIModel, String, ConfigurationInfo, ConfigurationInfo, MConfiguration, MConfiguration) - Static method in class jadex.bdiv3.model.SBDIModel
Copy an inner configuration into an outer one.
copyEntries() - Method in class jadex.commons.gui.autocombo.AbstractFixedAutoComboModel
 
copyExpression(String, UnparsedExpression) - Static method in class jadex.bdiv3.model.SBDIModel
Copy an expression.
copyExpressions(String, List<UnparsedExpression>) - Static method in class jadex.bdiv3.model.SBDIModel
Copy expressions.
copyFile(File, File) - Static method in class jadex.commons.SUtil
Copy a file.
copyParameter(IBDIModel, ClassLoader, String, MParameter) - Static method in class jadex.bdiv3.model.SBDIModel
Copy a parameter and adapt events.
CopyReturnValueResultListener(Future<Void>, ServiceInvocationContext) - Constructor for class jadex.bridge.service.component.interceptors.DecouplingInterceptor.CopyReturnValueResultListener
Create a result listener.
copyStream(InputStream, OutputStream) - Static method in class jadex.commons.SUtil
Copy all data from input to output stream.
CoreNumberProperty - Class in jadex.bridge.sensor.cpu
The number of cores.
CoreNumberProperty(IInternalAccess) - Constructor for class jadex.bridge.sensor.cpu.CoreNumberProperty
Create a new property.
COUNTER - Static variable in class jadex.bytecode.Proxy
 
COUNTER - Static variable in class jadex.commons.concurrent.LoadManagingExecutionService
The counter.
CounterResultListener<E> - Class in jadex.commons.future
Counter result listener for counting a specified number of resultAvailable calls.
CounterResultListener(int, boolean, IFunctionalResultListener<Void>) - Constructor for class jadex.commons.future.CounterResultListener
Create a new counter listener.
CounterResultListener(int, boolean, IFunctionalResultListener<Void>, IFunctionalExceptionListener) - Constructor for class jadex.commons.future.CounterResultListener
Create a new counter listener.
CounterResultListener(int, boolean, IFunctionalResultListener<Void>, IFunctionalResultListener<E>, IFunctionalExceptionListener) - Constructor for class jadex.commons.future.CounterResultListener
Create a new counter listener.
CounterResultListener(int, boolean, IResultListener<Void>) - Constructor for class jadex.commons.future.CounterResultListener
Create a new counter listener.
CounterResultListener(int, IFunctionalResultListener<Void>) - Constructor for class jadex.commons.future.CounterResultListener
Create a new counter listener.
CounterResultListener(int, IFunctionalResultListener<Void>, IFunctionalExceptionListener) - Constructor for class jadex.commons.future.CounterResultListener
Create a new counter listener.
CounterResultListener(int, IFunctionalResultListener<Void>, IFunctionalResultListener<E>, IFunctionalExceptionListener) - Constructor for class jadex.commons.future.CounterResultListener
Create a new counter listener.
CounterResultListener(int, IResultListener<Void>) - Constructor for class jadex.commons.future.CounterResultListener
Create a new counter listener.
countOccurrences(String, char) - Static method in class jadex.commons.SUtil
Count the occurrences of a char in a string.
countResults(int, IFunctionalResultListener<Void>) - Static method in class jadex.commons.future.SResultListener
countResults(int, IFunctionalResultListener<Void>, IFunctionalExceptionListener) - Static method in class jadex.commons.future.SResultListener
countResults(int, IFunctionalResultListener<Void>, IFunctionalResultListener<E>, IFunctionalExceptionListener) - Static method in class jadex.commons.future.SResultListener
CountThresholdSearchTerminationDecider<S> - Class in jadex.bridge.nonfunctional.search
Service search ranking decider based on a simple service count threshold.
CountThresholdSearchTerminationDecider(int) - Constructor for class jadex.bridge.nonfunctional.search.CountThresholdSearchTerminationDecider
Creates the decider.
countTokens() - Method in class jadex.commons.ExpressionTokenizer
Count the number of tokens.
CPULoadProperty - Class in jadex.bridge.sensor.cpu
The cpu load property.
CPULoadProperty(IInternalAccess) - Constructor for class jadex.bridge.sensor.cpu.CPULoadProperty
Create a new property.
create(ComponentCreationInfo, Collection<IComponentFeatureFactory>) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Create the component, i.e.
create(ComponentCreationInfo, Collection<IComponentFeatureFactory>) - Method in interface jadex.bridge.service.types.factory.IPlatformComponentAccess
Create the component, i.e.
create(Class<T>, Object, String) - Static method in class jadex.commons.beans.EventHandler
 
create(Class<T>, Object, String, String) - Static method in class jadex.commons.beans.EventHandler
 
create(Class<T>, Object, String, String, String) - Static method in class jadex.commons.beans.EventHandler
 
create(T) - Static method in class jadex.commons.MutableObject
Creates a new MutableObject
createAccessorClass(IByteCodeClassLoader, Class<T>, Class<?>) - Static method in class jadex.bytecode.invocation.SInvocation
Generates an accessor class based on an interface.
createAccount(String, ClassLoader) - Static method in class jadex.bridge.service.types.email.EmailAccount
Read account data from property file.
createAckTimer(Object) - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Triggers resends of packets if no ack has been received in acktimeout.
createAction(String, Icon, ActionListener) - Static method in class jadex.commons.gui.SGUI
Create an action.
createActivityEvent(String, ProcessThread, MActivity) - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Create an activity event (start, end).
createAgent(String, IExecutionService, IClockService) - Static method in class jadex.micro.MicroAgentFactory
Create a micro agent using services.
createAgent(String, IComponentFactory, IExecutionService, IClockService) - Static method in class jadex.base.Starter
Create an agent based on filename, agent factory and platform services.
createArrayList() - Static method in class jadex.commons.collection.SCollection
Return a fresh array list.
createArrayList(T[]) - Static method in class jadex.commons.SUtil
Create an array list from values.
createAttributeInfos(AttributeInfo[]) - Method in class jadex.xml.TypeInfo
Create the attribute info map (xml name(s) -> attribute info).
createavatar - Variable in class jadex.extension.envsupport.environment.AvatarMapping
The flag for creating the avatar when an component is created.
createAvatar(IComponentDescription, String, boolean) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Create an avatar.
createBCSChild(Object, Object) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
Creates a BCSSChild object to company the given child.
createBCSChild(Object, Object) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Creates a BCSChild object to company the given child.
createBCSSServiceProvider(Class, BeanContextServiceProvider) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
Creates a BCSSServiceProvider to company the given service.
createBDIAgentFactory(IInternalAccess, Map) - Method in class jadex.bdiv3.BDIClassGeneratorFactory
Create a new, platform-specific BDIAgentFactory object.
createBDIAgentFactory(IInternalAccess, Map) - Method in class jadex.bdiv3.BDIClassGeneratorFactoryDesktop
 
createBDIClassGenerator() - Method in class jadex.bdiv3.BDIClassGeneratorFactory
Create a new, platform-specific BDI Class Generator object.
createBDIClassGenerator() - Method in class jadex.bdiv3.BDIClassGeneratorFactoryDesktop
 
createBDIClassReader(BDIModelLoader) - Method in class jadex.bdiv3.BDIClassGeneratorFactory
Create a new, platform-specific BDI Class Reader object.
createBDIClassReader(BDIModelLoader) - Method in class jadex.bdiv3.BDIClassGeneratorFactoryDesktop
 
createBinding(RequiredService) - Static method in class jadex.micro.MicroClassReader
Create a service binding.
createBulkAckTimer(Object) - Method in class jadex.bridge.component.streams.OutputConnectionHandler
Triggers resends of packets if no ack has been received in acktimeout.
createButton(String, String) - Method in class jadex.commons.gui.PropertiesPanel
Create a button and add it to the panel.
createButton(String, String, double) - Method in class jadex.commons.gui.PropertiesPanel
Create a button and add it to the panel.
createButtons(String, String[], double) - Method in class jadex.commons.gui.PropertiesPanel
Create several buttons.
createByteCodeClassLoader(ClassLoader...) - Static method in class jadex.bytecode.SASM
Creates a byte code ClassLoader.
createCertificate(String, String, String, String, String, String, int, int) - Static method in class jadex.commons.security.SSecurity
Generates a certificate that allows signing / authentication.
createCertificateBySpecification(String, String, X500Name, String, String, String, int, int, Extension...) - Static method in class jadex.commons.security.SSecurity
Creates a certificate using the given specification.
createChangeEvent(Object, Object, Object, IInternalAccess, String) - Static method in class jadex.bdiv3x.features.BDIXAgentFeature
Caution: this method is used from byte engineered code, change signature with caution Create a belief changed event.
createChart() - Method in class jadex.extension.envsupport.evaluation.AbstractChartDataConsumer
Create a chart with the underlying dataset.
createChart() - Method in class jadex.extension.envsupport.evaluation.CategoryChartDataConsumer
Create a chart with the underlying dataset.
createChart() - Method in class jadex.extension.envsupport.evaluation.HistogramDataConsumer
Create a chart with the underlying dataset.
createChart() - Method in class jadex.extension.envsupport.evaluation.TimeChartDataConsumer
Create a chart with the underlying dataset.
createChart() - Method in class jadex.extension.envsupport.evaluation.XYChartDataConsumer
Create a chart with the underlying dataset.
createCheckBox(String) - Method in class jadex.commons.gui.PropertiesPanel
Create a check box and add it to the panel.
createCheckBox(String, boolean, boolean) - Method in class jadex.commons.gui.PropertiesPanel
Create a check box and add it to the panel.
createCheckBox(String, boolean, boolean, double) - Method in class jadex.commons.gui.PropertiesPanel
Create a check box and add it to the panel.
createCheckBox(String, boolean, boolean, double, String) - Method in class jadex.commons.gui.PropertiesPanel
Create a check box and add it to the panel.
createClass(Class<?>, String, int, Class<?>...) - Static method in class jadex.bytecode.invocation.SInvocation
Creates the initial setup for a new class in ASM.
createCollection(K) - Method in class jadex.commons.collection.MultiCollection
Create a collection instance.
createComboBox(String, Object[]) - Method in class jadex.commons.gui.PropertiesPanel
Create a combo box and add it to the panel.
createComboBox(String, Object[], boolean, double) - Method in class jadex.commons.gui.PropertiesPanel
Create a combo box and add it to the panel.
createcomponent - Variable in class jadex.extension.envsupport.environment.AvatarMapping
The flag for creating the component when an avatar is created.
createComponent(CreationInfo) - Method in interface jadex.bridge.component.IExternalSubcomponentsFeature
Starts a new component.
createComponent(CreationInfo) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Create a new component on the platform.
createComponent(CreationInfo, IResultListener<Collection<Tuple2<String, Object>>>) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Add a new component as subcomponent of this component.
createComponent(CreationInfo, String, String, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Create a new component on the platform.
createComponent(String, String, CreationInfo, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Create a new component on the platform.
createComponent(String, String, CreationInfo, IResultListener<Collection<Tuple2<String, Object>>>, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Create a new component on the platform.
createComponentInstanceInfo(Component) - Method in class jadex.micro.MicroClassReader
Create component instance info from component annotation.
createComponentInstanceInfo(CreationInfo) - Static method in class jadex.micro.MicroClassReader
Create component instance info from creation info annotation.
createComponents(CreationInfo...) - Method in interface jadex.bridge.component.IExternalSubcomponentsFeature
Starts a set of new components, in order of dependencies.
CreateComponentTask - Class in jadex.bpmn.runtime.task
Task for creating a component.
CreateComponentTask() - Constructor for class jadex.bpmn.runtime.task.CreateComponentTask
 
createComponentWithEvents(CreationInfo) - Method in interface jadex.bridge.component.IExternalSubcomponentsFeature
Starts a new component while continuously receiving status events (create, result updates, termination).
createComponentWithResults(CreationInfo) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Add a new component as subcomponent of this component.
createComposite(Type, Collection<?>) - Static method in class jadex.commons.SReflect
Create an fill an object of a class that is some kind of collection.
createConfigBeliefsList(NameValue[]) - Method in class jadex.bdiv3.BDIClassReader
Create config beliefs.
createConfigParamElementsList(NameValue[]) - Method in class jadex.bdiv3.BDIClassReader
Create config parameter elements.
createContext() - Method in class jadex.bdiv3x.BDIXMLReader
Add loader to context.
createContext(ColorModel, ColorModel, RenderingHints) - Method in class jadex.commons.gui.ModulateComposite
Create the context.
createContext(ColorModel, ColorModel, RenderingHints) - Method in class jadex.extension.envsupport.observer.graphics.ModulateComposite
 
createCopy() - Method in class jadex.bpmn.runtime.ProcessThread
Create a copy of this thread (e.g.
CREATED - Static variable in class jadex.extension.envsupport.environment.space2d.DefaultVisionGenerator
The created percept type.
CREATED - Static variable in class jadex.extension.envsupport.environment.space3d.DefaultVisionGenerator
The created percept type.
createDataTimer(long) - Method in class jadex.bridge.component.streams.InputConnectionHandler
Create a new data ack timer.
createDelegationProvidedServiceProxy(IInternalAccess, IServiceIdentifier, RequiredServiceInfo, RequiredServiceBinding, ClassLoader, boolean) - Static method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Static method for creating a delegation service proxy for provided service that is not offered by the component itself.
createDialog(String, JComponent, JComponent) - Static method in class jadex.commons.gui.SGUI
Create a dialog with a specific content panel.
createDialog(String, JComponent, JComponent, boolean) - Static method in class jadex.commons.gui.SGUI
Create a dialog with a specific content panel.
createDummyClassLoader(ClassLoader, ClassLoader, List<URL>) - Method in class jadex.bdiv3.BDIClassReader
Create a throw away class loader.
createEdgelessHorizontalGroupLayout(Container, JComponent[], boolean) - Static method in class jadex.commons.gui.SGUI
Creates a simple edgeless, vertical arrangement using group layout.
createEdgelessHorizontalGroupLayout(Container, JComponent[], boolean, boolean) - Static method in class jadex.commons.gui.SGUI
Creates a simple edgeless, vertical arrangement using group layout.
createEndBehavior() - Method in class jadex.bdiv3x.features.BDIXLifecycleAgentFeature
Create the end behavior.
createEntries() - Method in class jadex.base.JarAsDirectory
 
createEventType(RawEvent) - Static method in class jadex.bdiv3x.features.BDIXAgentFeature
 
createExpression(String) - Method in class jadex.bdiv3x.runtime.ExpressionbaseWrapper
Create a precompiled expression.
createExpression(String) - Method in interface jadex.bdiv3x.runtime.IExpressionbase
Create a precompiled expression.
createExpression(String) - Method in class jadex.bdiv3x.runtime.Plan
Get an expression by name.
createExpression(String) - Method in class jadex.bdiv3x.runtime.RExpressionbase
Create a precompiled expression.
createExtractorClass(IByteCodeClassLoader, Class<?>, String[], Member[]) - Static method in class jadex.bytecode.invocation.SInvocation
Creates extractor class.
createFallbackAccessor(Class<T>, Class<?>, Object) - Static method in class jadex.bytecode.invocation.SInvocation
Implements an accessor based on a dynamic proxy.
createFastHashMap() - Static method in class jadex.commons.collection.SCollection
Return a fresh hash map.
createField(int, String, String, String[], Object) - Method in class jadex.bdiv3.asm.AsmNodeHelper
Create field node helper.
createField(int, String, String, String[], Object) - Method in class jadex.bdiv3.NodeHelper
 
createFiles(String, MultiCollection<String, ZipEntry>) - Method in class jadex.base.JarAsDirectory
Create the files for an entry.
createFilter(long) - Method in class jadex.bridge.service.types.registry.SlidingCuckooFilter
Creates a new filter.
createFrame(String, JWizard) - Static method in class jadex.commons.gui.JWizard
Creates a frame for the wizard that closes on finish.
createfromtag - Variable in class jadex.xml.XMLInfo
Create from tag flag.
createGoal(String) - Method in interface jadex.bdiv3x.runtime.IGoalbase
Create a goal from a template goal.
createGoal(String) - Method in class jadex.bdiv3x.runtime.Plan
Create a goal from a template goal.
createGoal(String) - Method in class jadex.bdiv3x.runtime.RGoalbase
Create a goal from a template goal.
createHashMap() - Static method in class jadex.commons.collection.SCollection
Return a fresh hash map.
createHashMap(K[], T[]) - Static method in class jadex.commons.SUtil
Create a hash map from keys and values.
createHashSet() - Static method in class jadex.commons.collection.SCollection
Return a hash set.
createHashSet(T[]) - Static method in class jadex.commons.SUtil
Create a hash set from values.
createHashtable() - Static method in class jadex.commons.collection.SCollection
Return a fresh hashtable.
createHorizontalGroupLayout(Container, JComponent[], boolean) - Static method in class jadex.commons.gui.SGUI
Creates a simple vertical arrangement using group layout with gaps.
createImplementation(Implementation, Class<?>) - Static method in class jadex.micro.MicroClassReader
Create a service implementation.
createIndexMap() - Static method in class jadex.commons.collection.SCollection
Return a fresh index map.
createInputConnection(IComponentIdentifier, IComponentIdentifier, Map<String, Object>) - Method in interface jadex.bridge.component.IMessageFeature
Create a virtual input connection.
createInstance(IExternalAccess, IValueFetcher) - Method in class jadex.extension.agr.MAGRSpaceInstance
Instantiate the extension for a specific component instance.
createInstance(IExternalAccess, IValueFetcher) - Method in class jadex.extension.envsupport.MEnvSpaceInstance
Instantiate the extension for a specific component instance.
createInstance(IInternalAccess, ComponentCreationInfo) - Method in interface jadex.bridge.component.IComponentFeatureFactory
Create an instance of the feature.
createIntermediateCaCertificate(String, String, String, int, String, String, String, int, int) - Static method in class jadex.commons.security.SSecurity
Generates a certificate for an intermediate CA.
createInternalEvent(String) - Method in interface jadex.bdiv3x.runtime.IEventbase
Create a new intenal event.
createInternalEvent(String) - Method in class jadex.bdiv3x.runtime.Plan
Create a new intenal event.
createInternalEvent(String) - Method in class jadex.bdiv3x.runtime.REventbase
Create a new intenal event.
createInvokerClass(IByteCodeClassLoader, Method) - Static method in class jadex.bytecode.invocation.SInvocation
Creates the invoker class.
createKeyPair(String, String, int) - Static method in class jadex.commons.security.SSecurity
Generate a key pair.
createLeaseTimeCollection(long) - Static method in class jadex.commons.collection.LeaseTimeSet
Create a lease time collection.
createLeaseTimeCollection(long, ICommand<Tuple2<E, Long>>) - Static method in class jadex.commons.collection.LeaseTimeSet
Create a lease time collection.
createLeaseTimeCollection(long, ICommand<Tuple2<E, Long>>, boolean, IDelayRunner, boolean, Object) - Static method in class jadex.commons.collection.LeaseTimeSet
Create a lease time collection.
createLeaseTimeCollection(long, ICommand<Tuple2<E, Long>>, Object) - Static method in class jadex.commons.collection.LeaseTimeSet
Create a lease time collection.
createLinkedHashMap() - Static method in class jadex.commons.collection.SCollection
Return a fresh linked hash map.
createLinkedHashSet() - Static method in class jadex.commons.collection.SCollection
Return a linked hash set.
createLinkedList() - Static method in class jadex.commons.collection.SCollection
Return a fresh linked list.
createListSelectionListener() - Method in class jadex.commons.gui.jtreetable.JTreeTable.ListToTreeSelectionModelWrapper
Creates and returns an instance of ListSelectionHandler.
createLogRecord(Level, String, long) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
 
createLRU(int) - Static method in class jadex.commons.collection.SCollection
Return a fresh linked hash map.
createMenuBar(Action[]) - Static method in class jadex.commons.gui.SGUI
Create a menu bar, given a list of actions.
createMessageEvent(String) - Method in interface jadex.bdiv3x.runtime.IEventbase
Create a new message event.
createMessageEvent(String) - Method in class jadex.bdiv3x.runtime.Plan
Create a new message event.
createMessageEvent(String) - Method in class jadex.bdiv3x.runtime.REventbase
Create a new message event.
createMethodCondition(MParameterElement, String, String[], RawEvent[], String[], BDIModel, Method, ClassLoader) - Method in class jadex.bdiv3.BDIClassReader
 
createMGoal(BDIModel, Goal, Class<?>, ClassLoader, Map<ClassInfo, List<Tuple2<MGoal, String>>>) - Method in class jadex.bdiv3.BDIClassReader
 
createMPlan(BDIModel, Plan, MethodInfo, String, ClassInfo, ClassLoader, Map<ClassInfo, List<Tuple2<MGoal, String>>>) - Method in class jadex.bdiv3.BDIClassReader
 
createMultiCollection() - Static method in class jadex.commons.collection.SCollection
Return a fresh multi collection.
createMultipacketSendTimer(int) - Method in class jadex.bridge.component.streams.OutputConnectionHandler
This timer automatically sends non-full multipackets after mpsendtimeout has occurred.
createNestedMap(Map) - Static method in class jadex.commons.collection.SCollection
Return a linked hash set.
createNestedMap(Map[]) - Static method in class jadex.commons.collection.SCollection
Return a linked hash set.
createNext() - Method in class jadex.bridge.Cause
Create the next cause.
createNFRProperties(NFRProperty[]) - Static method in class jadex.micro.MicroClassReader
Create req service props.
createObject(IContext, Map<String, String>) - Method in interface jadex.xml.bean.IBeanObjectCreator
Create an object.
createObject(Object, boolean, AReadContext, Map<String, String>) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Create an object for the current tag.
createObject(Object, boolean, AReadContext, Map<String, String>) - Method in interface jadex.xml.reader.IObjectReaderHandler
Create an object for the current tag.
createObject(Map) - Method in interface jadex.extension.envsupport.IObjectCreator
 
createObjectTask(String, Map, Object) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Creates an object task.
createObjectTask(String, Map, Object) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Creates an object task.
createOutputConnection(IComponentIdentifier, IComponentIdentifier, Map<String, Object>) - Method in interface jadex.bridge.component.IMessageFeature
Create a virtual output connection.
createParameter(MParameter, String, IInternalAccess, UnparsedExpression) - Method in class jadex.bdiv3x.runtime.RMessageEvent
 
createParameter(MParameter, String, IInternalAccess, Object) - Method in class jadex.bdiv3x.runtime.RMessageEvent
 
createParameterSet(MParameter, String, IInternalAccess, Object) - Method in class jadex.bdiv3x.runtime.RMessageEvent
 
createParameterSet(MParameter, String, IInternalAccess, List<UnparsedExpression>) - Method in class jadex.bdiv3x.runtime.RMessageEvent
 
createPath(QName[], Object, IContext) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Create a qname path.
createPercept(String, Object, IComponentDescription, ISpaceObject) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Create a percept for the given component.
createPlainRandomId(String, int) - Static method in class jadex.commons.SUtil
Create a random id with only alphanumeric chars.
createPlan(MPlan) - Method in interface jadex.bdiv3x.runtime.IPlanbase
Create a plan instance.
createPlan(MPlan) - Method in class jadex.bdiv3x.runtime.PlanbaseWrapper
Create a plan instance.
createPlan(MPlan) - Method in class jadex.bdiv3x.runtime.RPlanbase
Create a plan instance.
createPlatform() - Static method in class jadex.base.Starter
Create the platform.
createPlatform(IPlatformConfiguration) - Static method in class jadex.base.Starter
Create the platform.
createPlatform(IPlatformConfiguration, String[]) - Static method in class jadex.base.Starter
Create the platform.
createPlatform(IPlatformConfiguration, Map<String, Object>) - Static method in class jadex.base.Starter
Create the platform.
createPlatform(String...) - Static method in class jadex.base.Starter
Create the platform.
createPlatform(Map<String, String>) - Static method in class jadex.base.Starter
Create the platform.
createPlatformComponent(ClassLoader) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Create a platform component.
createPlatformComponent(ClassLoader, PlatformComponent) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Create a platform component.
createPlatformIdentifier(String) - Static method in class jadex.base.Starter
Internal method to create a component identifier.
createPojoInstance(IInternalAccess, RGoal) - Method in class jadex.bdiv3.model.MGoal
Create a pojo goal instance.
createProperty(Class<?>, IInternalAccess, IService, MethodInfo, List<UnparsedExpression>) - Static method in class jadex.bridge.nonfunctional.AbstractNFProperty
Create a property instance from its type.
createPropertyEditor(Object) - Method in class jadex.commons.beans.PropertyDescriptor
 
createProvidedHandler(String, IInternalAccess, Class<?>, Object, ProvidedServiceInfo, ServiceScope) - Static method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Create a basic invocation handler for a provided service.
createProvidedServiceProxy(IInternalAccess, Object, String, Class<?>, String, IServiceInvocationInterceptor[], boolean, ProvidedServiceInfo, ServiceScope) - Static method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Static method for creating a standard service proxy for a provided service.
createProxy(IExternalAccess, IExternalAccess) - Static method in class jadex.base.Starter
Create a proxy for the remote platform.
createReadContext(TypeInfoPathManager, IObjectReaderHandler, IXMLReader, XMLReporter, Object, ClassLoader) - Method in class jadex.xml.reader.AReader
 
createReader() - Method in class jadex.xml.reader.XMLReaderFactory
Creates a new default XML Reader.
createReader() - Method in class jadex.xml.reader.XMLReaderFactoryDesktop
Creates a new default XML Reader.
createReader(boolean) - Method in class jadex.xml.reader.XMLReaderFactory
Creates a new XML Reader
createReader(boolean) - Method in class jadex.xml.reader.XMLReaderFactoryDesktop
Creates a new XML Reader.
createReader(boolean, boolean, boolean, XMLReporter) - Method in class jadex.xml.reader.XMLReaderFactory
Creates a new XML Reader
createReader(boolean, boolean, boolean, XMLReporter) - Method in class jadex.xml.reader.XMLReaderFactoryDesktop
Creates a new XML Reader.
createReader(boolean, boolean, XMLReporter) - Method in class jadex.xml.reader.XMLReaderFactory
Creates a new XML Reader
createReader(boolean, boolean, XMLReporter) - Method in class jadex.xml.reader.XMLReaderFactoryDesktop
Creates a new XML Reader.
createReadOnlyTable() - Static method in class jadex.commons.gui.SGUI
Create a table that displays its contents using nto editable text fields.
createRealtimeTimer(long, ITimedObject) - Method in interface jadex.bridge.service.types.clock.IClockService
Create a new realtime timer.
createRegexFromGlob(String) - Static method in class jadex.commons.SUtil
Create a regex from a normal bnf pattern.
createRemoteServiceProxy(IInternalAccess, IServiceIdentifier) - Static method in class jadex.bridge.service.component.RemoteMethodInvocationHandler
Create a proxy object for a remote service.
createReply() - Method in class jadex.bridge.fipa.FipaMessage
Create a reply for a given message.
createReply(IMessageEvent<T>, String) - Method in interface jadex.bdiv3x.runtime.IEventbase
Create a reply to a message event.
createReply(IMessageEvent<T>, String) - Method in class jadex.bdiv3x.runtime.REventbase
Create a reply to a message event.
createRequiredServiceInfo(RequiredService, ClassLoader) - Static method in class jadex.micro.MicroClassReader
Create a required service info from annotation.
createRequiredServiceProxy(IInternalAccess, IService, IRequiredServiceFetcher, RequiredServiceInfo, RequiredServiceBinding, boolean) - Static method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Static method for creating a standard service proxy for a required service.
createResourceIdentifier(IExternalAccess, String, String) - Static method in class jadex.base.SRemoteGui
Create a resource identifier.
createResultListener(IInternalAccess, IResultListener<T>) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Create result listener that tolerates when agent is null at shutdown.
createResultListener(IFunctionalResultListener<E>) - Static method in class jadex.commons.future.SResultListener
Creates an IResultListener that delegates results to the given SuccessListener and uses default exception handling.
createResultListener(IFunctionalResultListener<E>, boolean) - Static method in class jadex.commons.future.SResultListener
Creates an IResultListener that delegates results to the given SuccessListener.
createResultListener(IFunctionalResultListener<E>, IFunctionalExceptionListener) - Static method in class jadex.commons.future.SResultListener
Creates an IResultListener that delegates results to the given SuccessListener and Exceptions to the given ExceptionListener.
createResultListener(IIntermediateResultListener<T>) - Method in interface jadex.bridge.component.IExecutionFeature
Create a result listener that is executed on the component thread.
createResultListener(IResultListener<T>) - Method in interface jadex.bridge.component.IExecutionFeature
Create a result listener that is executed on the component thread.
createResultListener(IResultListener<T>, IExternalAccess) - Static method in class jadex.bridge.service.types.factory.SComponentFactory
Create a result listener which is executed as an component step.
createReturnConstantMethod(String, int) - Method in class jadex.bdiv3.asm.AsmNodeHelper
Create const method node helper.
createReturnConstantMethod(String, int) - Method in class jadex.bdiv3.NodeHelper
Creates a Method that always returns the given value.
createRootCaCertificate(String, int, String, String, String, int, int) - Static method in class jadex.commons.security.SSecurity
Generates a certificate for a root CA.
createRSWrapperInvocationHandler(IInternalAccess, Class<?>) - Method in class jadex.extension.rs.invoke.RSFactoryDesktop
 
createRSWrapperInvocationHandler(IInternalAccess, Class<?>) - Method in class jadex.extension.rs.RSFactory
 
createRuntimeTags(Object, IExternalAccess) - Static method in class jadex.bridge.sensor.service.TagProperty
Create a collection of tags and replace the variable values.
createSelfSignedCertificate(String, String, String, String, int, int) - Static method in class jadex.commons.security.SSecurity
Generates a self-signed certificate that allows signing / authentication.
createServiceCall(IComponentIdentifier, Map<String, Object>) - Static method in class jadex.bridge.service.component.interceptors.CallAccess
Create a service call.
createServiceCall(IComponentIdentifier, Map<String, Object>) - Static method in class jadex.bridge.ServiceCall
Create a service call.
createServiceIdentifier(IComponentIdentifier, ClassInfo, ClassInfo[], String, IResourceIdentifier, ServiceScope, Set<String>, boolean) - Static method in class jadex.bridge.service.BasicService
Create a new service identifier for a potentially remote component.
createServiceIdentifier(IInternalAccess, String, Class<?>, Class<?>, IResourceIdentifier, ServiceScope) - Static method in class jadex.bridge.service.BasicService
Create a new service identifier for the own component.
createServiceImplementation(IInternalAccess, Class<?>, WebServiceMappingInfo) - Static method in class jadex.extension.ws.invoke.SWebService
Create a wrapper service implementation based on the JAXB generated Java service class and the service mapping information.
createServiceImplementation(IInternalAccess, Class<?>, Class<?>) - Static method in class jadex.extension.rs.invoke.SRest
Create a wrapper rest service implementation based on mapping information.
createServiceImplementation(ProvidedServiceInfo, IValueFetcher) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Create a service implementation from description.
createServiceImplementation(Class<?>, WebServiceMappingInfo) - Method in class jadex.extension.ws.invoke.WebServiceAgent
Create a wrapper service implementation based on the JAXB generated Java service class and the service mapping information.
createServiceImplementation(Class<?>, Class<?>) - Method in class jadex.extension.rs.invoke.RestServiceAgent
Create a wrapper service implementation based on mapping information.
createServiceInfo(ServiceQuery<T>) - Static method in class jadex.bridge.service.search.ServiceQuery
When searching with query -> create required service info from service query.
createServiceProxy(Object, RequiredServiceInfo) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Create the user-facing object from the received search or query result.
createServices() - Static method in class jadex.base.Starter
Create the necessary platform service replacements.
createSpaceObject(String, Map, List) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Creates an object in this space.
createSpaceObject(String, Map, List) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Creates an object in this space.
CreateSpaceObjectTaskTask - Class in jadex.bdibpmn.task
Create a task for a space object.
CreateSpaceObjectTaskTask() - Constructor for class jadex.bdibpmn.task.CreateSpaceObjectTaskTask
 
createSpaceObjectZombie(String, Map, List) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Creates a zombie object in this space.
createSpaceProcess(String, Map) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Creates a space process.
createSpaceProcess(String, Map) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Creates a space process.
createStartBehavior() - Method in class jadex.bdiv3x.features.BDIXLifecycleAgentFeature
Create the start behavior.
createSubobjectInfosRead(SubobjectInfo[]) - Method in class jadex.xml.TypeInfo
Create subobject infos for each tag sorted by specificity.
createSubobjectInfosWrite(SubobjectInfo[]) - Method in class jadex.xml.TypeInfo
Create subobject infos for each tag sorted by specificity.
createTask(String, byte[], Integer, Map<String, Object>) - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Create a new task.
createTask(String, Object, boolean, Integer, Map<String, Object>) - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Create a new task.
createTestCACert() - Static method in class jadex.commons.security.SSecurity
Creates a random CA certificate for testing.
createTestCert(PemKeyPair) - Static method in class jadex.commons.security.SSecurity
Creates a random certificate for testing.
createTestvalues(String, int) - Static method in class jadex.commons.collection.WeakList
Create some string values for testing.
createTextField(String) - Method in class jadex.commons.gui.PropertiesPanel
Create a text field and add it to the panel.
createTextField(String, String) - Method in class jadex.commons.gui.PropertiesPanel
Create a text field and add it to the panel.
createTextField(String, String, boolean) - Method in class jadex.commons.gui.PropertiesPanel
Create a text field and add it to the panel.
createTextField(String, String, boolean, double) - Method in class jadex.commons.gui.PropertiesPanel
Create a text field and add it to the panel.
createTextField(String, String, boolean, double, String) - Method in class jadex.commons.gui.PropertiesPanel
Create a text field and add it to the panel.
createThreadEvent(String, ProcessThread) - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Create a thread event (creation, modification, termination).
createThreadPool() - Static method in class jadex.commons.concurrent.ThreadPoolFactory
Create a local thread pool.
createTickTimer(ITimedObject) - Method in interface jadex.bridge.service.types.clock.IClock
Create a new tick timer.
createTickTimer(ITimedObject) - Method in interface jadex.bridge.service.types.clock.IClockService
Create a new tick timer.
createTimer(long, ITimedObject) - Method in interface jadex.bridge.service.types.clock.IClock
Create a new timer.
createTimer(long, ITimedObject) - Method in interface jadex.bridge.service.types.clock.IClockService
Create a new timer.
createToolBar(String, Action[]) - Static method in class jadex.commons.gui.SGUI
Create a tool bar, given a list of actions.
createUniqueId() - Method in class jadex.bridge.Cause
Create a unique id.
createUniqueId() - Static method in class jadex.commons.SUtil
Create a globally unique conversation id.
createUniqueId(int) - Method in class jadex.bridge.Cause
Create a unique id.
createUniqueId(String) - Static method in class jadex.bridge.fipa.SFipa
Deprecated.
Use SUtil.createUniqueId() instead
createUniqueId(String) - Static method in class jadex.commons.SUtil
Create a globally unique conversation id.
createUnparsedExpressions(NameValue[]) - Static method in class jadex.bridge.nonfunctional.annotation.SNameValue
Create unparsed expressions.
createUnparsedExpressions(Value[]) - Static method in class jadex.micro.MicroClassReader
Create unparsed expressions.
createUnparsedExpressionsList(NameValue[]) - Static method in class jadex.bridge.nonfunctional.annotation.SNameValue
Create unparsed expressions.
createValue(Value, IValueFetcher) - Static method in class jadex.bridge.service.component.multiinvoke.MultiServiceInvocationHandler
Convert value annotation to object.
createValue(Class<?>) - Static method in class jadex.bridge.service.component.multiinvoke.MultiServiceInvocationHandler
Create a value from a class.
createVector() - Static method in class jadex.commons.collection.SCollection
Return a fresh vector.
createVector2(IVector1) - Method in interface jadex.extension.envsupport.math.IVector1
Create a vector2 from this and another vector.
createVector2(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Double
Create a vector2 from this and another vector.
createVector2(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Int
Create a vector2 from this and another vector.
createVector2(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Long
Create a vector2 from this and another vector.
createVerticalGroupLayout(Container, JComponent[], boolean) - Static method in class jadex.commons.gui.SGUI
Creates a simple vertical arrangement using group layout with gaps.
createWeakHashMap() - Static method in class jadex.commons.collection.SCollection
Return a fresh weak hash map.
createWeakList() - Static method in class jadex.commons.collection.SCollection
Return a fresh weak list.
createWeakSet() - Static method in class jadex.commons.collection.SCollection
Return a fresh weak set.
createWriter() - Method in class jadex.xml.writer.XMLWriterFactory
Create a new reader (with genids=true and indent=true).
createWriter() - Method in class jadex.xml.writer.XMLWriterFactoryDesktop
Create a new reader (with genids=true and indent=true).
createWriter(boolean) - Method in class jadex.xml.writer.XMLWriterFactory
Create an XMLWRiter
createWriter(boolean) - Method in class jadex.xml.writer.XMLWriterFactoryDesktop
Creates a new XML Reader.
createWriter(boolean, boolean) - Method in class jadex.xml.writer.XMLWriterFactory
Creates a new default XML Reader.
createWriter(boolean, boolean) - Method in class jadex.xml.writer.XMLWriterFactoryDesktop
Creates a new default XML Reader.
createWriter(boolean, boolean, boolean) - Method in class jadex.xml.writer.XMLWriterFactory
Creates a new default XML Reader.
createWriter(boolean, boolean, boolean) - Method in class jadex.xml.writer.XMLWriterFactoryDesktop
Creates a new default XML Reader.
createXMLReader(InputStream) - Method in class jadex.xml.reader.AReader
 
createXMLReader(InputStream) - Method in class jadex.xml.reader.Reader
 
createXMLReader(Reader) - Method in class jadex.xml.reader.AReader
 
createXMLReader(Reader) - Method in class jadex.xml.reader.Reader
 
creation - Variable in class jadex.commons.future.Future
For capturing call stack of future creation.
creationfuture - Variable in class jadex.bpmn.runtime.task.CreateComponentTask
Future called when the component is created to allow compensation (i.e.
creationinfo - Variable in class jadex.bridge.service.RequiredServiceBinding
Information about the component to create.
CreationInfo - Class in jadex.bridge.service.types.cms
A parameter object to capture extra information for component creation.
CreationInfo - Annotation Type in jadex.micro.annotation
Component annotation.
CreationInfo() - Constructor for class jadex.bridge.service.types.cms.CreationInfo
Create a new creation info.
CreationInfo(IResourceIdentifier) - Constructor for class jadex.bridge.service.types.cms.CreationInfo
Create a new creation info.
CreationInfo(CreationInfo) - Constructor for class jadex.bridge.service.types.cms.CreationInfo
Create a new creation info.
CreationInfo(String, Map<String, Object>) - Constructor for class jadex.bridge.service.types.cms.CreationInfo
Create a new creation info.
CreationInfo(String, Map<String, Object>, IResourceIdentifier) - Constructor for class jadex.bridge.service.types.cms.CreationInfo
Create a new creation info.
CreationInfo(Map<String, Object>) - Constructor for class jadex.bridge.service.types.cms.CreationInfo
Create a new creation info.
creationtime - Variable in class jadex.bridge.service.types.cms.CMSComponentDescription
The creation time.
creationtime - Variable in class jadex.bridge.service.types.monitoring.MonitoringEvent
The source creation time.
creator - Variable in class jadex.bridge.service.types.cms.CMSComponentDescription
The creator.
CronJob<T> - Class in jadex.bridge.service.types.cron
The cron job consists of: - a unique id - a time pattern filter - a command
CronJob() - Constructor for class jadex.bridge.service.types.cron.CronJob
Create a new cronjob.
CronJob(String, IFilter<Long>, IResultCommand<ISubscriptionIntermediateFuture<T>, Tuple2<IInternalAccess, Long>>) - Constructor for class jadex.bridge.service.types.cron.CronJob
Create a new cron job.
cs - Variable in class jadex.base.SRemoteClock.RemoteTimerChangeListener
The clock service.
CSVFileDataConsumer - Class in jadex.extension.envsupport.evaluation
Simple file consumer that writes data into a text file.
CSVFileDataConsumer() - Constructor for class jadex.extension.envsupport.evaluation.CSVFileDataConsumer
 
ctarget - Variable in class jadex.bdiv3.model.MCondition
The target constructor.
ctm - Variable in class jadex.commons.gui.ClassSearchPanel
 
curit - Variable in class jadex.commons.collection.MultiIterator
The current iterator.
curkey - Variable in class jadex.commons.gui.ObjectCardLayout
The key of the current component (if any).
curquery - Variable in class jadex.commons.gui.ClassSearchPanel
The current search query text.
current - Variable in class jadex.commons.gui.autocombo.AutoCompleteCombo
The current call.
current - Variable in class jadex.commons.gui.JWizard
Current frame of the wizard.
current - Variable in class jadex.commons.gui.ObjectCardLayout
The current component (if any).
CURRENT - Static variable in class jadex.bridge.ServiceCall
The current service calls mapped to threads.
currentarg - Variable in class jadex.bridge.service.component.interceptors.PrePostConditionInterceptor.PrePostConditionFetcher
The current arguments.
currentcall - Variable in class jadex.bridge.service.component.ServiceInvocationContext
The current service call (to be reestablished after call).
currentcall - Variable in class jadex.commons.future.CallSequentializer
The current call.
currentfilter - Variable in class jadex.bridge.service.types.registry.SlidingCuckooFilter
The current filter.
currentThread() - Static method in class jadex.commons.concurrent.MonitoredThreadPoolExecutor
Gets the current MonitoredThread, for convenience.
currentthreads - Variable in class jadex.bridge.service.types.threadpool.JadexExecutorServiceAdapter
Current threads.
currenttime - Variable in class jadex.extension.envsupport.environment.RoundBasedExecutor
Current time.
currentToken - Variable in exception jadex.javaparser.javaccimpl.ParseException
This is the last token that has been consumed successfully.
customCommandAvailable(Object) - Method in class jadex.commons.gui.future.SwingDefaultResultListener
Called when a command is available.
customCommandAvailable(Object) - Method in class jadex.commons.gui.future.SwingDelegationResultListener
Called when a command is available.
customCommandAvailable(Object) - Method in class jadex.commons.gui.future.SwingExceptionDelegationResultListener
Called when a command is available.
customCommandAvailable(Object) - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
Called when a command is available.
customCommandAvailable(Object) - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
Called when a command is available.
customCommandAvailable(Object) - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
Called when a command is available.
customCommandAvailable(Object) - Method in class jadex.commons.gui.future.SwingResultListener
Called when a command is available.
customExceptionListener - Variable in class jadex.commons.gui.future.SwingDefaultResultListener
Custom result listener
customExceptionListener - Variable in class jadex.commons.gui.future.SwingDelegationResultListener
Custom result listener
customExceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingDefaultResultListener
Called when an exception occurred.
customExceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingDelegationResultListener
Called when an exception occurred.
customExceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingExceptionDelegationResultListener
Called when an exception occurred.
customExceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
Called when an exception occurred.
customExceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
Called when an exception occurred.
customExceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
Called when an exception occurred.
customExceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingResultListener
Called when an exception occurred.
customFinished() - Method in class jadex.commons.gui.future.SwingIntermediateDefaultResultListener
Declare that the future is finished.
customFinished() - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
Declare that the future is finished.
customFinished() - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
Called when finished.
customFinished() - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
Declare that the future is finished.
customIntermediateResultAvailable(E) - Method in class jadex.commons.future.DuplicateRemovalIntermediateResultListener
Check results before sending them further.
customIntermediateResultAvailable(E) - Method in class jadex.commons.future.IntermediateDelegationResultListener
Called when an intermediate result is available.
customIntermediateResultAvailable(E) - Method in class jadex.commons.gui.future.SwingIntermediateDefaultResultListener
Called when an intermediate result is available.
customIntermediateResultAvailable(E) - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
Called when an intermediate result is available.
customIntermediateResultAvailable(E) - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
Called when the result is available.
customIntermediateResultAvailable(E) - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
Called when an intermediate result is available.
customIntermediateResultAvailable(S) - Method in class jadex.bridge.nonfunctional.search.ServiceRankingDelegationResultListener
Process intermediate results for ranking.
customIntermediateResultListener - Variable in class jadex.commons.future.IntermediateDelegationResultListener
Custom functional intermediate result listener
customIsApplicable(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.AbstractLRUApplicableInterceptor
Replacement method for isApplicable.
customIsApplicable(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.AuthenticationInterceptor
Test if the interceptor is applicable.
customIsApplicable(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.PrePostConditionInterceptor
Test if the interceptor is applicable.
Customizer - Interface in jadex.commons.beans
 
CustomLogRecord - Class in jadex.bridge.service.types.cms
 
CustomLogRecord(Level, String) - Constructor for class jadex.bridge.service.types.cms.CustomLogRecord
 
customResultAvailable(E) - Method in class jadex.commons.future.DelegationResultListener
Called when the result is available.
customResultAvailable(E) - Method in class jadex.commons.future.ExceptionDelegationResultListener
Called when the result is available.
customResultAvailable(E) - Method in class jadex.commons.future.RemoteDelegationResultListener
Called when the result is available.
customResultAvailable(E) - Method in class jadex.commons.gui.future.SwingDefaultResultListener
Called when the result is available.
customResultAvailable(E) - Method in class jadex.commons.gui.future.SwingDelegationResultListener
Called when the result is available.
customResultAvailable(E) - Method in class jadex.commons.gui.future.SwingExceptionDelegationResultListener
Called when the result is available.
customResultAvailable(E) - Method in class jadex.commons.gui.future.SwingResultListener
Called when the result is available.
customResultAvailable(Void) - Method in class jadex.bridge.service.component.interceptors.DecouplingInterceptor.CopyReturnValueResultListener
Called when the service call is finished.
customResultAvailable(Void) - Method in class jadex.bridge.service.component.interceptors.PrePostConditionInterceptor.CheckReturnValueResultListener
Called when the service call is finished.
customResultAvailable(Void) - Method in class jadex.bridge.service.component.interceptors.TracingInterceptor.ReturnValueResultListener
Called when the service call is finished.
customResultAvailable(Collection<E>) - Method in class jadex.commons.future.IntermediateDelegationResultListener
Called when the result is available.
customResultAvailable(Collection<E>) - Method in class jadex.commons.future.IntermediateExceptionDelegationResultListener
Called when the result is available.
customResultAvailable(Collection<E>) - Method in class jadex.commons.gui.future.SwingIntermediateDefaultResultListener
Overwritten to call intermediate and finished methods.
customResultAvailable(Collection<E>) - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
Called when the result is available.
customResultAvailable(Collection<E>) - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
Called when the result is available.
customResultAvailable(Collection<E>) - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
Called when the result is available.
customResultAvailable(Collection<S>) - Method in class jadex.bridge.nonfunctional.search.ServiceRankingDelegationResultListener
Called when result is available.
customResultListener - Variable in class jadex.commons.future.DelegationResultListener
Custom functional result listener
customResultListener - Variable in class jadex.commons.future.IntermediateDelegationResultListener
Custom functional result listener
customResultListener - Variable in class jadex.commons.gui.future.SwingDefaultResultListener
Custom result listener
customResultListener - Variable in class jadex.commons.gui.future.SwingDelegationResultListener
Custom result listener
cutArrays(Object, Object) - Static method in class jadex.commons.SUtil
Cut two arrays.
cutPackageFromClassName(String) - Static method in class jadex.commons.SReflect
Cut package off from classname.
Cylinder3d - Class in jadex.extension.envsupport.observer.graphics.drawable3d
 
Cylinder3d(double, double) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Cylinder3d
 
Cylinder3d(Object, Object, Object, int, Object, String, String, double, double, IParsedExpression, String, ArrayList<SpatialControl>) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Cylinder3d
Generates a new Cylinder3d

D

daemon - Variable in class jadex.commons.concurrent.ThreadPool
The daemon flag.
DAInitiatorPlan - Class in jadex.bdi.planlib.protocols.dutchauction
This plan implements the initiator of the "FIPA Dutch Auction Interaction Protocol Specification" (XC00032 - Experimental) A dutch auction is one where the auctioneer starts with a high start price and continually lowers it until the first bidder accepts the price.
DAInitiatorPlan() - Constructor for class jadex.bdi.planlib.protocols.dutchauction.DAInitiatorPlan
 
DAReceiverPlan - Class in jadex.bdi.planlib.protocols.dutchauction
This plan implements the receiver of the "FIPA Dutch Auction Interaction Protocol Specification" (XC00032 - Experimental).
DAReceiverPlan() - Constructor for class jadex.bdi.planlib.protocols.dutchauction.DAReceiverPlan
 
data - Variable in class jadex.bpmn.runtime.persist.ThreadInfo
The data of the current or last activity.
data - Variable in class jadex.bpmn.runtime.ProcessThread
The data of the current or last activity.
data - Variable in class jadex.bpmn.tools.ProcessThreadInfo
The data of the process.
data - Variable in class jadex.bridge.component.streams.InputConnection
The data.
data - Variable in class jadex.bridge.component.streams.InputConnectionHandler
The data (stored here only as long as it is out of order or incomplete).
data - Variable in class jadex.bridge.component.streams.StreamPacket
The stream data.
data - Variable in class jadex.commons.collection.CacheEntry
The cache data.
data - Variable in class jadex.commons.collection.TreeNode
The user node data.
data - Variable in class jadex.commons.gui.EditableListEvent
The data.
data - Variable in class jadex.commons.gui.jtable.ObjectTableModel
The data.
data - Variable in class jadex.commons.LazyResource
The resource, if already loaded.
data - Variable in class jadex.extension.envsupport.environment.PerceptList.PerceptEntry
The percept content (if any).
DATA - Static variable in class jadex.bdi.planlib.messaging.AIM
The ID number for a DATA packet (flap).
DATA - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Send data message.
DATA_BOOTSTRAPFACTORY - Static variable in class jadex.base.Starter
The bootstrap component factory.
DATA_CMSSTATE - Static variable in class jadex.base.Starter
The CMS state.
DATA_DEFAULT_TIMEOUT - Static variable in class jadex.base.Starter
Constant for default timeout name.
DATA_INPUT_PARTICIPANT - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Send data - from participant.
DATA_INVOKEDMETHODS - Static variable in class jadex.base.Starter
The weak set of invoked init, start or shutdown methods - to not invoke twice.
DATA_NETWORKNAMESCACHE - Static variable in class jadex.base.Starter
The used to store the current network names.
DATA_OUTPUT_INITIATOR - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Send data - from initiator.
DATA_PARAMETERCOPY - Static variable in class jadex.base.Starter
Flag if copying parameters for local service calls is allowed.
DATA_PLATFORMACCESS - Static variable in class jadex.base.Starter
The bootstrap component factory.
DATA_PLATFORMSETTINGS - Static variable in class jadex.base.Starter
The platform settings.
DATA_REALTIMETIMEOUT - Static variable in class jadex.base.Starter
Flag if local timeouts should be realtime (instead of clock dependent).
DATA_SERIALIZATIONSERVICES - Static variable in class jadex.base.Starter
The serialization services for serializing and en/decoding objects including remote reference handling.
DATA_SERVICEREGISTRY - Static variable in class jadex.base.Starter
The local service registry data key.
DATA_TRANSPORTCACHE - Static variable in class jadex.base.Starter
The transport cache used to .
dataconsumers - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
The data consumers.
dataedges - Variable in class jadex.bpmn.runtime.persist.ThreadInfo
The data of the current data edges.
dataedges - Variable in class jadex.bpmn.runtime.ProcessThread
The data of the current data edges.
dataexp - Variable in class jadex.extension.envsupport.evaluation.SpaceObjectSource
The object expression.
dataproviders - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
The data providers (name -> provider).
dataRead() - Method in class jadex.bridge.component.streams.InputConnection
 
dataReceived(byte[]) - Method in class jadex.bridge.component.streams.LocalInputConnectionHandler
Called by local output connection handler to send data.
DataSendInfo(StreamPacket) - Constructor for class jadex.bridge.component.streams.OutputConnectionHandler.DataSendInfo
Create a send info.
DataTable - Class in jadex.extension.envsupport.evaluation
Basic data structure for all collected data.
DataTable(String, String[]) - Constructor for class jadex.extension.envsupport.evaluation.DataTable
Create a new data table.
datatimer - Variable in class jadex.bridge.component.streams.InputConnectionHandler
The current timer.
dataviewmappings - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Data view mappings.
date - Variable in class jadex.bridge.VersionInfo
The release date.
DATE_FORMAT_NUMBER - Variable in class jadex.bridge.VersionInfo
The short date format (e.g.
DATE_FORMAT_TEXT - Variable in class jadex.bridge.VersionInfo
The text date format (e.g.
DATE_FORMAT_TIMESTAMP - Variable in class jadex.bridge.VersionInfo
The short date format (e.g.
dateFromIso8601(String) - Static method in class jadex.commons.SUtil
Attempts to create a date object in Java from an ISO 8601 string.
DateTimeRenderer - Class in jadex.commons.gui.jtable
A renderer for date values.
DateTimeRenderer() - Constructor for class jadex.commons.gui.jtable.DateTimeRenderer
Create a new renderer.
DateTimeRenderer(DateFormat) - Constructor for class jadex.commons.gui.jtable.DateTimeRenderer
Create a new renderer.
dateToIso8601(Date) - Static method in class jadex.commons.SUtil
Creates an ISO 8601-compliant string out of a java Date object.
DAYS - jadex.bridge.sensor.unit.TimeUnit
 
deactivate() - Method in class jadex.commons.gui.JBusyRing
Deactivates the animation.
deactivatePlaceholder() - Method in class jadex.commons.gui.JPlaceholderTextField
Deactivates the placeholder.
DEBUG - Static variable in class jadex.bpmn.runtime.handler.DefaultActivityHandler
Debug flag for printing.
DEBUG - Static variable in class jadex.bridge.service.component.interceptors.MethodInvocationInterceptor
If debug is turned on it will print uncatched exceptions within service calls.
DEBUG - Static variable in class jadex.bytecode.vmhacks.VmHacks
Set to true to see debug infos during startup.
DEBUG - Static variable in class jadex.commons.collection.SCollection
 
DEBUG - Static variable in class jadex.commons.concurrent.MonitoredThreadPoolExecutor
Print debug messages
DEBUG - Static variable in class jadex.commons.future.Future
Debug flag.
DEBUG - Static variable in class jadex.xml.reader.AReader
The debug flag.
DEBUG_BLOCKERS - Static variable in class jadex.bridge.service.types.simulation.SSimulation
 
debugBlocker() - Static method in class jadex.bridge.service.types.simulation.SSimulation
Add caller stack to service call on debug.
DebugException - Exception in jadex.commons
Helper class to remember stack traces.
DebugException() - Constructor for exception jadex.commons.DebugException
Create a debug exception.
DebugException(String) - Constructor for exception jadex.commons.DebugException
Create a debug exception.
DEBUGFUTURES - Static variable in interface jadex.base.IPlatformConfiguration
The debug futures flag argument.
DebugPrinter() - Constructor for class jadex.commons.collection.SCollection.DebugPrinter
 
DEBUGSERVICES - Static variable in interface jadex.base.IPlatformConfiguration
The debug futures services argument.
DEBUGSTEPS - Static variable in interface jadex.base.IPlatformConfiguration
The debug futures services argument.
decapitalize(String) - Static method in class jadex.commons.beans.Introspector
Decapitalizes a given string according to the rule:
DECENDING - Static variable in class jadex.commons.gui.jtable.SortArrowIcon
 
DECENDING - Static variable in class jadex.commons.gui.jtable.SortHeaderRenderer
 
decideIteration(Object, Object[]) - Method in class jadex.bdi.planlib.protocols.dutchauction.DAInitiatorPlan
Decide about the next iteration.
decideIteration(Object, Object[]) - Method in class jadex.bdi.planlib.protocols.englishauction.EAInitiatorPlan
Decide about the next iteration.
decideParticipation(AuctionDescription, IComponentIdentifier) - Method in class jadex.bdi.planlib.protocols.dutchauction.DAReceiverPlan
Decide about participation.
decideParticipation(AuctionDescription, IComponentIdentifier) - Method in class jadex.bdi.planlib.protocols.englishauction.EAReceiverPlan
Decide about participation.
decider - Variable in class jadex.bridge.nonfunctional.search.ServiceRankingDelegationResultListener
The termination decider.
decider - Variable in class jadex.bridge.nonfunctional.search.ServiceRankingResultListener
The termination decider.
decideRequest(Object, IComponentIdentifier) - Method in class jadex.bdi.planlib.protocols.RPQPReceiverPlan
Decide about the request.
decode(byte[]) - Method in interface jadex.bridge.service.types.message.ICodec
Decode data with the codec.
decode(byte[]) - Static method in class jadex.commons.Base64
This is a wrapper to decode(final byte[] code, final int from, final int len)
decode(byte[], int, int) - Method in interface jadex.bridge.service.types.message.ICodec
Decode data with the codec.
decode(byte[], int, int) - Static method in class jadex.commons.Base64
a copy of the char part
decode(byte[], ClassLoader, ITraverseProcessor[], IErrorReporter, Object) - Method in interface jadex.bridge.service.types.message.ISerializer
Decode data with the serializer.
decode(char[]) - Static method in class jadex.commons.Base64
This is a wrapper to decode(final char[] code, final int from, final int len)
decode(char[], int, int) - Static method in class jadex.commons.Base64
This will decode base64 data without line feeds.
decode(IMsgHeader, IInternalAccess, byte[]) - Method in interface jadex.bridge.service.types.serialization.ISerializationServices
Decodes/deserializes an object.
decode(InputStream, ClassLoader, ITraverseProcessor[], IErrorReporter, Object) - Method in interface jadex.bridge.service.types.message.ISerializer
Decode an object.
decode76(char[]) - Static method in class jadex.commons.Base64
decodeCRLF(code, 0, code.length, 76)
decodeComplexColumnMarker(String) - Static method in class jadex.bpmn.MultiColumnTableEx
 
decodeCRLF(char[], int, int) - Static method in class jadex.commons.Base64
This will decode base64 data with CRLF at 4 character boundary.
decodeCRLF(char[], int, int, int) - Static method in class jadex.commons.Base64
This will decode base64 data.
decodeFailSafe(char[]) - Static method in class jadex.commons.Base64
 
decodeFailSafe(char[], int, int) - Static method in class jadex.commons.Base64
This removes all bad characters from the char array.
decodeModifiedUtf8(byte[]) - Static method in class jadex.commons.SClassReader
Decodes a Java-style modified UTF8 string as used in class files.
decodeNoPadding(byte[]) - Static method in class jadex.commons.Base64
Decode without padding.
DecouplingInterceptor - Class in jadex.bridge.service.component.interceptors
Invocation interceptor for executing a call on the underlying component thread.
DecouplingInterceptor(IInternalAccess, boolean, boolean) - Constructor for class jadex.bridge.service.component.interceptors.DecouplingInterceptor
Create a new invocation handler.
DecouplingInterceptor.CopyReturnValueResultListener - Class in jadex.bridge.service.component.interceptors
Copy return value, when service call is finished.
DecouplingInterceptor.InvokeMethodStep - Class in jadex.bridge.service.component.interceptors
Service invocation step.
DecouplingReturnInterceptor - Class in jadex.bridge.service.component.interceptors
The decoupling return interceptor ensures that the result notifications of a future a delivered on the calling component thread.
DecouplingReturnInterceptor() - Constructor for class jadex.bridge.service.component.interceptors.DecouplingReturnInterceptor
 
decryptAndAuth(IComponentIdentifier, byte[]) - Method in interface jadex.bridge.service.types.security.ISecurityService
Decrypt and authenticates the message from a sender.
DEFAULT - jadex.bridge.service.ServiceScope
Marker for default scope to be replaced automatically according to context; for required services (search scope): the default scope is 'platform' for system services and 'application' for non-system services, for provided services (publication scope): the default scope is always platform.
DEFAULT_ACCESS - Static variable in class jadex.bytecode.invocation.SInvocation
Flag if default / protected access via ASM is available.
DEFAULT_BULKLINK_MODE - Static variable in class jadex.xml.LinkingInfo
Default link mode.
DEFAULT_COMPONENT - Static variable in class jadex.commons.gui.ObjectCardLayout
The default component (used when no other component is shown).
DEFAULT_ENCODING - Static variable in class jadex.xml.SXML
The default encoding.
DEFAULT_FEATURES - Static variable in class jadex.bridge.service.types.factory.SComponentFactory
The default component features.
DEFAULT_ID_SIZE - Static variable in class jadex.commons.IdGenerator
The default ID size.
DEFAULT_MATCHINGMODES - Static variable in class jadex.bridge.service.search.ServiceQuery
Default matching modes set the elements with OR semantics.
DEFAULT_MAX_LEAF_NODE_SIZE - Static variable in class jadex.extension.envsupport.environment.space2d.KdTree
Default value for maximum number of objects in leaf nodes.
DEFAULT_MAX_MEDIAN_SAMPLES - Static variable in class jadex.extension.envsupport.environment.space2d.KdTree
Default value for maximum number of samples taken to estimate coordinate median.
DEFAULT_NAME - Static variable in class jadex.extension.envsupport.environment.space2d.ContinuousSpace2D
The default ID for this space
DEFAULT_NAME - Static variable in class jadex.extension.envsupport.environment.space2d.Grid2D
The default ID for this space.
DEFAULT_NAME - Static variable in class jadex.extension.envsupport.environment.space3d.ContinuousSpace3D
The default ID for this space
DEFAULT_NAME - Static variable in class jadex.extension.envsupport.environment.space3d.Grid3D
The default ID for this space.
DEFAULT_RSPUBLISH_COMPONENTS - Static variable in interface jadex.bridge.service.types.publish.IPublishService
The default publish implementations for rest.
DEFAULT_SIGNATURE_HASH - Static variable in class jadex.commons.security.SSecurity
Default hash used for signatures.
DEFAULT_TIME_TO_LIVE - Static variable in class jadex.commons.collection.Cache
The default time to live time span (5 mins).
DefaultActivityHandler - Class in jadex.bpmn.runtime.handler
Default activity handler, which provides some useful helper methods.
DefaultActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.DefaultActivityHandler
 
DefaultBDIVisionProcessor - Class in jadex.bdi.planlib
Default bdi agent vision processor.
DefaultBDIVisionProcessor() - Constructor for class jadex.bdi.planlib.DefaultBDIVisionProcessor
 
DefaultDataProvider - Class in jadex.extension.envsupport.evaluation
Provides data on basis of the environment space.
DefaultDataProvider(AbstractEnvironmentSpace, IObjectSource[], String, String[], IParsedExpression[]) - Constructor for class jadex.extension.envsupport.evaluation.DefaultDataProvider
Create a new space object table data provider.
DefaultFileFilter - Class in jadex.base
The default file filter allows using different file extensions.
DefaultFileFilter() - Constructor for class jadex.base.DefaultFileFilter
Create a new file filter.
DefaultFileFilter(boolean, List<String>) - Constructor for class jadex.base.DefaultFileFilter
Create a new file filter.
defaulthandler - Variable in class jadex.xml.reader.AReadContext
The default object handler.
defaultimports - Static variable in class jadex.extension.rs.invoke.RestServiceWrapperInvocationHandler
 
DefaultObjectCreationProcess - Class in jadex.extension.envsupport.environment
Process for continuously creating objects in the space.
DefaultObjectCreationProcess() - Constructor for class jadex.extension.envsupport.environment.DefaultObjectCreationProcess
Create a new create food process.
DefaultParameterMapper - Class in jadex.extension.rs.publish.mapper
Default parameter mapper that uses the same value mapper for all parameters.
DefaultParameterMapper(IValueMapper) - Constructor for class jadex.extension.rs.publish.mapper.DefaultParameterMapper
Create a new mapper.
DefaultPersistenceDelegate - Class in jadex.commons.beans
Default PersistenceDelegate for normal classes.
DefaultPersistenceDelegate() - Constructor for class jadex.commons.beans.DefaultPersistenceDelegate
Constructs a DefaultPersistenceDelegate instance that supports the persistence of a bean which has a default constructor.
DefaultPersistenceDelegate(String[]) - Constructor for class jadex.commons.beans.DefaultPersistenceDelegate
Constructs a DefaultPersistenceDelegate instance that supports the persistence of a bean which is constructed with some properties.
DefaultPoolStrategy - Class in jadex.commons
This strategy has two parameters: - The desired number of free workers in the pool.
DefaultPoolStrategy() - Constructor for class jadex.commons.DefaultPoolStrategy
Create a new default pool strategy.
DefaultPoolStrategy(int, int) - Constructor for class jadex.commons.DefaultPoolStrategy
Create a new default pool strategy.
DefaultPoolStrategy(int, int, long, int) - Constructor for class jadex.commons.DefaultPoolStrategy
Create a new default pool strategy.
DefaultPoolStrategy(int, int, long, int, boolean) - Constructor for class jadex.commons.DefaultPoolStrategy
Create a new default pool strategy.
DefaultPoolStrategy(int, int, long, int, boolean, boolean) - Constructor for class jadex.commons.DefaultPoolStrategy
Create a new default pool strategy.
DefaultPoolStrategy(int, long, int) - Constructor for class jadex.commons.DefaultPoolStrategy
Create a new default pool strategy.
DefaultResultListener<E> - Class in jadex.commons.future
The default listener for logging exceptions as warning.
DefaultResultListener() - Constructor for class jadex.commons.future.DefaultResultListener
Create a new listener.
DefaultResultListener(Logger) - Constructor for class jadex.commons.future.DefaultResultListener
Create a new listener.
DefaultStepHandler - Class in jadex.bpmn.runtime.handler
Handles the transition of steps.
DefaultStepHandler() - Constructor for class jadex.bpmn.runtime.handler.DefaultStepHandler
 
defaultTest() - Method in class jadex.bytecode.invocation.SInvocation.AccessTestClass
Used to test default access privileges.
DefaultTreeTableCellRenderer - Class in jadex.commons.gui.jtreetable
A custom tree cell renderer for changing icons in the tree.
DefaultTreeTableCellRenderer() - Constructor for class jadex.commons.gui.jtreetable.DefaultTreeTableCellRenderer
 
DefaultTreeTableModel - Class in jadex.commons.gui.jtreetable
Default implementation of the TreeTableModel interface.
DefaultTreeTableModel(TreeTableNode, String[]) - Constructor for class jadex.commons.gui.jtreetable.DefaultTreeTableModel
Create a new tree table model with the given root node and column names.
DefaultTreeTableModel(TreeTableNode, String[], boolean[]) - Constructor for class jadex.commons.gui.jtreetable.DefaultTreeTableModel
Create a new tree table model with the given root node and column names.
DefaultTreeTableNode - Class in jadex.commons.gui.jtreetable
Default implementation for tree table nodes.
DefaultTreeTableNode(TreeTableNodeType, Object) - Constructor for class jadex.commons.gui.jtreetable.DefaultTreeTableNode
Create a tree table node with single initial value.
DefaultTreeTableNode(TreeTableNodeType, Object, Map) - Constructor for class jadex.commons.gui.jtreetable.DefaultTreeTableNode
Create a tree table node with initial values.
DefaultTuple2ResultListener<E,​F> - Class in jadex.commons.future
Default tuple2 result listener that implements the (obsolete) methods - resultAvailable - intermediateResultAvailable - finished
DefaultTuple2ResultListener() - Constructor for class jadex.commons.future.DefaultTuple2ResultListener
 
defaultvalue - Variable in class jadex.xml.AccessInfo
The default value read.
defaultvalue() - Method in annotation type jadex.micro.annotation.Argument
The default value as expression string, i.e.
defaultvalue() - Method in annotation type jadex.micro.annotation.Result
The default value as expression string, i.e.
DefaultVisionGenerator - Class in jadex.extension.envsupport.environment.space2d
Percept generator for moving components.
DefaultVisionGenerator - Class in jadex.extension.envsupport.environment.space3d
Percept generator for moving components.
DefaultVisionGenerator() - Constructor for class jadex.extension.envsupport.environment.space2d.DefaultVisionGenerator
 
DefaultVisionGenerator() - Constructor for class jadex.extension.envsupport.environment.space3d.DefaultVisionGenerator
 
deferdec - Variable in class jadex.commons.DefaultPoolStrategy
The defer factor to slow down thread deletion.
deferdectarget - Variable in class jadex.commons.DefaultPoolStrategy
 
deferinc - Variable in class jadex.commons.DefaultPoolStrategy
The defer factor to slow down thread creation.
deferinctarget - Variable in class jadex.commons.DefaultPoolStrategy
 
defineClass(String, byte[], int, int, ClassLoader, ProtectionDomain) - Method in class jadex.bytecode.vmhacks.VmHacks.Unsafe
Access to sun.misc.Unsafe or equivalent.
defineClass(String, byte[], ClassLoader) - Method in interface jadex.bytecode.vmhacks.INativeHelper
Define a class in any ClassLoader.
defineClass(String, byte[], ClassLoader) - Method in class jadex.bytecode.vmhacks.NativeHelper
Define a class in any ClassLoader.
DEFTIMEOUT - Static variable in interface jadex.base.IPlatformConfiguration
The default timeout argument.
DEFTIMEOUT - Static variable in class jadex.bridge.ServiceCall
 
DEFTIMEOUT - Static variable in class jadex.commons.SUtil
Default timeout e.g.
DEFTIMEOUT_DEFAULT - Static variable in class jadex.commons.SUtil
 
defvalues - Static variable in class jadex.base.PlatformConfigurationHandler
The default values.
DEG180X - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
Constant for 180 degree.
DEG180Y - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
 
DEG180Z - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
 
DEG270X - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
Constant for 270 degree.
DEG270Y - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
 
DEG270Z - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
 
DEG45X - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
Constant for 45 degree.
DEG45Y - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
 
DEG45Z - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
 
DEG90X - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
Constant for 90 degree.
DEG90Y - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
 
DEG90Z - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
 
degree - Variable in class jadex.bdiv3.model.MMessageEvent
The spec.
delay - Variable in class jadex.bridge.service.component.interceptors.ServiceGetter
The delay between searches when no service was found.
delay - Variable in class jadex.bridge.service.types.awareness.AwarenessInfo
The current send time delay (interval).
delay - Variable in class jadex.micro.IntervalBehavior
The delay.
delayedremotequeries - Variable in class jadex.bridge.service.component.RequiredServicesComponentFeature
 
delegate - Variable in class jadex.bridge.service.component.RequiredServicesFeatureAdapter
The delegate.
delegate - Variable in class jadex.bridge.service.component.UnresolvedServiceInvocationHandler
The service.
delegate - Variable in class jadex.commons.collection.wrappers.CollectionWrapper
The delegate list.
delegate - Variable in class jadex.commons.collection.wrappers.MapWrapper
The delegate map.
delegate - Variable in class jadex.commons.future.CollectionResultListener
The delegate result listener.
delegate - Variable in class jadex.commons.future.CounterResultListener
The delegate result listener.
delegate - Variable in class jadex.commons.future.FutureFinishChecker
The delegate to be notified.
delegate - Variable in class jadex.commons.future.IntermediateDelegationResultListener
Custom functional result listener
delegate - Variable in class jadex.commons.future.UnlimitedIntermediateDelegationResultListener
The delegate future.
delegate - Variable in class jadex.commons.gui.jtable.DelegateTableModel
 
delegate - Variable in class jadex.commons.security.random.SynchronizedSecureRandomWrapper
 
delegate(Future<E>) - Method in class jadex.commons.future.Future
 
delegate(Future<E>) - Method in interface jadex.commons.future.IFuture
 
delegate(Future<E>) - Static method in class jadex.commons.future.SResultListener
Creates an IResultListener that delegates results and exceptions to a given Future.
delegate(Future<E>, boolean) - Static method in class jadex.commons.future.SResultListener
Creates an IResultListener that delegates results and exceptions to a given Future.
delegate(Future<E>, boolean, IFunctionalResultListener<E>) - Static method in class jadex.commons.future.SResultListener
Creates an IResultListener that delegates results and exceptions to a given Future.
delegate(Future<E>, IFunctionalResultListener<E>) - Static method in class jadex.commons.future.SResultListener
Creates an IResultListener that delegates results and exceptions to a given Future.
delegate(IntermediateFuture<E>) - Static method in class jadex.commons.future.SResultListener
Creates an IIntermediateResultListener that delegates results and exceptions to a given IntermediateFuture.
delegate(IntermediateFuture<E>, boolean) - Static method in class jadex.commons.future.SResultListener
Creates an IIntermediateResultListener that delegates results and exceptions to a given IntermediateFuture.
delegate(IntermediateFuture<E>, boolean, IFunctionalResultListener<Collection<E>>, IFunctionalIntermediateResultListener<E>) - Static method in class jadex.commons.future.SResultListener
Creates an IIntermediateResultListener that delegates results and exceptions to a given IntermediateFuture.
delegate(Tuple2Future<E, F>) - Static method in class jadex.commons.future.SResultListener
Creates an ITuple2ResultListener that delegates results and exceptions to a given Future.
delegateExceptions(Future<T>, boolean, IFunctionalResultListener<E>) - Static method in class jadex.commons.future.SResultListener
Creates an IResultListener that delegates exceptions to a given Future and results to a given SuccessListener.
delegateExceptions(Future<T>, IFunctionalResultListener<E>) - Static method in class jadex.commons.future.SResultListener
Creates an IResultListener that delegates exceptions to a given Future and results to a given SuccessListener.
delegateFromTo(IFuture<E>, Future<E>) - Static method in class jadex.commons.future.SResultListener
Creates a delegation from source to target, respecting future types.
delegates - Variable in class jadex.bytecode.ByteCodeClassLoader
Additional delegates besides the parent.
DelegateTableModel - Class in jadex.commons.gui.jtable
DelegateTableModel implements TableModel by routing all requests to its delegate model, and TableModelListener by routing all events to its listeners.
DelegateTableModel(TableModel) - Constructor for class jadex.commons.gui.jtable.DelegateTableModel
 
DelegationInterceptor - Class in jadex.bridge.service.component.interceptors
Delegates a service call to another service provider.
DelegationInterceptor() - Constructor for class jadex.bridge.service.component.interceptors.DelegationInterceptor
 
DelegationResultListener<E> - Class in jadex.commons.future
Result listener that delegates calls to a future.
DelegationResultListener(Future<E>) - Constructor for class jadex.commons.future.DelegationResultListener
Create a new listener.
DelegationResultListener(Future<E>, boolean) - Constructor for class jadex.commons.future.DelegationResultListener
Create a new listener.
DelegationResultListener(Future<E>, boolean, IFunctionalResultListener<E>) - Constructor for class jadex.commons.future.DelegationResultListener
Create a new listener.
DelegationResultListener(Future<E>, IFunctionalResultListener<E>) - Constructor for class jadex.commons.future.DelegationResultListener
Create a new listener.
delete(String) - Method in class jadex.bridge.service.types.registry.SlidingCuckooFilter
Delete a value from the filter.
DELETE - jadex.extension.envsupport.observer.graphics.drawable3d.special.SpecialAction
 
deleteDirectory(File) - Static method in class jadex.commons.SUtil
Delete a directory completely (including all subdirs and files).
deleteFile(String) - Method in interface jadex.bridge.service.types.filetransfer.IFileTransferService
Delete a file.
deliberation - Variable in class jadex.bdiv3.model.MGoal
The deliberation.
deliberation() - Method in annotation type jadex.bdiv3.annotation.Goal
The deliberation settings.
Deliberation - Annotation Type in jadex.bdiv3.annotation
 
delim - Variable in class jadex.extension.rs.invoke.mapper.IterableStringMapper
The delimiter.
delta - Variable in class jadex.base.SRemoteClock.ClockState
The clock delta.
DeltaTimeExecutor - Class in jadex.extension.envsupport.environment
Space executor that connects to a clock service and reacts on time deltas.
DeltaTimeExecutor() - Constructor for class jadex.extension.envsupport.environment.DeltaTimeExecutor
Creates a new DeltaTimeExecutor
DeltaTimeExecutor(AbstractEnvironmentSpace, boolean) - Constructor for class jadex.extension.envsupport.environment.DeltaTimeExecutor
Creates a new DeltaTimeExecutor
departure - Variable in class jadex.commons.concurrent.MonitoredThread
Departure time of the thread from the pool.
DependencyResolver<T> - Class in jadex.bridge.component
The dependency resolver can be used to find a valid execution order of elements with dependencies.
DependencyResolver() - Constructor for class jadex.bridge.component.DependencyResolver
Create a new dependency resolver.
DependencyResolver.NodeInfo<T> - Class in jadex.bridge.component
Info object for a node.
dequeue() - Method in class jadex.commons.collection.ArrayBlockingQueue
Remove an object from the queue (blocks until an element is available).
dequeue() - Method in class jadex.commons.collection.BlockingQueue
Dequeue an element.
dequeue() - Method in interface jadex.commons.collection.IBlockingQueue
Dequeue an element.
dequeue(long) - Method in class jadex.commons.collection.ArrayBlockingQueue
Dequeue an element.
dequeue(long) - Method in class jadex.commons.collection.BlockingQueue
Dequeue an element.
dequeue(long) - Method in interface jadex.commons.collection.IBlockingQueue
Dequeue an element.
deregisterMessageEvent(RMessageEvent<Object>) - Method in class jadex.bdiv3x.features.BDIXMessageComponentFeature
Deregister a conversation or reply-with.
deregisterMessageEvent(RMessageEvent<Object>) - Method in interface jadex.bdiv3x.features.IInternalBDIXMessageFeature
Deregister a conversation or reply-with.
deregisterModel(String) - Method in class jadex.commons.AbstractModelLoader
Deregister a model.
deregisterPropertiesProvider(String) - Method in interface jadex.bridge.service.types.settings.ISettingsService
Deprecated.
desc - Variable in class jadex.bridge.component.ComponentCreationInfo
The component description.
desc - Variable in class jadex.bridge.service.types.cms.CMSStatusEvent
The component description.
DESC - Static variable in class jadex.javaparser.javaccimpl.SelectNode
The descending order direction.
DESCENDING - Static variable in interface jadex.commons.gui.jtable.ISorterFilterTableModel
 
DESCENDING - Static variable in class jadex.commons.gui.jtable.TableSorter
 
description - Variable in class jadex.base.test.TestReport
The test description.
description - Variable in class jadex.bdiv3.model.MElement
The element description.
description - Variable in class jadex.bridge.modelinfo.Argument
The description.
description - Variable in class jadex.bridge.modelinfo.Startable
The description.
description - Variable in class jadex.bridge.service.types.appstore.AppMetaInfo
The application description.
description() - Method in annotation type jadex.micro.annotation.Argument
The description.
description() - Method in annotation type jadex.micro.annotation.Result
The description.
Description - Annotation Type in jadex.micro.annotation
Holds the component description.
deserialize(ObjectInputStream, Collection) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Deserialize a collection.
desfree - Variable in class jadex.commons.DefaultPoolStrategy
The desired number of free workers.
DesignMode - Interface in jadex.commons.beans
 
designTime - Variable in class jadex.commons.beans.beancontext.BeanContextSupport
A flag indicating whether this context is in design mode.
destroyAndVerifySpaceObject(Object) - Method in class jadex.extension.envsupport.environment.space2d.Grid2D
Destroys an object in this space.
destroyComponent(IComponentIdentifier, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Destroy (forcefully terminate) an component on the platform.
destroyComponent(IComponentIdentifier, Future<Map<String, Object>>, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
This method is guaranteed to be called exactly ONCE and represents the internal destroy method that performs the actual cleanup work.
destroyComponentLoop(IComponentIdentifier, IComponentIdentifier[], int, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Loop for destroying subcomponents.
DestroyComponentTask - Class in jadex.bpmn.runtime.task
Task for destroying a component.
DestroyComponentTask() - Constructor for class jadex.bpmn.runtime.task.DestroyComponentTask
 
DESTROYED - Static variable in class jadex.extension.envsupport.environment.space2d.DefaultVisionGenerator
The destroyed percept type.
DESTROYED - Static variable in class jadex.extension.envsupport.environment.space3d.DefaultVisionGenerator
The destroyed percept type.
destroySpaceObject(Object) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Destroys an object in this space.
destroySpaceObject(Object) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Destroys an object in this space.
destroySpaceObject(Object) - Method in class jadex.extension.envsupport.environment.space2d.Grid2D
Destroys an object in this space.
destroySpaceObject(Object) - Method in class jadex.extension.envsupport.environment.space3d.Grid3D
Destroys an object in this space.
determineAcceptableProposals(Object[]) - Method in class jadex.bdi.planlib.protocols.Selector
Get all acceptable proposals.
determineAccessLevel(int, int) - Static method in class jadex.bytecode.invocation.SInvocation
Determines the necessary access level based on the current access level.
determineFailure(NegotiationRecord, ParticipantProposal[]) - Method in class jadex.bdi.planlib.protocols.contractnet.CNPInitiatorPlan
Determine success or failure of the interaction.
determineTarget(IServiceIdentifier, IExternalAccess, IServiceIdentifier) - Method in interface jadex.bridge.ITargetResolver
Determine the target of a call.
determineWinners(Object[]) - Method in class jadex.bdi.planlib.protocols.Selector
Select proposals.
DF_COMPONENT - Static variable in class jadex.bridge.fipa.SFipa
The default df component name.
dialog - Variable in class jadex.bpmn.runtime.task.UserInteractionTask
The dialog.
diffuseStringHash(String) - Static method in class jadex.commons.SUtil
Generate a diffuse string hash.
dilation - Variable in class jadex.base.SRemoteClock.ClockState
The clock dilation.
dir - Variable in class jadex.base.JarAsDirectory
 
dirconv - Static variable in class jadex.bdiv3x.BDIXMLReader
 
direction - Variable in class jadex.bdiv3.model.MMessageEvent
The direction.
direction - Variable in class jadex.bdiv3.model.MParameter
The direction.
direction - Variable in class jadex.commons.gui.jtable.SortArrowIcon
 
directory - Variable in class jadex.bridge.service.types.filetransfer.FileData
The boolean for directory.
dirs - Static variable in class jadex.bdiv3.model.MMessageEvent
 
dirs - Static variable in class jadex.bdiv3.model.MParameter
 
dirty - Variable in class jadex.extension.envsupport.dataview.GeneralDataView2D
Flag whether the view needs updating
dirty - Variable in class jadex.extension.envsupport.dataview.GeneralDataView2D3D
Flag whether the view needs updating
dirty - Variable in class jadex.extension.envsupport.dataview.GeneralDataView3D
Flag whether the view needs updating
dirty - Variable in class jadex.micro.KernelMultiAgent
The dirty flag (when classpath changes).
DISABLE - Static variable in class jadex.bytecode.vmhacks.VmHacks
Globally disable all VM Hacks.
DISABLE_INSTRUMENTATION - Static variable in class jadex.bytecode.vmhacks.VmHacks
Disable all instrumentation-based Hacks.
disabled - Variable in class jadex.commons.MultiStream
The disabled streams.
disableKdTree(String) - Method in class jadex.extension.envsupport.environment.space2d.Space2D
Disables kd-tree NN-Search optimization for a specific object type.
DISAPPEARED - Static variable in class jadex.extension.envsupport.environment.space2d.DefaultVisionGenerator
The disappeared percept type.
DISAPPEARED - Static variable in class jadex.extension.envsupport.environment.space3d.DefaultVisionGenerator
The disappeared percept type.
DISCARD_OBJECT - Static variable in interface jadex.xml.IPostProcessor
If this object is returned by the post-processor, the object will be discarded by the reader.
DISCONFIRM - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
DISCONFIRM - Static variable in class jadex.bridge.fipa.SFipa
 
DiscoveryInfo - Class in jadex.bridge.service.types.awareness
Local information about discovered platforms.
DiscoveryInfo() - Constructor for class jadex.bridge.service.types.awareness.DiscoveryInfo
Create a new discovery info.
DiscoveryInfo(IComponentIdentifier, List<TransportAddress>, IFuture<IComponentIdentifier>, boolean, Map<String, String>) - Constructor for class jadex.bridge.service.types.awareness.DiscoveryInfo
Create a new discovery info.
dispatchEnvironmentEvent(EnvironmentEvent) - Method in interface jadex.extension.envsupport.environment.IEnvironmentListener
Dispatch an environment event to this listener.
dispatchEnvironmentEvent(EnvironmentEvent) - Method in class jadex.extension.envsupport.environment.space2d.DefaultVisionGenerator
Dispatch an environment event to this listener.
dispatchEnvironmentEvent(EnvironmentEvent) - Method in class jadex.extension.envsupport.environment.space3d.DefaultVisionGenerator
Dispatch an environment event to this listener.
dispatchEvent(IJadexAndroidEvent) - Method in interface jadex.bridge.service.types.context.IContextService
Dispatches an Event to the Android UI / Activity.
DispatchGoalStep - Class in jadex.bdi.planlib.iasteps
 
DispatchGoalStep(String) - Constructor for class jadex.bdi.planlib.iasteps.DispatchGoalStep
Dispatches a goal.
DispatchGoalStep(String, String, Object) - Constructor for class jadex.bdi.planlib.iasteps.DispatchGoalStep
Dispatches a goal.
DispatchGoalStep(String, Map) - Constructor for class jadex.bdi.planlib.iasteps.DispatchGoalStep
Dispatches a goal.
dispatchInternalEvent(IInternalEvent) - Method in class jadex.bdiv3x.features.BDIXLifecycleAgentFeature.EndBehavior
Dispatch an internal event.
dispatchInternalEvent(IInternalEvent) - Method in class jadex.bdiv3x.features.BDIXLifecycleAgentFeature.StartBehavior
Dispatch an internal event.
dispatchInternalEvent(IInternalEvent) - Method in interface jadex.bdiv3x.runtime.IEventbase
Dispatch an event.
dispatchInternalEvent(IInternalEvent) - Method in class jadex.bdiv3x.runtime.Plan
Dispatch an internal event.
dispatchInternalEvent(IInternalEvent) - Method in class jadex.bdiv3x.runtime.REventbase
Dispatch an event.
dispatchObjectEvent(ObjectEvent) - Method in interface jadex.extension.envsupport.environment.IObjectListener
This event gets called when an environment object event is triggered.
dispatchObjectEvent(ObjectEvent) - Method in class jadex.extension.envsupport.environment.LocalObjectListener
This event gets called when an environment object event is triggered.
dispatchQueryEvent(ServiceQueryInfo<?>, IServiceIdentifier, int) - Method in class jadex.bridge.service.search.ServiceRegistry
 
dispatchSubgoal(IGoal) - Method in class jadex.bdiv3x.runtime.Plan
Dispatch a new subgoal.
dispatchSubgoal(T) - Method in interface jadex.bdiv3.runtime.IPlan
Dispatch a goal wait for its result.
dispatchSubgoal(T, long) - Method in interface jadex.bdiv3.runtime.IPlan
Dispatch a goal wait for its result.
dispatchSubgoalAndWait(IGoal) - Method in class jadex.bdiv3x.runtime.Plan
Dispatch a new top-level goal.
dispatchSubgoalAndWait(IGoal, long) - Method in class jadex.bdiv3x.runtime.Plan
Dispatch a new top-level goal.
dispatchTopLevelGoal(IGoal) - Method in interface jadex.bdiv3x.runtime.IGoalbase
Dispatch a new top-level goal.
dispatchTopLevelGoal(IGoal) - Method in class jadex.bdiv3x.runtime.Plan
Dispatch a new top-level goal.
dispatchTopLevelGoal(IGoal) - Method in class jadex.bdiv3x.runtime.RGoalbase
Dispatch a new top-level goal.
dispatchTopLevelGoal(Object) - Method in class jadex.bdiv3x.features.BDIXLifecycleAgentFeature.EndBehavior
Dispatch a top level goal.
dispatchTopLevelGoal(Object) - Method in class jadex.bdiv3x.features.BDIXLifecycleAgentFeature.StartBehavior
Dispatch a top level goal.
dispatchTopLevelGoal(T) - Method in interface jadex.bdiv3.features.IExternalBDIAgentFeature
Dispatch a pojo goal wait for its result.
displayname - Variable in class jadex.bridge.service.types.filetransfer.FileData
The display name.
displayorder - Variable in class jadex.extension.envsupport.observer.perspective.Perspective2D
Order in which objects are displayed
dispose() - Method in class jadex.base.SRemoteClock.RemoteClockChangeListener
Remove local listeners.
dispose() - Method in class jadex.base.SRemoteClock.RemoteSimServiceChangeListener
Remove local listeners.
dispose() - Method in class jadex.base.SRemoteClock.RemoteTimerChangeListener
Remove local listeners.
dispose() - Method in class jadex.base.SRemoteGui.ConsoleListener
Remove local listeners.
dispose() - Method in class jadex.bridge.nonfunctional.AbstractNFProperty
Property was removed and should be disposed.
dispose() - Method in interface jadex.bridge.nonfunctional.INFProperty
Property was removed and should be disposed.
dispose() - Method in class jadex.bridge.nonfunctional.NFRootProperty
Property was removed and should be disposed.
dispose() - Method in class jadex.bridge.RemoteChangeListenerHandler
Remove local listeners.
dispose() - Method in class jadex.bridge.sensor.service.ExecutionTimeProperty
Property was removed and should be disposed.
dispose() - Method in class jadex.bridge.sensor.service.LatencyProperty
Property was removed and should be disposed.
dispose() - Method in class jadex.bridge.sensor.service.WaitingTimeProperty
Property was removed and should be disposed.
dispose() - Method in class jadex.bridge.sensor.service.WaitqueueProperty
Property was removed and should be disposed.
dispose() - Method in interface jadex.bridge.service.types.clock.IClock
Called, when the clock is no longer used.
dispose() - Method in class jadex.commons.collection.LeaseTimeSet
Release all resources.
dispose() - Method in interface jadex.commons.concurrent.IThreadPool
Shutdown the thread pool.
dispose() - Method in class jadex.commons.concurrent.JavaThreadPool
Shutdown the thread pool.
dispose() - Method in class jadex.commons.concurrent.ThreadPool
Shutdown the task pool
dispose() - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo.AutoCompleteDocument
 
dispose() - Method in class jadex.commons.gui.ModulateComposite.ModulationContext
Disposes context.
dispose() - Method in class jadex.commons.gui.ModulateComposite.ModulationContextAccel
Disposes context.
dispose() - Method in class jadex.commons.HttpConnectionManager
Dispose the connection manager and close all open connections.
dispose() - Method in interface jadex.commons.IBreakpointPanel
Dispose the panel, when the gui is closed.
dispose() - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Disposes the Viewport.
dispose() - Method in class jadex.extension.envsupport.observer.graphics.java2d.ViewportJ2D
Disposes the Viewport.
dispose() - Method in interface jadex.extension.envsupport.observer.gui.IObserverCenter
Dispose the observer center.
dispose() - Method in class jadex.extension.envsupport.observer.gui.ObserverCenter
Dispose the observer center.
dispose() - Method in class jadex.extension.envsupport.observer.gui.ObserverCenterWindow
Dispose the frame
disposed - Variable in class jadex.extension.envsupport.observer.gui.ObserverCenter
Flag to indicate that observer is disposed.
disposed - Variable in class jadex.extension.envsupport.observer.gui.ObserverCenterWindow
 
divide(IVector2) - Method in interface jadex.extension.envsupport.math.IVector2
Performs a division on the vector.
divide(IVector2) - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Performs a division on the vector.
divide(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Double
Performs a division on the vector.
divide(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Int
Performs a division on the vector.
divide(IVector3) - Method in interface jadex.extension.envsupport.math.IVector3
Performs a division on the vector.
divide(IVector3) - Method in class jadex.extension.envsupport.math.Vector3Double
Performs a division on the vector.
divide(IVector3) - Method in class jadex.extension.envsupport.math.Vector3Int
Performs a division on the vector.
DIVIDE - Static variable in class jadex.javaparser.javaccimpl.MathNode
The divide operator.
doAddIntermediateResult(E, boolean) - Method in class jadex.commons.future.IntermediateFuture
Set the result and schedule listener notifications.
doCall(IResultCommand<Object, Object>) - Method in class jadex.commons.future.CallMultiplexer
Calls the command.
doCall(Object, IResultCommand<Object, Object>) - Method in class jadex.commons.future.CallMultiplexer
Calls the command.
doCall(Object, IResultCommand<Object, Object>, boolean) - Method in class jadex.commons.future.CallMultiplexer
Calls the command.
doCleanup() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Cleanup the beliefs in kill and shutdown.
doclistener - Variable in class jadex.commons.gui.JPlaceholderTextField
Document listener to intercept edits when in placeholder mode.
doClose() - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Called from connection.
doClose() - Method in interface jadex.bridge.component.streams.IAbstractConnectionHandler
Called from connection.
doClose() - Method in class jadex.bridge.component.streams.InputConnectionHandler
Called from connection.
doClose() - Method in class jadex.bridge.component.streams.LocalAbstractConnectionHandler
Called from connection.
doClose() - Method in class jadex.bridge.component.streams.OutputConnectionHandler
Called from connection.
doCopy(boolean, IFilter, Object) - Method in class jadex.bridge.service.component.interceptors.DecouplingInterceptor
Copy a value, if necessary.
documents - Variable in class jadex.bridge.ErrorReport
The external reports.
dodeferdec - Variable in class jadex.commons.DefaultPoolStrategy
Defer the deletion of threads according to their distance from desfree.
dodeferinc - Variable in class jadex.commons.DefaultPoolStrategy
Defer the creation of threads according to their distance from desfree.
doDefineClass(byte[]) - Method in class jadex.bytecode.ByteCodeClassLoader
Defines a new class.
doDefineClass(byte[]) - Method in interface jadex.bytecode.IByteCodeClassLoader
Defines a new class.
doDefineClass(String, byte[], int, int) - Method in class jadex.bytecode.ByteCodeClassLoader
Exposes the defineClass() method.
doDefineClass(String, byte[], int, int) - Method in interface jadex.bytecode.IByteCodeClassLoader
Exposes the defineClass() method.
doDefineClass(String, byte[], int, int, ProtectionDomain) - Method in class jadex.bytecode.ByteCodeClassLoader
Exposes the defineClass() method.
doDefineClass(String, byte[], int, int, ProtectionDomain) - Method in interface jadex.bytecode.IByteCodeClassLoader
Exposes the defineClass() method.
doDefineClassInParent(String, byte[], int, int, ProtectionDomain) - Method in class jadex.bytecode.ByteCodeClassLoader
Exposes the defineClass() method for explicit indirect definition.
doDefineClassInParent(String, byte[], int, int, ProtectionDomain) - Method in interface jadex.bytecode.IByteCodeClassLoader
Directly injects the class into the parent classloader.
doExecute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.DefaultActivityHandler
Execute an activity.
doExecute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventEndErrorActivityHandler
Execute the activity.
doExecute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventEndSignalActivityHandler
Execute the activity.
doExecute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventEndTerminateActivityHandler
Execute the activity.
doExecute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventIntermediateErrorActivityHandler
Execute the activity.
doExecute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.AbstractTask
Execute the task.
doExecute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.ExecuteStepTask
Execute the task.
doExecute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.InvokeMethodTask
Execute the task.
doExecute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.LoggerTask
Execute the task.
doExecute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.WriteContextTask
Execute the task.
doExecute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.WriteParameterTask
Execute the task.
doExecute(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.AbstractMultiInterceptor
Execute the command.
doExecute(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.DecouplingInterceptor
Execute the command.
doFilter - Variable in class jadex.commons.gui.jtable.SorterFilterTableModel
 
doFilter(IService, Object) - Method in class jadex.bridge.nonfunctional.hardconstraints.AbstractConstraintFilter
Test if an object passes the filter.
doFilter(IService, Object) - Method in class jadex.bridge.nonfunctional.hardconstraints.ConstantValueFilter
Test if an object passes the filter.
doFilter(IService, Object) - Method in class jadex.bridge.nonfunctional.hardconstraints.InequalityFilter
Test if an object passes the filter.
doFilter(IService, Object) - Method in class jadex.bridge.nonfunctional.hardconstraints.StrictInequalityFilter
Test if an object passes the filter.
doFindFactory(Iterator<IComponentFactory>, FactoryFilter) - Static method in class jadex.bridge.service.types.factory.SComponentFactory
Find a matching factory in the given iterator.
doGetNextIntermediateResult(int, long, boolean) - Method in class jadex.commons.future.IntermediateFuture
Perform the get without increasing the index.
doGetNextIntermediateResult(int, long, boolean) - Method in class jadex.commons.future.SubscriptionIntermediateDelegationFuture
Perform the get without increasing the index.
doGetNextIntermediateResult(int, long, boolean) - Method in class jadex.commons.future.SubscriptionIntermediateFuture
Perform the get without increasing the index.
doInvoke(IInternalAccess, Method, Object[]) - Method in class jadex.bridge.service.types.cms.PlatformComponent.ExternalAccessInvocationHandler
 
doLoadModel(String, String[], ResourceInfo, ClassLoader, Object) - Method in class jadex.bdiv3.BDIModelLoader
Load a model.
doLoadModel(String, String[], ResourceInfo, ClassLoader, Object) - Method in class jadex.bdiv3x.BDIXModelLoader
Load a model.
doLoadModel(String, String[], ResourceInfo, ClassLoader, Object) - Method in class jadex.bpmn.BpmnModelLoader
Load a model.
doLoadModel(String, String[], ResourceInfo, ClassLoader, Object) - Method in class jadex.commons.AbstractModelLoader
Load a model.
doLoadModel(String, String[], ResourceInfo, ClassLoader, Object) - Method in class jadex.micro.MicroModelLoader
Load a model.
doLoadModel(String, String[], ResourceInfo, ClassLoader, Object) - Method in class jadex.microservice.MicroserviceModelLoader
Load a model.
domainservice - Variable in class jadex.bridge.service.component.ServiceInfo
The service domain object.
Dome3d - Class in jadex.extension.envsupport.observer.graphics.drawable3d
 
Dome3d(double, int, int) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Dome3d
Generates a new Dome3d
Dome3d(Object, Object, Object, int, Object, String, String, double, int, int, IParsedExpression, String, ArrayList<SpatialControl>) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Dome3d
Generates a new Dome3d
done - Variable in class jadex.bridge.service.types.chat.TransferInfo
The done size.
Done - Class in jadex.bridge.fipa
Predicate indicating a completed action.
Done() - Constructor for class jadex.bridge.fipa.Done
Create a done action.
Done(IComponentAction) - Constructor for class jadex.bridge.fipa.Done
Create a done action.
DONE - Static variable in interface jadex.commons.future.IFuture
A future representing a completed action.
DONE - Static variable in interface jadex.commons.future.IIntermediateFuture
A future representing a completed action.
doNotify() - Method in class jadex.commons.future.PullIntermediateDelegationFuture
Possibly notify the termination source.
doNotify() - Method in class jadex.commons.future.PullSubscriptionIntermediateDelegationFuture
Possibly notify the termination source.
doNotify() - Method in class jadex.commons.future.TerminableIntermediateDelegationFuture
Possibly notify the termination source.
doNotifyListeners(boolean, Object, Method, Object[], Object, ServiceInvocationContext, List<IMethodInvocationListener>) - Method in class jadex.bridge.service.component.MethodListenerHandler
Do notify the listeners.
dontUseGui() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
 
dontUseGui() - Method in interface jadex.commons.beans.Visibility
 
DoPingPlan - Class in jadex.bdi.planlib.ping
Send a ping and wait for the reply.
DoPingPlan() - Constructor for class jadex.bdi.planlib.ping.DoPingPlan
 
doPopup(MouseEvent) - Method in class jadex.commons.gui.jtreetable.TreeTablePopupListener
Open a popup menu.
doPopup(Point) - Method in class jadex.commons.gui.BrowserPane
React on popup trigger.
doResend() - Method in class jadex.bridge.component.streams.OutputConnectionHandler.DataSendInfo
Called when the message should be resent.
doSendData(StreamPacket) - Method in class jadex.bridge.component.streams.OutputConnectionHandler
 
doSetException(Exception, boolean) - Method in class jadex.commons.future.Future
Set the exception (internal implementation for normal and if-undone).
doSetFinished(boolean) - Method in class jadex.commons.future.IntermediateFuture
Declare that the future is finished.
doSetPattern(String) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
 
doSetPattern(String) - Method in class jadex.commons.gui.autocombo.AbstractFixedAutoComboModel
 
doSetPattern(String) - Method in class jadex.commons.gui.autocombo.ClassComboModel
 
doSetPattern(String) - Method in class jadex.commons.gui.autocombo.StringComboModel
 
doSetResult(E, boolean) - Method in class jadex.commons.future.Future
Set the result without notifying listeners.
doSetResult(Collection<E>, boolean) - Method in class jadex.commons.future.IntermediateFuture
Set the result.
doStep() - Method in interface jadex.commons.ISteppable
Execute a step.
DOUBLE_BASE - Static variable in class jadex.commons.random.Xoroshiro128Random
 
doWait(MActivity, IInternalAccess, ProcessThread, long) - Method in class jadex.bpmn.runtime.handler.AbstractEventIntermediateTimerActivityHandler
Template method to be implemented by platform-specific subclasses.
doWait(MActivity, IInternalAccess, ProcessThread, long) - Method in class jadex.bpmn.runtime.handler.EventIntermediateTimerActivityHandler
Template method to be implemented by platform-specific subclasses.
doWaitFor(long, Runnable) - Method in class jadex.commons.collection.LeaseTimeSet
Overriden wait for to not use platform clock.
download - Variable in class jadex.bridge.service.types.chat.TransferInfo
True for download, false for upload.
downloadFile(IOutputConnection, String) - Method in interface jadex.bridge.service.types.filetransfer.IFileTransferService
Download a file.
draw(DrawableCombiner, Primitive, Object, ViewportJ2D) - Method in class jadex.extension.envsupport.observer.graphics.java2d.AbstractJ2DRenderer
Draws the primitive.
draw(DrawableCombiner, Primitive, Object, ViewportJ2D) - Method in class jadex.extension.envsupport.observer.graphics.java2d.EllipseJ2DRenderer
Draws the primitive.
draw(DrawableCombiner, Primitive, Object, ViewportJ2D) - Method in interface jadex.extension.envsupport.observer.graphics.java2d.IJ2DRenderer
Draws the primitive.
draw(DrawableCombiner, Primitive, Object, ViewportJ2D) - Method in class jadex.extension.envsupport.observer.graphics.java2d.RectangleJ2DRenderer
Draws the primitive.
draw(DrawableCombiner, Primitive, Object, ViewportJ2D) - Method in class jadex.extension.envsupport.observer.graphics.java2d.RegularPolygonJ2DRenderer
Draws the primitive.
draw(DrawableCombiner, Primitive, Object, ViewportJ2D) - Method in class jadex.extension.envsupport.observer.graphics.java2d.TextJ2DRenderer
Draws the primitive.
draw(DrawableCombiner, Primitive, Object, ViewportJ2D) - Method in class jadex.extension.envsupport.observer.graphics.java2d.TexturedRectangleJ2DRenderer
Draws the primitive.
draw(DrawableCombiner, Primitive, Object, ViewportJ2D) - Method in class jadex.extension.envsupport.observer.graphics.java2d.TriangleJ2DRenderer
Draws the primitive.
draw(IPerspective, Layer, IVector2, ViewportJ2D) - Method in class jadex.extension.envsupport.observer.graphics.java2d.ColorLayerJ2DRenderer
Draws the layer.
draw(IPerspective, Layer, IVector2, ViewportJ2D) - Method in class jadex.extension.envsupport.observer.graphics.java2d.GridLayerJ2DRenderer
Draws the layer.
draw(IPerspective, Layer, IVector2, ViewportJ2D) - Method in interface jadex.extension.envsupport.observer.graphics.java2d.ILayerJ2DRenderer
Draws the layer.
draw(IPerspective, Layer, IVector2, ViewportJ2D) - Method in class jadex.extension.envsupport.observer.graphics.java2d.TiledLayerJ2DRenderer
Draws the layer.
draw(Object, Integer, IViewport) - Method in class jadex.extension.envsupport.observer.graphics.drawable.DrawableCombiner
Draws the objects to a viewport
DrawableCombiner - Class in jadex.extension.envsupport.observer.graphics.drawable
This drawable combines multiple drawables into a single drawable object.
DrawableCombiner() - Constructor for class jadex.extension.envsupport.observer.graphics.drawable.DrawableCombiner
Creates a new DrawableCombiner of size 1.0.
DrawableCombiner(Object, Object, Object) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable.DrawableCombiner
Creates a new DrawableCombiner of size 1.0.
DrawableCombiner3d - Class in jadex.extension.envsupport.observer.graphics.drawable3d
This drawable combines multiple 3ddrawables into a single drawable object.
DrawableCombiner3d() - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
Creates a new DrawableCombiner of size 1.0.
DrawableCombiner3d(Object, Object, Object, boolean, boolean, boolean, boolean) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
Creates a new DrawableCombiner3d
drawcondition - Variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
The condition deciding if the drawable should be drawn.
drawcondition - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
The condition deciding if the drawable should be drawn.
drawObjects_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Known drawable Objects.
drawObjects_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
Known drawable Objects.
drawPrimitive(DrawableCombiner, Primitive, Object) - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Draws a primitive
drawPrimitive(DrawableCombiner, Primitive, Object) - Method in class jadex.extension.envsupport.observer.graphics.java2d.ViewportJ2D
Draws a primitive
drop() - Method in interface jadex.bdiv3.runtime.IGoal
Drop the goal.
DROP_INTERMEDIATE_RESULT - Static variable in class jadex.bridge.service.component.interceptors.FutureFunctionality
Marker for an intermediate result to be dropped.
dropGoal(Object) - Method in interface jadex.bdiv3.features.IBDIAgentFeature
Drop a pojo goal.
DropGoalAction - Class in jadex.bdiv3.actions
 
DropGoalAction(RGoal) - Constructor for class jadex.bdiv3.actions.DropGoalAction
Create a new action.
DROPPED - jadex.bdiv3.runtime.IGoal.GoalLifecycleState
 
DROPPING - jadex.bdiv3.runtime.IGoal.GoalLifecycleState
 
dropWasteInWastebin(IWaste, IWastebin) - Method in class jadex.quickstart.cleanerworld.environment.SensorActuator
Drop a piece of waste.
dstColorModel - Variable in class jadex.commons.gui.ModulateComposite.ModulationContext
Destination color model.
dstColorModel - Variable in class jadex.commons.gui.ModulateComposite.ModulationContextAccel
Destination color model.
dummy - Variable in class jadex.commons.gui.PropertiesPanel
The last component for extra space.
DummyClassLoader(URL[], ClassLoader, ClassLoader) - Constructor for class jadex.micro.MicroClassReader.DummyClassLoader
 
dump(String, PrintStream) - Method in class jadex.javaparser.javaccimpl.SimpleNode
 
DuplicateRemovalIntermediateResultListener<E> - Class in jadex.commons.future
A result listener that filters duplicates.
DuplicateRemovalIntermediateResultListener(IIntermediateResultListener<E>) - Constructor for class jadex.commons.future.DuplicateRemovalIntermediateResultListener
Create a new listener.
DuplicateRemovalIntermediateResultListener(IIntermediateResultListener<E>, boolean) - Constructor for class jadex.commons.future.DuplicateRemovalIntermediateResultListener
Create a new listener.
DuplicateRemovalIntermediateResultListener(IntermediateFuture<E>) - Constructor for class jadex.commons.future.DuplicateRemovalIntermediateResultListener
Create a new listener.
DuplicateRemovalIntermediateResultListener(IntermediateFuture<E>, boolean) - Constructor for class jadex.commons.future.DuplicateRemovalIntermediateResultListener
Create a new listener.
DuplicateResultException - Exception in jadex.commons.future
Exception indicating that the result of a future was set twice.
DuplicateResultException(int, IFuture<?>, Object, Object) - Constructor for exception jadex.commons.future.DuplicateResultException
Create a duplicate result exception.
duration - Variable in class jadex.base.test.Testcase
The time needed to perform the test.
dynamic - Variable in class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Flag indicating if the property is dynamic.
dynamic - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
does the Drawable3d have dynamic subelements?
dynamic() - Method in annotation type jadex.bdiv3.annotation.Belief
A dynamic belief reevaluated on every access.
DYNAMIC_BELIEF_UPDATEMETHOD_PREFIX - Static variable in interface jadex.bdiv3.IBDIClassGenerator
 
DynamicTreeTableModel - Class in jadex.commons.gui.jtreetable
An implementation of TreeTableModel that uses reflection to answer TableModel methods.
DynamicTreeTableModel(TreeNode, String[], String[], String[], Class[]) - Constructor for class jadex.commons.gui.jtreetable.DynamicTreeTableModel
Constructor for creating a DynamicTreeTableModel.

E

ea - Variable in class jadex.bridge.service.component.interceptors.DecouplingInterceptor
The external access.
ea - Variable in class jadex.bridge.service.component.interceptors.IntelligentProxyInterceptor
The external access.
EAInitiatorPlan - Class in jadex.bdi.planlib.protocols.englishauction
This plan implements the initiator of the "FIPA English Auction Interaction Protocol Specification" (XC00031 - Experimental).
EAInitiatorPlan() - Constructor for class jadex.bdi.planlib.protocols.englishauction.EAInitiatorPlan
 
EAReceiverPlan - Class in jadex.bdi.planlib.protocols.englishauction
This plan implements the receiver of the "FIPA Dutch Auction Interaction Protocol Specification" (XC00032 - Experimental).
EAReceiverPlan() - Constructor for class jadex.bdi.planlib.protocols.englishauction.EAReceiverPlan
 
EasyDeliberationStrategy - Class in jadex.bdiv3.runtime
The easy deliberation strategy.
EasyDeliberationStrategy() - Constructor for class jadex.bdiv3.runtime.EasyDeliberationStrategy
 
edge - Variable in class jadex.bpmn.runtime.ProcessThread
The last edge (if any).
edgeid - Variable in class jadex.bpmn.runtime.persist.ThreadInfo
Id of the last edge (if any).
edges - Variable in class jadex.bpmn.tools.ProcessThreadInfo
The data edges of the process.
editable - Variable in class jadex.commons.gui.EditableList
The editable flag.
editable - Variable in class jadex.commons.gui.jtable.StringArrayTableModel
Flag if editable.
editable - Variable in class jadex.commons.gui.jtreetable.DefaultTreeTableModel
The editable columns.
editable - Variable in class jadex.commons.gui.jtreetable.TreeTableNodeType
The editability of the columns.
EditableList - Class in jadex.commons.gui
A editable list with x / + symbols at each row.
EditableList(String) - Constructor for class jadex.commons.gui.EditableList
Create a new editable list.
EditableList(String, boolean) - Constructor for class jadex.commons.gui.EditableList
Create a new editable list.
EditableList.ButtonCellManager - Class in jadex.commons.gui
Table cell renderer / editor using add delete buttons.
EditableListEvent - Class in jadex.commons.gui
Event that is able to capture data of rows.
EditableListEvent(TableModel, int, int, int, int, Object[]) - Constructor for class jadex.commons.gui.EditableListEvent
Create a new editable list event.
editCellAt(int, int, EventObject) - Method in class jadex.commons.gui.jtreetable.JTreeTable
Overridden to invoke repaint for the particular location if the column contains the tree.
Effect - Class in jadex.extension.envsupport.observer.graphics.drawable3d.special
 
Effect(Object, String, double, double, IParsedExpression) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.special.Effect
Constructor for Predefined use
Effect(String) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.special.Effect
 
element - Variable in class jadex.bdiv3.actions.FindApplicableCandidatesAction
The processable element.
element - Variable in class jadex.bdiv3.actions.SelectCandidatesAction
The element.
elementAdded(String, Object) - Method in class jadex.bridge.RemoteChangeListenerHandler
An element was added.
elementChanged(String, Object) - Method in class jadex.bridge.RemoteChangeListenerHandler
An element was changed.
elementRemoved(String, Object) - Method in class jadex.bridge.RemoteChangeListenerHandler
An element was removed.
elements - Variable in class jadex.commons.collection.ArrayBlockingQueue
The elements in the queue.
elems - Variable in class jadex.commons.collection.BlockingQueue
The element storage.
EllipseJ2DRenderer - Class in jadex.extension.envsupport.observer.graphics.java2d
 
EllipseJ2DRenderer() - Constructor for class jadex.extension.envsupport.observer.graphics.java2d.EllipseJ2DRenderer
 
email - Variable in class jadex.bdi.planlib.watchdog.ContactData
The email address.
Email - Class in jadex.bridge.service.types.email
 
Email() - Constructor for class jadex.bridge.service.types.email.Email
Create an email.
Email(String, String, String, String) - Constructor for class jadex.bridge.service.types.email.Email
Create an email.
Email(String, String, String, String[]) - Constructor for class jadex.bridge.service.types.email.Email
Create an email.
Email(String, String, String, String, String[], String[], String[]) - Constructor for class jadex.bridge.service.types.email.Email
Create an email.
EmailAccount - Class in jadex.bdi.planlib.messaging
Email account data.
EmailAccount - Class in jadex.bridge.service.types.email
Email account data.
EmailAccount() - Constructor for class jadex.bridge.service.types.email.EmailAccount
Create a new EmailAccount.
EmailAccount(String) - Constructor for class jadex.bridge.service.types.email.EmailAccount
Create a new EmailAccount.
EmailAccount(String, Integer, String, String, String, boolean) - Constructor for class jadex.bdi.planlib.messaging.EmailAccount
Create a new account.
EmailAccount(String, String, String, String, Integer, boolean, boolean, String, String, boolean) - Constructor for class jadex.bridge.service.types.email.EmailAccount
Create a new account.
EmailAccount(Properties) - Constructor for class jadex.bridge.service.types.email.EmailAccount
Create an account with initial properties.
EMPTY_ARRAY - Static variable in class jadex.commons.SReflect
 
EMPTY_BYTE_ARRAY - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
 
EMPTY_CLASS_ARRAY - Static variable in class jadex.commons.SUtil
An empty class array.
EMPTY_COMPONENTIDENTIFIERS - Static variable in interface jadex.bridge.IComponentIdentifier
Return value for empty arrays.
EMPTY_ENUMERATION - Static variable in class jadex.commons.SUtil
An empty enumeration.
EMPTY_OBJECT_ARRAY - Static variable in class jadex.commons.SUtil
An empty class array.
EMPTY_SERVICES - Static variable in interface jadex.bridge.service.IService
Empty service array.
EMPTY_SPACEOBJECTS - Static variable in class jadex.extension.envsupport.environment.space2d.DefaultVisionGenerator
Empty spaceobjects array.
EMPTY_SPACEOBJECTS - Static variable in class jadex.extension.envsupport.environment.space3d.DefaultVisionGenerator
Empty spaceobjects array.
EMPTY_STRING_ARRAY - Static variable in class jadex.commons.SUtil
An empty string array.
EMPYT_CLASSINFO_ARRAY - Static variable in class jadex.bridge.ClassInfo
Empty class info array.
ENABLE_HASHES - Static variable in class jadex.bridge.ResourceIdentifier
 
enableAbsolutePosition(boolean) - Method in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Enables using absolute positioning.
enableAbsolutePosition(boolean) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Enables using absolute positioning.
enableAbsoluteRotation(boolean) - Method in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Enables using absolute rotation.
enableAbsoluteRotation(boolean) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Enables using absolute rotation.
enableAbsoluteSize(boolean) - Method in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Enables using absolute scaling.
enableAbsoluteSize(boolean) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Enables using absolute scaling.
enableDCPos - Variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Enable DrawableCombiner position
enableDCPos - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Enable DrawableCombiner position
enableDCRot - Variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Enable DrawableCombiner position
enableDCRot - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Enable DrawableCombiner position
enableDCSize - Variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Enable DrawableCombiner position
enableDCSize - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Enable DrawableCombiner position
enableEnhancedAccess() - Static method in class jadex.bytecode.invocation.SInvocation
Tries to enable enhanced direct access.
enableKdTree(String) - Method in class jadex.extension.envsupport.environment.space2d.Space2D
Enables kd-tree NN-Search optimization for a specific object type.
encode(byte[]) - Method in interface jadex.bridge.service.types.message.ICodec
Encode data with the codec.
encode(byte[]) - Static method in class jadex.commons.Base64
 
encode(byte[], int) - Static method in class jadex.commons.Base64
This will encode the text.
encode(byte[], int, int) - Static method in class jadex.commons.Base64
This will encode the text without line feeds added
encode(byte[], int, int, byte[], int) - Static method in class jadex.commons.Base64
This will encode the text without line feeds added.
encode(IMsgHeader, IInternalAccess, Object) - Method in interface jadex.bridge.service.types.serialization.ISerializationServices
Encodes/serializes an object for a particular receiver.
encode(Object, ClassLoader, ITraverseProcessor[], Object) - Method in interface jadex.bridge.service.types.message.ISerializer
Encode data with the serializer.
encode(String) - Method in class jadex.bdi.planlib.messaging.AIM
Called to encode a message.
encodeComplexColumnMarker(boolean[]) - Static method in class jadex.bpmn.MultiColumnTableEx
 
ENCODED_NAME_PREFIX - Static variable in class jadex.commons.security.SCertStore
Prefix for encoded names.
encodeNoPadding(byte[]) - Static method in class jadex.commons.Base64
Encode and omit padding.
encoder - Variable in class jadex.commons.IdGenerator
 
Encoder - Class in jadex.commons.beans
The Encoder, together with PersistenceDelegate s, can encode an object into a series of java statements.
Encoder() - Constructor for class jadex.commons.beans.Encoder
Construct a new encoder.
ENCODING - Static variable in class jadex.bridge.fipa.SFipa
 
encryptAndSign(IMsgHeader, byte[]) - Method in interface jadex.bridge.service.types.security.ISecurityService
Encrypts and signs the message for a receiver.
end - Variable in class jadex.commons.collection.ArrayBlockingQueue
Insert position for the next element.
END_ELEMENT - Static variable in class jadex.xml.stax.XmlUtil
Indicates an event is an end element.
endAtomic() - Method in class jadex.bdiv3x.runtime.Plan
End an atomic transaction.
EndBehavior(IInternalAccess) - Constructor for class jadex.bdiv3x.features.BDIXLifecycleAgentFeature.EndBehavior
Create a new end behavior.
endbeliefs - Variable in class jadex.bdiv3.model.MConfiguration
The end beliefs.
endbeliefs() - Method in annotation type jadex.bdiv3.annotation.BDIConfiguration
The end beliefs.
endevents - Variable in class jadex.bdiv3.model.MConfiguration
The end events.
endgoals - Variable in class jadex.bdiv3.model.MConfiguration
The end goals.
endgoals() - Method in annotation type jadex.bdiv3.annotation.BDIConfiguration
The end goals.
endplans - Variable in class jadex.bdiv3.model.MConfiguration
The end plans.
endplans() - Method in annotation type jadex.bdiv3.annotation.BDIConfiguration
The end plans.
endseqno - Variable in class jadex.bridge.component.streams.AckInfo
The end seqno.
endsize - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Effect
 
endsteps - Variable in class jadex.bridge.modelinfo.ConfigurationInfo
The end steps.
endtime - Variable in class jadex.bdi.planlib.protocols.NegotiationRecord
The end time.
enhanceBDIClasses(String, String) - Static method in class jadex.bdiv3.BDIEnhancer
Enhance all BDI classes contained in a directory.
enhanceQuery(ServiceQuery<T>, boolean) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Enhance a query before processing.
enhanceSetter(String, MethodNode, String) - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator
Enhance setter method with unobserve oldvalue at the beginning and event call at the end
enhanceSetter(String, MethodNode, String) - Method in class jadex.bdiv3.ASMBDIClassGenerator
 
enhanceWith(IPlatformConfiguration) - Method in interface jadex.base.IPlatformConfiguration
Enhance this config with given other config.
enqueue(Object) - Method in class jadex.commons.collection.ArrayBlockingQueue
Add an element to the end of the queue.
enqueue(T) - Method in class jadex.commons.collection.BlockingQueue
Enqueue an element.
enqueue(T) - Method in interface jadex.commons.collection.IBlockingQueue
Enqueue an element.
enqueuetimes - Variable in class jadex.commons.concurrent.ThreadPool
The current throughput of the pool (average of waiting times).
ensureNonblockingSecureRandom() - Static method in class jadex.commons.SUtil
Ensures SecureRandom use is nonblocking in all cases.
entities - Variable in class jadex.commons.Tuple
The entities of the tuple.
entries - Variable in class jadex.base.JarAsDirectory
The subentries contained in the entry.
entries - Variable in class jadex.bridge.AbstractErrorReportBuilder
The parse errors (tuple(elements) -> {error messages}).
entries - Variable in class jadex.bridge.service.types.filetransfer.BunchFileData
The data.
entries - Variable in class jadex.commons.collection.ActionReferenceQueue
The list of elements.
entries - Variable in class jadex.commons.collection.LeaseTimeSet
The entries.
entries - Variable in class jadex.commons.collection.PassiveLeaseTimeSet
The entries.
entries - Variable in class jadex.commons.gui.autocombo.AbstractAutoComboModel
 
entries - Variable in class jadex.commons.gui.EditableList
The entries.
entriesAdded(Set<Map.Entry<T, E>>) - Method in class jadex.commons.collection.wrappers.MapWrapper
Entries were added to the map.
entriesRemoved(Set<Map.Entry<T, E>>) - Method in class jadex.commons.collection.wrappers.MapWrapper
Entries were removed from the map.
ENTROPY_FALLBACK_WARNING_DONE - Static variable in class jadex.commons.security.SSecurity
Flag if the fallback warning has been issued before.
ENTROPY_SOURCE - Static variable in class jadex.commons.security.SSecurity
Entropy source for seeding CSPRNGS.
entropysource - Variable in class jadex.commons.security.random.ChaCha20Random
Entropy source for seeding, use SSecurity.
entry - Variable in class jadex.base.JarAsDirectory
The entry.
entry() - Method in class jadex.commons.collection.ConcurrencyCheckingList
Called for each method entry.
entryAdded(Object, int) - Method in class jadex.bdiv3.runtime.wrappers.EventPublisher
An entry was added to the collection.
entryAdded(Object, int) - Method in interface jadex.bdiv3.runtime.wrappers.IEventPublisher
An entry was added to the collection.
entryAdded(Object, int) - Method in class jadex.bdiv3.runtime.wrappers.InitEventPublisher
An entry was added to the collection.
entryAdded(Object, Object) - Method in class jadex.bdiv3.runtime.wrappers.EventPublisher
An entry was added to the map.
entryAdded(Object, Object) - Method in interface jadex.bdiv3.runtime.wrappers.IEventPublisher
An entry was added to the map.
entryAdded(Object, Object) - Method in class jadex.bdiv3.runtime.wrappers.InitEventPublisher
An entry was added to the map.
entryAdded(T, int) - Method in class jadex.bdiv3.runtime.wrappers.ListWrapper
An entry was added to the collection.
entryAdded(T, int) - Method in class jadex.bdiv3.runtime.wrappers.SetWrapper
An entry was added to the collection.
entryAdded(T, int) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
An entry was added to the collection.
entryAdded(T, E) - Method in class jadex.bdiv3.runtime.wrappers.MapWrapper
An entry was added to the map.
entryAdded(T, E) - Method in class jadex.commons.collection.wrappers.MapWrapper
An entry was added to the map.
entryChanged(Object, Object, int) - Method in class jadex.bdiv3.runtime.wrappers.EventPublisher
An entry was changed in the collection.
entryChanged(Object, Object, int) - Method in interface jadex.bdiv3.runtime.wrappers.IEventPublisher
An entry was changed in the collection.
entryChanged(Object, Object, int) - Method in class jadex.bdiv3.runtime.wrappers.InitEventPublisher
An entry was changed in the collection.
entryChanged(Object, Object, Object) - Method in class jadex.bdiv3.runtime.wrappers.EventPublisher
An entry was changed in the map.
entryChanged(Object, Object, Object) - Method in interface jadex.bdiv3.runtime.wrappers.IEventPublisher
An entry was changed in the map.
entryChanged(Object, Object, Object) - Method in class jadex.bdiv3.runtime.wrappers.InitEventPublisher
An entry was changed in the map.
entryChanged(T, E, E) - Method in class jadex.bdiv3.runtime.wrappers.MapWrapper
An entry was changed in the map.
entryChanged(T, E, E) - Method in class jadex.commons.collection.wrappers.MapWrapper
An entry was changed in the map.
entryChanged(T, T, int) - Method in class jadex.bdiv3.runtime.wrappers.ListWrapper
An entry was changed in the collection.
entryChanged(T, T, int) - Method in class jadex.bdiv3.runtime.wrappers.SetWrapper
An entry was changed in the collection.
entryChanged(T, T, int) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
An entry was changed in the collection.
entryfiles - Variable in class jadex.base.JarAsDirectory
The files for the entry paths (cached for easy access).
entryRemoved(Object, int) - Method in class jadex.bdiv3.runtime.wrappers.EventPublisher
An entry was removed from the collection.
entryRemoved(Object, int) - Method in interface jadex.bdiv3.runtime.wrappers.IEventPublisher
An entry was removed from the collection.
entryRemoved(Object, int) - Method in class jadex.bdiv3.runtime.wrappers.InitEventPublisher
An entry was removed from the collection.
entryRemoved(Object, Object) - Method in class jadex.bdiv3.runtime.wrappers.EventPublisher
An entry was removed from the map.
entryRemoved(Object, Object) - Method in interface jadex.bdiv3.runtime.wrappers.IEventPublisher
An entry was removed from the map.
entryRemoved(Object, Object) - Method in class jadex.bdiv3.runtime.wrappers.InitEventPublisher
An entry was removed from the map.
entryRemoved(T, int) - Method in class jadex.bdiv3.runtime.wrappers.ListWrapper
An entry was removed from the collection.
entryRemoved(T, int) - Method in class jadex.bdiv3.runtime.wrappers.SetWrapper
An entry was removed from the collection.
entryRemoved(T, int) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
An entry was removed from the collection.
entryRemoved(T, E) - Method in class jadex.bdiv3.runtime.wrappers.MapWrapper
An entry was removed from the map.
entryRemoved(T, E) - Method in class jadex.commons.collection.wrappers.MapWrapper
An entry was removed from the map.
entrySet() - Method in class jadex.bytecode.vmhacks.ClassStore
Override
entrySet() - Method in class jadex.commons.collection.BiHashMap
Returns the entry set of the forward map.
entrySet() - Method in class jadex.commons.collection.CheckedMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class jadex.commons.collection.FastHashMap
 
entrySet() - Method in class jadex.commons.collection.IndexMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class jadex.commons.collection.LeaseTimeMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class jadex.commons.collection.MultiCollection
Returns a set view of the mappings contained in this map.
entrySet() - Method in class jadex.commons.collection.NestedMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class jadex.commons.collection.OrderedProperties
Delegate.
entrySet() - Method in class jadex.commons.collection.RwMapWrapper
Returns the entry set.
entrySet() - Method in class jadex.commons.collection.WeakKeyValueMap
Returns the entry set.
entrySet() - Method in class jadex.commons.collection.WeakValueMap
Get the entries.
entrySet() - Method in class jadex.commons.collection.wrappers.MapWrapper
 
entrystr - Variable in class jadex.base.JarAsDirectory
 
EnumInfo(String, String) - Constructor for class jadex.commons.SClassReader.EnumInfo
Create enum info.
EnvironmentEvent - Class in jadex.extension.envsupport.environment
An event in the environment (related to some space object).
EnvironmentEvent(String, IEnvironmentSpace, ISpaceObject, String, Object) - Constructor for class jadex.extension.envsupport.environment.EnvironmentEvent
Create a new environment event.
EnvironmentGui - Class in jadex.quickstart.cleanerworld.gui
The gui for the cleaner world example.
EnvironmentGui() - Constructor for class jadex.quickstart.cleanerworld.gui.EnvironmentGui
Create a new gui.
envspace - Variable in class jadex.extension.envsupport.evaluation.DefaultDataProvider
The environment space.
envspace - Variable in class jadex.extension.envsupport.evaluation.SpaceObjectSource
The environment space.
EOL - Static variable in exception jadex.javaparser.javaccimpl.ParseException
The end of line string for this machine.
EQUAL - Static variable in class jadex.javaparser.javaccimpl.CompareNode
The equal (==) operator.
equals(IVector1) - Method in interface jadex.extension.envsupport.math.IVector1
Compares the vector to another vector.
equals(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Double
 
equals(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Int
Compares the vector to another vector.
equals(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Long
Compares the vector to another vector.
equals(IVector2) - Method in interface jadex.extension.envsupport.math.IVector2
Compares the vector to another vector.
equals(IVector2) - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Compares the vector to another vector.
equals(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Double
 
equals(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Int
Compares the vector to another vector.
equals(IVector3) - Method in interface jadex.extension.envsupport.math.IVector3
Compares the vector to another vector.
equals(IVector3) - Method in class jadex.extension.envsupport.math.Vector3Double
 
equals(IVector3) - Method in class jadex.extension.envsupport.math.Vector3Int
Compares the vector to another vector.
equals(Object) - Method in class jadex.base.SRemoteClock.ClockState
Test if two objects are equal.
equals(Object) - Method in class jadex.base.SRemoteClock.SimulationState
Test if two objects are equal.
equals(Object) - Method in class jadex.base.SRemoteClock.TimerEntries
Test if two objects are equal.
equals(Object) - Method in class jadex.bdiv3.model.MClassBasedElement
Check if other object is equal.
equals(Object) - Method in class jadex.bdiv3.model.MElement
Test if objects are equal.
equals(Object) - Method in class jadex.bdiv3x.features.BDIXAgentFeature.ChangeInfoEntryMapper
 
equals(Object) - Method in class jadex.bpmn.MultiColumnTable
 
equals(Object) - Method in class jadex.bpmn.MultiColumnTable.MultiColumnTableRow
 
equals(Object) - Method in class jadex.bpmn.tools.ProcessThreadInfo
Test if two objects are equal.
equals(Object) - Method in class jadex.bridge.Cause
Test for equality.
equals(Object) - Method in class jadex.bridge.ClassInfo
Test if object is equal to this.
equals(Object) - Method in class jadex.bridge.ComponentIdentifier
Test if two component identifiers are equal.
equals(Object) - Method in class jadex.bridge.FactoryFilter
Test if equal.
equals(Object) - Method in class jadex.bridge.GlobalResourceIdentifier
Test if equals.
equals(Object) - Method in class jadex.bridge.LocalResourceIdentifier
Test if equals.
equals(Object) - Method in class jadex.bridge.RemoteChangeListenerHandler
Test equality based on id.
equals(Object) - Method in class jadex.bridge.ResourceIdentifier
Test if equals.
equals(Object) - Method in class jadex.bridge.service.BasicService
Check if the service is equal.
equals(Object) - Method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Test if two objects are equal.
equals(Object) - Method in class jadex.bridge.service.component.RemoteMethodInvocationHandler
Test equality.
equals(Object) - Method in class jadex.bridge.service.search.ProxyFilter
Test if an object is equal to this.
equals(Object) - Method in class jadex.bridge.service.search.ServiceIdFilter
Test if an object is equal to this.
equals(Object) - Method in class jadex.bridge.service.search.ServiceQuery
Test if other object equals this one.
equals(Object) - Method in class jadex.bridge.service.ServiceIdentifier
Test if an object is equal to this one.
equals(Object) - Method in class jadex.bridge.service.types.address.TransportAddress
Equals method.
equals(Object) - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Test for equality.
equals(Object) - Method in class jadex.bridge.service.types.chat.TransferInfo
Test for equality.
equals(Object) - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Test if this description equals another description.
equals(Object) - Method in class jadex.bridge.service.types.email.Email
Test if is equal.
equals(Object) - Method in class jadex.commons.beans.IndexedPropertyDescriptor
Determines if this IndexedPropertyDescriptor is equal to the specified object.
equals(Object) - Method in class jadex.commons.beans.PropertyDescriptor
 
equals(Object) - Method in class jadex.commons.ByteArrayWrapper
Compares two arrays.
equals(Object) - Method in class jadex.commons.collection.CheckedCollection
Compares the specified object with this collection for equality.
equals(Object) - Method in class jadex.commons.collection.CheckedMap
Compares the specified object with this map for equality.
equals(Object) - Method in class jadex.commons.collection.IdentityHashSet
Compares the specified object with this set for equality.
equals(Object) - Method in class jadex.commons.collection.IndexMap
Compares the specified object with this map for equality.
equals(Object) - Method in class jadex.commons.collection.LeaseTimeMap
Compares the specified object with this map for equality.
equals(Object) - Method in class jadex.commons.collection.LeaseTimeSet
 
equals(Object) - Method in class jadex.commons.collection.MapEntry
Test if equal.
equals(Object) - Method in class jadex.commons.collection.MultiCollection
Compares the specified object with this map for equality.
equals(Object) - Method in class jadex.commons.collection.NestedMap
Compares the specified object with this map for equality.
equals(Object) - Method in class jadex.commons.collection.PassiveLeaseTimeSet
 
equals(Object) - Method in class jadex.commons.collection.WeakObject
Check the equality of an object with this.
equals(Object) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
Test if this object equals another.
equals(Object) - Method in class jadex.commons.collection.wrappers.MapWrapper
Test if this object equals another.
equals(Object) - Method in class jadex.commons.ComposedFilter
Test if an object is equal to this.
equals(Object) - Method in class jadex.commons.ComposedRemoteFilter
Test if an object is equal to this.
equals(Object) - Method in class jadex.commons.ConstantFilter
Is equal?
equals(Object) - Method in class jadex.commons.MethodInfo
Test if an object is equal to this.
equals(Object) - Method in class jadex.commons.MutableObject
 
equals(Object) - Method in class jadex.commons.security.PemKeyPair
Equals method.
equals(Object) - Method in class jadex.commons.Tuple
Test two tuples for equality.
equals(Object) - Method in class jadex.extension.envsupport.environment.ObjectEvent.PrimitiveEventType
Compares the type.
equals(Object) - Method in interface jadex.extension.envsupport.math.IVector1
Compares the vector to an object
equals(Object) - Method in interface jadex.extension.envsupport.math.IVector2
Compares the vector to an object
equals(Object) - Method in interface jadex.extension.envsupport.math.IVector3
Compares the vector to an object
equals(Object) - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Compares the vector to an object
equals(Object) - Method in class jadex.extension.envsupport.math.Vector1Double
 
equals(Object) - Method in class jadex.extension.envsupport.math.Vector1Int
Compares the vector to an object
equals(Object) - Method in class jadex.extension.envsupport.math.Vector1Long
Compares the vector to an object
equals(Object) - Method in class jadex.extension.envsupport.math.Vector2Double
 
equals(Object) - Method in class jadex.extension.envsupport.math.Vector2Int
Compares the vector to an object
equals(Object) - Method in class jadex.extension.envsupport.math.Vector3Double
 
equals(Object) - Method in class jadex.extension.envsupport.observer.graphics.layer.TiledLayer
Compares the layers.
equals(Object) - Method in class jadex.extension.envsupport.observer.graphics.TextInfo
 
equals(Object) - Method in class jadex.javaparser.javaccimpl.ArrayNode
Test if two nodes are equal.
equals(Object) - Method in class jadex.javaparser.javaccimpl.BooleanNode
Test if two nodes are equal.
equals(Object) - Method in class jadex.javaparser.javaccimpl.CompareNode
Test if two nodes are equal.
equals(Object) - Method in class jadex.javaparser.javaccimpl.ConstantNode
Test if two nodes are equal.
equals(Object) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
Test if two nodes are equal.
equals(Object) - Method in class jadex.javaparser.javaccimpl.MathNode
Test if two nodes are equal.
equals(Object) - Method in class jadex.javaparser.javaccimpl.ParameterNode
Test if two nodes are equal.
equals(Object) - Method in class jadex.javaparser.javaccimpl.ReflectNode
Test if two nodes are equal.
equals(Object) - Method in class jadex.javaparser.javaccimpl.SelectNode
Test if two nodes are equal.
equals(Object) - Method in class jadex.javaparser.javaccimpl.TypeNode
Test if two nodes are equal.
equals(Object) - Method in class jadex.xml.StackElement
Test if two stack elements are equal.
equals(Object) - Method in class jadex.xml.stax.QName
Tests this QName for equality with another object.
equals(Object, Object) - Static method in class jadex.commons.SUtil
 
ERR_load_crypto_strings() - Static method in class jadex.commons.security.random.OpenSslAesCtr
 
ERR_print_errors_fp(Pointer) - Static method in class jadex.commons.security.random.OpenSslAesCtr
 
errhtml - Variable in class jadex.bridge.ErrorReport
The error html text.
ErrorException - Exception in jadex.commons
Wrapper to set errors (e.g.
ErrorException(Error) - Constructor for exception jadex.commons.ErrorException
Create an error exception.
errorfile - Variable in class jadex.bridge.service.types.daemon.StartOptions
The error stream redirection file name (if any).
ErrorReport - Class in jadex.bridge
Error report that holds information about model errors.
ErrorReport() - Constructor for class jadex.bridge.ErrorReport
 
ErrorReport(String, String, Map) - Constructor for class jadex.bridge.ErrorReport
 
errtext - Variable in class jadex.bridge.ErrorReport
The error text.
ESCAPE_CHARACTERS - Static variable in class jadex.commons.ExpressionTokenizer
The escape characters allow to include separators in the tokens.
escapeLineBreaks(String) - Static method in class jadex.commons.SUtil
Escapes all line breaks similar to Java string literals.
escapeString(String) - Static method in class jadex.commons.SUtil
Escape a java string.
estimateMedian(List<ISpaceObject>, Random, KdNode.IKdValueFetcher) - Method in class jadex.extension.envsupport.environment.space2d.KdNode
Estimates the median value of the hyperplane coordinate of the input using random sampling.
evaluate(Value, String[]) - Static method in class jadex.extension.rs.publish.Value
Evaluate a value.
evaluate(IService) - Method in class jadex.bridge.nonfunctional.search.BasicEvaluator
Evaluate the service of method.
evaluate(IService) - Method in class jadex.bridge.nonfunctional.search.ComposedEvaluator
Evaluates the service in detail.
evaluate(IService) - Method in interface jadex.bridge.nonfunctional.search.IServiceEvaluator
Evaluates the service in detail.
evaluate(IService) - Method in class jadex.bridge.sensor.service.AverageEvaluator
Evaluates the service in detail.
evaluate(Value, String[]) - Static method in class jadex.extension.rs.publish.Value
Evaluate a value.
evaluate(IParsedExpression, IValueFetcher) - Method in class jadex.bdi.planlib.DefaultBDIVisionProcessor
Evaluate a condition.
evaluate(IEvent) - Method in class jadex.bdiv3x.features.BDIXAgentFeature.GoalsExistCondition
 
evaluate(IEvent) - Method in class jadex.bdiv3x.features.BDIXAgentFeature.LifecycleStateCondition
Evaluate the condition.
evaluate(IEvent) - Method in class jadex.bdiv3x.features.BDIXAgentFeature.PlansExistCondition
 
evaluateAuctionResults(AuctionDescription, Object, Object[], IComponentIdentifier, Object) - Method in class jadex.bdi.planlib.protocols.dutchauction.DAInitiatorPlan
Evaluate the auction results and decide about participation.
evaluateAuctionResults(AuctionDescription, Object, Object[], IComponentIdentifier, Object) - Method in class jadex.bdi.planlib.protocols.englishauction.EAInitiatorPlan
Evaluate the auction results and decide about participation.
evaluateExpression(String, IValueFetcher) - Static method in class jadex.javaparser.SJavaParser
Evaluates a java expression.
evaluateExpression(String, String[], IValueFetcher, ClassLoader) - Static method in class jadex.javaparser.SJavaParser
Evaluates a java expression.
evaluateExpression(String, String[], IValueFetcher, ClassLoader) - Method in class jadex.micro.MicroClassReader
Evaluate an expression string (using "" -> null mapping) as annotations do not support null values.
evaluateExpressionPotentially(String, String[], IValueFetcher, ClassLoader) - Static method in class jadex.javaparser.SJavaParser
Evaluate a string that is possiby an expression.
evaluateProposal(Object, Object, NegotiationRecord[], ParticipantProposal) - Method in class jadex.bdi.planlib.protocols.ProposalEvaluator
Evaluate the given proposal.
evaluateProposals(NegotiationRecord, Map) - Method in class jadex.bdi.planlib.protocols.contractnet.CNPInitiatorPlan
Determine acceptable proposals.
evaluateProposals(Object, Object, NegotiationRecord[], ParticipantProposal[]) - Method in class jadex.bdi.planlib.protocols.ICNPHandler
Evaluate the given proposals and determine winning proposals.
evaluateProposals(Object, Object, NegotiationRecord[], ParticipantProposal[]) - Method in interface jadex.bdi.planlib.protocols.IProposalEvaluator
Evaluate the given proposals and determine winning proposals.
evaluateProposals(Object, Object, NegotiationRecord[], ParticipantProposal[]) - Method in class jadex.bdi.planlib.protocols.ProposalEvaluator
Evaluate the given proposals and determine winning proposals.
evaluateValues() - Method in class jadex.bdiv3x.runtime.RBeliefbase.RBeliefSet
Evaluate the default values.
evaluation - Variable in class jadex.bdi.planlib.protocols.ParticipantProposal
An evaluation of the proposal.
EVALUATION_ACCEPTABLE - Static variable in class jadex.bdi.planlib.protocols.ProposalEvaluator
Evaluation value indicating an acceptable proposal that should be considered in further negotiation rounds.
evaluation_comparator - Variable in class jadex.bdi.planlib.protocols.ProposalEvaluator
A comparator used for comparing evaluations.
EVALUATION_INACCEPTABLE - Static variable in class jadex.bdi.planlib.protocols.ProposalEvaluator
Evaluation value indicating an inacceptable proposal that should be excluded.
evaluation_limit - Variable in class jadex.bdi.planlib.protocols.ProposalEvaluator
Limit determining the acceptability of an evaluation.
evaluationmode - Variable in class jadex.bdiv3.model.MBelief
The direction.
evaluationmode - Variable in class jadex.bdiv3.model.MParameter
The direction.
EvaluationPlugin - Class in jadex.extension.envsupport.observer.gui.plugin
Th evaluation plugin.
EvaluationPlugin() - Constructor for class jadex.extension.envsupport.observer.gui.plugin.EvaluationPlugin
Create the plugin.
evaluator - Variable in class jadex.bridge.sensor.service.AverageEvaluator
The contained evaluator.
evaluators - Variable in class jadex.bridge.nonfunctional.search.ComposedEvaluator
The evaluators.
evamodeconv - Static variable in class jadex.bdiv3x.BDIXMLReader
 
EVAPORATION_RATE - Static variable in interface jadex.quickstart.cleanerworld.environment.IPheromone
The evaporation rate determines how quickly a pheromone dissolves (in strength per second).
evas - Static variable in class jadex.bdiv3.model.MParameter
 
EVENT_ADDED - Static variable in class jadex.bridge.RemoteChangeListenerHandler
The event type suffix for added events.
EVENT_BULK - Static variable in class jadex.bridge.RemoteChangeListenerHandler
The event type for bulk events.
EVENT_CHANGED - Static variable in class jadex.bridge.RemoteChangeListenerHandler
The event type suffix for changed events.
EVENT_OCCURRED - Static variable in class jadex.bridge.RemoteChangeListenerHandler
The event type suffix for occurred events.
EVENT_PARAMETER_SERVICE_RESULT - Static variable in class jadex.bpmn.runtime.ProcessServiceInvocationHandler
The user result parameter name.
EVENT_REMOVED - Static variable in class jadex.bridge.RemoteChangeListenerHandler
The event type suffix for removed events.
EVENT_TYPE_BULK - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Bulk event composed of sub events.
EVENT_TYPE_CREATION - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Event denoting creation of an element.
EVENT_TYPE_DISPOSAL - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Event denoting disposal of an element.
EVENT_TYPE_MODIFICATION - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Event denoting modification of an element.
EVENT_TYPE_NEW_DELTA - Static variable in interface jadex.bridge.service.types.clock.IClock
Change event type new delta.
EVENT_TYPE_NEW_DILATION - Static variable in interface jadex.bridge.service.types.clock.IClock
Change event type new dilation.
EVENT_TYPE_NEXT_TIMEPOINT - Static variable in interface jadex.bridge.service.types.clock.IClock
Change event next timepoint.
EVENT_TYPE_OCCURRENCE - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Event denoting a single occurrence without temporal extension.
EVENT_TYPE_RESET - Static variable in interface jadex.bridge.service.types.clock.IClock
Change event type reset.
EVENT_TYPE_SELECTED - Static variable in interface jadex.commons.IBreakpointPanel
Event type for changed breakpoint selection (e.g.
EVENT_TYPE_STARTED - Static variable in interface jadex.bridge.service.types.clock.IClock
Change event type started.
EVENT_TYPE_STOPPED - Static variable in interface jadex.bridge.service.types.clock.IClock
Change event type stopped.
EVENT_TYPE_TIMER_ADDED - Static variable in interface jadex.bridge.service.types.clock.IClock
Change event timer added.
EVENT_TYPE_TIMER_REMOVED - Static variable in interface jadex.bridge.service.types.clock.IClock
Change event timer removed.
eventadder - Variable in class jadex.bdiv3.runtime.wrappers.EventPublisher
The event adder.
eventadder - Variable in class jadex.bdiv3.runtime.wrappers.InitEventPublisher
The event adder.
EventEndErrorActivityHandler - Class in jadex.bpmn.runtime.handler
On error end propagate an exception.
EventEndErrorActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.EventEndErrorActivityHandler
 
EventEndErrorActivityHandler.EventEndErrorException - Exception in jadex.bpmn.runtime.handler
Runtime exception representing explicit process failure.
EventEndErrorException() - Constructor for exception jadex.bpmn.runtime.handler.EventEndErrorActivityHandler.EventEndErrorException
Create an empty end error.
EventEndErrorException(String) - Constructor for exception jadex.bpmn.runtime.handler.EventEndErrorActivityHandler.EventEndErrorException
Create an end error with an error message.
EventEndSignalActivityHandler - Class in jadex.bpmn.runtime.handler
On end of service call process set result on future.
EventEndSignalActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.EventEndSignalActivityHandler
 
EventEndTerminateActivityHandler - Class in jadex.bpmn.runtime.handler
On error end propagate an exception.
EventEndTerminateActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.EventEndTerminateActivityHandler
 
EventHandler - Class in jadex.commons.beans
 
EventHandler(Object, String, String, String) - Constructor for class jadex.commons.beans.EventHandler
 
EventIntermediateErrorActivityHandler - Class in jadex.bpmn.runtime.handler
On error end propagate an exception.
EventIntermediateErrorActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.EventIntermediateErrorActivityHandler
 
EventIntermediateErrorActivityHandler.EventIntermediateErrorException - Exception in jadex.bpmn.runtime.handler
Runtime exception representing explicit process failure.
EventIntermediateErrorException() - Constructor for exception jadex.bpmn.runtime.handler.EventIntermediateErrorActivityHandler.EventIntermediateErrorException
Create an empty end error.
EventIntermediateErrorException(String) - Constructor for exception jadex.bpmn.runtime.handler.EventIntermediateErrorActivityHandler.EventIntermediateErrorException
Create an end error with an error message.
EventIntermediateMessageActivityHandler - Class in jadex.bpmn.runtime.handler
Handler for message events.
EventIntermediateMessageActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.EventIntermediateMessageActivityHandler
 
EventIntermediateMultipleActivityHandler - Class in jadex.bpmn.runtime.handler
Event intermediate multi handler.
EventIntermediateMultipleActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.EventIntermediateMultipleActivityHandler
 
EventIntermediateNotificationHandler - Class in jadex.bpmn.runtime.handler
Wait for an external notification (could be a signal or a fired rule).
EventIntermediateNotificationHandler() - Constructor for class jadex.bpmn.runtime.handler.EventIntermediateNotificationHandler
 
EventIntermediateRuleHandler - Class in jadex.bpmn.runtime.handler
Wait for an external notification (could be a signal or a fired rule).
EventIntermediateRuleHandler() - Constructor for class jadex.bpmn.runtime.handler.EventIntermediateRuleHandler
 
EventIntermediateServiceActivityHandler - Class in jadex.bpmn.runtime.handler
 
EventIntermediateServiceActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.EventIntermediateServiceActivityHandler
 
EventIntermediateTimerActivityHandler - Class in jadex.bpmn.runtime.handler
Uses timer service for implementing waiting.
EventIntermediateTimerActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.EventIntermediateTimerActivityHandler
 
eventmode - Variable in class jadex.bridge.service.search.ServiceQuery
Flag if event mode is enabled on the query.
EventMultipleStepHandler - Class in jadex.bpmn.runtime.handler
Step handler that can be used for event-multiple elements.
EventMultipleStepHandler() - Constructor for class jadex.bpmn.runtime.handler.EventMultipleStepHandler
 
EventPublisher - Class in jadex.bdiv3.runtime.wrappers
Helper object for publishing change events (beliefs, parameters).
EventPublisher(IInternalAccess, EventType, EventType, EventType, MElement) - Constructor for class jadex.bdiv3.runtime.wrappers.EventPublisher
Create a new publisher.
EventPublisher(IInternalAccess, String, MElement) - Constructor for class jadex.bdiv3.runtime.wrappers.EventPublisher
Create a new publisher.
EventPublisher(IInternalAccess, String, String, String, MElement) - Constructor for class jadex.bdiv3.runtime.wrappers.EventPublisher
Create a new publisher.
eventreferences - Variable in class jadex.bdiv3.model.MCapability
The event mappings (abstract/reference name -> concrete name).
events - Variable in class jadex.bdiv3.model.MBelief
The aggregated/inited events.
events - Variable in class jadex.bdiv3.model.MCondition
The events this condition depends on.
events - Variable in class jadex.bdiv3.model.MParameter
The ECA events that may denote changes in the parameter value(s).
events - Variable in class jadex.bpmn.runtime.ProcessServiceInvocationHandler
The method / event mapping.
events - Variable in class jadex.bridge.BulkMonitoringEvent
The bulk events.
EventSetDescriptor - Class in jadex.commons.beans
 
EventSetDescriptor(Class<?>, String, Class<?>, String) - Constructor for class jadex.commons.beans.EventSetDescriptor
 
EventSetDescriptor(Class<?>, String, Class<?>, String[], String, String) - Constructor for class jadex.commons.beans.EventSetDescriptor
 
EventSetDescriptor(Class<?>, String, Class<?>, String[], String, String, String) - Constructor for class jadex.commons.beans.EventSetDescriptor
 
EventSetDescriptor(String, Class<?>, MethodDescriptor[], Method, Method) - Constructor for class jadex.commons.beans.EventSetDescriptor
 
EventSetDescriptor(String, Class<?>, Method[], Method, Method) - Constructor for class jadex.commons.beans.EventSetDescriptor
 
EventSetDescriptor(String, Class<?>, Method[], Method, Method, Method) - Constructor for class jadex.commons.beans.EventSetDescriptor
 
EventStartRuleHandler - Class in jadex.bpmn.runtime.handler
When a subprocess has a rule start event it needs to be treated like an intermediate event (i.e.
EventStartRuleHandler() - Constructor for class jadex.bpmn.runtime.handler.EventStartRuleHandler
 
EventStartServiceActivityHandler - Class in jadex.bpmn.runtime.handler
 
EventStartServiceActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.EventStartServiceActivityHandler
 
EVP_aes_128_ctr() - Static method in class jadex.commons.security.random.OpenSslAesCtr
 
EVP_aes_256_ctr() - Static method in class jadex.commons.security.random.OpenSslAesCtr
 
EVP_aes_256_ecb() - Static method in class jadex.commons.security.random.OpenSslAesCtr
 
EVP_CIPHER_CTX_free(Pointer) - Static method in class jadex.commons.security.random.OpenSslAesCtr
 
EVP_CIPHER_CTX_new() - Static method in class jadex.commons.security.random.OpenSslAesCtr
 
EVP_CIPHER_CTX_set_padding(Pointer, int) - Static method in class jadex.commons.security.random.OpenSslAesCtr
 
EVP_EncryptFinal_ex(Pointer, byte[], IntByReference) - Static method in class jadex.commons.security.random.OpenSslAesCtr
 
EVP_EncryptInit_ex(Pointer, Pointer, Pointer, byte[], byte[]) - Static method in class jadex.commons.security.random.OpenSslAesCtr
 
EVP_EncryptUpdate(Pointer, byte[], IntByReference, byte[], int) - Static method in class jadex.commons.security.random.OpenSslAesCtr
 
evpCipherContext - Variable in class jadex.commons.security.random.OpenSslAesCtr
Current cipher context.
exception - Variable in class jadex.bpmn.runtime.persist.ThreadInfo
The exception that has just occurred in the process (if any).
exception - Variable in class jadex.bpmn.runtime.ProcessThread
The exception that has just occurred in the process (if any).
exception - Variable in class jadex.bpmn.tools.ProcessThreadInfo
The exception that has just occurred in the process (if any).
exception - Variable in class jadex.bridge.service.types.cms.CMSStatusEvent.CMSTerminatedEvent
Component exception if component failed
exception - Variable in class jadex.bridge.service.types.cms.PlatformComponent
The failure reason (if any).
exception - Variable in class jadex.commons.AbstractModelLoader.BrokenModel
The exception.
exception - Variable in class jadex.commons.future.Future
The exception (if any).
exception - Variable in class jadex.commons.LazyResource
The exception, if already failed.
exception - Variable in class jadex.extension.envsupport.environment.ComponentActionList.ActionEntry
The exception (set after failed execution).
EXCEPTION - jadex.bridge.service.component.ServiceCallEvent.Type
 
exceptionally(Consumer<? super Exception>) - Method in class jadex.commons.future.Future
 
exceptionally(Consumer<? super Exception>) - Method in interface jadex.commons.future.IFuture
 
exceptionally(Consumer<? super Exception>, Class<?>) - Method in class jadex.commons.future.Future
 
exceptionally(Consumer<? super Exception>, Class<?>) - Method in interface jadex.commons.future.IFuture
 
exceptionally(Future<T>) - Method in class jadex.commons.future.Future
Sequential execution of async methods via implicit delegation.
exceptionally(Future<T>) - Method in interface jadex.commons.future.IFuture
Sequential execution of async methods via implicit delegation.
ExceptionDelegationResultListener<E,​T> - Class in jadex.commons.future
Result listener that delegates calls to a future.
ExceptionDelegationResultListener(Future<T>) - Constructor for class jadex.commons.future.ExceptionDelegationResultListener
Create a new listener.
ExceptionDelegationResultListener(Future<T>, boolean) - Constructor for class jadex.commons.future.ExceptionDelegationResultListener
Create a new listener.
ExceptionListener - Interface in jadex.commons.beans
 
exceptionOccurred(Exception) - Method in class jadex.bridge.ComponentResultListener
Called when an exception occurred.
exceptionOccurred(Exception) - Method in class jadex.bridge.nonfunctional.search.ServiceRankingDelegationResultListener
Called when exception occurs.
exceptionOccurred(Exception) - Method in class jadex.bridge.nonfunctional.search.ServiceRankingResultListener
Called when exception occurs.
exceptionOccurred(Exception) - Method in class jadex.bridge.service.component.multiinvoke.FlattenMultiplexCollector
 
exceptionOccurred(Exception) - Method in class jadex.bridge.service.component.multiinvoke.MultiServiceInvocationHandler.IntermediateMethodResultListener
Called when an exception has occurred.
exceptionOccurred(Exception) - Method in class jadex.bridge.TimeoutResultListener
Called when an exception occurred.
exceptionOccurred(Exception) - Method in class jadex.commons.future.CollectingIntermediateResultListener
Called when an exception occurred.
exceptionOccurred(Exception) - Method in class jadex.commons.future.CollectionResultListener
Called when an exception occurred.
exceptionOccurred(Exception) - Method in class jadex.commons.future.CounterResultListener
Called when an exception occurred.
exceptionOccurred(Exception) - Method in class jadex.commons.future.DefaultResultListener
Called when an exception occurred.
exceptionOccurred(Exception) - Method in class jadex.commons.future.DelegationResultListener
Called when an exception occurred.
exceptionOccurred(Exception) - Method in class jadex.commons.future.ExceptionDelegationResultListener
Called when an exception occurred.
exceptionOccurred(Exception) - Method in interface jadex.commons.future.IFunctionalExceptionListener
Called when an exception occurred.
exceptionOccurred(Exception) - Method in class jadex.commons.future.IntermediateDelegationResultListener
Called when an exception occurred.
exceptionOccurred(Exception) - Method in class jadex.commons.future.IntermediateExceptionDelegationResultListener
Called when an exception occurred.
exceptionOccurred(Exception) - Method in class jadex.commons.future.RemoteDelegationResultListener
Called when an exception occurred.
exceptionOccurred(Exception) - Method in class jadex.commons.future.UnlimitedIntermediateDelegationResultListener
Called when an exception occurred.
exceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingDefaultResultListener
Called when an exception occurred.
exceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingDelegationResultListener
Called when an exception occurred.
exceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingExceptionDelegationResultListener
Called when an exception occurred.
exceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
Called when an exception occurred.
exceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
Called when an exception occurred.
exceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
Called when an exception occurred.
exceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingResultListener
Called when an exception occurred.
exceptionOccurred(Exception) - Method in class jadex.micro.IntervalBehavior.StepResultListener
 
exceptionOccurredIfUndone(Exception) - Method in class jadex.bridge.ComponentResultListener
Called when an exception occurred.
exceptionOccurredIfUndone(Exception) - Method in class jadex.bridge.TimeoutResultListener
Called when an exception occurred.
exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.future.CollectionResultListener
Called when an exception occurred.
exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.future.CounterResultListener
Called when an exception occurred.
exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.future.DelegationResultListener
Called when an exception occurred.
exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.future.ExceptionDelegationResultListener
Called when an exception occurred.
exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.future.IntermediateDelegationResultListener
Called when an exception occurred.
exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.future.IntermediateExceptionDelegationResultListener
Called when an exception occurred.
exceptionOccurredIfUndone(Exception) - Method in interface jadex.commons.future.IUndoneResultListener
Called when an exception occurred.
exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.gui.future.SwingDelegationResultListener
Called when an exception occurred.
exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.gui.future.SwingExceptionDelegationResultListener
Called when an exception occurred.
exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
Called when an exception occurred.
exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
Called when an exception occurred.
exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
Called when an exception occurred.
exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.gui.future.SwingResultListener
Called when an exception occurred.
ExceptionResultListener<E> - Class in jadex.commons.future
The exception listener is used for intercepting exceptions while ignoring results.
ExceptionResultListener() - Constructor for class jadex.commons.future.ExceptionResultListener
 
exceptionThrown(Exception) - Method in interface jadex.commons.beans.ExceptionListener
 
excludeconv - Static variable in class jadex.bdiv3x.BDIXMLReader
 
Excluded - Annotation Type in jadex.bridge.service.annotation
Excluded methods throw UnsupportedOperationException when called from remote.
excludedservices - Variable in class jadex.bridge.service.search.ServiceRegistry
The excluded services cache.
excludemode - Variable in class jadex.bdiv3.model.MProcessableElement
The exclude mode.
excludemode() - Method in annotation type jadex.bdiv3.annotation.Goal
When to exclude a plan from the APL after it has been executed.
excludeowner - Variable in class jadex.bridge.service.search.ServiceQuery
Flag, if service by the query owner should be excluded, i.e.
excludes - Variable in class jadex.bdiv3.model.MGoal
The unique parameter excludes.
excludes - Variable in class jadex.bridge.service.types.awareness.AwarenessInfo
The excludes list.
excludes - Variable in class jadex.commons.gui.jtreetable.TreeTableNodeType
The excluded columns of this type.
exconf - Static variable in class jadex.bdiv3x.BDIXMLReader
 
executable - Variable in class jadex.commons.concurrent.Executor
The executable.
executable - Variable in class jadex.commons.concurrent.LoadManagingExecutionService.Task
The task.
execute() - Method in interface jadex.bdiv3x.runtime.IExpression
Execute the query.
execute() - Method in class jadex.bdiv3x.runtime.RExpressionbase.RExpression
Execute the query.
execute() - Method in interface jadex.bpmn.runtime.exttask.IExternalTask
Execute the task.
execute() - Method in class jadex.commons.beans.Statement
 
execute() - Method in class jadex.commons.concurrent.Executor
Make sure a thread is executing the code.
execute() - Method in interface jadex.commons.concurrent.IExecutable
Execute the executable.
execute() - Method in class jadex.extension.rs.invoke.RestInvocationAgent
Performs the call.
execute(E) - Method in interface jadex.commons.IResultCommand
Execute the command.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.AbstractEventIntermediateTimerActivityHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.AbstractGatewayActivityHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.DefaultActivityHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventIntermediateMessageActivityHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventIntermediateMultipleActivityHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventIntermediateNotificationHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventIntermediateRuleHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventIntermediateServiceActivityHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventStartRuleHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventStartServiceActivityHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.GatewayXORActivityHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.SubProcessActivityHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.TaskActivityHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.ui.UserInteractionActivityHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in interface jadex.bpmn.runtime.IActivityHandler
Execute an activity.
execute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper
Execute the task.
execute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.AbstractTask
Execute the task.
execute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.CreateComponentTask
Execute the task.
execute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.DestroyComponentTask
Execute the task.
execute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.MethodCallTask
Execute the task.
execute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.PojoTaskWrapper
Execute the task.
execute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.ServiceCallTask
Execute the task.
execute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.UserInteractionTask
Execute the task.
execute(ITask, ITaskContext) - Method in interface jadex.bpmn.runtime.exttask.ITaskExecutionService
 
execute(IComponentIdentifier, IRemoteCommand<T>, Class<? extends IFuture<T>>, Long) - Method in interface jadex.bridge.component.IRemoteExecutionFeature
Execute a command on a remote agent.
execute(IInternalAccess) - Method in class jadex.bdi.planlib.iasteps.DispatchGoalStep
 
execute(IInternalAccess) - Method in class jadex.bdi.planlib.iasteps.SetBeliefStep
 
execute(IInternalAccess) - Method in class jadex.bdi.planlib.iasteps.StepChain
 
execute(IInternalAccess) - Method in class jadex.bdiv3.actions.AdoptGoalAction
Execute the command.
execute(IInternalAccess) - Method in class jadex.bdiv3.actions.DropGoalAction
Execute the command.
execute(IInternalAccess) - Method in class jadex.bdiv3.actions.ExecutePlanStepAction
Execute the command.
execute(IInternalAccess) - Method in class jadex.bdiv3.actions.FindApplicableCandidatesAction
Execute the command.
execute(IInternalAccess) - Method in class jadex.bdiv3.actions.SelectCandidatesAction
Execute the command.
execute(IInternalAccess) - Method in class jadex.bpmn.runtime.ExecuteProcessThread
Execute the command.
execute(IInternalAccess) - Method in interface jadex.bridge.IComponentStep
Execute the command.
execute(IInternalAccess) - Method in class jadex.bridge.service.component.interceptors.DecouplingInterceptor.InvokeMethodStep
Execute the step.
execute(IInternalAccess, ISecurityInfo) - Method in interface jadex.bridge.component.IRemoteCommand
Execute a command.
execute(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.AbstractMultiInterceptor
Execute the command.
execute(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.AuthenticationInterceptor
Execute the interceptor.
execute(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.DecouplingReturnInterceptor
Execute the interceptor.
execute(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.IntelligentProxyInterceptor
Execute the interceptor.
execute(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.MethodCallListenerInterceptor
Execute the interceptor.
execute(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.MethodInvocationInterceptor
Execute the interceptor.
execute(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.NFRequiredServicePropertyProviderInterceptor
Execute the interceptor.
execute(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.PrePostConditionInterceptor
Execute the interceptor.
execute(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.ResolveInterceptor
Execute the interceptor.
execute(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.TracingInterceptor
Execute the interceptor.
execute(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.ValidationInterceptor
Execute the interceptor.
execute(ServiceInvocationContext) - Method in interface jadex.bridge.service.component.IServiceInvocationInterceptor
Execute the interceptor.
execute(IClockService, IEnvironmentSpace) - Method in class jadex.extension.envsupport.environment.DefaultObjectCreationProcess
Executes the environment process
execute(IClockService, IEnvironmentSpace) - Method in interface jadex.extension.envsupport.environment.ISpaceProcess
Executes the environment process
execute(IClockService, IEnvironmentSpace) - Method in class jadex.extension.envsupport.environment.space2d.Space2D.KdTreeProcess
 
execute(IExecutable) - Method in interface jadex.bridge.service.types.execution.IExecutionService
Execute a task.
execute(IExecutable, double) - Method in class jadex.commons.concurrent.LoadManagingExecutionService
Execute a task.
execute(IEnvironmentSpace, ISpaceObject, long, IClockService) - Method in class jadex.extension.envsupport.environment.AbstractTask
Executes the task.
execute(IEnvironmentSpace, ISpaceObject, long, IClockService) - Method in interface jadex.extension.envsupport.environment.IObjectTask
Executes the task.
execute(Instrumentation) - Method in class jadex.bytecode.vmhacks.VmHacks.InstrumentationCommand
Execute the command.
execute(Object) - Method in interface jadex.xml.IReturnValueCommand
Execute the command and optionally deliver a result.
execute(Runnable) - Method in class jadex.bridge.service.types.threadpool.JadexExecutorServiceAdapter
Override.
execute(Runnable) - Method in interface jadex.commons.concurrent.IThreadPool
Execute a task in its own thread.
execute(Runnable) - Method in class jadex.commons.concurrent.JavaThreadPool
Execute a task in its own thread.
execute(Runnable) - Method in class jadex.commons.concurrent.MonitoredThreadPoolExecutor
 
execute(Runnable) - Method in class jadex.commons.concurrent.ThreadPool
Execute a task in its own thread.
execute(String) - Method in class jadex.bpmn.runtime.task.PrintTask
Execute the task.
execute(String[], Object[]) - Method in interface jadex.bdiv3x.runtime.IExpression
Execute the query using local parameters.
execute(String[], Object[]) - Method in class jadex.bdiv3x.runtime.RExpressionbase.RExpression
Execute the query using local parameters.
execute(String, Object) - Method in interface jadex.bdiv3x.runtime.IExpression
Execute the query using a local parameter.
execute(String, Object) - Method in class jadex.bdiv3x.runtime.RExpressionbase.RExpression
Execute the query using a local parameter.
execute(T) - Method in interface jadex.commons.ICommand
Execute the command.
executeActions(IFilter, boolean) - Method in class jadex.extension.envsupport.environment.ComponentActionList
Should be called on environment thread only.
executeBodyOnFeatures(Iterator<IComponentFeature>) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Execute feature bodies in parallel.
executeCommand(String, Tuple2<String, Integer>) - Method in interface jadex.bridge.service.types.cli.ICliService
Execute a command line command and get back the results.
executed - Variable in class jadex.extension.envsupport.environment.ComponentActionList
The executed actions where actors still need to be woken up.
executeForever(Runnable) - Method in interface jadex.commons.concurrent.IThreadPool
Execute a task in its own thread.
executeForever(Runnable) - Method in class jadex.commons.concurrent.JavaThreadPool
Execute a task in its own thread.
executeForever(Runnable) - Method in class jadex.commons.concurrent.ThreadPool
Execute a task in its own thread.
executeInitOnFeatures(Iterator<IComponentFeature>) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Recursively init the features.
executeKillOnFeatures(List<IComponentFeature>) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Kill the features in inverse order.
executeNotification(IResultListener<E>, ICommand<IResultListener<E>>) - Method in class jadex.commons.future.Future
Execute a notification.
ExecutePlanStepAction - Class in jadex.bdiv3.actions
Action for executing a plan step.
ExecutePlanStepAction(RPlan) - Constructor for class jadex.bdiv3.actions.ExecutePlanStepAction
Create a new action.
ExecuteProcessThread - Class in jadex.bpmn.runtime
Execute the next step of a process thread.
ExecuteProcessThread(ProcessThread) - Constructor for class jadex.bpmn.runtime.ExecuteProcessThread
Create a new step.
executeRequest(Object, IComponentIdentifier) - Method in class jadex.bdi.planlib.protocols.RPQPReceiverPlan
Execute the request.
executeShutdownOnFeatures(List<IComponentFeature>) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Recursively shutdown the features in inverse order.
ExecuteStepTask - Class in jadex.bpmn.runtime.task
Execute an external step.
ExecuteStepTask() - Constructor for class jadex.bpmn.runtime.task.ExecuteStepTask
 
executeTask(Object, Object, IComponentIdentifier) - Method in class jadex.bdi.planlib.protocols.contractnet.CNPReceiverPlan
Execute the task.
executing - Variable in class jadex.base.SRemoteClock.SimulationState
The execution state.
ExecutionTimeEvaluator - Class in jadex.bridge.sensor.service
Execution time evaluator.
ExecutionTimeEvaluator(IExternalAccess, MethodInfo) - Constructor for class jadex.bridge.sensor.service.ExecutionTimeEvaluator
Create a new evaluator.
ExecutionTimeEvaluator(IExternalAccess, MethodInfo, boolean) - Constructor for class jadex.bridge.sensor.service.ExecutionTimeEvaluator
Create a new evaluator.
ExecutionTimeProperty - Class in jadex.bridge.sensor.service
Property for the overall execution time of a method or a service.
ExecutionTimeProperty(IInternalAccess, IService, MethodInfo) - Constructor for class jadex.bridge.sensor.service.ExecutionTimeProperty
Create a new property.
executor - Variable in class jadex.commons.concurrent.JavaThreadPool
The executor service.
executor - Variable in class jadex.commons.concurrent.LoadManagingExecutionService
The executor for performing management operations.
Executor - Class in jadex.commons.concurrent
A helper class for running a single instance of code using the thread pool.
Executor(IThreadPool) - Constructor for class jadex.commons.concurrent.Executor
Create an executor object.
Executor(IThreadPool, IExecutable) - Constructor for class jadex.commons.concurrent.Executor
Create an executor object.
EXECUTOR - Static variable in class jadex.commons.concurrent.Executor
The executor belonging to a thread.
exethreadcnt - Variable in class jadex.commons.concurrent.Executor
The number of current threads for this executor.
exists - Variable in class jadex.bridge.service.types.filetransfer.FileData
The boolean for existance.
exists() - Method in class jadex.base.JarAsDirectory
Check if the file exists.
exit() - Method in class jadex.commons.collection.ConcurrencyCheckingList
Called for each method exit.
exitDestroy(IComponentIdentifier, IComponentDescription, Exception, Map<String, Object>) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Exit the destroy method by setting description state and resetting maps.
expanded - Variable in class jadex.commons.gui.TreeExpansionHandler
A set with the tree nodes, which are expanded.
expectedTokenSequences - Variable in exception jadex.javaparser.javaccimpl.ParseException
Each entry in this array is an array of integers.
expiringfilter - Variable in class jadex.bridge.service.types.registry.SlidingCuckooFilter
The currently expiring filter.
ExponentialPriceCalculator - Class in jadex.bdi.planlib.protocols
A sample implementation of the IPriceCalculator.
ExponentialPriceCalculator(double, double, double) - Constructor for class jadex.bdi.planlib.protocols.ExponentialPriceCalculator
Create a new exponential price calculator.
ExponentialPriceCalculator(double, double, double, double, double) - Constructor for class jadex.bdi.planlib.protocols.ExponentialPriceCalculator
Create a new exponential price calculator.
exported - Variable in class jadex.bdiv3.model.MBelief
The exported / argument flag.
exported - Variable in class jadex.bdiv3.model.MElementRef
The exported flag.
exported - Variable in class jadex.bdiv3.model.MProcessableElement
The exported flag.
expression - Variable in class jadex.bdiv3.model.MCondition
Expression.
expression - Variable in class jadex.extension.rs.publish.Value
The expression.
expression() - Method in annotation type jadex.bridge.service.annotation.PostCondition
The expression will be parsed.
expression() - Method in annotation type jadex.bridge.service.annotation.PreCondition
The expression will be parsed.
expression() - Method in annotation type jadex.micro.annotation.Implementation
The creation expression.
Expression - Class in jadex.commons.beans
 
Expression(Object, Object, String, Object[]) - Constructor for class jadex.commons.beans.Expression
 
Expression(Object, String, Object[]) - Constructor for class jadex.commons.beans.Expression
 
EXPRESSION - jadex.bridge.service.annotation.PostCondition.Type
 
EXPRESSION - jadex.bridge.service.annotation.PreCondition.Type
 
expressionbase - Variable in class jadex.bdiv3x.runtime.ExpressionbaseWrapper
The flat expression base.
ExpressionbaseWrapper - Class in jadex.bdiv3x.runtime
Prepend capability prefix to expression names.
ExpressionbaseWrapper(IExpressionbase, String) - Constructor for class jadex.bdiv3x.runtime.ExpressionbaseWrapper
Create an expression base wrapper.
ExpressionNode - Class in jadex.javaparser.javaccimpl
Base class of expression node hierarchy.
ExpressionNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.ExpressionNode
Create an expression node.
expressionreferences - Variable in class jadex.bdiv3.model.MCapability
The expression mappings (abstract/reference name -> concrete name).
expressions - Variable in class jadex.bdiv3.model.MCapability
The expressions.
expressions - Variable in class jadex.bdiv3x.runtime.RExpressionbase
The expressions.
expressiontext - Variable in class jadex.javaparser.javaccimpl.ExpressionNode
The expression text (if any).
ExpressionTokenizer - Class in jadex.commons
An expression tokenizer is able to parse a string with respect to different nesting-levels (eg.
ExpressionTokenizer(String, String, String[]) - Constructor for class jadex.commons.ExpressionTokenizer
Create a new tokenizer.
ExpressionTokenizer(String, String, String[], boolean) - Constructor for class jadex.commons.ExpressionTokenizer
Create a new tokenizer.
exps - Variable in class jadex.extension.envsupport.evaluation.DefaultDataProvider
The expressions.
expungeStaleEntries() - Method in class jadex.commons.collection.WeakSet
Remove garbage collected entries.
expungeStaleEntries() - Method in class jadex.commons.collection.WeakValueMap
Remove garbage collected entries.
exta - Variable in class jadex.base.ModelFileFilter
The external access.
exta - Variable in class jadex.bridge.TimeoutResultListener
The external access.
exta - Variable in class jadex.extension.agr.AGRSpace
The external access.
exta - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
The context.
ExtendedClassWriter(int, String, boolean) - Constructor for class jadex.bytecode.invocation.SInvocation.ExtendedClassWriter
Creates the writer.
extensions - Variable in class jadex.commons.AbstractModelLoader
The supported file extensions (if any).
ExternalAccessInvocationHandler() - Constructor for class jadex.bridge.service.types.cms.PlatformComponent.ExternalAccessInvocationHandler
 
externals - Variable in class jadex.bridge.AbstractErrorReportBuilder
The external documents for links in html error reports (id -> html text).
externals - Variable in class jadex.commons.gui.BrowserPane
The external references.
ExternalTaskContext() - Constructor for class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Create a new context.
ExternalTaskContext(ProcessThread) - Constructor for class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Create a new context.
ExternalTaskWrapper - Class in jadex.bpmn.runtime.exttask
Wrapper for executing a task on a worker agent.
ExternalTaskWrapper(ITask) - Constructor for class jadex.bpmn.runtime.exttask.ExternalTaskWrapper
Create a new wrapper task.
ExternalTaskWrapper.ExternalTaskContext - Class in jadex.bpmn.runtime.exttask
Transferrable context.
extract(Object) - Method in interface jadex.bytecode.invocation.IExtractor
Extract the pre-defined bean properties and return them in the matching arrays.
EXTRACTOR_CLASSES - Static variable in class jadex.bytecode.invocation.SInvocation
Cached extractor classes.
extractParams(ITaskContext, IInternalAccess, IndexMap<String, MParameter>) - Method in class jadex.bpmn.runtime.task.UserInteractionTask
 
extrainfo - Variable in class jadex.xml.AccessInfo
The extra info.

F

fact - Variable in class jadex.bdiv3.model.MBelief
The default fact.
factadded() - Method in annotation type jadex.bdiv3.annotation.GoalCreationCondition
The fact added belief names, i.e.
factadded() - Method in annotation type jadex.bdiv3.annotation.Trigger
The fact added belief names, i.e.
factAdded(ChangeInfo<T>) - Method in interface jadex.bdiv3.runtime.IBeliefListener
Invoked when a fact has been added.
FACTADDED - Static variable in class jadex.bdiv3.runtime.ChangeEvent
Event type that a fact has been added.
factaddeds - Variable in class jadex.bdiv3.model.MTrigger
The belief names.
factaddeds() - Method in annotation type jadex.bdiv3.annotation.Trigger
Deprecated.
Use factadded (without trailing 's').
factchanged() - Method in annotation type jadex.bdiv3.annotation.GoalCreationCondition
The fact changed belief names, i.e.
factchanged() - Method in annotation type jadex.bdiv3.annotation.Trigger
The fact changed belief names, i.e.
factChanged(ChangeInfo<T>) - Method in interface jadex.bdiv3.runtime.IBeliefListener
Invoked when a fact in a belief set has changed (i.e.
FACTCHANGED - Static variable in class jadex.bdiv3.runtime.ChangeEvent
Event type that a fact has changed (property change in case of bean).
factchangeds - Variable in class jadex.bdiv3.model.MTrigger
The belief names.
factchangeds() - Method in annotation type jadex.bdiv3.annotation.Trigger
Deprecated.
Use factchanged (without trailing 's').
factory - Variable in class jadex.xml.reader.Reader
The xml input factory.
FACTORY - Static variable in class jadex.bdiv3x.features.BDIXAgentFeature
 
FACTORY - Static variable in class jadex.bdiv3x.features.BDIXLifecycleAgentFeature
The factory.
FACTORY - Static variable in class jadex.bdiv3x.features.BDIXMessageComponentFeature
The factory.
FACTORY - Static variable in class jadex.xml.writer.Writer
The xml output factory.
FactoryFilter - Class in jadex.bridge
Filtering specific component factories.
FactoryFilter(String) - Constructor for class jadex.bridge.FactoryFilter
Find a component factory for loading a specific component type.
FactoryFilter(String, String[], IResourceIdentifier) - Constructor for class jadex.bridge.FactoryFilter
Find a matching component factory.
factremoved() - Method in annotation type jadex.bdiv3.annotation.GoalCreationCondition
The fact removed belief names, i.e.
factremoved() - Method in annotation type jadex.bdiv3.annotation.Trigger
The fact removed belief names, i.e.
factRemoved(ChangeInfo<T>) - Method in interface jadex.bdiv3.runtime.IBeliefListener
Invoked when a fact has been removed.
FACTREMOVED - Static variable in class jadex.bdiv3.runtime.ChangeEvent
Event type that a fact has been removed.
factremoveds - Variable in class jadex.bdiv3.model.MTrigger
The belief names.
factremoveds() - Method in annotation type jadex.bdiv3.annotation.Trigger
Deprecated.
Use factremoved (without trailing 's').
facts - Variable in class jadex.bdiv3.model.MBelief
The default facts (multi).
facts - Variable in class jadex.bdiv3.model.MConfigBeliefElement
The initial / end facts.
facts - Variable in class jadex.bdiv3x.runtime.RBeliefbase.RBeliefSet
The value.
fail() - Method in class jadex.bdiv3x.runtime.Plan
Let the plan fail.
fail(String, Throwable) - Method in class jadex.bdiv3x.runtime.Plan
Let a plan fail.
fail(Throwable) - Method in class jadex.bdiv3x.runtime.Plan
Let a plan fail.
failed() - Method in class jadex.bdi.planlib.protocols.AbstractReceiverPlan
Called when the plan fails, i.e., a problem occurred during protocol execution.
failed() - Method in class jadex.bdi.planlib.protocols.contractnet.CNPInitiatorPlan
 
failed() - Method in class jadex.bdi.planlib.protocols.dutchauction.DAInitiatorPlan
 
failed() - Method in class jadex.bdi.planlib.protocols.englishauction.EAInitiatorPlan
 
failed() - Method in class jadex.bdiv3x.runtime.Plan
The failed method is called on plan failure/abort.
FAILED - jadex.bdiv3.runtime.IGoal.GoalProcessingState
 
failedmethod - Variable in class jadex.bdiv3.model.MBody
The failed method cached for speed.
failure - Variable in class jadex.bdi.planlib.protocols.InteractionState
The failure (if any).
FAILURE - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
FAILURE - Static variable in class jadex.bridge.fipa.SFipa
 
failure_reason - Variable in class jadex.bdi.planlib.protocols.cancelmeta.CMHandlerPlan
The failure reason, when cancel was not successful.
FALLBACK_COMPONENT_FACTORY - Static variable in interface jadex.base.IPlatformConfiguration
The default component factory to be used for platform component.
FALLBACK_PLATFORM_CONFIGURATION - Static variable in interface jadex.base.IPlatformConfiguration
The default platform configuration.
FallBackInvoker(Method) - Constructor for class jadex.bytecode.invocation.SInvocation.FallBackInvoker
Creates the invoker.
FALSE - jadex.commons.Boolean3
The false value.
FALSE - Static variable in interface jadex.commons.future.IFuture
A future representing a false result.
FAST_RANDOM - Static variable in class jadex.commons.SUtil
Access to non-secure fast random source.
FastHashMap - Class in jadex.commons.collection
Implements a map from strings to objects as a hash table.
FastHashMap() - Constructor for class jadex.commons.collection.FastHashMap
Constructor for Message.
FastThreadedRandom - Class in jadex.commons.random
Wrapper for quick multi-threaded PRNG access using multiple PRNGs.
FastThreadedRandom() - Constructor for class jadex.commons.random.FastThreadedRandom
Creates the wrapper.
FastThreadedRandom(Class<?>) - Constructor for class jadex.commons.random.FastThreadedRandom
Creates the wrapper.
FastThreadedRandom(Class<?>, int) - Constructor for class jadex.commons.random.FastThreadedRandom
Creates the wrapper.
Feature - Annotation Type in jadex.micro.annotation
The features annotation.
FeatureDescriptor - Class in jadex.commons.beans
Common base class for Descriptors.
FeatureDescriptor() - Constructor for class jadex.commons.beans.FeatureDescriptor
featureinjections - Variable in class jadex.micro.InjectionInfoHolder
The feature injection targets.
FeatureNotAvailableException - Exception in jadex.bridge.component
Exception to denote that a requested feature is not available.
FeatureNotAvailableException(String) - Constructor for exception jadex.bridge.component.FeatureNotAvailableException
Create a new service not found exception.
features - Variable in class jadex.bdiv3.BDIAgentFactory
The standard + micro component features.
features - Variable in class jadex.bdiv3x.BDIXComponentFactory
The standard + XML component features.
features - Variable in class jadex.bpmn.BpmnFactory
The standard + micro component features.
features - Variable in class jadex.bridge.modelinfo.ModelInfo
The component features.
features - Variable in class jadex.bridge.service.types.cms.PlatformComponent
The features.
features - Variable in class jadex.micro.MicroAgentFactory
The standard + micro component features.
features - Variable in class jadex.microservice.MicroserviceFactory
The standard + micro component features.
Features - Annotation Type in jadex.micro.annotation
The features annotation.
fetcher - Variable in class jadex.bpmn.runtime.ProcessThreadValueFetcher
The fall back value fetcher (if any).
fetcher - Variable in class jadex.bridge.service.types.cms.PlatformComponent
The combined value fetcher (cached for speed).
fetcher - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
The fetcher.
fetcher - Variable in class jadex.extension.envsupport.environment.DefaultObjectCreationProcess
The fetcher.
fetcher - Variable in class jadex.extension.envsupport.environment.space2d.KdNode
Value fetcher for fetching the correct coordinate on the splitting hyperplane.
fetcher - Variable in class jadex.extension.envsupport.environment.SpaceObject
The fetcher.
fetcher - Variable in class jadex.extension.envsupport.observer.perspective.Perspective2D
The fetcher.
fetcher - Variable in class jadex.extension.envsupport.observer.perspective.Perspective3D
The fetcher.
FETCHER - Static variable in class jadex.extension.envsupport.environment.space2d.KdNode.KdValueFetcherX
Static fetcher to avoid instantiation overhead
FETCHER - Static variable in class jadex.extension.envsupport.environment.space2d.KdNode.KdValueFetcherY
Static fetcher to avoid instantiation overhead
fetchhelp - Variable in class jadex.xml.bean.BeanAccessInfo
The write field/method for reading a Java value in the write process.
fetchValue(String) - Method in class jadex.bpmn.runtime.ProcessThreadValueFetcher
Fetch a named value.
fetchValue(String) - Method in class jadex.bridge.service.component.interceptors.PrePostConditionInterceptor.PrePostConditionFetcher
 
fetchValue(String) - Method in interface jadex.commons.IValueFetcher
Fetch a value via its name.
fetchValue(String) - Method in class jadex.javaparser.SimpleValueFetcher
Fetch a value via its name.
fetchValue(String, Object) - Method in class jadex.bridge.service.component.interceptors.PrePostConditionInterceptor.PrePostConditionFetcher
 
ffilter - Static variable in class jadex.micro.KernelMultiAgent
Filter for scanning for kernel agent class files.
field - Variable in class jadex.commons.FieldInfo
The field (cached).
field - Variable in class jadex.javaparser.javaccimpl.ReflectNode
The field (for static and nonstatic fields).
FIELD - Static variable in class jadex.javaparser.javaccimpl.ReflectNode
The field type.
fieldcache - Static variable in class jadex.commons.SReflect
Field lookup cache (class->(name->field[])).
fielddesc - Variable in class jadex.commons.SClassReader.FieldInfo
The field descriptor.
fieldinfo - Variable in class jadex.micro.MicroModel.ServiceInjectionInfo
The fieldinfo.
FieldInfo - Class in jadex.commons
 
FieldInfo() - Constructor for class jadex.commons.FieldInfo
Create a new FieldInfo.
FieldInfo() - Constructor for class jadex.commons.SClassReader.FieldInfo
 
FieldInfo(Field) - Constructor for class jadex.commons.FieldInfo
Create a new FieldInfo.
FieldInfo(Field, FieldInfo) - Constructor for class jadex.commons.FieldInfo
Create a new nested FieldInfo.
FieldInfo(String, String) - Constructor for class jadex.commons.FieldInfo
Create a new FieldInfo.
fieldinfos - Variable in class jadex.commons.SClassReader.ClassInfo
Field infos, if available.
fieldname - Variable in class jadex.commons.SClassReader.FieldInfo
The field name.
file - Variable in class jadex.bdiv3.model.MCapabilityReference
The referenced capability (file name).
FILE_EXTENSION_AGENT - Static variable in class jadex.bdiv3x.BDIXModelLoader
The agent file extension.
FILE_EXTENSION_BDIV3 - Static variable in class jadex.bdiv3.BDIModelLoader
The component file extension.
FILE_EXTENSION_BPMN - Static variable in class jadex.bpmn.BpmnModelLoader
The BPMN file extension.
FILE_EXTENSION_BPMN2 - Static variable in class jadex.bpmn.BpmnModelLoader
The BPMN 2 file extension.
FILE_EXTENSION_CAPABILITY - Static variable in class jadex.bdiv3x.BDIXModelLoader
The agent file extension.
FILE_EXTENSION_MICRO - Static variable in class jadex.micro.MicroModelLoader
The component file extension.
FILE_EXTENSION_MICROSERVICE - Static variable in class jadex.microservice.MicroserviceModelLoader
The component file extension.
FileData - Class in jadex.bridge.service.types.filetransfer
A file data represents a java.io.File that can be transferred to remote address spaces.
FileData() - Constructor for class jadex.bridge.service.types.filetransfer.FileData
Create a new remote file.
FileData(File) - Constructor for class jadex.bridge.service.types.filetransfer.FileData
Create a new remote file.
FileData(String, String, boolean, boolean, String, long, char, int, long) - Constructor for class jadex.bridge.service.types.filetransfer.FileData
Create a new remote file.
filefilter - Variable in class jadex.commons.gui.autocombo.ClassComboModel
 
FileFilter - Class in jadex.commons
Filter for files and jar entries.
FileFilter(String) - Constructor for class jadex.commons.FileFilter
Create a new file filter.
FileFilter(String, boolean) - Constructor for class jadex.commons.FileFilter
Create a new file filter.
FileFilter(String, boolean, String) - Constructor for class jadex.commons.FileFilter
Create a new file filter.
filename - Variable in class jadex.bridge.AbstractErrorReportBuilder
The file name with path (optional).
filename - Variable in class jadex.bridge.modelinfo.ModelInfo
The filename.
filename - Variable in class jadex.bridge.modelinfo.SubcomponentTypeInfo
The filename.
filename - Variable in class jadex.bridge.service.types.chat.TransferInfo
The name of the local file (without path).
filename - Variable in class jadex.bridge.service.types.cms.CMSComponentDescription
The file name.
filename - Variable in class jadex.bridge.service.types.cms.CreationInfo
The file name.
filename - Variable in class jadex.bridge.service.types.filetransfer.FileData
The file name.
filename - Variable in class jadex.commons.AbstractModelLoader.BrokenModel
The filename.
filename - Variable in class jadex.commons.CachedObject
The filename of the cache.
filename - Variable in class jadex.commons.ObjectCache
The filename of the cache.
filename - Variable in class jadex.commons.ResourceInfo
The filename.
filename - Variable in class jadex.commons.SClassReader.ClassFileInfo
The filename.
filename() - Method in annotation type jadex.micro.annotation.ComponentType
The component filename.
filepath - Variable in class jadex.bridge.service.types.chat.TransferInfo
The full path of the local file (including filename).
filesize - Variable in class jadex.bridge.service.types.filetransfer.FileData
The file size.
FILETYPE_AGENT - Static variable in class jadex.bdiv3x.BDIXComponentFactory
The agent file type name.
FILETYPE_BDIAGENT - Static variable in class jadex.bdiv3.BDIAgentFactory
The BDI agent model type name (human readable for display).
FILETYPE_BDICAPA - Static variable in class jadex.bdiv3.BDIAgentFactory
The BDI capability model type name (human readable for display).
FILETYPE_BPMNLEGACYPROCESS - Static variable in class jadex.bpmn.BpmnFactory
The bpmn legacy process file type.
FILETYPE_BPMNPROCESS - Static variable in class jadex.bpmn.BpmnFactory
The bpmn process file type.
FILETYPE_CAPABILITY - Static variable in class jadex.bdiv3x.BDIXComponentFactory
The agent file type name.
FILETYPE_MICROAGENT - Static variable in class jadex.micro.MicroAgentFactory
The micro agent file type.
FILETYPE_MICROSERVICE - Static variable in class jadex.microservice.MicroserviceFactory
The micro agent file type.
FILETYPES - Static variable in class jadex.bdiv3x.BDIXComponentFactory
The supported component types (file extensions).
FILETYPES - Static variable in class jadex.bpmn.BpmnFactory
The supported component types (file extensions).
FILETYPES - Static variable in class jadex.micro.MicroAgentFactory
The supported component types (file extensions).
FILETYPES - Static variable in class jadex.microservice.MicroserviceFactory
The supported component types (file extensions).
FileWatcher - Class in jadex.commons
Watcher for files, written to be backwards compatible.
FileWatcher(String, Runnable, boolean) - Constructor for class jadex.commons.FileWatcher
Creates the watcher.
fillArguments(Object[], Class<?>[]) - Static method in class jadex.commons.SReflect
Map arguments to parameters using varargs, if necessary.
fillBDIModelFromAnnotations(BDIModel, String, Class<?>, ClassLoader, IResourceIdentifier, IComponentIdentifier, List<IComponentFeatureFactory>) - Method in class jadex.bdiv3.BDIClassReader
Fill the model details using annotation.
fillInStackTrace() - Method in exception jadex.commons.DebugException
 
fillMicroModelFromAnnotations(MicroModel, String, Class<?>, ClassLoader) - Method in class jadex.micro.MicroClassReader
Fill the model details using annotation.
fillMicroModelFromAnnotations(MicroModel, String, Class<?>, ClassLoader) - Method in class jadex.microservice.MicroserviceClassReader
Fill the model details using annotation.
filter - Variable in class jadex.bridge.service.component.interceptors.DecouplingInterceptor
The clone filter (facade for marshal).
filter - Variable in class jadex.bridge.service.component.multiinvoke.SimpleMultiplexDistributor
The service filter.
filter - Variable in class jadex.bridge.service.types.cron.CronJob
The filter.
filter - Variable in class jadex.commons.future.DuplicateRemovalIntermediateResultListener
The bloom filter.
filter - Variable in class jadex.commons.gui.jtable.SorterFilterTableModel
 
filter - Variable in class jadex.xml.XMLInfo
The procedural filter.
filter() - Method in annotation type jadex.bridge.service.annotation.MultiplexDistributor
The service filter.
filter(E) - Method in class jadex.commons.IAsyncFilter.AlwaysFilter
 
filter(E) - Method in class jadex.commons.IAsyncFilter.NeverFilter
 
filter(IComponentFactory) - Method in class jadex.bridge.FactoryFilter
Test if an object passes the filter.
filter(Object) - Method in class jadex.base.DefaultFileFilter
Filter an object.
filter(Object) - Method in class jadex.base.ModelFileFilter
Test if object is accepted by filter.
filter(Object) - Method in class jadex.bridge.fipa.FipaMessage
Test if an object passes the filter.
filter(Object) - Method in class jadex.bridge.service.search.ProxyFilter
Test if service is a remote proxy.
filter(Object) - Method in class jadex.bridge.service.search.ServiceIdFilter
Test if service is a proxy.
filter(Object) - Method in class jadex.commons.ComposedRemoteFilter
Match an object against the filter.
filter(Object) - Method in class jadex.commons.FileFilter
Filter impl.
filter(T) - Method in class jadex.bridge.nonfunctional.hardconstraints.AbstractConstraintFilter
Test if an object passes the filter.
filter(T) - Method in class jadex.bridge.service.search.TagFilter
Filter if a service contains all the tags.
filter(T) - Method in class jadex.commons.ComposedFilter
Match an object against the filter.
filter(T) - Method in class jadex.commons.ConstantFilter
Test if an object passes the filter.
filter(T) - Method in interface jadex.commons.IAsyncFilter
Test if an object passes the filter.
filter(T) - Method in interface jadex.commons.IFilter
Test if an object passes the filter.
filters - Variable in class jadex.bridge.nonfunctional.hardconstraints.RHardConstraints
The basic hard constraints filter
filters - Variable in class jadex.commons.ComposedFilter
The filters
filters - Variable in class jadex.commons.ComposedRemoteFilter
The filters
filters - Variable in class jadex.commons.FileFilter
The filename filters.
finalize() - Method in class jadex.commons.FileWatcher
Override
finalize() - Method in class jadex.commons.gui.JBusyRing
 
finalize() - Method in class jadex.commons.ResourceInfo
On finalize, close the input stream.
FindApplicableCandidatesAction - Class in jadex.bdiv3.actions
Find applicable candidates action - searches plans for a goal/event.
FindApplicableCandidatesAction(RProcessableElement) - Constructor for class jadex.bdiv3.actions.FindApplicableCandidatesAction
Create a new action.
findBeanProperty(String) - Method in class jadex.bdiv3x.runtime.RMessageEvent
 
findBeliefDefaultValue(BDIXModel, MBelief, String) - Static method in class jadex.bdiv3.model.SBDIModel
Find the belief/ref value.
findBeliefDefaultValue(BDIXModel, MBelief, String) - Static method in class jadex.bdiv3x.BDIXMLReader
Find the belief/ref value.
findBeliefs(ClassNode, MethodNode, BDIModel, Map<String, ClassNode>) - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator
Find the beliefs used in a method.
findBeliefs(ClassNode, MethodNode, BDIModel, Map<String, ClassNode>) - Method in class jadex.bdiv3.ASMBDIClassGenerator
Find beliefs accessed in methods.
findBeliefSetDefaultValues(BDIXModel, MBelief, String) - Static method in class jadex.bdiv3.model.SBDIModel
Find the beliefset/ref value.
findChild(IExternalAccess, String, List<String>) - Static method in class jadex.base.SRemoteGui
Find an entry in a list of URLs.
findClass(String) - Method in class jadex.bytecode.ByteCodeClassLoader
Delegation.
findClass(String, String[], ClassLoader) - Static method in class jadex.commons.SReflect
Find a class.
findClass0(String, String[], ClassLoader) - Static method in class jadex.commons.SReflect
Find a class.
findClassDirectories() - Static method in class jadex.base.test.ComponentTestSuite
Find class directories on classpath.
findConstructors(Class, Class[]) - Method in class jadex.javaparser.javaccimpl.ReflectNode
Find all matching constructors of a given class.
findDeclaredRestType(Method) - Method in class jadex.extension.rs.invoke.RSJAXAnnotationHelper
 
findDirForProject(String) - Static method in class jadex.commons.SUtil
Find dir for given project.
findEditor(Class<?>) - Static method in class jadex.commons.beans.PropertyEditorManager
 
findGetMethod(Object, String, String[]) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Find a get method with some prefix.
findInjections(Class<?>, ClassLoader, InjectionInfoHolder, Map<String, Object>) - Static method in class jadex.micro.MicroClassReader
Find injections:
findJadexDexClassLoader(ClassLoader) - Method in interface jadex.commons.SUtil.AndroidUtils
Looks up the ClassLoader Hierarchy and tries to find a JadexDexClassLoader in it.
findKeyForValue(Map<K, V>, V) - Static method in class jadex.commons.SUtil
Helper to find first matching key (if any) for a value (identity check).
findMethod(Object[], ClassInfo[], Class<?>, String) - Method in class jadex.bridge.service.component.interceptors.ResolveInterceptor
Find the correct method by its name and parameter values.
findMethodBelief(Collection<AbstractAsmBdiClassGenerator.MethodBeliefs>, Method, Constructor<?>) - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator
 
findMethods(Class, Class[]) - Method in class jadex.javaparser.javaccimpl.ReflectNode
Find all matching methods of a given class.
findOutputDirs(String, boolean) - Static method in class jadex.commons.SUtil
Try to find the correct classpath root directories for current build tool chain.
findParameters(ClassNode, MethodNode, BDIModel, Map<String, ClassNode>, MGoal) - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator
Find the beliefs used in a method.
findParameters(ClassNode, MethodNode, BDIModel, Map<String, ClassNode>, MGoal) - Method in class jadex.bdiv3.ASMBDIClassGenerator
Find parameters accessed in methods.
findResourceBundle(String, Locale, ClassLoader) - Static method in class jadex.commons.SNonAndroid
Try to find a ResourceBundle by trying Classloaders from all calling Classes.
findResult(int) - Method in class jadex.commons.future.Tuple2Future
Find result in results
findSubobjectInfo(Set<SubobjectInfo>, QName[], Map<String, String>) - Method in class jadex.xml.TypeInfo
Find a subobject info.
findTypeInfo(Set, QName[]) - Method in class jadex.xml.TypeInfoTypeManager
Find a type info from a set of possible matching typeinfos.
findTypeInfo(Set, QName[], Map) - Method in class jadex.xml.TypeInfoPathManager
Find type find in the set of type infos.
findUsers() - Method in interface jadex.bridge.service.types.chat.IChatGuiService
Search for available chat services.
fine(String) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Log a FINE message.
FINE - jadex.bridge.service.types.monitoring.IMonitoringService.PublishEventLevel
 
finer(String) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Log a FINER message.
finest(String) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Log a FINEST message.
fingerprintsize - Variable in class jadex.bridge.service.types.registry.SlidingCuckooFilter
Size of fingerprints in bits.
finish() - Method in class jadex.commons.gui.JWizard
Finish the wizard.
FINISH_ID - Static variable in class jadex.commons.gui.JWizard
ID for finish events.
finished - Variable in class jadex.bridge.nonfunctional.search.ServiceRankingDelegationResultListener
The listener state (false=unfinished, null=finishing, true=finished.
finished - Variable in class jadex.bridge.nonfunctional.search.ServiceRankingResultListener
The listener state.
finished - Variable in class jadex.commons.concurrent.ThreadPool
Boolean if already finished.
finished - Variable in class jadex.commons.future.FutureFinishChecker
Flag, if set to finished (no more tasks allowed and notfication when all tasks finished).
finished - Variable in class jadex.extension.envsupport.environment.AbstractTask
The finished flag.
finished() - Method in class jadex.bridge.IntermediateComponentResultListener
Declare that the future is finished.
finished() - Method in class jadex.bridge.nonfunctional.search.ServiceRankingDelegationResultListener
 
finished() - Method in class jadex.bridge.nonfunctional.search.ServiceRankingResultListener
 
finished() - Method in class jadex.bridge.service.component.multiinvoke.FlattenMultiplexCollector
 
finished() - Method in class jadex.bridge.service.component.multiinvoke.MultiServiceInvocationHandler.IntermediateMethodResultListener
Called when all services have been found.
finished() - Method in class jadex.bridge.TimeoutIntermediateResultListener
Declare that the future is finished.
finished() - Method in class jadex.commons.future.CollectingIntermediateResultListener
Declare that the future is finished.
finished() - Method in class jadex.commons.future.DefaultTuple2ResultListener
Declare that the future is finished.
finished() - Method in class jadex.commons.future.FutureFinishChecker
Set to finished.
finished() - Method in interface jadex.commons.future.IFunctionalIntermediateFinishedListener
Declare that the future is finished.
finished() - Method in interface jadex.commons.future.IIntermediateResultListener
Declare that the future is finished.
finished() - Method in class jadex.commons.future.IntermediateDefaultResultListener
Declare that the future is finished.
finished() - Method in class jadex.commons.future.IntermediateDelegationResultListener
Declare that the future is finished.
finished() - Method in class jadex.commons.future.IntermediateExceptionDelegationResultListener
Declare that the future is finished.
finished() - Method in class jadex.commons.future.UnlimitedIntermediateDelegationResultListener
Declare that the future is finished.
finished() - Method in class jadex.commons.gui.future.SwingIntermediateDefaultResultListener
Call customFinished() on swing thread.
finished() - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
Declare that the future is finished.
finished() - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
Declare that the future is finished.
finished() - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
Declare that the future is finished.
FINISHED - jadex.bridge.service.component.ServiceCallEvent.Type
 
finishedIfUndone() - Method in class jadex.bridge.IntermediateComponentResultListener
Declare that the future is finished.
finishedIfUndone() - Method in class jadex.bridge.TimeoutIntermediateResultListener
Declare that the future is finished.
finishedIfUndone() - Method in class jadex.commons.future.IntermediateDelegationResultListener
Declare that the future is finished.
finishedIfUndone() - Method in class jadex.commons.future.IntermediateExceptionDelegationResultListener
Declare that the future is finished.
finishedIfUndone() - Method in interface jadex.commons.future.IUndoneIntermediateResultListener
Declare that the future is finished.
finishedIfUndone() - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
Declare that the future is finished.
finishedIfUndone() - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
Declare that the future is finished.
finishedIfUndone() - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
Declare that the future is finished.
finishedListener - Variable in class jadex.commons.future.IntermediateExceptionDelegationResultListener
Custom functional finished listener
finishedmethod - Variable in class jadex.bdiv3.model.MGoal
The method info for the finished callback.
FinishedPlan - Class in jadex.bdi.planlib.test
Stop the test agent.
FinishedPlan() - Constructor for class jadex.bdi.planlib.test.FinishedPlan
 
FIPA_SL - Static variable in class jadex.bridge.fipa.SFipa
 
FIPA_SL0 - Static variable in class jadex.bridge.fipa.SFipa
 
FIPA_SL1 - Static variable in class jadex.bridge.fipa.SFipa
 
FIPA_SL2 - Static variable in class jadex.bridge.fipa.SFipa
 
FipaMessage - Class in jadex.bridge.fipa
FIPA message as struct.
FipaMessage() - Constructor for class jadex.bridge.fipa.FipaMessage
Bean constructor.
FipaMessage(IComponentIdentifier, Set<IComponentIdentifier>, String, Object, String, String, IComponentIdentifier, String, String, String, String, String, Long) - Constructor for class jadex.bridge.fipa.FipaMessage
Constructor for all fields (e.g.
FipaMessage(String, Object, IComponentIdentifier...) - Constructor for class jadex.bridge.fipa.FipaMessage
Constructor for most common fields (for sending).
FipaMessage.Performative - Class in jadex.bridge.fipa
FIPA performatives.
FipaMessagePreprocessor - Class in jadex.bridge.fipa
Preprocessor fpr FIPA messages.
FipaMessagePreprocessor() - Constructor for class jadex.bridge.fipa.FipaMessagePreprocessor
 
fireChangeEvents(int, int) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
 
fireChildrenAdded(BeanContextMembershipEvent) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Notifies registered BeanContextMembershipListeners that a new child has been added.
fireChildrenRemoved(BeanContextMembershipEvent) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Notifies registered BeanContextMembershipListeners that a child has been removed.
fireEnvironmentEvent(EnvironmentEvent) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Fire an environment event.
fireIndexedPropertyChange(String, int, boolean, boolean) - Method in class jadex.commons.beans.PropertyChangeSupport
 
fireIndexedPropertyChange(String, int, int, int) - Method in class jadex.commons.beans.PropertyChangeSupport
 
fireIndexedPropertyChange(String, int, Object, Object) - Method in class jadex.commons.beans.PropertyChangeSupport
 
fireObjectEvent(SpaceObject, String, Object) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Fire an object event.
firePropertyChange() - Method in class jadex.commons.beans.PropertyEditorSupport
 
firePropertyChange(PropertyChangeEvent) - Method in class jadex.commons.beans.PropertyChangeSupport
 
firePropertyChange(PropertyChangeEvent) - Method in class jadex.commons.SimplePropertyChangeSupport
Fire an existing PropertyChangeEvent to any registered listeners.
firePropertyChange(String, boolean, boolean) - Method in class jadex.commons.beans.PropertyChangeSupport
 
firePropertyChange(String, int, int) - Method in class jadex.commons.beans.PropertyChangeSupport
 
firePropertyChange(String, int, int) - Method in class jadex.commons.SimplePropertyChangeSupport
Report an int bound property update to any registered listeners.
firePropertyChange(String, Object, Object) - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
 
firePropertyChange(String, Object, Object) - Method in class jadex.commons.beans.PropertyChangeSupport
 
firePropertyChange(String, Object, Object) - Method in class jadex.commons.SimplePropertyChangeSupport
Report a bound property update to any registered listeners.
fireSelectedObjectChange() - Method in interface jadex.extension.envsupport.observer.gui.IObserverCenter
Fires a selected object change event.
fireSelectedObjectChange() - Method in class jadex.extension.envsupport.observer.gui.ObserverCenter
Fires a selected object change event.
fireServiceAdded(BeanContextServiceAvailableEvent) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
Fires a BeanContextServiceAvailableEvent to registered BeanContextServicesListeners.
fireServiceAdded(Class) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
Fires a BeanContextServiceAvailableEvent to registered BeanContextServicesListeners.
fireServiceRevoked(BeanContextServiceRevokedEvent) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
Fires a BeanContextServiceRevokedEvent to registered BeanContextServicesListeners.
fireServiceRevoked(Class, boolean) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
Fires a BeanContextServiceRevokedEvent to registered BeanContextServicesListeners.
fireTreeNodesChanged(Object, Object[], int[], Object[]) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
 
fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
 
fireTreeNodesRemoved(Object, Object[], int[], Object[]) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
 
fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
 
fireTypesAdded(String[]) - Method in class jadex.micro.KernelMultiAgent
Fires a types added event.
fireTypesRemoved(String[]) - Method in class jadex.micro.KernelMultiAgent
Fires a types removed event.
fireVetoableChange(PropertyChangeEvent) - Method in class jadex.commons.beans.VetoableChangeSupport
 
fireVetoableChange(String, boolean, boolean) - Method in class jadex.commons.beans.VetoableChangeSupport
 
fireVetoableChange(String, int, int) - Method in class jadex.commons.beans.VetoableChangeSupport
 
fireVetoableChange(String, Object, Object) - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
 
fireVetoableChange(String, Object, Object) - Method in class jadex.commons.beans.VetoableChangeSupport
 
first - Variable in exception jadex.commons.future.DuplicateResultException
The first result.
first - Variable in class jadex.commons.future.Future
For capturing call stack of first setResult/Exception call.
firstResultAvailable(E) - Method in interface jadex.commons.future.ITuple2ResultListener
Called when the first result is available.
firstToUpperCase(String) - Static method in class jadex.commons.SUtil
Convert a string to the same string with first letter in upper case.
FIXED - jadex.bdiv3.model.MParameter.Direction
 
FixedClassComboModel - Class in jadex.commons.gui.autocombo
 
FixedClassComboModel(AutoCompleteCombo, int, List<Class<?>>) - Constructor for class jadex.commons.gui.autocombo.FixedClassComboModel
Create a new AbstractFixedAutoComboModel.
FixedClassInfoComboModel - Class in jadex.commons.gui.autocombo
 
FixedClassInfoComboModel(AutoCompleteCombo, int, List<ClassInfo>) - Constructor for class jadex.commons.gui.autocombo.FixedClassInfoComboModel
Create a new AbstractFixedAutoComboModel.
FixedJComboBox - Class in jadex.commons
 
FixedJComboBox() - Constructor for class jadex.commons.FixedJComboBox
 
FixedJComboBox(Object[]) - Constructor for class jadex.commons.FixedJComboBox
 
FixedJComboBox(Vector) - Constructor for class jadex.commons.FixedJComboBox
 
FixedJComboBox(ComboBoxModel) - Constructor for class jadex.commons.FixedJComboBox
 
flag - Variable in class jadex.bpmn.runtime.ProcessThreadValueFetcher
The activity selection flag.
flatMapAsync(Function<E, IIntermediateFuture<R>>) - Method in interface jadex.commons.future.IIntermediateFuture
Implements async loop and applies a an async multi-function to each element.
flatMapAsync(Function<E, IIntermediateFuture<R>>) - Method in class jadex.commons.future.IntermediateFuture
Implements async loop and applies a an async multi-function to each element.
flatten - Variable in class jadex.bridge.service.component.multiinvoke.FlattenMultiplexCollector
Flag if flatten.
flattening - Variable in class jadex.xml.SubobjectInfo
The flattening flag.
flattening - Variable in class jadex.xml.writer.AbstractObjectWriterHandler
The flattening flag for tags, i.e.
FlattenMultiplexCollector - Class in jadex.bridge.service.component.multiinvoke
 
FlattenMultiplexCollector() - Constructor for class jadex.bridge.service.component.multiinvoke.FlattenMultiplexCollector
 
flip() - Method in class jadex.commons.collection.BiHashMap
Returns a flipped map, sharing the data with the original map.
flush() - Method in interface jadex.bridge.component.streams.IOutputConnectionHandler
Flush the data.
flush() - Method in class jadex.bridge.component.streams.LocalOutputConnectionHandler
Flush the data.
flush() - Method in class jadex.bridge.component.streams.OutputConnection
Flush the data.
flush() - Method in class jadex.bridge.component.streams.OutputConnectionHandler
Flush the data.
flush() - Method in interface jadex.bridge.IOutputConnection
Flush the data.
flush() - Method in class jadex.bridge.service.types.remote.ServiceOutputConnection
Flush the data.
flush() - Method in class jadex.bridge.service.types.remote.ServiceOutputConnectionProxy
Flush the data.
flush() - Method in class jadex.commons.beans.XMLEncoder
Writes out all objects since last flush to the output stream.
flush() - Method in class jadex.commons.ListenableStream
Flush the streams.
flush() - Method in class jadex.commons.MultiStream
Flush the streams.
flushCaches() - Static method in class jadex.commons.beans.Introspector
Flushes all BeanInfo caches.
flushed - Variable in class jadex.bridge.service.types.remote.ServiceOutputConnection
Flushed flag.
flushFromCaches(Class<?>) - Static method in class jadex.commons.beans.Introspector
Flushes the BeanInfo caches of the specified bean class
flushRenderInfo() - Method in class jadex.extension.envsupport.observer.graphics.drawable.DrawableCombiner
Flushes the render information.
flushRenderInfo() - Method in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Flushes the render information.
flushRenderInfo() - Method in class jadex.extension.envsupport.observer.graphics.layer.Layer
Flushes the render information.
flushRenderInfo() - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Flushes the render information.
fontToHTML(Font) - Static method in class jadex.commons.gui.SGUI
Convert a font to an html representation.
foregroundcolor - Variable in class jadex.commons.gui.JPlaceholderTextField
Regular foreground color.
format - Static variable in enum jadex.bridge.sensor.unit.MemoryUnit
 
format(long) - Static method in class jadex.commons.TimeFormat
Format the time.
formatByteSize(long) - Static method in class jadex.commons.SUtil
Converts a number of bytes into a human-friendly binary prefix unit string (kiB, MiB, GiB, ...).
formatter - Variable in class jadex.commons.gui.jtable.DateTimeRenderer
 
forward - Variable in class jadex.commons.collection.BiHashMap
The forward map.
forwardData(byte[]) - Method in class jadex.bridge.component.streams.InputConnectionHandler
Forward the data to the input connection.
fproperties - Variable in class jadex.bpmn.BpmnFactory
The properties.
fproperties - Variable in class jadex.micro.MicroAgentFactory
The properties.
fproperties - Variable in class jadex.microservice.MicroserviceFactory
The properties.
frametime - Variable in class jadex.commons.gui.JBusyRing
Time between frames.
freeService(IService) - Method in class jadex.bridge.service.component.multiinvoke.SequentialMultiplexDistributor
 
freeservices - Variable in class jadex.bridge.service.component.multiinvoke.SequentialMultiplexDistributor
The list of free services.
fromLocation(ILocation) - Static method in class jadex.xml.stax.JadexLocationWrapper
Static method to wrap a Location object.
fromLocation(Location) - Static method in class jadex.xml.stax.StaxLocationWrapper
Static method to wrap a Location object
fromString() - Static method in class jadex.bridge.service.types.address.TransportAddress
Convert a string to transport addresses.
fromString(IComponentIdentifier, String) - Static method in class jadex.bridge.service.types.address.TransportAddress
Convert a string to transport addresses.
fromString(String) - Static method in class jadex.bridge.service.types.address.TransportAddress
Convert a string to transport addresses.
fromString(String) - Static method in class jadex.javaparser.javaccimpl.BooleanNode
Convert an operator from a string representation.
fromString(String) - Static method in class jadex.javaparser.javaccimpl.CompareNode
Convert an operator from a string representation.
fromString(String) - Static method in class jadex.javaparser.javaccimpl.MathNode
Convert an operator from a string representation.
fromString(String) - Static method in class jadex.javaparser.javaccimpl.SelectNode
Convert a selection mode from a string representation.
fromXMLReporter(XMLReporter) - Static method in class jadex.xml.stax.JadexXMLReporterWrapper
Wraps a reporter object.
fromXMLReporter(XMLReporter) - Static method in class jadex.xml.stax.StaxXMLReporterWrapper
Static method to wrap an XMLReporter
ftarget - Variable in class jadex.bdiv3.model.MBelief
The field target.
ftarget - Variable in class jadex.bdiv3.model.MParameter
The field target.
fullname - Variable in class jadex.bridge.modelinfo.ModelInfo
The full name (cached for speed).
fullrot - Variable in class jadex.commons.gui.JBusyRing
Time for a full rotation of the ring.
fullscreen - Variable in class jadex.extension.envsupport.observer.gui.ObserverCenterWindow
 
fullscreenlistener - Variable in class jadex.extension.envsupport.observer.gui.ObserverCenterWindow
 
Function<T,​R> - Interface in jadex.commons.functional
Functional interface for a function T -> R
fut - Variable in class jadex.bridge.component.streams.OutputConnectionHandler.DataSendInfo
The future.
fut - Variable in class jadex.bridge.service.component.multiinvoke.FlattenMultiplexCollector
The future.
fut - Variable in class jadex.commons.future.IntermediateFutureIterator
The future.
future - Variable in class jadex.bridge.service.component.ComponentSuspendable
The current future.
future - Variable in class jadex.bridge.service.search.ServiceQueryInfo
The futures.
future - Variable in class jadex.bridge.service.types.remote.ServiceInputConnection
The buffer.
future - Variable in class jadex.commons.future.DelegationResultListener
The future to which calls are delegated.
future - Variable in exception jadex.commons.future.DuplicateResultException
The future.
future - Variable in class jadex.commons.future.ExceptionDelegationResultListener
The future to which calls are delegated.
future - Variable in class jadex.commons.future.IntermediateDelegationResultListener
The future to which calls are delegated.
future - Variable in class jadex.commons.future.IntermediateExceptionDelegationResultListener
The future to which calls are delegated.
future - Variable in class jadex.commons.future.RemoteDelegationResultListener
The future to which calls are delegated.
future - Variable in class jadex.commons.future.ThreadSuspendable
The future.
future - Variable in class jadex.commons.gui.future.SwingDelegationResultListener
The future to which calls are delegated.
future - Variable in class jadex.commons.gui.future.SwingExceptionDelegationResultListener
The future to which calls are delegated.
future - Variable in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
The future to which calls are delegated.
future - Variable in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
The future to which calls are delegated.
Future<E> - Class in jadex.commons.future
Future that includes mechanisms for callback notification.
Future() - Constructor for class jadex.commons.future.Future
Create a new future.
Future(E) - Constructor for class jadex.commons.future.Future
Create a future that is already done.
Future(Exception) - Constructor for class jadex.commons.future.Future
Create a future that is already failed.
FutureBarrier<E> - Class in jadex.commons.future
A future barrier allows for waiting for a variable number of futures.
FutureBarrier() - Constructor for class jadex.commons.future.FutureBarrier
 
FutureFinishChecker - Class in jadex.commons.future
Allows monitoring a number of tasks (futures) and get a notification when set to finished (no more new tasks) and all tasks have been processed (futures notified).
FutureFinishChecker(IResultListener) - Constructor for class jadex.commons.future.FutureFinishChecker
Create a new checker.
FutureFunctionality - Class in jadex.bridge.service.component.interceptors
Default future functionality.
FutureFunctionality(IResultCommand<Logger, Void>) - Constructor for class jadex.bridge.service.component.interceptors.FutureFunctionality
 
FutureFunctionality(Logger) - Constructor for class jadex.bridge.service.component.interceptors.FutureFunctionality
 
FutureHelper - Class in jadex.commons.future
Helper class to access future notification stack
FutureHelper() - Constructor for class jadex.commons.future.FutureHelper
 
futuremap - Variable in class jadex.commons.future.CallMultiplexer
Map of futures of calls that are in progress.
FutureReturnType - Annotation Type in jadex.bridge.service.annotation
Allows for defining a concrete Future return type of a method.
futures - Variable in class jadex.commons.future.FutureBarrier
The list of futures.
FutureTerminatedException - Exception in jadex.commons.future
Exception that signals that a future has been terminated.
FutureTerminatedException() - Constructor for exception jadex.commons.future.FutureTerminatedException
Create an exception.
FutureTerminatedException(String) - Constructor for exception jadex.commons.future.FutureTerminatedException
Create an exception with message.
FutureTerminatedException(String, Throwable) - Constructor for exception jadex.commons.future.FutureTerminatedException
Create an exception with message and cause.
FutureTerminatedException(Throwable) - Constructor for exception jadex.commons.future.FutureTerminatedException
Create an exception with cause.

G

GatewayORActivityHandler - Class in jadex.bpmn.runtime.handler
Handler for or split and join gateways.
GatewayORActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.GatewayORActivityHandler
 
GatewayParallelActivityHandler - Class in jadex.bpmn.runtime.handler
Handler for parallel split and join gateways.
GatewayParallelActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.GatewayParallelActivityHandler
 
GatewayXORActivityHandler - Class in jadex.bpmn.runtime.handler
Handler for xor split and join gateways.
GatewayXORActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.GatewayXORActivityHandler
 
GB - jadex.bridge.sensor.unit.MemoryUnit
 
gbc - Variable in class jadex.commons.gui.PropertiesPanel
The grid bag constraints.
gen - Variable in class jadex.bdiv3.BDIClassReader
The class generator.
GeneralDataView2D - Class in jadex.extension.envsupport.dataview
A general 2D view that presents all Objects in a Space2D to the observer.
GeneralDataView2D() - Constructor for class jadex.extension.envsupport.dataview.GeneralDataView2D
Creates a general 2D view that presents all Objects in a Space2D to the observer.
GeneralDataView2D3D - Class in jadex.extension.envsupport.dataview
A general 2D view that presents all Objects in a Space2D to the observer.
GeneralDataView2D3D() - Constructor for class jadex.extension.envsupport.dataview.GeneralDataView2D3D
Creates a general 2D view that presents all Objects in a Space2D to the observer.
GeneralDataView3D - Class in jadex.extension.envsupport.dataview
A general 2D view that presents all Objects in a Space2D to the observer.
GeneralDataView3D() - Constructor for class jadex.extension.envsupport.dataview.GeneralDataView3D
Creates a general 2D view that presents all Objects in a Space2D to the observer.
generateBDIClass(String, BDIModel, ClassLoader) - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator
 
generateBDIClass(String, BDIModel, ClassLoader) - Method in class jadex.bdiv3.ASMBDIClassGenerator
Generate class.
generateBDIClass(String, BDIModel, ClassLoader) - Method in interface jadex.bdiv3.IBDIClassGenerator
Generate class, including inner classes.
generateBDIClass(String, BDIModel, ClassLoader, Map<String, ClassNode>) - Method in class jadex.bdiv3.ASMBDIClassGenerator
Generate class.
generateComponentIdentifier(String, String, IInternalAccess, boolean) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Create a component identifier that is allowed on the platform.
generateDetails(StringBuffer, String, Set<Object>) - Method in class jadex.bridge.AbstractErrorReportBuilder
Generate detail HTML code for the given elements.
generatedIds - Variable in class jadex.commons.IdGenerator
Set of generated IDs to guarantee collision-free IDs.
generateErrorHTML() - Method in class jadex.bridge.AbstractErrorReportBuilder
Generate an html representation of the report.
generateErrorText() - Method in class jadex.bridge.AbstractErrorReportBuilder
Generate a string representation of the report.
generateEvent() - Method in class jadex.commons.ListenableStream
Generate an event for a line and flush the buffer.
generateId() - Method in class jadex.bpmn.runtime.handler.AbstractGatewayActivityHandler
Generate a unique id.
generateId() - Method in class jadex.commons.IdGenerator
Generates an ID.
generateOverview(StringBuffer, String, Set<Object>) - Method in class jadex.bridge.AbstractErrorReportBuilder
Generate overview HTML code for the given elements.
generateParameters(Object[], Method) - Method in class jadex.bridge.service.component.interceptors.ResolveInterceptor
Generate call parameters.
generateParanoidSecureRandom() - Static method in class jadex.commons.security.SSecurity
Generates a secure PRNG.
generateSecureRandom() - Static method in class jadex.commons.security.SSecurity
Generates a fast secure PRNG.
generateSeed(int) - Method in class jadex.commons.security.random.ChaCha20Random
Generates a seed value from OS source.
generateSeed(int) - Method in class jadex.commons.security.random.OpenSslAesCtrRandom
Generates a seed value from OS source.
generateSeed(int) - Method in class jadex.commons.security.random.SecureThreadedRandom
Generates a seed value from OS source.
generateSeed(int) - Method in class jadex.commons.security.random.SynchronizedSecureRandomWrapper
Delegation
generateServiceName(Class<?>) - Static method in class jadex.bridge.service.BasicService
Generate a unique name.
genids - Variable in class jadex.xml.writer.Writer
Control flag for generating ids.
geninfo - Variable in class jadex.bridge.ClassInfo
The generic type info (e.g.
GenParser - Class in jadex.javaparser.javaccimpl
Run this class to generate the parser.
GenParser() - Constructor for class jadex.javaparser.javaccimpl.GenParser
 
genrateInvocationCode(MethodNode, String, Class<?>, ClassLoader) - Static method in class jadex.bytecode.Proxy
Generate the code for delegating the call to the invocation handler.
gentypetags - Variable in class jadex.xml.writer.AbstractObjectWriterHandler
Control flag for generating container tags.
get() - Static method in class jadex.bytecode.vmhacks.VmHacks
Provides access to unsafe operations.
get() - Method in class jadex.commons.future.Future
Get the result - blocking call.
get() - Method in interface jadex.commons.future.IFuture
Get the result - blocking call.
get() - Method in class jadex.commons.MutableObject
 
get(boolean) - Method in class jadex.commons.future.Future
Get the result - blocking call.
get(boolean) - Method in interface jadex.commons.future.IFuture
Get the result - blocking call.
get(int) - Method in class jadex.bpmn.MultiColumnTable
 
get(int) - Method in class jadex.bytecode.vmhacks.LoggerFilterStore
Override
get(int) - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
get(int) - Method in class jadex.commons.collection.IndexMap
Returns the element at the specified position in this list.
get(int) - Method in class jadex.commons.collection.WeakList
Returns the element at the specified position in this list.
get(int) - Method in class jadex.commons.collection.wrappers.ListWrapper
 
get(int) - Method in class jadex.commons.Tuple
Get an entity.
get(long) - Method in class jadex.commons.future.Future
Get the result - blocking call.
get(long) - Method in interface jadex.commons.future.IFuture
Get the result - blocking call.
get(long, boolean) - Method in class jadex.commons.future.Future
Get the result - blocking call.
get(long, boolean) - Method in interface jadex.commons.future.IFuture
Get the result - blocking call.
get(ThreadSuspendable) - Method in class jadex.commons.future.Future
Deprecated.
- From 3.0. Use the version without suspendable. Will NOT use the suspendable given as parameter. Get the result - blocking call.
get(ThreadSuspendable) - Method in interface jadex.commons.future.IFuture
Deprecated.
- From 3.0. Use the version without suspendable. Will NOT use the suspendable given as parameter. Get the result - blocking call.
get(Object) - Method in class jadex.bdiv3x.runtime.BeliefbaseWrapper
Get an object from the map.
get(Object) - Method in class jadex.bdiv3x.runtime.RBeliefbase
Get an object from the map.
get(Object) - Method in class jadex.bpmn.runtime.ProcessThreadValueFetcher.IfDefMap
 
get(Object) - Method in class jadex.bytecode.vmhacks.ClassStore
Override
get(Object) - Method in class jadex.commons.beans.Encoder
Gets the new copy of the given old object.
get(Object) - Method in class jadex.commons.collection.BiHashMap
Returns the value of the key from the forward map.
get(Object) - Method in class jadex.commons.collection.CheckedMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class jadex.commons.collection.FastHashMap
 
get(Object) - Method in class jadex.commons.collection.IndexMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class jadex.commons.collection.LeaseTimeMap
Returns the collection to which this map maps the specified key.
get(Object) - Method in class jadex.commons.collection.MultiCollection
Returns the collection to which this map maps the specified key.
get(Object) - Method in class jadex.commons.collection.NestedMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class jadex.commons.collection.OrderedProperties
Delegate.
get(Object) - Method in class jadex.commons.collection.RwMapWrapper
Gets the value for the key.
get(Object) - Method in class jadex.commons.collection.WeakKeyValueMap
Gets the value for key.
get(Object) - Method in class jadex.commons.collection.WeakValueMap
Get value for key.
get(Object) - Method in class jadex.commons.collection.wrappers.MapWrapper
 
get(Object) - Method in interface jadex.javaparser.IMapAccess
Get an object from the map.
get(Object, long) - Method in class jadex.commons.collection.Cache
Get data from the cache.
GET_MODULE - Static variable in class jadex.commons.SReflect
Reflective access to Class.getModule().
getAbortedMethod(ClassLoader) - Method in class jadex.bdiv3.model.MBody
 
getAbsolutePath() - Method in class jadex.base.JarAsDirectory
 
getAccess() - Method in class jadex.bridge.service.types.cms.CmsState.CmsComponentState
Gets the access.
getAccess(IComponentIdentifier) - Method in class jadex.bridge.service.types.cms.CmsState
Convenience method to get the access of a component.
getAccessFlags() - Method in class jadex.commons.SClassReader.AnnotatedEntity
Get the access flags.
getAccessInfo() - Method in class jadex.xml.AttributeInfo
Get the accessinfo.
getAccessInfo() - Method in class jadex.xml.SubobjectInfo
Get the link info.
getAccessorClass(Class<T>, Class<?>) - Static method in class jadex.bytecode.invocation.SInvocation
Gets class for an interface-based accessor.
getActId() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the actid.
getAction() - Method in class jadex.bridge.fipa.Done
Get the action.
getAction() - Method in class jadex.commons.beans.EventHandler
 
getActionEntries() - Method in class jadex.extension.envsupport.environment.ComponentActionList
Get the queued entries, which have not yet been executed.
getActionTypes(PerceptType) - Method in class jadex.extension.envsupport.environment.space2d.DefaultVisionGenerator
Get the action types for a percept.
getActionTypes(PerceptType) - Method in class jadex.extension.envsupport.environment.space3d.DefaultVisionGenerator
Get the action types for a percept.
getActive() - Method in class jadex.micro.MicroModel.ServiceInjectionInfo
 
getActivity() - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Get the activity.
getActivity() - Method in class jadex.bpmn.runtime.ProcessThread
Get the activity.
getActivity() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the activity.
getActivityHandler(MActivity) - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Get the activity handler for an activity.
getActivityid() - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Gets the activityid.
getAddEvent() - Method in class jadex.bdiv3.runtime.wrappers.EventPublisher
Get the addevent.
getAddEvent() - Method in class jadex.bdiv3.runtime.wrappers.InitEventPublisher
Get the addevent.
getAdditionalBeanInfo() - Method in interface jadex.commons.beans.BeanInfo
 
getAdditionalBeanInfo() - Method in class jadex.commons.beans.SimpleBeanInfo
 
getAddListenerMethod() - Method in class jadex.commons.beans.EventSetDescriptor
 
getAddress() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the address flag.
getAddress() - Method in class jadex.bridge.service.types.address.TransportAddress
Gets the address.
getAddresses() - Method in interface jadex.bridge.service.types.address.ITransportAddressService
Gets the addresses of the local platform.
getAddresses() - Method in class jadex.bridge.service.types.awareness.AwarenessInfo
Gets the addresses.
getAddresses() - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Gets the addresses.
getAddresses(IComponentIdentifier) - Method in interface jadex.bridge.service.types.address.ITransportAddressService
Gets the addresses of another platform known to the local platform.
getAddresses(IComponentIdentifier, String) - Method in interface jadex.bridge.service.types.address.ITransportAddressService
Gets the addresses of another platform known to the local platform.
getAddresses(String) - Method in interface jadex.bridge.service.types.address.ITransportAddressService
Gets the addresses of the local platform.
getAgent() - Method in interface jadex.bdiv3.runtime.ICapability
Get the agent.
getAgent() - Method in class jadex.bdiv3x.runtime.Plan
Get the agent.
getAgentIdentifier() - Method in interface jadex.quickstart.cleanerworld.environment.ICleaner
Get the identifier (address) of the cleaner
getAgentInjections() - Method in class jadex.micro.InjectionInfoHolder
Get the agent injection fields.
getAgentInjections() - Method in class jadex.micro.MicroModel
Get the agent injection fields.
getAgentMethod(Class<? extends Annotation>) - Method in class jadex.micro.MicroModel
Get an agent method.
getAgentModel() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Get the agent model.
getAgentModel() - Method in class jadex.bdiv3x.runtime.CapabilityWrapper
Get the agent model.
getAgentModel() - Method in interface jadex.bdiv3x.runtime.ICapability
Get the agent model.
getAgentName() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Get the agent name.
getAgentName() - Method in class jadex.bdiv3x.runtime.CapabilityWrapper
Get the agent name.
getAgentName() - Method in interface jadex.bdiv3x.runtime.ICapability
Get the agent name.
getAgentsForRole(String) - Method in class jadex.extension.agr.Group
Get the agents with a given role.
getAlgorithm() - Method in class jadex.commons.security.random.SynchronizedSecureRandomWrapper
Delegation
getAll() - Method in interface jadex.bridge.service.types.context.IPreferences
Retrieve all values from the preferences.
getAllColumn(int) - Method in interface jadex.commons.gui.jtable.IVisibilityTableColumnModel
Returns the TableColumn object for the column at columnIndex.
getAllColumn(int) - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
Returns the TableColumn object for the column at columnIndex.
getAllColumnCount() - Method in interface jadex.commons.gui.jtable.IVisibilityTableColumnModel
Returns the number of columns in the model.
getAllColumnCount() - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
Returns the number of columns in the model.
getAllColumnIndex(Object) - Method in interface jadex.commons.gui.jtable.IVisibilityTableColumnModel
Returns the index of the first column in the table whose identifier is equal to identifier, when compared using equals.
getAllColumnIndex(Object) - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
Returns the index of the first column in the table whose identifier is equal to identifier, when compared using equals.
getAllColumns() - Method in interface jadex.commons.gui.jtable.IVisibilityTableColumnModel
Returns an Enumeration of all the columns in the model.
getAllColumns() - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
Returns an Enumeration of all the columns in the model.
getAllFields(Class) - Static method in class jadex.commons.SReflect
Get all fields of a class including public, protected and private fields of the class and its superclasses.
getAllFiles(File) - Method in class jadex.base.test.ComponentTestSuite
 
getAllImports() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the imports including the package.
getAllImports() - Method in class jadex.bridge.modelinfo.ModelInfo
Get the imports including the package.
getAllKnownNetworks() - Method in interface jadex.bridge.service.types.security.ISecurityService
Gets the current known networks and secrets.
getAllListeners() - Method in class jadex.bridge.service.types.cms.CmsState
 
getAllMethods(Class) - Static method in class jadex.commons.SReflect
Get all methods of a class including public, protected and private methods of the class and its superclasses.
getAllMethods(Class<?>, String) - Static method in class jadex.commons.SReflect
Get all method(s) of the class by name, including public, protected and private methods.
getAllowedSendSize() - Method in class jadex.bridge.component.streams.LocalInputConnectionHandler
Get the allowed size that can be accepted (send by the output side).
getAllParameterNames() - Method in class jadex.bpmn.runtime.ProcessThread
Get the name of all parameters.
getAllQueries() - Method in interface jadex.bridge.service.search.IServiceRegistry
Get all queries.
getAllQueries() - Method in class jadex.bridge.service.search.ServiceRegistry
Get all queries.
getAllResourceIdentifiers() - Method in interface jadex.bridge.service.types.library.ILibraryService
Get all resource identifiers (does not include rids (urls) of parent loader).
getAllServices() - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Get all services in a single collection.
getAllServices() - Method in interface jadex.bridge.service.search.IServiceRegistry
Get all services.
getAllServices() - Method in class jadex.bridge.service.search.ServiceRegistry
Get all services.
getAllThreads() - Method in class jadex.bpmn.runtime.ProcessThread
Get all threads of the context and all subcontexts.
getAllURLs() - Method in interface jadex.bridge.service.types.library.ILibraryService
Get all urls (managed and non-managed).
getAllValues() - Method in class jadex.bridge.service.search.Indexer
Returns all values.
getAlphamap() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
getAndroidDefault() - Static method in class jadex.base.PlatformConfigurationHandler
Returns a PlatformConfiguration with the default parameters.
getAndroidVersion() - Method in interface jadex.commons.SUtil.AndroidUtils
Get Android API version.
getAnimationCondition() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Animation
 
getAnimations() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Object3d
 
getAnnotation(Class<?>, Class<T>, ClassLoader) - Static method in class jadex.micro.MicroClassReader
 
getAnnotation(Class<?>, Class<T>, ClassLoader, ClassLoader) - Static method in class jadex.micro.MicroClassReader
 
getAnnotation(Constructor<?>, Class<T>, ClassLoader) - Static method in class jadex.micro.MicroClassReader
 
getAnnotation(Field, Class<T>, ClassLoader) - Static method in class jadex.micro.MicroClassReader
 
getAnnotation(Method, Class<T>, ClassLoader) - Static method in class jadex.micro.MicroClassReader
 
getAnnotation(String) - Method in class jadex.commons.SClassReader.AnnotatedEntity
Test if this entity has an annotation.
getAnnotations() - Method in class jadex.commons.SClassReader.AnnotatedEntity
Get the annotations.
getAnyMethod(Class<?>, String, Class<?>[]) - Static method in class jadex.commons.SReflect
Get a method of the class.
getAppDir() - Static method in class jadex.commons.SUtil
Gets the "application directory", normally the current working directory, except in Android.
getApplication() - Method in interface jadex.bridge.service.types.appstore.IAppProviderService
Get the application instance as entrance point.
getApplicationName(IComponentIdentifier) - Static method in class jadex.bridge.service.search.ServiceRegistry
Get the application name.
getAppMetaInfo() - Method in interface jadex.bridge.service.types.appstore.IAppProviderService
Get meta information about an application.
getAreaSize() - Method in class jadex.extension.envsupport.environment.space2d.Space2D
Returns the size of the simulated area.
getAreaSize() - Method in class jadex.extension.envsupport.environment.space3d.Space3D
Returns the size of the simulated area.
getAreaSize() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Gets the maximum displayable size.
getAreaSize() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
Gets the maximum displayable size.
getAreaSize() - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Gets the maximum displayable size.
getAreaSize() - Method in interface jadex.extension.envsupport.observer.graphics.IViewport3d
Gets the maximum displayable size.
getAreaSize3d() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
Gets the maximum displayable size.
getArgument() - Method in class jadex.commons.collection.WeakEntry
Get the argument.
getArgument(String) - Method in interface jadex.bridge.IInternalAccess
Get an argument value per name.
getArgument(String) - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the argument.
getArgument(String) - Method in class jadex.bridge.modelinfo.ModelInfo
Get an argument per name.
getArgument(String) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Deprecated.
From 3.0. Use getComponentFeature(IArgumentsResultsFeature.class).getArguments() Get an argument value per name.
getArgumentArray() - Method in class jadex.bridge.service.component.ServiceInvocationContext
Get the args.
getArgumentInjectionNames() - Method in class jadex.micro.InjectionInfoHolder
Get the argument injection names.
getArgumentInjectionNames() - Method in class jadex.micro.MicroModel
Get the argument injection names.
getArgumentInjections(String) - Method in class jadex.micro.InjectionInfoHolder
Get the argument injection fields.
getArgumentInjections(String) - Method in class jadex.micro.MicroModel
Get the argument injection fields.
getArgumentIterator() - Method in class jadex.bridge.service.component.multiinvoke.SequentialMultiplexDistributor
Get the argument iterator.
getArguments() - Method in class jadex.bridge.component.ComponentCreationInfo
Get the arguments.
getArguments() - Method in interface jadex.bridge.component.IArgumentsResultsFeature
Get the arguments.
getArguments() - Method in class jadex.bridge.fipa.CMSCreateComponent
Get the arguments of this AMSCreateComponent.
getArguments() - Method in class jadex.bridge.modelinfo.ComponentInstanceInfo
Get the list of arguments.
getArguments() - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Get the list of arguments.
getArguments() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the arguments.
getArguments() - Method in class jadex.bridge.modelinfo.ModelInfo
Get the arguments.
getArguments() - Method in class jadex.bridge.service.component.multiinvoke.SequentialMultiplexDistributor
Get the arguments for a call.
getArguments() - Method in class jadex.bridge.service.component.multiinvoke.SimpleMultiplexDistributor
Get the arguments for a call.
getArguments() - Method in class jadex.bridge.service.component.ServiceInvocationContext
Get the args.
getArguments() - Method in class jadex.bridge.service.types.cms.CreationInfo
Get the arguments.
getArguments() - Method in class jadex.commons.beans.Statement
 
getArgumentsAsync() - Method in interface jadex.bridge.component.IExternalArgumentsResultsFeature
Get the arguments.
getArgumentsExpression() - Method in class jadex.bridge.modelinfo.ComponentInstanceInfo
Get the arguments expression.
getArgumentString(String, IModelInfo, String) - Static method in class jadex.bridge.service.types.factory.SBootstrapLoader
Get an argument expression string from the model.
getArgumentValueFromModel(String, IModelInfo) - Static method in class jadex.base.PlatformConfigurationHandler
 
getArray() - Method in class jadex.commons.ByteArrayWrapper
Gets the array.
getArray(Object) - Static method in class jadex.commons.SReflect
Get an array for an arbitrary collection object.
getArrayCount(Object) - Method in class jadex.xml.reader.AReadContext
Get the current array counter.
getArrayDimension(Object) - Static method in class jadex.commons.SUtil
Get the array dimension.
getAsBigDecimal() - Method in interface jadex.extension.envsupport.math.IVector1
Returns the vector as BigDecimal.
getAsBigDecimal() - Method in class jadex.extension.envsupport.math.Vector1Double
 
getAsBigDecimal() - Method in class jadex.extension.envsupport.math.Vector1Int
Returns the vector as BigDecimal.
getAsBigDecimal() - Method in class jadex.extension.envsupport.math.Vector1Long
Returns the vector as BigDecimal.
getAsDouble() - Method in interface jadex.extension.envsupport.math.IVector1
Returns the vector as double.
getAsDouble() - Method in class jadex.extension.envsupport.math.Vector1Double
 
getAsDouble() - Method in class jadex.extension.envsupport.math.Vector1Int
Returns the vector as double.
getAsDouble() - Method in class jadex.extension.envsupport.math.Vector1Long
Returns the vector as double.
getAsFloat() - Method in interface jadex.extension.envsupport.math.IVector1
Returns the vector as float.
getAsFloat() - Method in class jadex.extension.envsupport.math.Vector1Double
 
getAsFloat() - Method in class jadex.extension.envsupport.math.Vector1Int
Returns the vector as float.
getAsFloat() - Method in class jadex.extension.envsupport.math.Vector1Long
Returns the vector as float.
getAsInteger() - Method in interface jadex.extension.envsupport.math.IVector1
Returns the vector as integer.
getAsInteger() - Method in class jadex.extension.envsupport.math.Vector1Double
 
getAsInteger() - Method in class jadex.extension.envsupport.math.Vector1Int
Returns the vector as integer.
getAsInteger() - Method in class jadex.extension.envsupport.math.Vector1Long
Returns the vector as integer.
getAsList() - Method in class jadex.commons.collection.IndexMap
Return an instance of this index map accessible via list interface.
getAsLong() - Method in interface jadex.extension.envsupport.math.IVector1
Returns the vector as long.
getAsLong() - Method in class jadex.extension.envsupport.math.Vector1Double
 
getAsLong() - Method in class jadex.extension.envsupport.math.Vector1Int
Returns the vector as long.
getAsLong() - Method in class jadex.extension.envsupport.math.Vector1Long
Returns the vector as long.
getAsMap() - Method in class jadex.commons.collection.IndexMap
Return an instance of this index map accessible via map interface.
getAsText() - Method in interface jadex.commons.beans.PropertyEditor
 
getAsText() - Method in class jadex.commons.beans.PropertyEditorSupport
 
getAsyncExecution() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the async execution mode flag.
getAttachments() - Method in class jadex.bridge.service.types.email.Email
Get the attachments.
getAttributeCount() - Method in interface jadex.xml.reader.IXMLReader
 
getAttributeCount() - Method in class jadex.xml.stax.StaxReaderWrapper
 
getAttributeIdentifier() - Method in class jadex.xml.AttributeInfo
Get the attributeidentifier.
getAttributeInfo(Object) - Method in class jadex.xml.TypeInfo
Get the attribute info.
getAttributeInfos() - Method in class jadex.xml.MappingInfo
Get the attributeinfos.
getAttributeInfos() - Method in class jadex.xml.TypeInfo
Get the attribute infos.
getAttributeLocalName(int) - Method in interface jadex.xml.reader.IXMLReader
 
getAttributeLocalName(int) - Method in class jadex.xml.stax.StaxReaderWrapper
 
getAttributeNamespace(int) - Method in interface jadex.xml.reader.IXMLReader
 
getAttributeNamespace(int) - Method in class jadex.xml.stax.StaxReaderWrapper
 
getAttributePrefix(int) - Method in interface jadex.xml.reader.IXMLReader
 
getAttributePrefix(int) - Method in class jadex.xml.stax.StaxReaderWrapper
 
getAttributes() - Method in interface jadex.xml.reader.IXMLReader
Returns the attributes.
getAttributes() - Method in class jadex.xml.stax.StaxReaderWrapper
Returns the attributes.
getAttributes() - Method in class jadex.xml.writer.WriteObjectInfo
Get the attributes.
getAttributeValue(int) - Method in interface jadex.xml.reader.IXMLReader
 
getAttributeValue(int) - Method in class jadex.xml.stax.StaxReaderWrapper
 
getAuthenticatedPlatformName() - Method in interface jadex.bridge.service.types.security.ISecurityInfo
Returns the authenticated platform name.
getAutoModel() - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo
 
getAutoResizingEnabled() - Method in class jadex.commons.gui.jtable.ResizeableTableHeader
Returns true if auto resizing is enabled.
getAvatar(IComponentDescription) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Get the avatar object.
getAvatar(IComponentDescription) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Get the avatar.
getAvatar(IComponentDescription, String) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Get the avatar object.
getAvatarMapping(String, String) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Get the avatar mapping for an component avatar combination.
getAvatars(IComponentDescription) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Get the avatar objects.
getAvatars(IComponentDescription) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Get the owned objects.
getAwaDelay() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the delay between awareness notifications.
getAwaExcludes() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the awareness platform excludes.
getAwaIncludes() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the awareness platform includes.
getAwaMechanisms() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the awareness mechanisms.
getAwareness() - Method in interface jadex.base.IPlatformConfiguration
Get the flag for starting with awareness.
getBaseClassloader() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the base classloader.
getBaseFont() - Method in class jadex.extension.envsupport.observer.graphics.drawable.Text
 
getBasePosition(AbstractViewport, IVector2, IVector2, IVector2, boolean, boolean) - Static method in class jadex.extension.envsupport.observer.graphics.drawable.Text
 
getBasicFontScale(IVector2, IVector2, IVector2) - Static method in class jadex.extension.envsupport.observer.graphics.drawable.Text
 
getBccs() - Method in class jadex.bridge.service.types.email.Email
Get the bccs.
getBDIAgentFeature(IInternalAccess) - Static method in class jadex.bdiv3x.features.BDIXAgentFeature
Get the feature from the agent.
getBDIModel() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Get the bdimodel.
getBeanClass() - Method in class jadex.commons.beans.BeanDescriptor
Class.
getBeanContext() - Method in interface jadex.commons.beans.beancontext.BeanContextChild
 
getBeanContext() - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
 
getBeanContext() - Method in class jadex.commons.beans.beancontext.BeanContextEvent
 
getBeanContextChildPeer() - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
 
getBeanContextPeer() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Returns the peer of this context casted as BeanContext.
getBeanContextProxy() - Method in interface jadex.commons.beans.beancontext.BeanContextProxy
 
getBeanContextServicesPeer() - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
Returns the peer of this context casted as BeanContextServices.
getBeanDescriptor() - Method in interface jadex.commons.beans.BeanInfo
 
getBeanDescriptor() - Method in class jadex.commons.beans.SimpleBeanInfo
 
getBeanInfo(Class<?>) - Static method in class jadex.commons.beans.Introspector
Gets the BeanInfo object which contains the information of the properties, events and methods of the specified bean class.
getBeanInfo(Class<?>, int) - Static method in class jadex.commons.beans.Introspector
Gets the BeanInfo object which contains the information of the properties, events and methods of the specified bean class.
getBeanInfo(Class<?>, Class<?>) - Static method in class jadex.commons.beans.Introspector
Gets the BeanInfo object which contains the information of the properties, events and methods of the specified bean class.
getBeanInfoSearchPath() - Static method in class jadex.commons.beans.Introspector
Gets an array of search packages.
getBelief(String) - Method in class jadex.bdiv3.model.MCapability
Get a belief.
getBelief(String) - Method in class jadex.bdiv3x.runtime.BeliefbaseWrapper
Get a belief for a name.
getBelief(String) - Method in interface jadex.bdiv3x.runtime.IBeliefbase
Get a belief for a name.
getBelief(String) - Method in class jadex.bdiv3x.runtime.RBeliefbase
Get a belief for a name.
getBelief0(String) - Method in class jadex.bdiv3x.runtime.RBeliefbase
Get a belief for a name.
getBeliefbase() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Get the belief base.
getBeliefbase() - Method in class jadex.bdiv3x.runtime.CapabilityWrapper
Get the belief base.
getBeliefbase() - Method in interface jadex.bdiv3x.runtime.ICapability
Get the belief base.
getBeliefbase() - Method in class jadex.bdiv3x.runtime.Plan
Get the beliefbase.
getBeliefEvents() - Method in class jadex.bdiv3.model.MBelief
Get the events.
getBeliefName(Object, String) - Static method in class jadex.bdiv3x.features.BDIXAgentFeature
 
getBeliefNames() - Method in class jadex.bdiv3x.runtime.BeliefbaseWrapper
Returns the names of all beliefs.
getBeliefNames() - Method in interface jadex.bdiv3x.runtime.IBeliefbase
Returns the names of all beliefs.
getBeliefNames() - Method in class jadex.bdiv3x.runtime.RBeliefbase
Returns the names of all beliefs.
getBeliefReferences() - Method in class jadex.bdiv3.model.MCapability
Get the fully qualified belief references (abstract/reference name -> concrete belief name).
getBeliefs() - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator.MethodBeliefs
Get the beliefs.
getBeliefs() - Method in class jadex.bdiv3.model.MCapability
Get the beliefs.
getBeliefSet(String) - Method in class jadex.bdiv3x.runtime.BeliefbaseWrapper
Get a belief set for a name.
getBeliefSet(String) - Method in interface jadex.bdiv3x.runtime.IBeliefbase
Get a belief set for a name.
getBeliefSet(String) - Method in class jadex.bdiv3x.runtime.RBeliefbase
Get a belief set for a name.
getBeliefSet0(String) - Method in class jadex.bdiv3x.runtime.RBeliefbase
Get a belief set for a name.
getBeliefSetNames() - Method in class jadex.bdiv3x.runtime.BeliefbaseWrapper
Returns the names of all belief sets.
getBeliefSetNames() - Method in interface jadex.bdiv3x.runtime.IBeliefbase
Returns the names of all belief sets.
getBeliefSetNames() - Method in class jadex.bdiv3x.runtime.RBeliefbase
Returns the names of all belief sets.
getBinaryMessages() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the flag for binary messages.
getBinding() - Method in class jadex.bridge.service.ProvidedServiceImplementation
Get the binding.
getBindingOptions() - Method in class jadex.bdiv3.model.MParameter
Get the bindingOptions.
getBindings() - Method in class jadex.bridge.modelinfo.ComponentInstanceInfo
Get the bindings.
getBody() - Method in class jadex.bdiv3.model.MPlan
Get the body.
getBody() - Method in class jadex.bridge.service.component.ServiceCallEvent
Get the body.
getBodyMethod(ClassLoader) - Method in class jadex.bdiv3.model.MBody
 
getBoolean(String, boolean) - Method in interface jadex.bridge.service.types.context.IPreferences
Retrieve a boolean value from the preferences.
getBooleanProperty(Properties[], String) - Static method in class jadex.commons.Properties
Get a boolean property.
getBooleanProperty(String) - Method in class jadex.commons.Properties
Get a boolean property.
getBooleanValueWithArgs(Map<String, Object>, String, boolean) - Static method in class jadex.base.Starter
Get a boolean value from args (otherwise return default value passed as arg).
getBoolValue(Object) - Static method in class jadex.commons.SConfigParser
Parses a boolean value.
getBoolValue(Object, boolean) - Static method in class jadex.commons.SConfigParser
Parses an boolean value.
getBorderInsets(Component) - Method in class jadex.commons.gui.GlowBorder
 
getBorderMode() - Method in class jadex.extension.envsupport.environment.space2d.Space2D
Get the border mode.
getBorderMode() - Method in class jadex.extension.envsupport.environment.space3d.Space3D
Get the border mode.
getBoundValue(Object, Object, IViewport) - Method in class jadex.extension.envsupport.observer.graphics.drawable.DrawableCombiner
Gets the bound value for a property.
getBoundValue(Object, Object, IViewport3d) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
Gets the bound value for a property.
getBpmnFeature(IInternalAccess) - Static method in class jadex.bpmn.runtime.handler.DefaultActivityHandler
Get the internal bpmn feature from internal access.
getBpmnFeature(IInternalAccess) - Method in class jadex.bpmn.runtime.ProcessThread
Get the bpmn feature.
getBpmnModel() - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Get the model.
getBpmnModel() - Method in class jadex.bpmn.runtime.ProcessThread
Get the model.
getBreakpoints() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the possible breakpoint places in that model.
getBreakpoints() - Method in class jadex.bridge.modelinfo.ModelInfo
Get the possible breakpoint places in that model.
getBreakpoints() - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Get the enabled breakpoints (if any).
getBreakpoints() - Method in interface jadex.bridge.service.types.cms.IComponentDescription
Get the enabled breakpoints (if any).
getBuildAPLMethod(ClassLoader) - Method in class jadex.bdiv3.model.MGoal
Get the build apl method.
getBuildTime() - Method in class jadex.bridge.VersionInfo
Attempts to estimate the build time of the Jadex version in use.
getBulkEvents() - Method in class jadex.bridge.BulkMonitoringEvent
Get the bulk events.
getByteCodeClassLoader(ClassLoader) - Static method in class jadex.bytecode.SASM
Generates a ByteCodeClassLoader for loading a generated class.
getByteCodeClassLoader(ClassLoader, boolean) - Static method in class jadex.bytecode.SASM
Generates a ByteCodeClassLoader for loading a generated class.
getCacheDate() - Method in class jadex.commons.collection.CacheEntry
Get the cachedate.
getCachedField(Class, String) - Static method in class jadex.commons.SReflect
Get a cached field.
getCachedModel(String, String, String[], Object) - Method in class jadex.commons.AbstractModelLoader
Get a cached model.
getCachedPlatformInfo(IComponentIdentifier) - Method in interface jadex.bridge.service.types.awareness.IAwarenessManagementService
Get the discovery info from local cache , if any.
getCallbackField() - Method in class jadex.bridge.ServiceCallInfo
Get the callbackfield.
getCallbackMethod() - Method in class jadex.bridge.ServiceCallInfo
Get the callback.
getCaller() - Method in class jadex.bridge.service.component.ServiceCallEvent
Get the caller.
getCaller() - Method in class jadex.bridge.service.component.ServiceInvocationContext
Get the caller.
getCaller() - Method in class jadex.bridge.ServiceCall
Get the caller component.
getCamera() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
 
getCancelMethod() - Method in class jadex.bpmn.runtime.task.PojoTaskWrapper
Get the cancelmethod.
getCancelResponders(String) - Method in class jadex.bdi.planlib.protocols.InteractionState
Get all agents with a specific cancel response.
getCancelResponse(IComponentIdentifier) - Method in class jadex.bdi.planlib.protocols.InteractionState
Get the cancel response of an agent.
getCancelResponseContent(IComponentIdentifier) - Method in class jadex.bdi.planlib.protocols.InteractionState
Get the details of a cancel response of a given agent.
getCanvas() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Returns the canvas that is used for displaying the objects.
getCanvas() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
Returns the canvas that is used for displaying the objects.
getCanvas() - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Returns the canvas that is used for displaying the objects.
getCanvas() - Method in interface jadex.extension.envsupport.observer.graphics.IViewport3d
Returns the canvas that is used for displaying the objects.
getCanvasSize() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Returns the size of the canvas as a vector.
getCanvasSize() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
Returns the size of the canvas as a vector.
getCapabilities() - Method in class jadex.bdiv3.model.MCapability
Get the sub capabilities.
getCapability() - Method in class jadex.bdiv3.model.BDIModel
Get the mcapa.
getCapability() - Method in interface jadex.bdiv3.model.IBDIModel
Get the mcapa.
getCapability() - Method in class jadex.bdiv3.runtime.EasyDeliberationStrategy
Get the capability.
getCapability() - Method in class jadex.bdiv3x.BDIXModel
Get the capability.
getCapability() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Get the state.
getCapabilityName() - Method in class jadex.bdiv3.model.MElement
Get the capability name for an element.
getCapabilityObject(String) - Method in class jadex.bdiv3x.features.BDIXLifecycleAgentFeature.EndBehavior
Get the capability object (only for pojo).
getCapabilityObject(String) - Method in class jadex.bdiv3x.features.BDIXLifecycleAgentFeature.StartBehavior
Get the capability object (only for pojo).
getCapacity() - Method in class jadex.commons.ConstantPoolStrategy
Get the number of free workers.
getCapacity() - Method in class jadex.commons.DefaultPoolStrategy
Get the capacity.
getCapacity() - Method in interface jadex.commons.IPoolStrategy
Get the number of free workers.
getCapacity() - Method in interface jadex.quickstart.cleanerworld.environment.IWastebin
Get the capacity of this Wastebin.
getCarriedWaste() - Method in interface jadex.quickstart.cleanerworld.environment.ICleaner
Get the carried-waste of this Cleaner.
getCauses() - Method in exception jadex.commons.MultiException
Get the causes.
getCcs() - Method in class jadex.bridge.service.types.email.Email
Get the ccs.
getCellEditorValue() - Method in class jadex.commons.gui.EditableList.ButtonCellManager
 
getCellEditorValue() - Method in class jadex.commons.gui.jtable.PatternEditor
 
getCellValue(int, int) - Method in class jadex.bpmn.MultiColumnTableEx
Get the cell value.
getCertificate() - Method in class jadex.commons.security.PemKeyPair
Gets encoded certificate.
getCertSigAlg(String) - Static method in class jadex.commons.security.SSecurity
Gets the signatures algorithm supported by the key provided by a certificate.
getCertSigAlg(X509CertificateHolder) - Static method in class jadex.commons.security.SSecurity
Gets the signatures algorithm supported by the key provided by a certificate.
getCfp() - Method in class jadex.bdi.planlib.protocols.IQueryNextroundInfo.NextroundInfo
Get the cfp object.
getCFP() - Method in class jadex.bdi.planlib.protocols.NegotiationRecord
Get the call for proposal (sent to participants).
getCfpInfo() - Method in class jadex.bdi.planlib.protocols.IQueryNextroundInfo.NextroundInfo
Get the cfp_info object.
getCFPInfo() - Method in class jadex.bdi.planlib.protocols.NegotiationRecord
Get the cfp info (i.e.
getChainValidationRules() - Static method in class jadex.commons.security.SSecurity
Gets the certificate chain validation rules.
getChangeEvent() - Method in class jadex.bdiv3.runtime.wrappers.EventPublisher
Get the changeevent.
getChangeEvent() - Method in class jadex.bdiv3.runtime.wrappers.InitEventPublisher
Get the changeevent.
getChangeeventtypes() - Method in class jadex.bdiv3.runtime.WaitAbstraction
Get the change event types.
getChannel() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Animation
 
getChannels() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Object3d
 
getCharacterOffset() - Method in interface jadex.xml.stax.ILocation
Return the byte or character offset into the input source this location is pointing to.
getCharacterOffset() - Method in class jadex.xml.stax.JadexLocationWrapper
Return the byte or character offset into the input source this location is pointing to.
getCharacterOffset() - Method in class jadex.xml.stax.Location
Return the byte or character offset into the input source this location is pointing to.
getCharacterOffset() - Method in class jadex.xml.stax.StaxLocationWrapper
Return the byte or character offset into the input source this location is pointing to.
getChargestate() - Method in interface jadex.quickstart.cleanerworld.environment.ICleaner
Get the chargestate of this Cleaner.
getChargingstations() - Method in class jadex.quickstart.cleanerworld.environment.SensorActuator
Get the known charging stations.
getChart() - Method in class jadex.extension.envsupport.evaluation.AbstractChartDataConsumer
Get the chart.
getChartPanel() - Method in class jadex.extension.envsupport.evaluation.AbstractChartDataConsumer
Get the chart panel.
getChat() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the flag for starting with chat.
getCheckBox(String) - Method in class jadex.commons.gui.PropertiesPanel
Get a check box.
getChild() - Method in class jadex.xml.reader.LinkData
Get the child.
getChild(Object) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
Get a child for the specified user object.
getChild(Object, int) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableModel
Get a child of a node.
getChild(Object, int) - Method in class jadex.commons.gui.jtreetable.DynamicTreeTableModel
TreeModel method to locate a particular child of the specified node.
getChildBeanContextChild(Object) - Static method in class jadex.commons.beans.beancontext.BeanContextSupport
Returns the BeanContextChild related with the given child.
getChildBeanContextMembershipListener(Object) - Static method in class jadex.commons.beans.beancontext.BeanContextSupport
Returns the given child casted to BeanContextMembershipListener, or null if it does not implements the interface.
getChildBeanContextServicesListener(Object) - Static method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
Returns the given child casted to BeanContextServicesListener, or null if it does not implements the interface.
getChildcount() - Method in interface jadex.bridge.component.ISubcomponentsFeature
Get the childcount.
getChildCount() - Method in class jadex.bridge.service.types.cms.CmsState.CmsComponentState
Gets the childcount.
getChildCount(IComponentIdentifier, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Get the children count.
getChildCount(Object) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableModel
Get the number of children of a node.
getChildCount(Object) - Method in class jadex.commons.gui.jtreetable.DynamicTreeTableModel
TreeModel method to return the number of children of a particular node.
getChildPropertyChangeListener(Object) - Static method in class jadex.commons.beans.beancontext.BeanContextSupport
Returns the given child casted to PropertyChangeListener, or null if it does not implements the interface.
getChildren() - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Get the children.
getChildren() - Method in class jadex.commons.collection.TreeNode
Return the children of node.
getChildren() - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
Get all children of the node.
getChildren() - Method in class jadex.commons.gui.JWizard.WizardNode
Gets the children.
getChildren(IComponentIdentifier, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Get the children components of a component.
getChildren(Object) - Method in class jadex.xml.reader.AReadContext
Get children.
getChildren(String, IComponentIdentifier) - Method in interface jadex.bridge.component.IExternalSubcomponentsFeature
Get the children (if any) component identifiers.
getChildren(String, IComponentIdentifier) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Get the children (if any).
getChildrenDescriptions(IComponentIdentifier, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Get the children components of a component.
getChildSerializable(Object) - Static method in class jadex.commons.beans.beancontext.BeanContextSupport
Returns the given child casted to Serializable, or null if it does not implements the interface.
getChildVetoableChangeListener(Object) - Static method in class jadex.commons.beans.beancontext.BeanContextSupport
Returns the given child casted to VetoableChangeListener, or null if it does not implements the interface.
getChildVisibility(Object) - Static method in class jadex.commons.beans.beancontext.BeanContextSupport
Returns the given child casted to Visibility, or null if it does not implements the interface.
getCidCounts() - Method in class jadex.bridge.service.types.cms.CmsState
Gets the cid counts.
getCircleSamples() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Torus3d
 
getClass(Class<?>, ClassLoader) - Static method in class jadex.micro.MicroClassReader
 
getClass(Type) - Static method in class jadex.commons.SReflect
Get the class for a type.
getClassArray(Class<?>[], ClassLoader) - Static method in class jadex.micro.MicroClassReader
 
getClassFileLocation(Class<?>) - Static method in class jadex.commons.SUtil
Get the file location for a class (either filename or jar url).
getClassInfo() - Method in class jadex.commons.SClassReader.ClassFileInfo
 
getClassInfo(InputStream) - Static method in class jadex.commons.SClassReader
Get infos about a class.
getClassInfo(InputStream, boolean, boolean) - Static method in class jadex.commons.SClassReader
Get infos about a class.
getClassInfo(String, InputStream, Date) - Static method in class jadex.commons.SClassReader
Get infos about a class.
getClassInfo(String, ClassLoader) - Static method in class jadex.commons.SClassReader
 
getClassInfo(String, ClassLoader, boolean, boolean) - Static method in class jadex.commons.SClassReader
 
getClassloader() - Method in class jadex.micro.MicroModel
Get the classloader.
getClassLoader() - Method in class jadex.base.test.ComponentTestSuite
Get the class loader.
getClassLoader() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Get the classloader.
getClassLoader() - Method in class jadex.bdiv3x.runtime.CapabilityWrapper
Get the classloader.
getClassLoader() - Method in interface jadex.bdiv3x.runtime.ICapability
Get the classloader.
getClassLoader() - Method in interface jadex.bridge.IInternalAccess
Get the class loader of the component.
getClassLoader() - Method in class jadex.bridge.modelinfo.ModelInfo
Return the class loader corresponding to the model.
getClassLoader() - Method in class jadex.bridge.service.types.cms.PlatformComponent
Get the class loader of the component.
getClassLoader() - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo
Get the classloader.
getClassLoader() - Method in class jadex.commons.gui.autocombo.ClassInfoComboBoxRenderer
Get the classloader for loading a class.
getClassLoader() - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Get the class loader.
getClassLoader() - Method in interface jadex.extension.envsupport.observer.gui.IObserverCenter
Get the class loader.
getClassLoader() - Method in class jadex.extension.envsupport.observer.gui.ObserverCenter
Get the class loader.
getClassLoader() - Method in interface jadex.xml.IContext
Get the classloader.
getClassLoader() - Method in class jadex.xml.reader.AReadContext
Get the classloader.
getClassLoader() - Method in class jadex.xml.writer.AWriteContext
Get the classloader.
getClassLoader(IResourceIdentifier) - Method in interface jadex.bridge.service.types.library.ILibraryService
Returns the classloader for a resource identifier.
getClassLoader(IResourceIdentifier, boolean) - Method in interface jadex.bridge.service.types.library.ILibraryService
Returns the classloader for a resource identifier.
getClassLoader(ILibraryService, IResourceIdentifier) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Gets the classloader from libservice.
getClassLoaders() - Method in class jadex.bridge.service.types.cms.CmsState
Gets the class loaders.
getClassName() - Method in class jadex.bdiv3.model.ConstructorInfo
Get the classname.
getClassName() - Method in class jadex.commons.FieldInfo
Get the classname.
getClassName() - Method in class jadex.commons.MethodInfo
Gets the class name for retrieving the method.
getClassName() - Method in class jadex.commons.SClassReader.ClassInfo
Get the classname.
getClassName() - Method in class jadex.extension.agr.MAGRSpaceType
Get the classname.
getClassName() - Method in class jadex.extension.envsupport.MEnvSpaceType
Get the classname.
getClassName(Class<?>) - Static method in class jadex.commons.SReflect
Beautifies names of arrays (eg 'String[]' instead of '[LString;').
getClassNameOnly() - Method in class jadex.bridge.ClassInfo
Get class info in class name notation, i.e.
getClassNode(Class<?>, ClassLoader) - Static method in class jadex.bytecode.SASM
Get a class node for a class.
getClasspath() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.SpatialControl
 
getClassPath() - Method in class jadex.bridge.service.types.daemon.StartOptions
Get the classpath.
getClasspathURLs(ClassLoader, boolean) - Static method in class jadex.commons.SUtil
Get the current classpath as a list of URLs
getClazz() - Method in class jadex.bdiv3.model.MBelief
Get the clazz.
getClazz() - Method in class jadex.bdiv3.model.MBody
Get the clazz.
getClazz() - Method in class jadex.bdiv3.model.MParameter
Get the clazz.
getClazz() - Method in interface jadex.bdiv3x.runtime.IBelief
Get the value class.
getClazz() - Method in interface jadex.bdiv3x.runtime.IBeliefSet
Get the value class.
getClazz() - Method in class jadex.bdiv3x.runtime.RBeliefbase.RBelief
Deprecated.
Get the value class.
getClazz() - Method in class jadex.bdiv3x.runtime.RBeliefbase.RBeliefSet
Get the value class.
getClazz() - Method in class jadex.bdiv3x.runtime.RMessageEvent.RParamSet
Get the class of a value.
getClazz() - Method in interface jadex.bpmn.runtime.editor.IEditorParameterMetaInfo
Get the clazz.
getClazz() - Method in interface jadex.bridge.modelinfo.IArgument
Get the class info.
getClazz() - Method in class jadex.bridge.modelinfo.NFPropertyInfo
Get the clazz.
getClazz() - Method in class jadex.bridge.modelinfo.UnparsedExpression
Get the clazz.
getClazz() - Method in class jadex.extension.rs.publish.Value
Get the clazz.
getCleaner() - Method in class jadex.commons.collection.LRU
Get the cleaner object.
getCleaners() - Method in class jadex.quickstart.cleanerworld.environment.SensorActuator
Get the known other cleaners.
getCleanupFuture() - Method in class jadex.bridge.service.types.cms.CmsState.CmsComponentState
Gets the cleanupfuture.
getCleanupFuture(IComponentIdentifier) - Method in class jadex.bridge.service.types.cms.CmsState
Convenience method to get the cleanup future of a component.
getCli() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the flag if command line interface is opened.
getCliConsole() - Method in interface jadex.base.IExtendedPlatformConfiguration
Should the cli console (in jcc)
getClippingBox() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Returns the clipping box.
getClock() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the clock flag.
getClock() - Method in class jadex.bdiv3x.runtime.Plan
Get the clock.
getClockService() - Method in interface jadex.bridge.service.types.simulation.ISimulationService
Get the platform clock.
getClockService(IInternalAccess) - Static method in class jadex.base.Starter
Get the clock service.
getClockTime() - Method in class jadex.commons.collection.LeaseTimeSet
Get the current time.
getClockTime() - Method in class jadex.commons.collection.PassiveLeaseTimeSet
Get the current time.
getClockType() - Method in interface jadex.bridge.service.types.clock.IClockService
Get the clock type.
getCloneProcessors() - Method in interface jadex.bridge.service.types.serialization.ISerializationServices
Get the clone processors.
getClosedTag() - Method in interface jadex.xml.reader.IXMLReader
Get the XML tag struct of the last closed tag.
getClosedTag() - Method in class jadex.xml.stax.StaxReaderWrapper
Get the XML tag struct of the last closed tag.
getCmsListeners() - Method in class jadex.bridge.service.types.cms.CmsState.CmsComponentState
Gets the cmslisteners.
getCmsListeners(IComponentIdentifier) - Method in class jadex.bridge.service.types.cms.CmsState
Get the CMS listeners of a component or listen-to-all listeners if cid == null.
getCnt() - Method in class jadex.commons.future.CounterResultListener
Get the current number of received results.
getCodecId() - Method in interface jadex.bridge.service.types.message.ICodec
Get the codec id.
getCodeSource(String, String) - Static method in class jadex.commons.SUtil
Get the source code base using a packagename and a filename.
getCollection(Object) - Method in class jadex.commons.collection.MultiCollection
Get the values associated to a key as collection.
getColor() - Method in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Gets the color or color binding of the drawable
getColor() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Gets the color or color binding of the drawable
getColor() - Method in class jadex.extension.envsupport.observer.graphics.layer.Layer
 
getColor() - Method in class jadex.extension.envsupport.observer.graphics.ModulateComposite
Method supplying the modulation color.
getColor() - Method in class jadex.extension.envsupport.observer.graphics.TextInfo
 
getColumnClass(int) - Method in class jadex.commons.gui.jtable.DelegateTableModel
 
getColumnClass(int) - Method in class jadex.commons.gui.jtable.ObjectTableModel
Get the class of the column.
getColumnClass(int) - Method in class jadex.commons.gui.jtable.TableSorter
 
getColumnClass(int) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
 
getColumnClass(int) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableModel
Get the class of a column.
getColumnClass(int) - Method in class jadex.commons.gui.jtreetable.DynamicTreeTableModel
Returns the column class for column column.
getColumnClass(int) - Method in interface jadex.commons.gui.jtreetable.TreeTableModel
Returns the type for column number column.
getColumnClass(int) - Method in class jadex.commons.gui.jtreetable.TreeTableModelAdapter
 
getColumnCount() - Method in class jadex.commons.gui.jtable.DelegateTableModel
 
getColumnCount() - Method in class jadex.commons.gui.jtable.ObjectTableModel
 
getColumnCount() - Method in class jadex.commons.gui.jtable.StringArrayTableModel
Override
getColumnCount() - Method in class jadex.commons.gui.jtable.TableSorter
 
getColumnCount() - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableModel
Get the number of columns.
getColumnCount() - Method in class jadex.commons.gui.jtreetable.DynamicTreeTableModel
Returns the number of column names passed into the constructor.
getColumnCount() - Method in interface jadex.commons.gui.jtreetable.TreeTableModel
Returns the number of available columns.
getColumnCount() - Method in class jadex.commons.gui.jtreetable.TreeTableModelAdapter
 
getColumnIndex(String) - Method in class jadex.extension.envsupport.evaluation.DataTable
Get the column index for a column name.
getColumnName(int) - Method in class jadex.commons.gui.jtable.DelegateTableModel
 
getColumnName(int) - Method in class jadex.commons.gui.jtable.ObjectTableModel
Get a column name
getColumnName(int) - Method in class jadex.commons.gui.jtable.StringArrayTableModel
Override
getColumnName(int) - Method in class jadex.commons.gui.jtable.TableSorter
 
getColumnName(int) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableModel
Get the name of a column.
getColumnName(int) - Method in class jadex.commons.gui.jtreetable.DynamicTreeTableModel
Returns the column name passed into the constructor.
getColumnName(int) - Method in interface jadex.commons.gui.jtreetable.TreeTableModel
Returns the name for column number column.
getColumnName(int) - Method in class jadex.commons.gui.jtreetable.TreeTableModelAdapter
 
getColumnNames() - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
Get the column names (display names).
getColumnNames() - Method in class jadex.extension.envsupport.evaluation.DataTable
Get the columnnames.
getColumnNumber() - Method in interface jadex.xml.stax.ILocation
Return the column number where the current event ends, returns -1 if none is available.
getColumnNumber() - Method in class jadex.xml.stax.JadexLocationWrapper
Return the column number where the current event ends, returns -1 if none is available.
getColumnNumber() - Method in class jadex.xml.stax.Location
Return the column number where the current event ends, returns -1 if none is available.
getColumnNumber() - Method in class jadex.xml.stax.StaxLocationWrapper
Return the column number where the current event ends, returns -1 if none is available.
getColumns() - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
Get the columns (internal property names).
getColumnValueAt(int) - Method in class jadex.bpmn.MultiColumnTable.MultiColumnTableRow
 
getColumnValues() - Method in class jadex.bpmn.MultiColumnTable.MultiColumnTableRow
 
getCombo() - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
Get the combo.
getComboBox(String) - Method in class jadex.commons.gui.PropertiesPanel
Get a combo box.
getCommand() - Method in class jadex.bridge.service.types.cron.CronJob
Get the command.
getComment() - Method in class jadex.xml.reader.AReadContext
Get the comment.
getComment() - Method in class jadex.xml.writer.WriteObjectInfo
Get the comment.
getCommentInfo() - Method in class jadex.xml.MappingInfo
Get the commentinfo.
getCommentInfo() - Method in class jadex.xml.TypeInfo
Get the comment info.
getCommittedVirtualMemorySize() - Static method in class jadex.commons.OperatingSystemMXBeanFacade
 
getCommonName(X500Name) - Static method in class jadex.commons.security.SSecurity
Returns the subject ID of a certificate.
getComparator() - Method in interface jadex.extension.envsupport.environment.space2d.KdNode.IKdValueFetcher
Returns a comparator for sorting within the current hyperplane.
getComparator() - Method in class jadex.extension.envsupport.environment.space2d.KdNode.KdValueFetcherX
Returns a comparator for sorting within the current hyperplane.
getComparator() - Method in class jadex.extension.envsupport.environment.space2d.KdNode.KdValueFetcherY
Returns a comparator for sorting within the current hyperplane.
getComparator(int) - Method in class jadex.commons.gui.jtable.TableSorter
 
getComplexColumnsMarker() - Method in class jadex.bpmn.MultiColumnTableEx
 
getComplexValue(String) - Method in class jadex.bpmn.MultiColumnTableEx
Get a complex value from this table
getComponent() - Method in class jadex.bdiv3.model.MBody
Get the component.
getComponent() - Method in class jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
The component to be shown in the gui.
getComponent() - Method in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
The component to be shown in the gui.
getComponent() - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Get the component.
getComponent() - Method in class jadex.bridge.nonfunctional.SimpleValueNFProperty
Get the component.
getComponent() - Method in class jadex.bridge.service.component.interceptors.ComponentThreadInterceptor
Get the component.
getComponent() - Method in class jadex.bridge.service.search.TagFilter
 
getComponent() - Method in class jadex.bridge.service.types.cms.InitInfo
Get the adapter.
getComponent(IComponentIdentifier) - Method in class jadex.bridge.service.types.cms.CmsState
Convenience method to get the state of a component.
getComponent(IComponentIdentifier) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Helper to get a component from components or init infos.
getComponent(Object) - Method in class jadex.commons.gui.ObjectCardLayout
Get a component for the given identifier.
getComponent(String) - Method in class jadex.commons.gui.PropertiesPanel
Get a component.
getComponentActionList() - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Get the list of scheduled component actions
getComponentDescription() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Get the component description.
getComponentDescription() - Method in class jadex.bdiv3x.runtime.CapabilityWrapper
Get the component description.
getComponentDescription() - Method in interface jadex.bdiv3x.runtime.ICapability
Get the component description.
getComponentDescription() - Method in class jadex.bdiv3x.runtime.Plan
Get the agent description.
getComponentDescription() - Method in class jadex.bridge.component.ComponentCreationInfo
Get the component description.
getComponentDescription() - Method in class jadex.bridge.fipa.CMSSearchComponents
Get the componentdescription of this CMSSearchComponents.
getComponentDescription() - Method in interface jadex.bridge.modelinfo.IPersistInfo
Get the component description.
getComponentDescription() - Method in class jadex.bridge.service.types.cms.CMSStatusEvent
Get the component description.
getComponentDescription(int) - Method in class jadex.bridge.fipa.CMSSearchComponents
Get an componentdescriptions of this CMSSearchComponents.
getComponentDescription(IComponentIdentifier) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Get the component description of a single component.
getComponentDescriptions() - Method in class jadex.bridge.fipa.CMSSearchComponents
Get the componentdescriptions of this CMSSearchComponents.
getComponentDescriptions(IComponentIdentifier) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Get the component descriptions.
getComponentFactory() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the component factory.
getComponentFactory(IComponentIdentifier) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Get the bootstrap factory
getComponentFactory(String, CreationInfo, IResourceIdentifier, boolean, boolean, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Get a fitting component factory for a specific model.
getComponentFeatures(IModelInfo) - Method in class jadex.bdiv3.BDIAgentFactory
Get the component features for a model.
getComponentFeatures(IModelInfo) - Method in class jadex.bdiv3x.BDIXComponentFactory
Get the component features for a model.
getComponentFeatures(IModelInfo) - Method in class jadex.bpmn.BpmnFactory
Get the component features for a model.
getComponentFeatures(IModelInfo) - Method in interface jadex.bridge.service.types.factory.IComponentFactory
Get the component features for a model.
getComponentFeatures(IModelInfo) - Method in class jadex.micro.KernelMultiAgent
Get the component features for a model.
getComponentFeatures(IModelInfo) - Method in class jadex.micro.MicroAgentFactory
Get the component features for a model.
getComponentFeatures(IModelInfo) - Method in class jadex.microservice.MicroserviceFactory
Get the component features for a model.
getComponentFilename(String) - Method in interface jadex.bridge.component.ISubcomponentsFeature
Get the file name of a component type.
getComponentFilename(String) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Get the file name for a logical type name of a subcomponent of this application.
getComponentIdentifier() - Method in class jadex.bdi.planlib.watchdog.ObservationDescription
Get the component id.
getComponentIdentifier() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Get the agent identifier.
getComponentIdentifier() - Method in class jadex.bdiv3x.runtime.CapabilityWrapper
Get the agent identifier.
getComponentIdentifier() - Method in interface jadex.bdiv3x.runtime.ICapability
Get the agent identifier.
getComponentIdentifier() - Method in class jadex.bdiv3x.runtime.Plan
Get the agent identifier.
getComponentIdentifier() - Method in exception jadex.bridge.ComponentNotFoundException
Get the component identifier.
getComponentIdentifier() - Method in exception jadex.bridge.ComponentPersistedException
Get the component identifier.
getComponentIdentifier() - Method in exception jadex.bridge.ComponentTerminatedException
Get the component identifier.
getComponentIdentifier() - Method in class jadex.bridge.fipa.CMSCreateComponent
Get the componentidentifier of this AMSCreateComponent.
getComponentIdentifier() - Method in class jadex.bridge.fipa.CMSDestroyComponent
Get the componentidentifier of this AMSDestroyComponent.
getComponentIdentifier() - Method in class jadex.bridge.fipa.CMSResumeComponent
Get the componentidentifier of this AMSResumeComponent.
getComponentIdentifier() - Method in class jadex.bridge.fipa.CMSSuspendComponent
Get the componentidentifier of this CMSSuspendComponent.
getComponentIdentifier() - Method in interface jadex.bridge.ILocalResourceIdentifier
Get the platform identifier belonging to the resource identifier.
getComponentIdentifier() - Method in class jadex.bridge.LocalResourceIdentifier
Get the platform identifier belonging to the resource identifier.
getComponentIdentifier() - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Get the component identifier.
getComponentIdentifier() - Method in class jadex.bridge.service.types.chat.ChatEvent
Get the cid.
getComponentIdentifier() - Method in class jadex.bridge.service.types.cms.CMSStatusEvent
Get the componentIdentifier.
getComponentIdentifiers(IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Get the component identifiers.
getComponentInstances() - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Get all components.
getComponentMap() - Method in class jadex.bridge.service.types.cms.CmsState
Gets the component map.
getComponentModels() - Method in interface jadex.bridge.service.types.library.ILibraryService
todo: support all component models Get all startable component models (currently only Java classes with @Agent).
getComponentName() - Method in class jadex.bdiv3x.runtime.Plan
Get the agent name.
getComponentName() - Method in class jadex.bridge.service.RequiredServiceBinding
Get the componentname.
getComponentName() - Method in class jadex.extension.envsupport.environment.AvatarMapping
Get the component name expression, if any.
getComponentPropertyProvider() - Method in interface jadex.bridge.component.INFPropertyComponentFeature
Get the component property provider.
getComponents() - Method in interface jadex.base.IPlatformConfiguration
Get the components as list.
getComponents() - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Get the avatar objects.
getComponentType() - Method in class jadex.bridge.service.RequiredServiceBinding
Get the componenttype.
getComponentType() - Method in class jadex.extension.agr.MPosition
Get the agent type.
getComponentType() - Method in class jadex.extension.envsupport.environment.AvatarMapping
Get the componenttype.
getComponentType(IComponentIdentifier) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
 
getComponentType(String, String[], IResourceIdentifier) - Method in class jadex.bdiv3.BDIAgentFactory
Get the component type of a model.
getComponentType(String, String[], IResourceIdentifier) - Method in class jadex.bdiv3x.BDIXComponentFactory
Get the component type of a model.
getComponentType(String, String[], IResourceIdentifier) - Method in class jadex.bpmn.BpmnFactory
Get the component type of a model.
getComponentType(String, String[], IResourceIdentifier) - Method in interface jadex.bridge.service.types.factory.IComponentFactory
Get the component type of a model.
getComponentType(String, String[], IResourceIdentifier) - Method in class jadex.micro.KernelMultiAgent
Get the component type of a model.
getComponentType(String, String[], IResourceIdentifier) - Method in class jadex.micro.MicroAgentFactory
Get the component type of a model.
getComponentType(String, String[], IResourceIdentifier) - Method in class jadex.microservice.MicroserviceFactory
Get the component type of a model.
getComponentTypeIcon(String) - Method in class jadex.bdiv3.BDIAgentFactory
Get a default icon for a file type.
getComponentTypeIcon(String) - Method in class jadex.bdiv3x.BDIXComponentFactory
Get a default icon for a file type.
getComponentTypeIcon(String) - Method in class jadex.bpmn.BpmnFactory
Get a default icon for a file type.
getComponentTypeIcon(String) - Method in interface jadex.bridge.service.types.factory.IComponentFactory
Get a default icon for a component type.
getComponentTypeIcon(String) - Method in class jadex.micro.KernelMultiAgent
Get a default icon for a component type.
getComponentTypeIcon(String) - Method in class jadex.micro.MicroAgentFactory
Get a default icon for a file type.
getComponentTypeIcon(String) - Method in class jadex.microservice.MicroserviceFactory
Get a default icon for a file type.
getComponentTypes() - Method in class jadex.bdiv3.BDIAgentFactory
Get the names of ADF file types supported by this factory.
getComponentTypes() - Method in class jadex.bdiv3x.BDIXComponentFactory
Get the names of ADF file types supported by this factory.
getComponentTypes() - Method in class jadex.bpmn.BpmnFactory
Get the names of ADF file types supported by this factory.
getComponentTypes() - Method in interface jadex.bridge.service.types.factory.IComponentFactory
Get the names of component types supported by this factory.
getComponentTypes() - Method in class jadex.extension.envsupport.environment.PerceptType
Get the component types.
getComponentTypes() - Method in class jadex.micro.KernelMultiAgent
Get the names of component types supported by this factory.
getComponentTypes() - Method in class jadex.micro.MicroAgentFactory
Get the names of ADF file types supported by this factory.
getComponentTypes() - Method in class jadex.microservice.MicroserviceFactory
Get the names of ADF file types supported by this factory.
getCond() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 
getCond() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.SpatialControl
 
getCondition() - Method in class jadex.bdiv3.model.MTrigger
Get the condition.
getCondition(String) - Method in class jadex.bdiv3.model.MCapability
Get a condition.
getConditions() - Method in class jadex.bdiv3.model.MCapability
Get the conditions.
getConditions() - Method in class jadex.bdiv3.model.MGoal
Get all conditions.
getConditions(String) - Method in class jadex.bdiv3.model.MGoal
Get the conditions of a type.
getConfiguration() - Method in class jadex.bridge.component.ComponentCreationInfo
Get the configuration.
getConfiguration() - Method in class jadex.bridge.fipa.CMSCreateComponent
Get the configuration of this AMSCreateComponent.
getConfiguration() - Method in interface jadex.bridge.IInternalAccess
Get the configuration.
getConfiguration() - Method in class jadex.bridge.modelinfo.ComponentInstanceInfo
Get the configuration.
getConfiguration() - Method in class jadex.bridge.service.types.cms.CreationInfo
Get the configuration.
getConfiguration() - Method in class jadex.bridge.service.types.cms.PlatformComponent
Get the start configuration or the default configuration if any.
getConfiguration(String) - Method in class jadex.bdiv3.model.MCapability
Get the configurations.
getConfiguration(String) - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the configurations.
getConfiguration(String) - Method in class jadex.bridge.modelinfo.ModelInfo
Get a configuration.
getConfigurationFile() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the configuration file.
getConfigurationInfo(String, IModelInfo) - Static method in class jadex.base.PlatformConfigurationHandler
Get the configuration name.
getConfigurationName() - Method in interface jadex.base.IPlatformConfiguration
Get the configuration name.
getConfigurationName() - Method in class jadex.base.PlatformConfigurationHandler
 
getConfigurationName() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Get the configuration name.
getConfigurationName() - Method in class jadex.bdiv3x.runtime.CapabilityWrapper
Get the configuration name.
getConfigurationName() - Method in interface jadex.bdiv3x.runtime.ICapability
Get the configuration name.
getConfigurationNames() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the configurations.
getConfigurationNames() - Method in class jadex.bridge.modelinfo.ModelInfo
Get the configurations.
getConfigurations() - Method in class jadex.bdiv3.model.MCapability
Get the configurations.
getConfigurations() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the configurations.
getConfigurations() - Method in class jadex.bridge.modelinfo.ModelInfo
Get the configurations.
getConnection() - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Get the connection.
getConnection() - Method in class jadex.bridge.component.streams.LocalAbstractConnectionHandler
Get the connection.
getConnectionHandler() - Method in class jadex.bridge.component.streams.AbstractConnection
Get the connection handler.
getConnectionHandler() - Method in class jadex.bridge.component.streams.LocalAbstractConnectionHandler
Get the conhandler.
getConnectionId() - Method in class jadex.bridge.component.streams.AbstractConnection
Get the id.
getConnectionId() - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Get the id.
getConnectionId() - Method in class jadex.bridge.component.streams.LocalAbstractConnectionHandler
Get the id.
getConnectionId() - Method in class jadex.bridge.component.streams.StreamPacket
Get the connectionid.
getConnectionId() - Method in interface jadex.bridge.IConnection
Get the connection id.
getConnectionId() - Method in class jadex.bridge.service.types.remote.ServiceInputConnection
Get the connection id.
getConnectionId() - Method in class jadex.bridge.service.types.remote.ServiceInputConnectionProxy
Get the connectionid.
getConnectionId() - Method in class jadex.bridge.service.types.remote.ServiceOutputConnection
 
getConnectionId() - Method in class jadex.bridge.service.types.remote.ServiceOutputConnectionProxy
Get the connectionid.
getConnections() - Method in interface jadex.bridge.service.types.transport.ITransportInfoService
Get the established connections.
getConnectionState() - Method in interface jadex.bridge.service.types.remote.IProxyAgentService
Get the connection state of the proxy.
getConstantValue() - Method in class jadex.javaparser.javaccimpl.ExpressionNode
Get the constant value.
getConstructor(ClassLoader) - Method in class jadex.bdiv3.model.ConstructorInfo
Get the constructor via classloader.
getConstructorTarget() - Method in class jadex.bdiv3.model.MCondition
Get the ctarget.
getContacts() - Method in class jadex.bdi.planlib.watchdog.ObservationDescription
Get the contact data.
getContent() - Method in class jadex.bridge.fipa.FipaMessage
Denotes the content of the message; equivalently denotes the object of the action.
getContent() - Method in class jadex.bridge.service.types.email.Email
Get the content.
getContent() - Method in exception jadex.extension.rs.invoke.RestInvocationHelper.RequestFailedException
Gets the received content.
getContent() - Method in class jadex.xml.StackElement
Get the content (if any).
getContent() - Method in class jadex.xml.writer.WriteObjectInfo
Get the content.
getContentInfo() - Method in class jadex.xml.MappingInfo
Get the contentinfo.
getContentInfo() - Method in class jadex.xml.TypeInfo
Get the content info.
getContentLength() - Method in class jadex.extension.rs.invoke.RestResponse
 
getContentType() - Method in class jadex.bridge.service.types.email.Email
Get the contenttype.
getContentType() - Method in class jadex.extension.rs.invoke.RestResponse
 
getContext() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the context flag.
getContext() - Method in class jadex.extension.envsupport.observer.graphics.java2d.ViewportJ2D
 
getContextCondition() - Method in class jadex.bdiv3.model.MPlan
Get the contextcondition.
getContextConditionMethod(ClassLoader) - Method in class jadex.bdiv3.model.MBody
 
getContextVariable(String) - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Get the value of the given context variable.
getControler() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
getConversationId() - Method in class jadex.bridge.fipa.FipaMessage
Introduces an expression (a conversation identifier) which is used to identify the ongoing sequence of communicative acts that together form a conversation.
getConverter() - Method in class jadex.xml.AttributeInfo
Get the attribute converter.
getConverter() - Method in class jadex.xml.SubobjectInfo
Get the converter.
getCorrectAnonymousInnerClass(Class<?>, Map<String, String>, ClassLoader) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Bug with Java compilers that enumerate anonymous inner classes as they like.
getCount() - Method in class jadex.commons.future.FutureBarrier
Get the number of futures.
getCreationInfo() - Method in class jadex.bridge.service.RequiredServiceBinding
Get the creationinfo.
getCreationTime() - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Get the creation time.
getCreationTime() - Method in interface jadex.bridge.service.types.cms.IComponentDescription
Get the creation time.
getCreator() - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Get the creator.
getCreator() - Method in interface jadex.bridge.service.types.cms.IComponentDescription
Get the creator of this component.
getCurrentDirectory(IExternalAccess) - Static method in class jadex.base.SRemoteFileChooser
Get the current directory of the remote VM.
getCurrentInvocation() - Static method in class jadex.bridge.ServiceCall
Get the service call instance corresponding to the current execution context.
getCurrentIterator() - Method in class jadex.commons.collection.MultiIterator
Get the current iterator.
getCurrentKey() - Method in class jadex.commons.gui.ObjectCardLayout
Get the key of the currently shown component (if any).
getCurrentOffer() - Method in class jadex.bdi.planlib.protocols.ExponentialPriceCalculator
Get the price for the current round of this auction.
getCurrentOffer() - Method in interface jadex.bdi.planlib.protocols.IOfferGenerator
Returns the current offer for the round.
getCurrentOffer() - Method in class jadex.bdi.planlib.protocols.LinearPriceCalculator
Get the current price.
getCurrentSearch() - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo
Get the current search.
getCurrentServiceCall() - Method in class jadex.bridge.service.component.ServiceInvocationContext
Get the last service call.
getCurrentServiceClasses() - Method in interface jadex.commons.beans.beancontext.BeanContextServices
 
getCurrentServiceClasses() - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
Returns an iterator of all registered service classes, with removed() disabled.
getCurrentServiceSelectors() - Method in class jadex.commons.beans.beancontext.BeanContextServiceAvailableEvent
 
getCurrentServiceSelectors(BeanContextServices, Class) - Method in interface jadex.commons.beans.beancontext.BeanContextServiceProvider
 
getCurrentServiceSelectors(BeanContextServices, Class) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
Throws UnsupportedOperationException.
getCurrentServiceSelectors(Class) - Method in interface jadex.commons.beans.beancontext.BeanContextServices
 
getCurrentServiceSelectors(Class) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
Returns the service selectors of the specified service.
getCurrentStateEvents() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Get the current state as events.
getCustomizerClass() - Method in class jadex.commons.beans.BeanDescriptor
Class/
getCustomNameAuthorities() - Method in interface jadex.bridge.service.types.security.ISecurityService
Gets all authorities not defined in the Java trust store for authenticating platform names.
getData() - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Gets the data.
getData() - Method in class jadex.bpmn.runtime.ProcessThread
Get the data.
getData() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the data.
getData() - Method in class jadex.bridge.component.streams.StreamPacket
Get the data.
getData() - Method in class jadex.commons.collection.CacheEntry
Get the data.
getData() - Method in class jadex.commons.collection.TreeNode
Get the node data.
getData() - Method in class jadex.commons.gui.EditableListEvent
Get all data.
getData() - Method in class jadex.commons.LazyResource
Get the resource contents.
getData(int) - Method in class jadex.commons.gui.EditableListEvent
Get the data for a specific row.
getData(int, int) - Method in class jadex.extension.envsupport.evaluation.DataTable
Get the data element from a specific row and column.
getData(String) - Method in class jadex.bpmn.tools.ProcessThreadInfo
Set the data.
getDataConsumer(String) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Get a data consumer.
getDataConsumers() - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Get the data consumers.
getDataedges() - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Gets the dataedges.
getDataEdges() - Method in class jadex.bpmn.runtime.ProcessThread
Get the data edges.
getDataEdgeValues() - Method in class jadex.bpmn.runtime.ProcessThread
 
getDataProvider(String) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Get a data provider.
getDataView(String) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Gets a specific view.
getDataView(String) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Gets a specific dataview.
getDataViews() - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Get all available dataviews in this space.
getDataViews() - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Get all available dataviews in this space.
getDataViews() - Method in class jadex.extension.envsupport.observer.gui.ObserverCenter
Returns the available dataviews.
getDate() - Method in class jadex.bridge.VersionInfo
Get the release date.
getDate() - Method in class jadex.extension.rs.invoke.RestResponse
 
getDebugFutures() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the debug futures flag.
getDebugServices() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the debug services flag.
getDebugSteps() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the debug steps flag.
getDeclared(Object, String) - Static method in class jadex.commons.SReflect
Get the declared object, doesnt cumulate through superclasses.
getDeclaredAttributeInfos() - Method in class jadex.xml.TypeInfo
Get the declared attribute infos.
getDeclaredMethod0(Class<?>, String, Class<?>...) - Static method in class jadex.commons.SReflect
Gets a declared methods similar to Class.getDeclaredMethod() but returns null instead of throwing exception.
getDeclaredRestType(Method) - Static method in class jadex.extension.rs.invoke.RSJAXAnnotationHelper
Get the declared rest type.
getDeclaredSubobjectInfos() - Method in class jadex.xml.TypeInfo
Get the declared subobject infos.
getDeclaringInterface(Class<?>, String, Class<?>...) - Static method in class jadex.commons.SReflect
Finds the declaring interface of a method in a multiple-inheritance interface using a breadth-first approach.
getDecoupledFuture(IFuture<T>) - Method in class jadex.bridge.service.types.cms.PlatformComponent.ExternalAccessInvocationHandler
Returns a future that schedules back to calling component if necessary..
getDefault() - Static method in class jadex.base.PlatformConfigurationHandler
Returns a PlatformConfiguration with the default parameters.
getDefaultBinding() - Method in class jadex.bridge.service.RequiredServiceInfo
Get the binding.
getDefaultDirectory() - Static method in class jadex.commons.SNonAndroid
Get the default directory.
getDefaultDirectory() - Static method in class jadex.commons.SUtil
Get the home directory.
getDefaultDirectory(IExternalAccess) - Static method in class jadex.base.SRemoteFileChooser
Return the user's default starting directory for the file chooser.
getDefaultEventIndex() - Method in interface jadex.commons.beans.BeanInfo
 
getDefaultEventIndex() - Method in class jadex.commons.beans.SimpleBeanInfo
 
getDefaultFact() - Method in class jadex.bdiv3.model.MBelief
Get the value.
getDefaultFacts() - Method in class jadex.bdiv3.model.MBelief
Get the value.
getDefaultHandler() - Method in class jadex.xml.reader.AReadContext
Get the defaulthandler.
getDefaultNoGui() - Static method in class jadex.base.PlatformConfigurationHandler
Returns a PlatformConfiguration with the default parameters but without gui.
getDefaultPropertyIndex() - Method in interface jadex.commons.beans.BeanInfo
 
getDefaultPropertyIndex() - Method in class jadex.commons.beans.SimpleBeanInfo
 
getDefaultRange() - Method in class jadex.bdi.planlib.DefaultBDIVisionProcessor
Get the default range.
getDefaultRange() - Method in class jadex.extension.envsupport.environment.space2d.DefaultVisionGenerator
Get the default range.
getDefaultRange() - Method in class jadex.extension.envsupport.environment.space3d.DefaultVisionGenerator
Get the default range.
getDefaultTestConfig(Class<?>) - Static method in class jadex.base.test.util.STest
Get the test configuration using a unique platform name derived from the test class.
getDefaultTestConfig(String) - Static method in class jadex.base.test.util.STest
Get the test configuration using a unique platform name derived from the test name.
getDefaultTimeout() - Method in interface jadex.base.IPlatformConfiguration
Get the default timeout.
getDefaultTimeout() - Method in class jadex.bridge.service.component.ComponentSuspendable
Get the default timeout.
getDefaultTimeout() - Method in class jadex.commons.future.ThreadSuspendable
Get the default timeout.
getDefaultTimeout(IComponentIdentifier) - Static method in class jadex.base.Starter
Get the default timeout.
getDefaultTransform() - Method in class jadex.extension.envsupport.observer.graphics.java2d.ViewportJ2D
Returns the default transform.
getDefaultValue() - Method in class jadex.bdiv3.model.MParameter
Get the value.
getDefaultValue() - Method in class jadex.bridge.modelinfo.Argument
Get the default value.
getDefaultValue() - Method in interface jadex.bridge.modelinfo.IArgument
Get the default value.
getDefaultValue() - Method in class jadex.xml.AccessInfo
Get the defaultvalue.
getDefaultValue(Class) - Static method in class jadex.commons.SReflect
Get default value for basic types.
getDefaultValue(Object) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Get the default value.
getDefaultValues() - Method in class jadex.bdiv3.model.MParameter
Get the value.
getDefaultVerifier(X509CertificateHolder) - Static method in class jadex.commons.security.SSecurity
Gets a verifier based on a certificate to identify the algorithm.
getDelay() - Method in class jadex.bridge.service.types.awareness.AwarenessInfo
Get the delay.
getDelay() - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Get the time.
getDelay() - Method in class jadex.micro.IntervalBehavior
Get the delay.
getDelay(String) - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Get the time.
getDelegate() - Method in interface jadex.bridge.service.types.library.ISimpleDelegationClassLoader
 
getDelegate() - Method in class jadex.commons.gui.jtable.DelegateTableModel
 
getDelegationFuture(IFuture<T>, FutureFunctionality) - Static method in class jadex.bridge.service.component.interceptors.FutureFunctionality
 
getDelegationFuture(Class<?>, FutureFunctionality) - Static method in class jadex.bridge.service.component.interceptors.FutureFunctionality
 
getDeliberation() - Method in class jadex.bdiv3.model.MGoal
Get the deliberation.
getDelta() - Method in interface jadex.bridge.service.types.clock.IClock
Get the clock delta.
getDelta() - Method in interface jadex.bridge.service.types.clock.IClockService
Get the clock delta.
getDeparture() - Method in class jadex.commons.concurrent.MonitoredThread
Gets the time the thread departed from the pool.
getDescription() - Method in class jadex.base.test.TestReport
Get the description.
getDescription() - Method in class jadex.bdiv3.model.MElement
Get the description.
getDescription() - Method in interface jadex.bpmn.runtime.editor.IEditorParameterMetaInfo
Get the description.
getDescription() - Method in interface jadex.bpmn.runtime.editor.IEditorTaskMetaInfo
Get the description.
getDescription() - Method in interface jadex.bridge.component.IExecutionFeature
Get the component description.
getDescription() - Method in class jadex.bridge.modelinfo.Argument
Get the description.
getDescription() - Method in interface jadex.bridge.modelinfo.IArgument
Get the description.
getDescription() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the model description.
getDescription() - Method in class jadex.bridge.modelinfo.Startable
Get the model description.
getDescription() - Method in class jadex.bridge.service.types.appstore.AppMetaInfo
Get the description.
getDescription() - Method in class jadex.bridge.service.types.cms.PlatformComponent
Get the component description.
getDescription(IComponentIdentifier) - Method in interface jadex.bridge.component.IExternalExecutionFeature
Get the component description.
getDescription(IComponentIdentifier) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Get the component description.
getDescription(IComponentIdentifier) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Get the description for a component (if any).
getDescriptionAsync() - Method in interface jadex.bridge.component.IExternalExecutionFeature
Get the component description.
getDescriptions() - Method in interface jadex.bridge.component.IExternalExecutionFeature
Get the component description.
getDescriptions() - Method in class jadex.bridge.service.types.cms.PlatformComponent
Get the component description.
getDesiredFree() - Method in class jadex.commons.DefaultPoolStrategy
Get the desfree.
getDexEntries(File) - Method in interface jadex.commons.SUtil.AndroidUtils
Get all Classes in a dex file as Enumeration.
getDf() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the df (directory facilitator) flag.
getDilation() - Method in interface jadex.bridge.service.types.clock.IClockService
Get the clocks dilation.
getDirection() - Method in class jadex.bdiv3.model.MMessageEvent
Get the direction.
getDirection() - Method in class jadex.bdiv3.model.MParameter
Get the direction.
getDirection() - Method in interface jadex.bpmn.runtime.editor.IEditorParameterMetaInfo
Get the direction.
getDirection() - Method in interface jadex.extension.envsupport.math.IVector2
Returns the direction (theta) of the vector.
getDirection() - Method in interface jadex.extension.envsupport.math.IVector3
Returns the direction (theta) of the vector.
getDirection() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Returns the direction (theta) of the vector.
getDirection() - Method in class jadex.extension.envsupport.math.Vector2Double
 
getDirection() - Method in class jadex.extension.envsupport.math.Vector2Int
Returns the direction (theta) of the vector.
getDirection() - Method in class jadex.extension.envsupport.math.Vector3Double
 
getDirection() - Method in class jadex.extension.envsupport.math.Vector3Int
Returns the direction of the vector.
getDirection(IVector2) - Method in interface jadex.extension.envsupport.math.IVector2
Returns the direction (theta) of the vector.
getDirection(IVector2) - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
 
getDirection(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Double
 
getDirection(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Int
 
getDirection(String) - Static method in enum jadex.bdiv3.model.MMessageEvent.Direction
 
getDirection(String) - Static method in enum jadex.bdiv3.model.MParameter.Direction
 
getDirectionAsDouble() - Method in interface jadex.extension.envsupport.math.IVector2
Returns the direction (theta) of the vector as double.
getDirectionAsDouble() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Returns the direction (theta) of the vector as double.
getDirectionAsDouble() - Method in class jadex.extension.envsupport.math.Vector2Double
 
getDirectionAsDouble() - Method in class jadex.extension.envsupport.math.Vector2Int
Returns the direction (theta) of the vector as double.
getDirectionAsDouble(IVector2) - Method in interface jadex.extension.envsupport.math.IVector2
Returns the direction (theta) of the vector as double.
getDirectionAsDouble(IVector2) - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
 
getDirectionAsDouble(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Double
 
getDirectionAsDouble(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Int
 
getDirectionAsFloat() - Method in interface jadex.extension.envsupport.math.IVector2
Returns the direction (theta) of the vector as float.
getDirectionAsFloat() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Returns the direction (theta) of the vector as float.
getDirectionAsFloat() - Method in class jadex.extension.envsupport.math.Vector2Double
 
getDirectionAsFloat() - Method in class jadex.extension.envsupport.math.Vector2Int
Returns the direction (theta) of the vector as float.
getDirectionAsFloat(IVector2) - Method in interface jadex.extension.envsupport.math.IVector2
Returns the direction (theta) of the vector as float.
getDirectionAsFloat(IVector2) - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
 
getDirectionAsFloat(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Double
 
getDirectionAsFloat(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Int
 
getDispatchedElement() - Method in interface jadex.bdiv3.runtime.IPlan
Get the dispatched element.
getDispatchedElement() - Method in class jadex.bdiv3x.runtime.Plan
Get the reason this plan was created for.
getDisplayName() - Method in class jadex.bridge.service.types.filetransfer.FileData
Get the displayname.
getDisplayName() - Method in class jadex.commons.beans.FeatureDescriptor
FeatureDescriptor.getName() if not set.
getDisplayName(File) - Static method in class jadex.bridge.service.types.filetransfer.FileData
Get the display name for a file.
getDisplayName(File) - Static method in class jadex.commons.SNonAndroid
Get the display name (e.g.
getDisplayName(File) - Static method in class jadex.commons.SUtil
Get the display name (e.g.
getDisplayOrder() - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Gets the display order.
getDistance(ISpaceObject, IVector2) - Static method in class jadex.extension.envsupport.environment.space2d.KdNode
 
getDistance(IVector1) - Method in interface jadex.extension.envsupport.math.IVector1
Returns the distance to another vector
getDistance(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Double
 
getDistance(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Int
Returns the distance to another vector
getDistance(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Long
Returns the distance to another vector
getDistance(IVector1, IVector1, boolean) - Method in class jadex.extension.envsupport.environment.space2d.Space2D
Get the distance between two coordinates (x or y).
getDistance(IVector1, IVector1, boolean) - Method in class jadex.extension.envsupport.environment.space3d.Space3D
Get the distance between two coordinates (x or y).
getDistance(IVector2) - Method in interface jadex.extension.envsupport.math.IVector2
Returns the distance to another vector.
getDistance(IVector2) - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Returns the distance to another vector.
getDistance(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Double
 
getDistance(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Int
Returns the distance to another vector.
getDistance(IVector2, IVector2) - Method in class jadex.extension.envsupport.environment.space2d.Space2D
Get the distance between two positions.
getDistance(IVector3) - Method in interface jadex.extension.envsupport.math.IVector3
Returns the distance to another vector.
getDistance(IVector3) - Method in class jadex.extension.envsupport.math.Vector3Double
 
getDistance(IVector3) - Method in class jadex.extension.envsupport.math.Vector3Int
Returns the distance to another vector.
getDistance(IVector3, IVector3) - Method in class jadex.extension.envsupport.environment.space3d.Space3D
Get the distance between three positions.
getDistance(ILocation) - Method in interface jadex.quickstart.cleanerworld.environment.ILocation
Caculate the distance to another location.
getDocuments() - Method in class jadex.bridge.ErrorReport
Get the external documents.
getDocuments() - Method in interface jadex.bridge.IErrorReport
Get the external documents.
getDomainService() - Method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Get the domain service.
getDomainService() - Method in class jadex.bridge.service.component.ServiceInfo
Get the domain service.
getDone() - Method in class jadex.bridge.service.types.chat.TransferInfo
Get the done.
getDotName() - Method in class jadex.bridge.ComponentIdentifier
Get the name without @ replaced by dot.
getDotName() - Method in interface jadex.bridge.IComponentIdentifier
Get the dot name.
getDotName(IComponentIdentifier) - Static method in class jadex.bridge.service.search.ServiceRegistry
Get the name without @ replaced by dot.
getDoubleProperty(String) - Method in class jadex.commons.Properties
Get a double property.
getDown() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
getDrawCondition() - Method in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Gets the draw condition.
getDrawCondition() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Gets the draw condition.
getDuration() - Method in class jadex.base.test.Testcase
Get the test duration.
getDurationHMS(long) - Static method in class jadex.commons.SUtil
Get a string representation for a duration.
getEast() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
getEdgeid() - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Gets the edgeid.
getEdges() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the edges.
getEditingRow() - Method in class jadex.commons.gui.jtreetable.JTreeTable
Workaround for BasicTableUI anomaly.
getEditorComponent() - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo
 
getEditorSearchPath() - Static method in class jadex.commons.beans.PropertyEditorManager
 
getElement() - Method in interface jadex.bdiv3x.runtime.ICandidateInfo
Get the element this candidate was selected for.
getElementAt(int) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
 
getElementErrors(Object) - Method in class jadex.bridge.AbstractErrorReportBuilder
Get all elements which have errors and are contained in the given element.
getElementName() - Method in class jadex.bdiv3.model.MElement
Get the local name for an element, i.e.
getElements() - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Get the currently contained elements of the waitqueue.
getElements() - Method in class jadex.bridge.AbstractErrorReportBuilder
Get all invalid elements.
getEmail() - Method in class jadex.bdi.planlib.watchdog.ContactData
Get the email.
getEmptyFuture() - Static method in class jadex.commons.future.Future
Get the empty future of some type.
getEmptyGridPosition() - Method in class jadex.extension.envsupport.environment.space2d.Grid2D
Get an empty position in the grid.
getEmptyGridPosition() - Method in class jadex.extension.envsupport.environment.space3d.Grid3D
Get an empty position in the grid.
getEncoding() - Method in class jadex.bridge.fipa.FipaMessage
Denotes the specific encoding of the content language expression.
getEndBeliefs() - Method in class jadex.bdiv3.model.MConfiguration
Get the end beliefs.
getEndEvents() - Method in class jadex.bdiv3.model.MConfiguration
Get the end events.
getEndGoals() - Method in class jadex.bdiv3.model.MConfiguration
Get the end goals.
getEndPlans() - Method in class jadex.bdiv3.model.MConfiguration
Get the end plans.
getEndSequenceNumber() - Method in class jadex.bridge.component.streams.AckInfo
Get the endSequenceNumber.
getEndsize() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Effect
 
getEndstateStart() - Method in class jadex.bridge.service.types.cms.PlatformComponent
Get the step number when endstate began.
getEndSteps() - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Get the end steps.
getEndtime() - Method in class jadex.bdi.planlib.protocols.NegotiationRecord
Get the end time.
getEntities() - Method in class jadex.commons.Tuple
Get entities
getEntity(int) - Method in class jadex.commons.Tuple
Get an entity.
getEntity(Class<T>) - Method in class jadex.extension.rs.invoke.RestResponse
 
getEntityInputStream() - Method in class jadex.extension.rs.invoke.RestResponse
 
getEntries() - Method in class jadex.bridge.service.types.filetransfer.BunchFileData
Get the entries.
getEntries() - Method in class jadex.commons.gui.EditableList
Get the entries.
getEntriesSize() - Method in class jadex.commons.collection.ActionReferenceQueue
Get the size of the entries (existing objects).
getEntropy(byte[]) - Method in interface jadex.commons.security.IEntropySource
Gets entropy from the source to fill the byte array.
getEntropy(int) - Static method in class jadex.commons.security.UnixEntropyApi
Gets random numbers from UNIX syscall.
getEntropy(int) - Static method in class jadex.commons.security.WindowsEntropyApi
Gets random numbers from Windows API.
getEntropySource() - Static method in class jadex.commons.security.SSecurity
Gets a secure entropy source from OS or otherwise.
getEntryCount() - Method in class jadex.commons.gui.EditableList
Get the size.
getEntryFiles() - Method in class jadex.base.JarAsDirectory
Get the entryfiles.
getEntryName() - Method in class jadex.base.JarAsDirectory
 
getEnum(String) - Static method in enum jadex.bridge.service.ServiceScope
Get the enum per string.
getError() - Method in class jadex.bdi.planlib.messaging.AIM
Getter for error
getError() - Method in exception jadex.commons.ErrorException
Get the error.
getErrorFile() - Method in class jadex.bridge.service.types.daemon.StartOptions
Get the error stream redirection file (if any).
getErrorHTML() - Method in class jadex.bridge.ErrorReport
Get the html representation of the report.
getErrorHTML() - Method in interface jadex.bridge.IErrorReport
Get the html representation of the report.
getErrorText() - Method in class jadex.bridge.ErrorReport
Get the text representation of the report.
getErrorText() - Method in interface jadex.bridge.IErrorReport
Get the text representation of the report.
getEvaluation() - Method in class jadex.bdi.planlib.protocols.ParticipantProposal
Get the evaluation.
getEvaluationMode() - Method in class jadex.bdiv3.model.MBelief
Get the evaluationmode.
getEvaluationMode() - Method in class jadex.bdiv3.model.MParameter
Get the evaluationmode.
getEvaluationMode(String) - Static method in enum jadex.bdiv3.model.MParameter.EvaluationMode
 
getEventAdders() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Get the event type.
getEventbase() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Get the event base.
getEventbase() - Method in class jadex.bdiv3x.runtime.CapabilityWrapper
Get the event base.
getEventbase() - Method in interface jadex.bdiv3x.runtime.ICapability
Get the event base.
getEventbase() - Method in class jadex.bdiv3x.runtime.Plan
Get the event base.
getEventPropertyName() - Method in class jadex.commons.beans.EventHandler
 
getEventReferences() - Method in class jadex.bdiv3.model.MCapability
Get the fully qualified event references (abstract/reference name -> concrete event name).
getEvents() - Method in class jadex.bdiv3.model.MBelief
Get the events.
getEvents() - Method in class jadex.bdiv3.model.MCondition
Get the events.
getEvents() - Method in class jadex.bdiv3.model.MParameter
Get the events.
getEventSetDescriptors() - Method in interface jadex.commons.beans.BeanInfo
 
getEventSetDescriptors() - Method in class jadex.commons.beans.SimpleBeanInfo
 
getEventType() - Method in interface jadex.xml.reader.IXMLReader
Gets the XML event type.
getEventType() - Method in class jadex.xml.stax.StaxReaderWrapper
Gets the XML event type.
getException() - Method in interface jadex.bdiv3x.runtime.IFinishableElement
Get the exception.
getException() - Method in class jadex.bdiv3x.runtime.Plan
Get the uncatched exception that occurred in the body (if any).
getException() - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Gets the exception.
getException() - Method in class jadex.bpmn.runtime.ProcessThread
Get the exception (if any).
getException() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the exception.
getException() - Method in interface jadex.bridge.IInternalAccess
Get the exception, if any.
getException() - Method in class jadex.bridge.service.types.cms.CMSStatusEvent.CMSTerminatedEvent
Get the component exception if error occurred.
getException() - Method in class jadex.bridge.service.types.cms.PlatformComponent
Get the exception, if any.
getException() - Method in class jadex.commons.AbstractModelLoader.BrokenModel
Get the exception.
getException() - Method in class jadex.commons.future.Future
Get the exception, if any.
getException() - Method in interface jadex.commons.future.IFuture
Get the exception, if any.
getExceptionAsync() - Method in interface jadex.bridge.component.IExternalArgumentsResultsFeature
Get the exception, if any.
getExceptionListener() - Method in class jadex.commons.beans.Encoder
Returns the exception listener of this encoder.
getExceptionListener() - Method in class jadex.commons.beans.XMLDecoder
Returns the exception listener.
getExceptionStacktrace(Throwable) - Static method in class jadex.commons.SUtil
Get the exception stacktrace.
getExcludeMode() - Method in class jadex.bdiv3.model.MProcessableElement
Get the excludemode.
getExcludeMode(String) - Static method in enum jadex.bdiv3.model.MProcessableElement.ExcludeMode
Convert from string to enum.
getExcludes() - Method in class jadex.bdiv3.model.MGoal
Get the excludes.
getExcludes() - Method in class jadex.bridge.service.types.awareness.AwarenessInfo
Get the excludes.
getExecutableThread(String, String) - Method in class jadex.bpmn.runtime.ProcessThread
Get an executable thread in the context or its sub contexts.
getExecutionFeature() - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Get the execution feature.
getExecutionService(IInternalAccess) - Static method in class jadex.base.Starter
Get the execution service.
getExecutorService() - Method in interface jadex.bridge.service.types.simulation.ISimulationService
Get the executor service.
getExpirationTime(long) - Method in class jadex.commons.collection.LeaseTimeSet
Get the expiration time.
getExpirationTime(long) - Method in class jadex.commons.collection.PassiveLeaseTimeSet
Get the expiration time.
getExportedMethod(Class<?>, String, Class<?>...) - Static method in class jadex.commons.SReflect
Gets a method that is exported by the module.
getExpression() - Method in class jadex.bdiv3.model.MCondition
Get the expression.
getExpression() - Method in class jadex.extension.rs.publish.Value
Get the expression.
getExpression(String) - Method in class jadex.bdiv3.model.MCapability
Get a expression.
getExpression(String) - Method in class jadex.bdiv3x.runtime.ExpressionbaseWrapper
Get a predefined expression.
getExpression(String) - Method in interface jadex.bdiv3x.runtime.IExpressionbase
Get a predefined expression.
getExpression(String) - Method in class jadex.bdiv3x.runtime.Plan
Get an expression by name.
getExpression(String) - Method in class jadex.bdiv3x.runtime.RExpressionbase
Get a predefined expression.
getExpressionbase() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Get the expression base.
getExpressionbase() - Method in class jadex.bdiv3x.runtime.CapabilityWrapper
Get the expression base.
getExpressionbase() - Method in interface jadex.bdiv3x.runtime.ICapability
Get the expression base.
getExpressionbase() - Method in class jadex.bdiv3x.runtime.Plan
Get the expression base.
getExpressionReferences() - Method in class jadex.bdiv3.model.MCapability
Get the fully qualified expression references (abstract/reference name -> concrete expression name).
getExpressions() - Method in class jadex.bdiv3.model.MCapability
Get the expressions.
getExpressionText() - Method in interface jadex.javaparser.IParsedExpression
Get the expression text.
getExpressionText() - Method in class jadex.javaparser.javaccimpl.ExpressionNode
Get the full expression text.
getExtendedPlatformConfiguration() - Method in interface jadex.base.IPlatformConfiguration
Get the extended platform configuration.
getExternalAccess() - Method in class jadex.base.ModelFileFilter
Get the external access.
getExternalAccess() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Get the scope.
getExternalAccess() - Method in class jadex.bdiv3x.runtime.CapabilityWrapper
Get the scope.
getExternalAccess() - Method in interface jadex.bdiv3x.runtime.ICapability
Get the scope.
getExternalAccess() - Method in class jadex.bdiv3x.runtime.Plan
Get the scope.
getExternalAccess() - Method in interface jadex.bridge.IInternalAccess
Get the external access.
getExternalAccess() - Method in class jadex.bridge.service.types.cms.PlatformComponent
Get the external access.
getExternalAccess() - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Get the context.
getExternalAccess() - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Get the component of the space.
getExternalAccess(IComponentIdentifier) - Method in interface jadex.bridge.component.IExternalExecutionFeature
Get the external access for a component id.
getExternalAccess(IComponentIdentifier) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Get the external access for a component id.
getExternalAccess(IComponentIdentifier, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Get the external access of a component.
getExternalAccessAsync(IComponentIdentifier) - Method in interface jadex.bridge.component.IExternalExecutionFeature
Get the external access for a component id.
getExternalFeature(Class<? extends T>) - Method in interface jadex.bridge.IExternalAccess
Get a feature of the component.
getExternalFeature(Class<T>, ClassLoader, Object) - Static method in class jadex.bridge.service.types.cms.PlatformComponent
Get external feature wrapper.
getExtraInfo() - Method in class jadex.xml.AccessInfo
Get the extrainfo.
getExtraParameters(Map<String, MProperty>, IModelContainer, ClassLoader) - Static method in class jadex.bpmn.runtime.task.MethodCallTask
Get the extra parameters that depend on the property settings of the task.
getExtraParameters(Map<String, MProperty>, IModelContainer, ClassLoader) - Static method in class jadex.bpmn.runtime.task.ServiceCallTask
Get the extra parameters that depend on the property settings of the task.
getFact() - Method in interface jadex.bdiv3x.runtime.IBelief
Get the fact of a belief.
getFact() - Method in class jadex.bdiv3x.runtime.RBeliefbase.RBelief
Deprecated.
Get the value of a parameter.
getFact(Object) - Method in interface jadex.bdiv3x.runtime.IBeliefSet
Get a value equal to the given object.
getFact(Object) - Method in class jadex.bdiv3x.runtime.RBeliefbase.RBeliefSet
Get a value equal to the given object.
getFactAddeds() - Method in class jadex.bdiv3.model.MTrigger
Get the fact added triggers (belief set names).
getFactChangeds() - Method in class jadex.bdiv3.model.MTrigger
Get the fact changeds triggers (belief set names).
getFactories() - Method in class jadex.micro.KernelMultiAgent
Get all subfactories except the multi itself.
getFactory(FactoryFilter, IInternalAccess) - Static method in class jadex.bridge.service.types.factory.SComponentFactory
 
getFactoryForModel(String, String[], IResourceIdentifier, Iterator<IComponentFactory>) - Method in class jadex.micro.KernelMultiAgent
Get a factory for a model.
getFactRemoveds() - Method in class jadex.bdiv3.model.MTrigger
Get the fact removed triggers (belief set names).
getFacts() - Method in class jadex.bdiv3.model.MConfigBeliefElement
Get the value.
getFacts() - Method in interface jadex.bdiv3x.runtime.IBeliefSet
Get the facts of a beliefset.
getFacts() - Method in class jadex.bdiv3x.runtime.RBeliefbase.RBeliefSet
Get the facts of a beliefset.
getFailedMethod(ClassLoader) - Method in class jadex.bdiv3.model.MBody
 
getFailure() - Method in class jadex.bdi.planlib.protocols.InteractionState
Get the failure description.
getFeature(Class<? extends T>) - Method in interface jadex.bridge.IInternalAccess
Get a feature of the component.
getFeature(Class<? extends T>) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Get a feature of the component.
getFeature0(Class<? extends T>) - Method in interface jadex.bridge.IInternalAccess
Get a feature of the component without throwing exception if not present.
getFeature0(Class<? extends T>) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Get a feature of the component.
getFeatureInjections() - Method in class jadex.micro.InjectionInfoHolder
Get the feature injection fields.
getFeatureInjections() - Method in class jadex.micro.MicroModel
Get the feature injection fields.
getFeatures() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the features.
getFeatures() - Method in class jadex.bridge.modelinfo.ModelInfo
Get the features.
getFetcher() - Method in interface jadex.bridge.IInternalAccess
Get the fetcher.
getFetcher() - Method in class jadex.bridge.service.types.cms.PlatformComponent
Get the fetcher.
getFetcher() - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Get the value fetcher.
getFetcher() - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Get the value fetcher.
getFetcher() - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
Get the value fetcher.
getFetcher(IInternalAccess, String) - Static method in class jadex.bdiv3x.runtime.CapabilityWrapper
Get the capability-specific fetcher (scope==null for agent scope).
getFetcher(IInternalAccess, String, Map<String, Object>) - Static method in class jadex.bdiv3x.runtime.CapabilityWrapper
Get the capability-specific fetcher (scope==null for agent scope).
getFetcherName() - Method in class jadex.bdiv3x.runtime.RInternalEvent
Get the name of the element in the fetcher (e.g.
getFetcherName() - Method in class jadex.bdiv3x.runtime.RMessageEvent
Get the name of the element in the fetcher (e.g.
getFetchHelp() - Method in class jadex.xml.bean.BeanAccessInfo
Get the fetchhelp.
getField() - Method in class jadex.bdiv3.model.MBelief
Get the field (for field-backed beliefs).
getField() - Method in class jadex.bdiv3.model.MParameter
Get the field (for field-backed beliefs).
getField(ClassLoader) - Method in class jadex.commons.FieldInfo
Get the field for the injection.
getField(Class, String) - Static method in class jadex.commons.SReflect
Get a field of the class, or any of it's superclasses.
getFieldDescriptor() - Method in class jadex.commons.SClassReader.FieldInfo
Get the field descriptor.
getFieldInfo() - Method in class jadex.micro.MicroModel.ServiceInjectionInfo
Get the fieldInfo.
getFieldInfos() - Method in class jadex.commons.SClassReader.ClassInfo
Get the field infos.
getFieldName() - Method in class jadex.commons.SClassReader.FieldInfo
Get the field name.
getFile() - Method in class jadex.bdiv3.model.MCapabilityReference
Get the file name.
getFile(String) - Method in class jadex.base.JarAsDirectory
Get a file for an entry path.
getFile(String) - Method in interface jadex.bridge.service.types.context.IContextService
Returns a File
getFile(URL) - Static method in class jadex.commons.SUtil
Get the file from an URL.
getFileData(IExternalAccess, String) - Static method in class jadex.base.SRemoteGui
Get the file info of a remote path.
getFilename() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the filename.
getFilename() - Method in class jadex.bridge.modelinfo.ModelInfo
Get the filename.
getFilename() - Method in class jadex.bridge.modelinfo.SubcomponentTypeInfo
Get the filename.
getFilename() - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
 
getFilename() - Method in class jadex.bridge.service.types.cms.CreationInfo
Get the filename.
getFilename() - Method in interface jadex.bridge.service.types.cms.IComponentDescription
Get the file name.
getFilename() - Method in class jadex.bridge.service.types.filetransfer.FileData
Get the filename.
getFilename() - Method in class jadex.commons.AbstractModelLoader.BrokenModel
Get the filename.
getFilename() - Method in class jadex.commons.CachedObject
Get the filename.
getFilename() - Method in interface jadex.commons.ICacheableModel
Get the filename.
getFilename() - Method in class jadex.commons.ResourceInfo
Get the filename.
getFilename() - Method in class jadex.commons.SClassReader.ClassFileInfo
 
getFileName() - Method in class jadex.bridge.service.types.chat.TransferInfo
Get the name of the local file (without path).
getFileName(String) - Method in interface jadex.bridge.component.IExternalSubcomponentsFeature
Get the model name of a component type.
getFilePath() - Method in class jadex.bridge.service.types.chat.TransferInfo
Get the full path of the local file (including filename).
getFiles(IExternalAccess, FileData, boolean) - Static method in class jadex.base.SRemoteFileChooser
Gets the list of shown (i.e.
getFiles(File, boolean) - Static method in class jadex.commons.SNonAndroid
Get the files of a directory.
getFiles(File, boolean) - Static method in class jadex.commons.SUtil
Get the files of a directory.
getFileSize() - Method in class jadex.bridge.service.types.filetransfer.FileData
Get the filesize.
getFiletransfer() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the file transfer flag.
getFileTransfers() - Method in interface jadex.bridge.service.types.chat.IChatGuiService
Get a snapshot of the currently managed file transfers.
getFileType(IExternalAccess, String, IResourceIdentifier) - Static method in class jadex.bridge.service.types.factory.SComponentFactory
Get the file type of a model.
getFileTypeIcon(IExternalAccess, String) - Static method in class jadex.bridge.service.types.factory.SComponentFactory
Get a default icon for a file type.
getFilter() - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Get the current filter for this Logger.
getFilter() - Method in class jadex.bridge.service.types.cron.CronJob
Get the filter.
getFilter() - Method in interface jadex.commons.gui.jtable.ISorterFilterTableModel
 
getFilter() - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
 
getFilter() - Method in class jadex.xml.AbstractInfo
Get the filter.
getFilter() - Method in class jadex.xml.XMLInfo
Get the filter.
getFilters() - Method in class jadex.commons.ComposedFilter
Get the filters.
getFilters() - Method in class jadex.commons.ComposedRemoteFilter
Get the filters.
getFinishedMethod(ClassLoader) - Method in class jadex.bdiv3.model.MGoal
Get the goal finished callback method.
getFirstEntity() - Method in class jadex.commons.Tuple2
Get the first entity.
getFirstEntity() - Method in class jadex.commons.Tuple3
Get the first entity.
getFirstResult() - Method in interface jadex.commons.future.ITuple2Future
Get the first result.
getFirstResult() - Method in class jadex.commons.future.Tuple2Future
Get the first result.
getFirstResult(long) - Method in interface jadex.commons.future.ITuple2Future
Get the first result.
getFirstResult(long) - Method in class jadex.commons.future.Tuple2Future
Get the first result.
getFirstResult(long, boolean) - Method in interface jadex.commons.future.ITuple2Future
Get the first result.
getFirstResult(long, boolean) - Method in class jadex.commons.future.Tuple2Future
Get the first result.
getFirstResult(ThreadSuspendable) - Method in interface jadex.commons.future.ITuple2Future
Deprecated.
- From 3.0. Use method without suspendable. Get the first result.
getFirstResult(ThreadSuspendable) - Method in class jadex.commons.future.Tuple2Future
Deprecated.
- From 3.0. Use method without suspendable. Will NOT use the suspendable that is supplied as parameter. Get the first result.
getFirstResultAndTerminate(ITerminableIntermediateFuture<T>) - Static method in class jadex.bridge.SFuture
Blocking wait for first result.
getFlap() - Method in class jadex.bdi.planlib.messaging.AIM
Get a FLAP packet
getFlattening() - Method in class jadex.xml.SubobjectInfo
Get the flattening.
getFont() - Method in class jadex.extension.envsupport.observer.graphics.TextInfo
 
getFreePhysicalMemorySize() - Static method in class jadex.commons.OperatingSystemMXBeanFacade
 
getFreeService(IService) - Method in class jadex.bridge.service.component.multiinvoke.SequentialMultiplexDistributor
Get the service for a call.
getFreeSwapSpaceSize() - Static method in class jadex.commons.OperatingSystemMXBeanFacade
 
getFrom() - Method in class jadex.bridge.service.search.ServiceQuery.Multiplicity
Get the 'from' value, i.e.
getFullName() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the full model name (package.name)
getFullName() - Method in class jadex.bridge.modelinfo.ModelInfo
Get the full model name (package.name)
getFuture() - Method in class jadex.bridge.component.streams.OutputConnectionHandler.DataSendInfo
Get the future.
getFuture() - Method in class jadex.bridge.service.component.ComponentSuspendable
Get the future.
getFuture() - Method in class jadex.bridge.service.search.ServiceQueryInfo
Get the future.
getFuture() - Method in exception jadex.commons.future.DuplicateResultException
Get the future.
getFuture(boolean, IInternalAccess) - Static method in class jadex.bridge.SFuture
Convenience method for creating a future (possibly with timeout avoidance).
getFuture(Class<?>) - Static method in class jadex.bridge.SFuture
Get the matching future object to a future (interface) type.
getFuture(Class<?>) - Method in class jadex.commons.future.Future
Sequential execution of async methods via implicit delegation.
getFuture(Class<T>, boolean, IExternalAccess) - Static method in class jadex.bridge.SFuture
Convenience method for creating a future (possibly with timeout avoidance).
getFuture(Class<T>, boolean, IInternalAccess) - Static method in class jadex.bridge.SFuture
Convenience method for creating a future (possibly with timeout avoidance).
getGenericClassName(Type, Class<?>) - Static method in class jadex.commons.SReflect
Returns generic type name.
getGenericTypeName() - Method in class jadex.bridge.ClassInfo
Get the generic type name.
getGeninfo() - Method in class jadex.bridge.ClassInfo
Get the geninfo.
getGeoIPLocation() - Static method in class jadex.commons.SUtil
Determine the location of the local computer using some GeoIP web service.
getGetListenerMethod() - Method in class jadex.commons.beans.EventSetDescriptor
 
getGetter() - Method in class jadex.bdiv3.model.MBelief
Get the getter method (for method-backed beliefs).
getGetter() - Method in class jadex.bdiv3.model.MParameter
Get the getter method (for method-backed beliefs).
getGlobalIdentifier() - Method in interface jadex.bridge.IResourceIdentifier
Get the global identifier.
getGlobalIdentifier() - Method in class jadex.bridge.ResourceIdentifier
Get the global identifier.
getGoal(Object) - Method in interface jadex.bdiv3.features.IBDIAgentFeature
Get the goal api representation for a pojo goal.
getGoal(String) - Method in class jadex.bdiv3.model.MCapability
Get the goal for its name.
getGoal(ClassNode, BDIModel, ClassLoader) - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator
Get a goal per class node.
getGoalbase() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Get the goal base.
getGoalbase() - Method in class jadex.bdiv3x.runtime.CapabilityWrapper
Get the goal base.
getGoalbase() - Method in interface jadex.bdiv3x.runtime.ICapability
Get the goal base.
getGoalbase() - Method in class jadex.bdiv3x.runtime.Plan
Get the goal base.
getGoalEvents(MGoal) - Static method in class jadex.bdiv3x.features.BDIXAgentFeature
Create goal events for a goal name.
getGoalFinishedNames() - Method in class jadex.bdiv3.model.MTrigger
Get the goal finished events.
getGoalFinisheds() - Method in class jadex.bdiv3.model.MTrigger
Get the goalfinisheds.
getGoalMappings() - Method in class jadex.bdiv3.model.MPlanParameter
Get the goal mappings.
getGoalMatchExpression(MGoal) - Method in class jadex.bdiv3.model.MTrigger
Get a goal match expression.
getGoalNames() - Method in class jadex.bdiv3.model.MTrigger
Get the goal events.
getGoalPublications() - Method in class jadex.bdiv3.model.MCapability
Get the pubs.
getGoalReferences() - Method in class jadex.bdiv3.model.MCapability
Get the fully qualified goal references (abstract/reference name -> concrete goal name).
getGoals() - Method in interface jadex.bdiv3.features.IBDIAgentFeature
Get the current goals as api representation.
getGoals() - Method in class jadex.bdiv3.model.MCapability
Get the goals.
getGoals() - Method in class jadex.bdiv3.model.MTrigger
Get the goals.
getGoals() - Method in interface jadex.bdiv3x.runtime.IGoalbase
Get all the adopted goals in this scope (including subgoals).
getGoals() - Method in class jadex.bdiv3x.runtime.RGoalbase
Get all the adopted goals in this scope (including subgoals).
getGoals(Class<T>) - Method in interface jadex.bdiv3.features.IBDIAgentFeature
Get the goals of a given type as pojos.
getGoals(String) - Method in interface jadex.bdiv3x.runtime.IGoalbase
Get all proprietary goals of a specified type (=model element name).
getGoals(String) - Method in class jadex.bdiv3x.runtime.RGoalbase
Get all proprietary goals of a specified type (=model element name).
getGridSize() - Method in class jadex.extension.envsupport.observer.graphics.layer.GridLayer
 
getGroup(String) - Method in class jadex.extension.agr.AGRSpace
Get a group by name.
getGroupType(MAGRSpaceType) - Method in class jadex.extension.agr.MGroupInstance
Get the group type.
getGroupType(String) - Method in class jadex.extension.agr.MAGRSpaceType
Get a group type by name.
getGuesser() - Method in class jadex.commons.SimpleMethodParameterGuesser
Get the guesser.
getGui() - Method in interface jadex.base.IPlatformConfiguration
Get the flag if gui is opened.
getGui() - Method in class jadex.commons.gui.GuiCreator
Get the frame.
getHAlign() - Method in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Gets the horizontal alignment.
getHandler() - Method in class jadex.xml.writer.AWriteContext
Get the handler.
getHandlers() - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Get the Handlers associated with this logger.
getHeaderRendererIcon(int, int) - Method in class jadex.commons.gui.jtable.TableSorter
 
getHeight() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Cylinder3d
 
getHeightmap() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
getHomeDirectory() - Static method in class jadex.commons.SNonAndroid
Get the home directory.
getHomeDirectory() - Static method in class jadex.commons.SUtil
Get the home directory.
getHomeDirectory(IExternalAccess) - Static method in class jadex.base.SRemoteFileChooser
 
getHost() - Method in class jadex.bdi.planlib.messaging.EmailAccount
Get host.
getHostIdentifier() - Method in interface jadex.bridge.ILocalResourceIdentifier
Get the host identifier.
getHostIdentifier() - Method in class jadex.bridge.LocalResourceIdentifier
Get the host identifier.
getHTMLFragment(int, String) - Method in class jadex.base.test.Testcase
Create an HTML representation of this element that can be included in an HTML document.
getIcon(Object) - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
Get the icon.
getIconHeight() - Method in class jadex.commons.gui.CombiIcon
Get the max height of the icons.
getIconHeight() - Method in class jadex.commons.gui.jtable.SortArrowIcon
 
getIconPath() - Method in class jadex.extension.envsupport.observer.gui.plugin.AbstractInteractionPlugin
 
getIconPath() - Method in class jadex.extension.envsupport.observer.gui.plugin.EvaluationPlugin
Returns the path to the icon for the plugin in the toolbar.
getIconPath() - Method in class jadex.extension.envsupport.observer.gui.plugin.IntrospectorPlugin
Returns the path to the icon for the plugin in the toolbar.
getIconPath() - Method in interface jadex.extension.envsupport.observer.gui.plugin.IObserverCenterPlugin
Returns the path to the icon for the plugin in the toolbar.
getIconPath() - Method in class jadex.extension.envsupport.observer.gui.plugin.VisualsPlugin
Returns the path to the icon for the plugin in the toolbar.
getIconWidth() - Method in class jadex.commons.gui.CombiIcon
Get the max width of the icons.
getIconWidth() - Method in class jadex.commons.gui.jtable.SortArrowIcon
 
getIcq() - Method in class jadex.bdi.planlib.watchdog.ContactData
Getter for icq
getId() - Method in class jadex.bdi.planlib.messaging.IMAccount
Getter for id
getId() - Method in interface jadex.bdiv3.runtime.IGoal
Get the id.
getId() - Method in interface jadex.bdiv3.runtime.IPlan
Get the id.
getId() - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Gets the id.
getId() - Method in class jadex.bpmn.runtime.ProcessThread
Get the id.
getId() - Method in class jadex.bridge.component.streams.AbstractConnectionHandler.SendInfo
Get the id.
getId() - Method in interface jadex.bridge.IExternalAccess
Get the id of the component.
getId() - Method in interface jadex.bridge.IInternalAccess
Get the id of the component.
getId() - Method in class jadex.bridge.service.search.ServiceIdFilter
Get the id.
getId() - Method in class jadex.bridge.service.search.ServiceQuery
Get the id.
getId() - Method in class jadex.bridge.service.types.chat.TransferInfo
Get the id.
getId() - Method in class jadex.bridge.service.types.cms.PlatformComponent
Get the id of the component.
getId() - Method in class jadex.bridge.service.types.cron.CronJob
Get the id.
getId() - Method in class jadex.commons.Properties
Get the id.
getId() - Method in interface jadex.extension.envsupport.environment.ISpaceObject
Get the objects id.
getId() - Method in class jadex.extension.envsupport.environment.SpaceObject
Get the objects id.
getId() - Method in class jadex.micro.IntervalBehavior
Get the id.
getId() - Method in interface jadex.quickstart.cleanerworld.environment.IChargingstation
Get the id (or name) of this object.
getId() - Method in interface jadex.quickstart.cleanerworld.environment.ICleaner
Get the id (or name) of this object.
getId() - Method in interface jadex.quickstart.cleanerworld.environment.ILocationObject
Get the id (or name) of this object.
getId() - Method in interface jadex.quickstart.cleanerworld.environment.IPheromone
Get the id (or name) of this object.
getId() - Method in interface jadex.quickstart.cleanerworld.environment.IWaste
Get the id (or name) of this object.
getId() - Method in interface jadex.quickstart.cleanerworld.environment.IWastebin
Get the id (or name) of this object.
getId() - Method in class jadex.xml.AbstractInfo
Get the id.
getId() - Method in class jadex.xml.AttributeInfo
Get the id.
getId() - Method in class jadex.xml.writer.AWriteContext
Get the id.
getId(Object) - Static method in class jadex.extension.envsupport.observer.gui.SObjectInspector
Retrieves the id of an object.
getIdcnt() - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Gets the idcnt.
getImage() - Method in class jadex.bridge.service.types.appstore.AppMetaInfo
Get the image.
getImage() - Method in class jadex.bridge.service.types.chat.ChatEvent
Get the image.
getImage() - Method in interface jadex.bridge.service.types.chat.IChatGuiService
Get the avatar image.
getImage() - Method in interface jadex.bridge.service.types.chat.IChatService
Get the user image.
getImage(String) - Method in class jadex.extension.envsupport.observer.graphics.java2d.ViewportJ2D
Returns an image for texturing
getImageTransform(int, int) - Method in class jadex.extension.envsupport.observer.graphics.java2d.ViewportJ2D
Sets up the image transform.
getImplClassName() - Method in class jadex.bdiv3.model.MBelief
Get the impl.
getImplementation() - Method in class jadex.bridge.service.ProvidedServiceInfo
Get the implementation.
getImports() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the imports.
getImports() - Method in class jadex.bridge.modelinfo.ModelInfo
Get the imports.
getImports() - Method in class jadex.bridge.service.types.cms.CreationInfo
Get the imports.
getIncludeFields() - Method in class jadex.xml.MappingInfo
Get the includefields.
getIncludeHeaderWidth() - Method in class jadex.commons.gui.jtable.ResizeableTableHeader
Returns true, if the header's width are
getIncludeMethods() - Method in class jadex.xml.MappingInfo
Get the includemethods.
getIncludes() - Method in class jadex.bridge.service.types.awareness.AwarenessInfo
Get the includes.
getIndex() - Method in class jadex.commons.beans.IndexedPropertyChangeEvent
Answer the index of the property that was changed in this event.
getIndexedPropertyType() - Method in class jadex.commons.beans.IndexedPropertyDescriptor
Obtains the Class object of the indexed property type.
getIndexedReadMethod() - Method in class jadex.commons.beans.IndexedPropertyDescriptor
Obtains the indexed getter.
getIndexedWriteMethod() - Method in class jadex.commons.beans.IndexedPropertyDescriptor
Obtains the indexed setter.
getIndexer() - Method in class jadex.bridge.service.search.ServiceRegistry
Get the indexer.
getIndexerSearchSpec() - Method in class jadex.bridge.service.search.ServiceQuery
Gets the specification for the indexer.
getIndexerSpec(IServiceIdentifier) - Method in class jadex.bridge.service.search.QueryInfoExtractor
Gets the specification for the indexer.
getIndexOfChild(Object, Object) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
 
getInet4Address() - Static method in class jadex.commons.SUtil
Get a IPV4 address of the local host.
getInet6Address() - Static method in class jadex.commons.SUtil
Get a IPV4 address of the local host.
getInetAddress() - Static method in class jadex.commons.SUtil
Get an address of the local host.
getInfo() - Method in class jadex.bdiv3.runtime.ChangeEvent
Get the info.
getInfo() - Method in exception jadex.bridge.ComponentCreationException
Get the info.
getInfo() - Method in class jadex.bridge.service.types.cms.InitInfo
Get the info.
getInhibitionExpressions() - Method in class jadex.bdiv3.model.MDeliberation
Get the inhibition expressions.
getInhibitionMethods() - Method in class jadex.bdiv3.model.MDeliberation
Get the inhmethods.
getInhibitions(MCapability) - Method in class jadex.bdiv3.model.MDeliberation
Get the inhibited.
getInhibitions(RGoal, boolean) - Method in class jadex.bdiv3.runtime.EasyDeliberationStrategy
Get or create the inhibition set.
getInitCommand() - Method in interface jadex.base.IPlatformConfiguration
Get the init command.
getInitFuture() - Method in class jadex.bridge.service.types.cms.InitInfo
Get the initfuture.
getInitialBeliefs() - Method in class jadex.bdiv3.model.MConfiguration
Get the initial beliefs.
getInitialCapabilities() - Method in class jadex.bdiv3.model.MConfiguration
Get the initial capabilities.
getInitialEvents() - Method in class jadex.bdiv3.model.MConfiguration
Get the initial events.
getInitialGoals() - Method in class jadex.bdiv3.model.MConfiguration
Get the initial goals.
getInitialMessage() - Method in class jadex.bdi.planlib.protocols.AbstractInitiatorPlan
Get the initial message.
getInitialMessage() - Method in class jadex.bdi.planlib.protocols.contractnet.CNPInitiatorPlan
Get the initial message.
getInitialMessage() - Method in class jadex.bdi.planlib.protocols.dutchauction.DAInitiatorPlan
Get the initial message.
getInitialMessage() - Method in class jadex.bdi.planlib.protocols.englishauction.EAInitiatorPlan
Get the initial message.
getInitialMessage() - Method in class jadex.bdi.planlib.protocols.RPQPInitiatorPlan
Get the initial message.
getInitialPlans() - Method in class jadex.bdiv3.model.MConfiguration
Get the initial plans.
getInitialSteps() - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Get the initial steps.
getInitialValue() - Method in interface jadex.bpmn.runtime.editor.IEditorParameterMetaInfo
Get the initialval.
getInitiator() - Method in class jadex.bridge.component.streams.AbstractConnection
Get the initiator.
getInitiator() - Method in class jadex.bridge.component.streams.InitInfo
Get the initiator.
getInitiator() - Method in interface jadex.bridge.IConnection
Get the initiator.
getInitiator() - Method in class jadex.bridge.service.types.remote.ServiceInputConnection
Get the initiator.
getInitiator() - Method in class jadex.bridge.service.types.remote.ServiceInputConnectionProxy
Get the initiator id.
getInitiator() - Method in class jadex.bridge.service.types.remote.ServiceOutputConnection
 
getInitiator() - Method in class jadex.bridge.service.types.remote.ServiceOutputConnectionProxy
Get the initiator id.
getInitInfo() - Method in class jadex.bridge.service.types.cms.CmsState.CmsComponentState
Gets the initinfo.
getInitInfo(IComponentIdentifier) - Method in class jadex.bridge.service.types.cms.CmsState
Convenience method to get the init info of a component.
getInjectionInfoHolder() - Method in class jadex.micro.MicroModel
Get the injection info holder.
getInjectionValues(Class<?>[], Annotation[][], MElement, ChangeEvent, RPlan, RProcessableElement, IInternalAccess) - Static method in class jadex.bdiv3x.features.BDIXAgentFeature
Get parameter values for injection into method and constructor calls.
getInjectionValues(Class<?>[], Annotation[][], MElement, ChangeEvent, RPlan, RProcessableElement, Collection<Object>, IInternalAccess) - Static method in class jadex.bdiv3x.features.BDIXAgentFeature
Get parameter values for injection into method and constructor calls.
getInner() - Method in class jadex.commons.FieldInfo
Get the inner field info, if any.
getInnerClassName(Class<?>) - Static method in class jadex.commons.SReflect
Get inner class name.
getInnerGenericType(Type) - Static method in class jadex.commons.SReflect
Unwrap a generic type.
getInnerProductAsDouble(IVector2) - Method in interface jadex.extension.envsupport.math.IVector2
Returns the length (magnitude) of the vector.
getInnerProductAsDouble(IVector2) - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
 
getInnerProductAsDouble(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Double
 
getInnerProductAsDouble(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Int
 
getInnerRadius() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Torus3d
 
getInputConnection() - Method in class jadex.bridge.component.streams.InputConnectionHandler
Get the input connection.
getInputConnection() - Method in class jadex.bridge.service.types.remote.ServiceOutputConnection
 
getInputStream() - Method in class jadex.commons.ResourceInfo
Get the input stream.
getInReplyMessageEvent(Object) - Method in class jadex.bdiv3x.features.BDIXMessageComponentFeature
Find a message event that the given native message is a reply to.
getInReplyTo() - Method in class jadex.bridge.fipa.FipaMessage
Denotes an expression that references an earlier action to which this message is a reply.
getInstance() - Static method in class jadex.bdiv3.BDIClassGeneratorFactory
Returns the instance of this factory.
getInstance() - Static method in class jadex.bdiv3.NodeHelper
 
getInstance() - Static method in class jadex.bdiv3.OpcodeHelper
 
getInstance() - Method in class jadex.bpmn.runtime.ProcessThread
Get the instance.
getInstance() - Static method in class jadex.bridge.VersionInfo
Get the version info object.
getInstance() - Static method in class jadex.extension.rs.RSFactory
 
getInstance() - Static method in class jadex.xml.reader.XMLReaderFactory
Returns the instance of this factory.
getInstance() - Static method in class jadex.xml.writer.XMLWriterFactory
Returns the instance of this factory.
getInstanceName() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the default instance name.
getInstanceName() - Method in class jadex.bridge.modelinfo.ModelInfo
Get the default instance name.
getInstanceOf(Object, Class<?>) - Static method in class jadex.commons.beans.Beans
Obtain an alternative type view of the given bean.
getInteractionState() - Method in class jadex.bdi.planlib.protocols.InteractionState
Get the interaction state.
getInterceptor(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.AbstractMultiInterceptor
Get a sub interceptor for special cases.
getInterceptor(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.DecouplingInterceptor
Get a sub interceptor for special cases.
getInterceptors() - Method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Get interceptors.
getInterceptors() - Static method in class jadex.bridge.service.component.interceptors.DecouplingInterceptor
Get the sub interceptors for special cases.
getInterceptors() - Method in class jadex.bridge.service.ProvidedServiceImplementation
Get the interceptors.
getInterceptors() - Method in class jadex.bridge.service.RequiredServiceBinding
Get the interceptors.
getInterceptors() - Method in class jadex.bridge.service.RequiredServiceInfo
Get the interceptors.
getInterceptors(Object) - Method in interface jadex.bridge.service.component.IProvidedServicesFeature
Get the interceptors of a service.
getInterceptors(Object) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Get the interceptors of a service.
getInterfaceNames() - Method in class jadex.commons.SClassReader.ClassInfo
Get the interface names.
getInterfaceType() - Method in class jadex.bridge.service.BasicService
Get the interface type.
getIntermediateResultListener() - Method in class jadex.bridge.TimeoutIntermediateResultListener
 
getIntermediateResults() - Method in interface jadex.commons.future.IIntermediateFuture
Get the intermediate results that are currently available.
getIntermediateResults() - Method in class jadex.commons.future.IntermediateFuture
Get the intermediate results that are available.
getIntermediateResults() - Method in interface jadex.commons.future.ISubscriptionIntermediateFuture
Get the intermediate results that are available.
getIntermediateResults() - Method in class jadex.commons.future.SubscriptionIntermediateDelegationFuture
Get the intermediate results that are available.
getIntermediateResults() - Method in class jadex.commons.future.SubscriptionIntermediateFuture
Get the intermediate results that are available.
getInternalAccess() - Method in class jadex.bridge.nonfunctional.NFPropertyProvider
Get the internal access.
getInternalAccess() - Method in class jadex.bridge.service.BasicService
Get the internal access.
getInternalAccess() - Method in class jadex.bridge.service.types.cms.PlatformComponent
Get the user view of this platform component.
getInternalAccess() - Method in interface jadex.bridge.service.types.factory.IPlatformComponentAccess
Get the user view of this platform component.
getInternalEvent(String) - Method in class jadex.bdiv3.model.MCapability
Get an internal event.
getInternalEventMappings() - Method in class jadex.bdiv3.model.MPlanParameter
Get the internal event mappings.
getInternalEventNames() - Method in class jadex.bdiv3.model.MTrigger
Get the message events.
getInternalEvents() - Method in class jadex.bdiv3.model.MCapability
Get the Internals.
getInternalEvents() - Method in class jadex.bdiv3.model.MTrigger
Get the internal events.
getInternalName() - Method in class jadex.bytecode.invocation.SInvocation.ExtendedClassWriter
Gets the internal name.
getIntProperty(Properties[], String) - Static method in class jadex.commons.Properties
Get an int property.
getIntProperty(String) - Method in class jadex.commons.Properties
Get an int property.
getIntValue(Object) - Static method in class jadex.commons.SConfigParser
Parses an integer value.
getIntValue(Object, int) - Static method in class jadex.commons.SConfigParser
Parses an integer value.
getInvertX() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Returns true if the x-axis is inverted (right-left instead of left-right).
getInvertX() - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Returns true if the x-axis is inverted (right-left instead of left-right).
getInvertXAxis() - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Gets x-axis inversion.
getInvertXAxis() - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
Gets x-axis inversion.
getInvertY() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Returns true if the y-axis is inverted (top-down instead of bottom-up).
getInvertY() - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Returns true if the y-axis is inverted (top-down instead of bottom-up).
getInvertYAxis() - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Gets y-axis inversion.
getInvertYAxis() - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
Gets y-axis inversion.
getInvocationHandler(Object) - Static method in class jadex.bridge.ProxyFactory
Get the invocation handler of a proxy.
getInvocationHandler(Object) - Static method in class jadex.bytecode.Proxy
Get the invocation handler of a proxy.
getInvokeMethod(Class<?>, ClassLoader, String, ClassInfo[]) - Static method in class jadex.bridge.service.BasicService
Get method that should be invoked on target object.
getInvokerClass(Method) - Static method in class jadex.bytecode.invocation.SInvocation
Gets an invoker class.
getInvTileSize() - Method in class jadex.extension.envsupport.observer.graphics.layer.TiledLayer
Get the inverted tile size.
getItem() - Method in class jadex.commons.gui.autocombo.ComboBoxEditor
Get the item.
getIterable(Object) - Static method in class jadex.commons.SReflect
Get an iterator for an arbitrary collection object.
getIterableComponentType(Type) - Static method in class jadex.commons.SReflect
Get the component type of a class that is some kind of collection.
getIterations() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
getIterator(Object) - Static method in class jadex.commons.SReflect
Get an iterator for an arbitrary collection object.
getJadexVersion() - Method in class jadex.bridge.VersionInfo
Returns the version of Jadex.
getJadexVersion(IComponentIdentifier) - Method in interface jadex.bridge.service.types.security.ISecurityService
Opportunistically returns the remote Jadex version if known.
getJarEntries() - Method in class jadex.base.RemoteJarFile
Get the jarentries.
getJarName(String) - Static method in class jadex.commons.SUtil
Get the name of a jar file without extension and version info.
getJarPath() - Method in class jadex.base.JarAsDirectory
Get the path to the jar file.
getJavaCommand() - Method in class jadex.bridge.service.types.daemon.StartOptions
Get the java command.
getJavaInitializationString() - Method in interface jadex.commons.beans.PropertyEditor
 
getJavaInitializationString() - Method in class jadex.commons.beans.PropertyEditorSupport
 
getJccPlatforms() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get flag for open jcc for specific remote platforms.
getKeepalive() - Method in class jadex.bridge.modelinfo.Startable
Get the keepalive.
getKeepalive(String) - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the keepalive flag.
getKeepalive(String) - Method in class jadex.bridge.modelinfo.ModelInfo
Get the keepalive flag.
getKeepForPostConditions(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.PrePostConditionInterceptor
Get the number of intermediate results that should be explicitly kept by the interceptor (only necessary for subscription futures).
getKernelFiles() - Method in class jadex.micro.KernelMultiAgent
Get all kernel files, i.e.
getKernelTypes(SClassReader.ClassInfo) - Method in class jadex.micro.KernelMultiAgent
Add infos about a kernel to the map.
getKey() - Method in class jadex.bdiv3x.features.BDIXAgentFeature.ChangeInfoEntryMapper
 
getKey() - Method in class jadex.commons.collection.MapEntry
Get the key.
getKey() - Method in class jadex.commons.security.PemKeyPair
Gets encoded key.
getKey() - Method in class jadex.xml.bean.MapEntry
Get the key.
getKey(int) - Method in class jadex.commons.collection.IndexMap
Get an indexed key.
getKeyExtractor() - Method in class jadex.bridge.service.search.Indexer
Gets the key extractor used by the service.
getKeyForMethodname(String, int) - Method in class jadex.base.PlatformConfigurationHandler
Get the key for a method name.
getKeyHelp() - Method in class jadex.xml.bean.BeanAccessInfo
Get the keyhelp.
getKeyMatchingMode(String, IServiceIdentifier) - Method in class jadex.bridge.service.search.ServiceKeyExtractor
Extracts the matching mode from a multivalued term.
getKeyMatchingMode(String, ServiceQueryInfo<?>) - Method in class jadex.bridge.service.search.QueryInfoExtractor
Extracts the matching mode from a multivalued term.
getKeyMatchingMode(String, T) - Method in interface jadex.bridge.service.search.IKeyExtractor
Extracts the matching mode from a multivalued term.
getKeyNames() - Method in interface jadex.bridge.service.search.IKeyExtractor
Get the key names for this type of extractor.
getKeyNames() - Method in class jadex.bridge.service.search.QueryInfoExtractor
Get the key names for this type of extractor.
getKeyNames() - Method in class jadex.bridge.service.search.ServiceKeyExtractor
Get the key names for this type of extractor.
getKeys() - Method in class jadex.commons.collection.FastHashMap
 
getKeys() - Method in class jadex.commons.collection.IndexMap
Get the keys as array.
getKeys() - Method in class jadex.commons.collection.MultiCollection
Get the keys as array.
getKeys(Class<?>) - Method in class jadex.commons.collection.IndexMap
Get the keys as array.
getKeys(Class<?>) - Method in class jadex.commons.collection.MultiCollection
Get the keys as array.
getKeysStatic(String, IServiceIdentifier) - Static method in class jadex.bridge.service.search.ServiceKeyExtractor
Extracts keys from a service.
getKeyValues(String, IServiceIdentifier) - Method in class jadex.bridge.service.search.ServiceKeyExtractor
Extracts keys from a service.
getKeyValues(String, ServiceQueryInfo<?>) - Method in class jadex.bridge.service.search.QueryInfoExtractor
Get the keys per keytype.
getKeyValues(String, T) - Method in interface jadex.bridge.service.search.IKeyExtractor
Extracts key value from an object.
getKillFuture() - Method in class jadex.bridge.service.types.cms.LockEntry
Get the killfuture.
getKnownKernels() - Method in class jadex.micro.KernelMultiAgent
Get known kernels.
getKnownPlatforms() - Method in interface jadex.bridge.service.types.awareness.IAwarenessManagementService
Get the currently known platforms.
getLane() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the lane.
getLanguage() - Method in class jadex.bridge.fipa.FipaMessage
Denotes the language in which the content parameter is expressed.
getLanguage() - Method in class jadex.bridge.modelinfo.UnparsedExpression
Get the language.
getLastChecked() - Method in class jadex.commons.AbstractModelLoader.BrokenModel
Get the last check time of the model.
getLastChecked() - Method in interface jadex.commons.ICacheableModel
Get the last check time of the model.
getLastEdge() - Method in class jadex.bpmn.runtime.ProcessThread
Get the last edge (if any).
getLastInvocation() - Static method in class jadex.bridge.ServiceCall
Get the last service call instance corresponding to the current execution context.
getLastModified() - Method in class jadex.base.JarAsDirectory
Get the lastmodified.
getLastModified() - Method in class jadex.bridge.service.types.filetransfer.FileData
Get the lastmodified.
getLastModified() - Method in class jadex.commons.AbstractModelLoader.BrokenModel
Get the last modification time of the model.
getLastModified() - Method in class jadex.commons.CachedObject
Get the last modified date.
getLastModified() - Method in interface jadex.commons.ICacheableModel
Get the last modification time of the model.
getLastModified() - Method in class jadex.commons.ResourceInfo
Get the last modified date.
getLastModified() - Method in class jadex.commons.SClassReader.ClassInfo
Gets the last modified date if it was supplied.
getLastModified(File) - Static method in class jadex.commons.SUtil
Recursively get the newest last modified of a file or directory tree.
getLastModified(File, boolean) - Static method in class jadex.commons.SUtil
Recursively get the newest last modified of a file or directory tree.
getLastOffer() - Method in class jadex.bdi.planlib.protocols.ExponentialPriceCalculator
Returns the offer for the last round.
getLastOffer() - Method in interface jadex.bdi.planlib.protocols.IOfferGenerator
Returns the offer for the last round.
getLastOffer() - Method in class jadex.bdi.planlib.protocols.LinearPriceCalculator
Returns the offer for the last round.
getLastService() - Method in class jadex.bridge.service.component.interceptors.ServiceGetter
Get last service.
getLastService() - Method in interface jadex.bridge.service.IRequiredServiceFetcher
Get the result of the last search.
getLastServices() - Method in interface jadex.bridge.service.IRequiredServiceFetcher
Get the result of the last search.
getLatestProperty(Properties[], String) - Static method in class jadex.commons.Properties
Get the latest property by type.
getLatestProperty(String) - Method in class jadex.commons.Properties
Get the latest property by type.
getLayers() - Method in class jadex.extension.envsupport.observer.graphics.drawable.DrawableCombiner
Returns all layers used by this DrawableCombiner.
getLayoutAlignmentX(Container) - Method in class jadex.commons.gui.ObjectCardLayout
Get the component interest where to be aligned.
getLayoutAlignmentY(Container) - Method in class jadex.commons.gui.ObjectCardLayout
Get the component interest where to be aligned.
getLazy() - Method in class jadex.micro.MicroModel.ServiceInjectionInfo
Get the lazy.
getLeasetime() - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Get the leasetime.
getLeaseTime() - Method in class jadex.commons.collection.LeaseTimeSet
Get the leasetime.
getLeaseTime() - Method in class jadex.commons.collection.PassiveLeaseTimeSet
Get the leasetime.
getLeaseTime(E) - Method in class jadex.commons.collection.LeaseTimeSet
Get the leasetime.
getLength() - Method in interface jadex.extension.envsupport.math.IVector2
Returns the length (magnitude) of the vector.
getLength() - Method in interface jadex.extension.envsupport.math.IVector3
Returns the length (magnitude) of the vector.
getLength() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Returns the length (magnitude) of the vector.
getLength() - Method in class jadex.extension.envsupport.math.Vector2Double
 
getLength() - Method in class jadex.extension.envsupport.math.Vector2Int
Returns the length (magnitude) of the vector.
getLength() - Method in class jadex.extension.envsupport.math.Vector3Double
 
getLength() - Method in class jadex.extension.envsupport.math.Vector3Int
Returns the length (magnitude) of the vector.
getLevel() - Method in class jadex.bridge.BulkMonitoringEvent
Get the event importance.
getLevel() - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Get the log Level that has been specified for this Logger.
getLevel() - Method in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Get the event importance level.
getLevel() - Method in enum jadex.bridge.service.types.monitoring.IMonitoringService.PublishEventLevel
Get the level.
getLevel() - Method in class jadex.bridge.service.types.monitoring.MonitoringEvent
Get the event importance level.
getLibPath() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the library path.
getLibrary() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the library flag.
getLibraryService() - Method in class jadex.bdiv3.BDIAgentFactory
Get the library service
getLibraryService() - Method in class jadex.micro.MicroAgentFactory
Get the library service
getLibraryService() - Method in class jadex.microservice.MicroserviceFactory
Get the library service
getLifecycleState() - Method in interface jadex.bdiv3.runtime.IGoal
Get the lifecycle state.
getLimitOffer() - Method in class jadex.bdi.planlib.protocols.ExponentialPriceCalculator
Get the min price.
getLimitOffer() - Method in interface jadex.bdi.planlib.protocols.IOfferGenerator
Returns the limit offer to be reached in order to terminate successfully.
getLimitOffer() - Method in class jadex.bdi.planlib.protocols.LinearPriceCalculator
Get the min price.
getLineNumber() - Method in interface jadex.xml.stax.ILocation
Return the line number where the current event ends, returns -1 if none is available.
getLineNumber() - Method in class jadex.xml.stax.JadexLocationWrapper
Return the line number where the current event ends, returns -1 if none is available.
getLineNumber() - Method in class jadex.xml.stax.Location
Return the line number where the current event ends, returns -1 if none is available.
getLineNumber() - Method in class jadex.xml.stax.StaxLocationWrapper
Return the line number where the current event ends, returns -1 if none is available.
getLineNumber(ClassLoader) - Method in class jadex.bdiv3.model.MBody
Get the line number of the declaration.
getLineNumberOfMethod(MethodNode) - Method in class jadex.bdiv3.NodeHelper
Returns the line number of the first LineNumberNode in the instructions of the given MethodNode, or -1, if none found.
getLinker() - Method in class jadex.xml.LinkingInfo
Get the linker.
getLinker() - Method in class jadex.xml.TypeInfo
Get the linker.
getLinkinfo() - Method in class jadex.xml.reader.LinkData
Get the linkinfo.
getLinkInfo() - Method in class jadex.xml.TypeInfo
Get the linkinfo.
getList() - Method in class jadex.commons.collection.wrappers.ListWrapper
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class jadex.commons.gui.autocombo.ClassInfoComboBoxRenderer
 
getListenerMethodDescriptors() - Method in class jadex.commons.beans.EventSetDescriptor
 
getListenerMethodName() - Method in class jadex.commons.beans.EventHandler
 
getListenerMethods() - Method in class jadex.commons.beans.EventSetDescriptor
 
getListenerType() - Method in class jadex.commons.beans.EventSetDescriptor
 
getListSelectionModel() - Method in class jadex.commons.gui.jtreetable.JTreeTable.ListToTreeSelectionModelWrapper
Returns the list selection model.
getLoadableType(SClassReader.ClassInfo) - Static method in class jadex.bdiv3.BDIAgentFactory
Get the model type from the class info.
getLocalClassLoader(IComponentIdentifier) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Gets the classloader of a local component.
getLocale() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Returns the locale of this context.
getLocalExternalAccess(IComponentIdentifier) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Gets the external access of a local component.
getLocalFilter() - Method in class jadex.bridge.nonfunctional.hardconstraints.RHardConstraints
Gets the filter for local filtering.
getLocalFilter(MethodInfo) - Method in class jadex.bridge.nonfunctional.hardconstraints.RHardConstraints
Gets the filter for local filtering.
getLocalIdentifier() - Method in interface jadex.bridge.IResourceIdentifier
Get the local identifier.
getLocalIdentifier() - Method in class jadex.bridge.ResourceIdentifier
Get the local identifier.
getLocalMap() - Method in class jadex.commons.collection.NestedMap
Get the map containing the local mappings.
getLocalName() - Method in class jadex.bridge.ComponentIdentifier
 
getLocalName() - Method in interface jadex.bridge.IComponentIdentifier
Get the local component name.
getLocalName() - Method in interface jadex.xml.reader.IXMLReader
 
getLocalName() - Method in class jadex.xml.stax.StaxReaderWrapper
 
getLocalPart() - Method in class jadex.xml.stax.QName
Gets the Local part for this QName.
getLocalPart() - Method in class jadex.xml.stax.XmlTag
Returns the local part of the element.
getLocalService(IServiceIdentifier) - Method in interface jadex.bridge.service.search.IServiceRegistry
Returns the service proxy of a local service identified by service ID.
getLocalService(IServiceIdentifier) - Method in class jadex.bridge.service.search.ServiceRegistry
Returns the service proxy of a local service identified by service ID.
getLocalService(Class<T>) - Method in interface jadex.bridge.service.component.IRequiredServicesFeature
Resolve a declared required service of a given type.
getLocalService(Class<T>) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Resolve a required service of a given type.
getLocalService(Class<T>) - Method in class jadex.bridge.service.component.RequiredServicesFeatureAdapter
Resolve a required service of a given type.
getLocalService(String) - Method in interface jadex.bridge.service.component.IRequiredServicesFeature
Resolve a declared required service of a given name.
getLocalService(String) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Resolve a declared required service of a given name.
getLocalService(String) - Method in class jadex.bridge.service.component.RequiredServicesFeatureAdapter
Resolve a declared required service of a given name.
getLocalService0(Class<T>) - Method in interface jadex.bridge.service.component.IRequiredServicesFeature
Resolve a declared required service of a given type.
getLocalService0(Class<T>) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Resolve a required service of a given type.
getLocalService0(Class<T>) - Method in class jadex.bridge.service.component.RequiredServicesFeatureAdapter
Resolve a required service of a given type.
getLocalServices(Class<T>) - Method in interface jadex.bridge.service.component.IRequiredServicesFeature
Resolve a declared required services of a given type.
getLocalServices(Class<T>) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Resolve a required services of a given type.
getLocalServices(Class<T>) - Method in class jadex.bridge.service.component.RequiredServicesFeatureAdapter
Resolve a required services of a given type.
getLocalServices(String) - Method in interface jadex.bridge.service.component.IRequiredServicesFeature
Resolve a declared required services of a given name.
getLocalServices(String) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Resolve a required services of a given name.
getLocalServices(String) - Method in class jadex.bridge.service.component.RequiredServicesFeatureAdapter
Resolve a required services of a given name.
getLocalTestConfig(Class<?>) - Static method in class jadex.base.test.util.STest
Get a local (no communication) test configuration using a unique platform name derived from the test name.
getLocalTestConfig(String) - Static method in class jadex.base.test.util.STest
Get local (no communication) test configuration using a unique platform name derived from the test name.
getLocalType() - Method in interface jadex.bridge.component.ISubcomponentsFeature
Get the local type name of this component as defined in the parent.
getLocalType() - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Get the localtype.
getLocalType() - Method in class jadex.bridge.service.types.cms.CreationInfo
Get the localtype.
getLocalType() - Method in interface jadex.bridge.service.types.cms.IComponentDescription
Get the local type name of a component (defined in the parent).
getLocalTypeAsync() - Method in interface jadex.bridge.component.IExternalSubcomponentsFeature
Get the local type name of this component as defined in the parent.
getLocalTypes() - Method in class jadex.bridge.service.types.cms.CmsState
Gets the local types.
getLocation() - Method in interface jadex.quickstart.cleanerworld.environment.IChargingstation
Get the location of this object.
getLocation() - Method in interface jadex.quickstart.cleanerworld.environment.ICleaner
Get the location of this object.
getLocation() - Method in interface jadex.quickstart.cleanerworld.environment.ILocationObject
Get the location of this object.
getLocation() - Method in interface jadex.quickstart.cleanerworld.environment.IPheromone
Get the location of this object.
getLocation() - Method in interface jadex.quickstart.cleanerworld.environment.IWaste
Get the location of this object.
getLocation() - Method in interface jadex.quickstart.cleanerworld.environment.IWastebin
Get the location of this object.
getLocation() - Method in class jadex.xml.reader.AReadContext
 
getLocation() - Method in interface jadex.xml.reader.IXMLReader
Returns the current parser location.
getLocation() - Method in class jadex.xml.StackElement
Get the location.
getLocation() - Method in class jadex.xml.stax.StaxReaderWrapper
Returns the current parser location.
getLock() - Method in interface jadex.bridge.service.search.IServiceRegistry
Returns the lock on the registry.
getLock() - Method in class jadex.bridge.service.search.ServiceRegistry
Returns the lock on the registry.
getLock() - Method in class jadex.bridge.service.types.cms.CmsState.CmsComponentState
Gets the lock.
getLock() - Method in interface jadex.commons.collection.IRwMap
Gets the internal lock.
getLock() - Method in class jadex.commons.collection.RwAutoLock
Gets the internal lock.
getLock() - Method in class jadex.commons.collection.RwMapWrapper
Gets the internal lock.
getLocked() - Method in class jadex.bridge.service.types.cms.LockEntry
 
getLockerCount() - Method in class jadex.bridge.service.types.cms.LockEntry
Get the locker count.
getLogger() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Get the logger.
getLogger() - Method in class jadex.bdiv3x.runtime.CapabilityWrapper
Get the logger.
getLogger() - Method in interface jadex.bdiv3x.runtime.ICapability
Get the logger.
getLogger() - Method in class jadex.bdiv3x.runtime.Plan
Get the logger.
getLogger() - Method in interface jadex.bridge.IInternalAccess
Get the logger.
getLogger() - Method in class jadex.bridge.service.component.interceptors.FutureFunctionality
Get the logger.
getLogger() - Method in class jadex.bridge.service.types.cms.PlatformComponent
Get the logger.
getLoggerName(IComponentIdentifier) - Static method in class jadex.bridge.service.types.cms.PlatformComponent
Get the logger name.
getLogging() - Method in interface jadex.base.IPlatformConfiguration
Get the logging flag.
getLoggingLevel() - Method in interface jadex.base.IPlatformConfiguration
Get the logging level.
getLongProperty(Properties[], String) - Static method in class jadex.commons.Properties
Get a long property.
getLongProperty(String) - Method in class jadex.commons.Properties
Get a long property.
getLongValue(Object) - Static method in class jadex.commons.SConfigParser
Parses an long value.
getLongValue(Object, long) - Static method in class jadex.commons.SConfigParser
Parses an long value.
getLookupTypes() - Method in interface jadex.bridge.component.IComponentFeatureFactory
Get lookup types.
getLoopCommand() - Method in class jadex.bpmn.runtime.ProcessThread
Get the loopcmd.
getMacAddress() - Static method in class jadex.commons.SUtil
Get the mac address.
getMacAddressAsString(byte[]) - Static method in class jadex.commons.SUtil
Convert a mac address to a string.
getMacAddresses() - Static method in class jadex.commons.SNonAndroid
Get the mac address.
getMacAddresses() - Static method in class jadex.commons.SUtil
Get the mac address.
getMain() - Method in class jadex.bridge.service.types.daemon.StartOptions
Get the main.
getMajorVersion() - Method in class jadex.bridge.JadexVersion
Returns the major version of Jadex.
getManagementService() - Method in class jadex.bridge.service.component.ServiceInfo
Get the management service.
getMapName() - Method in class jadex.xml.bean.BeanAccessInfo
Set the map name.
getMapperClass() - Method in class jadex.bdiv3.model.MBody
Get the mapperclass.
getMapping() - Method in class jadex.bridge.service.PublishInfo
Get the mapping information (e.g.
getMappingInfo() - Method in class jadex.xml.TypeInfo
Get the mapping info.
getMarker() - Method in interface jadex.extension.envsupport.observer.graphics.IViewport3d
get the Marker.
getMarkerDrawCombiner() - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Gets the drawable combiner object for the object marker
getMarkerDrawCombiner() - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
 
getMasterId() - Method in class jadex.bridge.service.types.awareness.AwarenessInfo
Get the masterid.
getMatchExpression() - Method in class jadex.bdiv3.model.MMessageEvent
Get the matchExpression.
getMatchingMode(String) - Method in class jadex.bridge.service.search.ServiceQuery
Get the matching mode for a key.
getMaterialPath() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
getMaterials() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Object3d
 
getMax() - Method in class jadex.bridge.service.RequiredServiceInfo
Get the max number of services.
getMax() - Method in class jadex.commons.future.Tuple2Future
Get the number of results of the type of future..
getMax() - Method in class jadex.extension.agr.MRoleType
Get the maximum number of agents allowed for this role (-1 for no restriction).
getMaxCount() - Method in class jadex.commons.DefaultPoolStrategy
Get the max cnt.
getMaxDepth() - Method in class jadex.bridge.fipa.SearchConstraints
Get the max-depth of this SearchConstraints.
getMaxDepth() - Method in interface jadex.bridge.ISearchConstraints
Get the max-depth of this SearchConstraints.
getMaxEntries() - Method in class jadex.commons.collection.LRU
Get the maximum number of the
getMaxEntry() - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Get the time.
getMaximumSize() - Method in class jadex.commons.gui.JBusyRing
 
getMaxradius() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
getMaxResults() - Method in class jadex.bridge.fipa.SearchConstraints
Get the max-results of this SearchConstraints.
getMaxResults() - Method in interface jadex.bridge.ISearchConstraints
Get the max-results of this SearchConstraints.
getMaxWait() - Method in class jadex.commons.DefaultPoolStrategy
Get the maxwait.
getMComponentType(IModelInfo) - Method in class jadex.extension.agr.MPosition
Get the agent type.
getMean() - Method in interface jadex.extension.envsupport.math.IVector2
Returns the mean average of the vector components.
getMean() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Returns the mean average of the vector components.
getMean() - Method in class jadex.extension.envsupport.math.Vector2Double
 
getMean() - Method in class jadex.extension.envsupport.math.Vector2Int
Returns the mean average of the vector components.
getMemInfo() - Method in interface jadex.bridge.service.types.memstat.IMemstatService
Get info about stored data like connections and listeners.
getMenuItem() - Method in interface jadex.commons.gui.IMenuItemConstructor
Get or create a new menu item (struture).
getMessage() - Method in interface jadex.bdiv3x.runtime.IMessageEvent
Get the native (platform specific) message object.
getMessage() - Method in class jadex.bdiv3x.runtime.RMessageEvent
Get the native (platform specific) message object.
getMessage() - Method in exception jadex.commons.MultiException
Returns the detail message string of this throwable.
getMessageEvent(String) - Method in class jadex.bdiv3.model.MCapability
Get a message event.
getMessageEventMappings() - Method in class jadex.bdiv3.model.MPlanParameter
Get the message event mappings.
getMessageEvents() - Method in class jadex.bdiv3.model.MCapability
Get the messages.
getMessageEvents() - Method in class jadex.bdiv3.model.MTrigger
Get the message events.
getMessageFeature() - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Get the message feature.
getMessageNames() - Method in class jadex.bdiv3.model.MTrigger
Get the message events.
getMessages() - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Get the messages.
getMessages(Tuple) - Method in class jadex.bridge.AbstractErrorReportBuilder
Get the messages for a given element.
getMessageType(String) - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Get the message type for a given type, e.g.
getMessageType(String, boolean, boolean) - Static method in class jadex.bridge.component.streams.AbstractConnectionHandler
Get the message type.
getMetaData(String) - Method in interface jadex.commons.meta.ITypedPropertyObject
Returns for the given property name the specific metadata information
getMetaData(String) - Method in class jadex.commons.meta.TypedPropertyObject
 
getMetaDatas() - Method in interface jadex.commons.meta.ITypedPropertyObject
retrives a map wich contains all property meta data information given to this Property object
getMetaDatas() - Method in class jadex.commons.meta.TypedPropertyObject
 
getMetaInfo() - Method in interface jadex.bpmn.runtime.editor.IEditorTask
Access the TaskMetaInfo
getMetaInfo() - Static method in class jadex.bpmn.runtime.task.CreateComponentTask
Get the meta information about the agent.
getMetaInfo() - Static method in class jadex.bpmn.runtime.task.InvokeMethodTask
Get the meta information about the agent.
getMetaInfo() - Method in class jadex.bridge.nonfunctional.AbstractNFProperty
Get the metainfo.
getMetaInfo() - Method in interface jadex.bridge.nonfunctional.INFProperty
Returns the meta information about the property.
getMetaInfos(String) - Method in class jadex.bdi.planlib.DefaultBDIVisionProcessor
Get meta infos about a percept type.
getMethod() - Method in class jadex.bdiv3.model.MBody
Get the method.
getMethod() - Method in class jadex.bridge.service.component.ServiceCallEvent
Get the method.
getMethod() - Method in class jadex.bridge.service.component.ServiceInvocationContext
Get the method.
getMethod() - Method in class jadex.commons.beans.MethodDescriptor
getMethod(Class<?>, Class<? extends Annotation>, ClassLoader) - Static method in class jadex.bdiv3.model.MBody
 
getMethod(Class<?>, String, Class<?>[]) - Static method in class jadex.commons.SReflect
Get a public method of the class.
getMethod(ClassLoader) - Method in class jadex.commons.MethodInfo
 
getMethodDescriptor() - Method in class jadex.commons.SClassReader.MethodInfo
Get the method descriptor.
getMethodDescriptors() - Method in interface jadex.commons.beans.BeanInfo
 
getMethodDescriptors() - Method in class jadex.commons.beans.SimpleBeanInfo
 
getMethodForMethod(Method) - Method in class jadex.javaparser.javaccimpl.ReflectNode
Find method declared in public class for a given method.
getMethodInfo() - Method in class jadex.bridge.modelinfo.NFRPropertyInfo
Get the methodInfo.
getMethodInfo() - Method in class jadex.micro.MicroModel.ServiceInjectionInfo
Get the methodInfo.
getMethodInfos() - Method in class jadex.bridge.service.BasicService
Get reflective info about the service methods, args, return types.
getMethodInfos() - Method in interface jadex.bridge.service.IService
Get reflective info about the service methods, args, return types.
getMethodInfos() - Method in class jadex.commons.SClassReader.ClassInfo
Get the method infos.
getMethodName() - Method in class jadex.commons.beans.Statement
 
getMethodName() - Method in class jadex.commons.SClassReader.MethodInfo
Get the method name.
getMethodName() - Static method in class jadex.commons.SReflect
Get the current method name from the caller.
getMethodNFAllPropertyNames(IExternalAccess, IServiceIdentifier, MethodInfo) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the names of all non-functional properties of this method.
getMethodNFAllPropertyNames(IServiceIdentifier, MethodInfo) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the names of all non-functional properties of this method.
getMethodNFAllPropertyNames(MethodInfo) - Method in interface jadex.bridge.nonfunctional.INFMethodPropertyProvider
Returns the names of all non-functional properties of this method.
getMethodNFAllPropertyNames(MethodInfo) - Method in class jadex.bridge.nonfunctional.NFMethodPropertyProvider
Returns the names of all non-functional properties of this method.
getMethodNFPropertyMetaInfo(IExternalAccess, IServiceIdentifier, MethodInfo, String) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the meta information about a non-functional property of the specified method.
getMethodNFPropertyMetaInfo(IServiceIdentifier, MethodInfo, String) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the meta information about a non-functional property of the specified method.
getMethodNFPropertyMetaInfo(MethodInfo, String) - Method in interface jadex.bridge.nonfunctional.INFMethodPropertyProvider
Returns the meta information about a non-functional property of the specified method.
getMethodNFPropertyMetaInfo(MethodInfo, String) - Method in class jadex.bridge.nonfunctional.NFMethodPropertyProvider
Returns the meta information about a non-functional property of the specified method.
getMethodNFPropertyMetaInfos() - Method in interface jadex.bridge.nonfunctional.INFMethodPropertyProvider
Returns meta information about a non-functional properties of all methods.
getMethodNFPropertyMetaInfos() - Method in class jadex.bridge.nonfunctional.NFMethodPropertyProvider
Returns meta information about a non-functional properties of all methods.
getMethodNFPropertyMetaInfos(IExternalAccess, IServiceIdentifier) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns meta information about a non-functional properties of all methods.
getMethodNFPropertyMetaInfos(IExternalAccess, IServiceIdentifier, MethodInfo) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns meta information about a non-functional properties of a method.
getMethodNFPropertyMetaInfos(IServiceIdentifier) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns meta information about a non-functional properties of all methods.
getMethodNFPropertyMetaInfos(IServiceIdentifier, MethodInfo) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns meta information about a non-functional properties of a method.
getMethodNFPropertyMetaInfos(MethodInfo) - Method in interface jadex.bridge.nonfunctional.INFMethodPropertyProvider
Returns meta information about a non-functional properties of a method.
getMethodNFPropertyMetaInfos(MethodInfo) - Method in class jadex.bridge.nonfunctional.NFMethodPropertyProvider
Returns meta information about a non-functional properties of a method.
getMethodNFPropertyNames(IExternalAccess, IServiceIdentifier, MethodInfo) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the names of all non-functional properties of the specified method.
getMethodNFPropertyNames(IServiceIdentifier, MethodInfo) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the names of all non-functional properties of the specified method.
getMethodNFPropertyNames(MethodInfo) - Method in interface jadex.bridge.nonfunctional.INFMethodPropertyProvider
Returns the names of all non-functional properties of the specified method.
getMethodNFPropertyNames(MethodInfo) - Method in class jadex.bridge.nonfunctional.NFMethodPropertyProvider
Returns the names of all non-functional properties of the specified method.
getMethodNFPropertyPrettyPrintValue(IServiceIdentifier, MethodInfo, String) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the current value of a non-functional property of the specified method, performs unit conversion.
getMethodNFPropertyPrettyPrintValue(MethodInfo, String) - Method in interface jadex.bridge.nonfunctional.INFMethodPropertyProvider
Returns the current value of a non-functional property of this service method.
getMethodNFPropertyPrettyPrintValue(MethodInfo, String) - Method in class jadex.bridge.nonfunctional.NFMethodPropertyProvider
Returns the current value of a non-functional property of this service method.
getMethodNFPropertyValue(IExternalAccess, IServiceIdentifier, MethodInfo, String) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the current value of a non-functional property of the specified method.
getMethodNFPropertyValue(IExternalAccess, IServiceIdentifier, MethodInfo, String, U) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the current value of a non-functional property of the specified method, performs unit conversion.
getMethodNFPropertyValue(IServiceIdentifier, MethodInfo, String) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the current value of a non-functional property of the specified method.
getMethodNFPropertyValue(IServiceIdentifier, MethodInfo, String, U) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the current value of a non-functional property of the specified method, performs unit conversion.
getMethodNFPropertyValue(MethodInfo, String) - Method in interface jadex.bridge.nonfunctional.INFMethodPropertyProvider
Returns the current value of a non-functional property of the specified method.
getMethodNFPropertyValue(MethodInfo, String) - Method in class jadex.bridge.nonfunctional.NFMethodPropertyProvider
Returns the current value of a non-functional property of the specified method.
getMethodNFPropertyValue(MethodInfo, String, U) - Method in interface jadex.bridge.nonfunctional.INFMethodPropertyProvider
Returns the current value of a non-functional property of the specified method, performs unit conversion.
getMethodNFPropertyValue(MethodInfo, String, U) - Method in class jadex.bridge.nonfunctional.NFMethodPropertyProvider
Returns the current value of a non-functional property of the specified method, performs unit conversion.
getMethodNode() - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator.MethodBeliefs
Get the methodNode.
getMethods(Class, String) - Static method in class jadex.commons.SReflect
Get public method(s) of the class by name.
getMethodSignature(Method) - Static method in class jadex.commons.SReflect
Get the generic signature of a method.
getMethodTarget() - Method in class jadex.bdiv3.model.MCondition
Get the mtarget.
getMethodTimeout(Class<?>[], Method, boolean) - Static method in class jadex.bridge.service.BasicService
Get the default timeout for a method.
getMGoal(BDIModel, Goal, Class<?>, ClassLoader, Map<ClassInfo, List<Tuple2<MGoal, String>>>) - Method in class jadex.bdiv3.BDIClassReader
 
getMGroupInstance(String) - Method in class jadex.extension.agr.MAGRSpaceInstance
Get a group per name.
getMGroupInstances() - Method in class jadex.extension.agr.MAGRSpaceInstance
Get the groups of this space.
getMGroupTypes() - Method in class jadex.extension.agr.MAGRSpaceType
Get the group types of this space type.
getMicroAgentClass(String, String[], ClassLoader) - Method in class jadex.bdiv3.BDIClassReader
Get the mirco agent class.
getMicroAgentClass(String, String[], ClassLoader) - Method in class jadex.micro.MicroClassReader
Get the mirco agent class.
getMicroAgentClass(String, String[], ClassLoader) - Method in class jadex.microservice.MicroserviceFactory
Get the mirco agent class.
getMicroserviceClass(String, String[], ClassLoader) - Method in class jadex.microservice.MicroserviceClassReader
Get the mirco agent class.
getMin() - Method in class jadex.bridge.service.RequiredServiceInfo
Get the minimum number of services.
getMin() - Method in class jadex.extension.agr.MRoleType
Get the minimum number of agents required for this role.
getMinimal() - Static method in class jadex.base.PlatformConfigurationHandler
Returns a minimal platform configuration without any network connectivity.
getMinimalComm() - Static method in class jadex.base.PlatformConfigurationHandler
Returns a minimal platform configuration that allows service discovery and platform communication in local (intranet via multicast/tcp) and global (internet via superpeer/relay over websockets) networks.
getMinimumSize() - Method in class jadex.commons.gui.JBusyRing
 
getMinorVersion() - Method in class jadex.bridge.JadexVersion
Returns the minor version of Jadex.
getMinradius() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
getMMessageEvent() - Method in class jadex.bdiv3x.runtime.RMessageEvent
 
getMode() - Method in interface jadex.bridge.service.types.simulation.ISimulationService
Get the execution mode.
getModel() - Method in class jadex.base.PlatformConfigurationHandler
 
getModel() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Get the capability model.
getModel() - Method in class jadex.bdiv3x.runtime.CapabilityWrapper
Get the capability model.
getModel() - Method in interface jadex.bdiv3x.runtime.ICapability
Get the capability model.
getModel() - Method in class jadex.bridge.component.ComponentCreationInfo
Get the model.
getModel() - Method in interface jadex.bridge.IInternalAccess
Get the model of the component.
getModel() - Method in class jadex.bridge.service.types.cms.PlatformComponent
Get the model of the component.
getModel() - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
Get the model.
getModelAsync() - Method in interface jadex.bridge.IExternalAccess
Get the model of the component.
getModelAsync() - Method in class jadex.bridge.service.types.cms.PlatformComponent
Get the model of the component.
getModelCache() - Method in class jadex.bridge.service.types.cms.CmsState
Gets the model cache.
getModelElement() - Method in class jadex.bdiv3x.runtime.BeliefbaseWrapper
Get the model element.
getModelElement() - Method in class jadex.bdiv3x.runtime.ExpressionbaseWrapper
Get the model element.
getModelElement() - Method in interface jadex.bdiv3x.runtime.ICandidateInfo
Get the candidate model element.
getModelElement() - Method in interface jadex.bdiv3x.runtime.IElement
Get the model element.
getModelElement() - Method in class jadex.bdiv3x.runtime.PlanbaseWrapper
Get the model element.
getModelElement() - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Get the modelelement.
getModelElement() - Method in class jadex.bpmn.runtime.ProcessThread
Get the model element.
getModelFileName() - Method in interface jadex.bridge.modelinfo.IPersistInfo
Gets the model file name.
getModelInfo() - Method in interface jadex.bdiv3.model.IBDIModel
Get the component model.
getModelInfo() - Method in class jadex.bdiv3x.BDIXModel
Get the component model.
getModelName() - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Get the model name.
getModelName() - Method in interface jadex.bridge.service.types.cms.IComponentDescription
Get the model name.
getModelPath() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Object3d
 
getModelType(String) - Method in class jadex.bdiv3x.BDIXMLReader
Get the type of loaded models.
getModelValue(String) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
Get value from model that equals converted value.
getModelValue(String) - Method in class jadex.commons.gui.autocombo.FixedClassInfoComboModel
 
getMonitor() - Method in class jadex.bridge.service.component.ComponentSuspendable
Get the monitor for waiting.
getMonitor() - Method in interface jadex.commons.future.ISuspendable
Get the monitor for waiting.
getMonitor() - Method in class jadex.commons.future.ThreadSuspendable
Get the monitor for waiting.
getMonitor() - Method in class jadex.extension.envsupport.environment.SynchronizedPropertyObject
Returns the monitor.
getMonitoring() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the monitoring level.
getMonitoring() - Method in class jadex.bridge.modelinfo.Startable
Get the monitoring.
getMonitoring() - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Get the monitoring.
getMonitoring() - Method in class jadex.bridge.service.types.cms.CreationInfo
Get the monitoring.
getMonitoring() - Method in interface jadex.bridge.service.types.cms.IComponentDescription
Get the monitoring flag.
getMonitoring(String) - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the monitoring flag.
getMonitoring(String) - Method in class jadex.bridge.modelinfo.ModelInfo
Get the monitoring flag.
getMonitoringComp() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the monitoring component flag.
getMPlan(BDIModel, Plan, MethodInfo, ClassInfo, ClassLoader, Map<ClassInfo, List<Tuple2<MGoal, String>>>) - Method in class jadex.bdiv3.BDIClassReader
 
getMPositions() - Method in class jadex.extension.agr.MGroupInstance
Get the positions.
getMRoleTypes() - Method in class jadex.extension.agr.MGroupType
Get the roles of this group type.
getMultiplicity() - Method in class jadex.bridge.service.search.ServiceQuery
Get the multiplicity.
getMyDeps() - Method in class jadex.bridge.component.DependencyResolver.NodeInfo
Get the mydeps.
getName() - Method in class jadex.base.test.TestReport
Get the name.
getName() - Method in class jadex.bdi.planlib.watchdog.ContactData
Get the name.
getName() - Method in class jadex.bdiv3.model.MElement
Get the name.
getName() - Method in interface jadex.bdiv3x.runtime.IParameter
Get the name.
getName() - Method in interface jadex.bdiv3x.runtime.IParameterSet
Get the name.
getName() - Method in class jadex.bdiv3x.runtime.RBeliefbase.RBelief
Deprecated.
Get the name.
getName() - Method in class jadex.bdiv3x.runtime.RBeliefbase.RBeliefSet
Get the name.
getName() - Method in interface jadex.bpmn.runtime.editor.IEditorParameterMetaInfo
Get the name.
getName() - Method in class jadex.bridge.ComponentIdentifier
Get the component name.
getName() - Method in class jadex.bridge.fipa.CMSCreateComponent
Get the name of this AMSCreateComponent.
getName() - Method in interface jadex.bridge.IComponentIdentifier
Get the component name.
getName() - Method in class jadex.bridge.modelinfo.ComponentInstanceInfo
Get the name (expression).
getName() - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Get the name.
getName() - Method in interface jadex.bridge.modelinfo.IArgument
Get the name.
getName() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the name.
getName() - Method in class jadex.bridge.modelinfo.ModelInfo
Get the name.
getName() - Method in class jadex.bridge.modelinfo.NFPropertyInfo
Get the name.
getName() - Method in class jadex.bridge.modelinfo.SubcomponentTypeInfo
Get the name.
getName() - Method in class jadex.bridge.modelinfo.UnparsedExpression
Get the name.
getName() - Method in class jadex.bridge.nonfunctional.AbstractNFProperty
Gets the name of the property.
getName() - Method in interface jadex.bridge.nonfunctional.INFProperty
Gets the name of the property.
getName() - Method in interface jadex.bridge.nonfunctional.INFPropertyMetaInfo
Gets the name of the property.
getName() - Method in class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Gets the name of the property.
getName() - Method in class jadex.bridge.service.ProvidedServiceInfo
Get the name.
getName() - Method in class jadex.bridge.service.RequiredServiceBinding
Get the name.
getName() - Method in class jadex.bridge.service.RequiredServiceInfo
Get the name.
getName() - Method in class jadex.bridge.service.types.appstore.AppMetaInfo
Get the name.
getName() - Method in interface jadex.bridge.service.types.clock.IClock
Get the clocks name.
getName() - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Get the componentidentifier of this CESComponentDescription.
getName() - Method in class jadex.bridge.service.types.cms.CMSStatusEvent.CMSIntermediateResultEvent
Get the name.
getName() - Method in class jadex.bridge.service.types.cms.CreationInfo
Get the instance name.
getName() - Method in interface jadex.bridge.service.types.cms.IComponentDescription
Get the identifier of the component.
getName() - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Get the name for this logger.
getName() - Method in interface jadex.bridge.service.types.df.IProperty
Get the name of this Property.
getName() - Method in class jadex.commons.beans.FeatureDescriptor
getName() - Method in class jadex.commons.FieldInfo
Get the name.
getName() - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
Get the type name.
getName() - Method in class jadex.commons.MethodInfo
Get the name.
getName() - Method in class jadex.commons.Properties
Get the name.
getName() - Method in class jadex.commons.Property
Get the name.
getName() - Method in class jadex.extension.agr.Group
Get the name of the group.
getName() - Method in class jadex.extension.agr.MAGRSpaceInstance
Get the name.
getName() - Method in class jadex.extension.agr.MAGRSpaceType
Get the name.
getName() - Method in class jadex.extension.agr.MGroupInstance
Get the name of the group type.
getName() - Method in class jadex.extension.agr.MGroupType
Get the name of the group type.
getName() - Method in class jadex.extension.agr.MRoleType
Get the name of the role.
getName() - Method in class jadex.extension.envsupport.environment.PerceptType
Get the name.
getName() - Method in class jadex.extension.envsupport.evaluation.DataTable
Get the name.
getName() - Method in class jadex.extension.envsupport.MEnvSpaceInstance
Get the name.
getName() - Method in class jadex.extension.envsupport.MEnvSpaceType
Get the name.
getName() - Method in class jadex.extension.envsupport.MObjectType
 
getName() - Method in class jadex.extension.envsupport.MObjectTypeProperty
 
getName() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Animation
 
getName() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Materialfile
 
getName() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.NiftyScreen
 
getName() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.TerrainTexture
 
getName() - Method in class jadex.extension.envsupport.observer.gui.plugin.EvaluationPlugin
Returns the name of the plugin.
getName() - Method in class jadex.extension.envsupport.observer.gui.plugin.InteractionTestPlugin
 
getName() - Method in class jadex.extension.envsupport.observer.gui.plugin.IntrospectorPlugin
 
getName() - Method in interface jadex.extension.envsupport.observer.gui.plugin.IObserverCenterPlugin
Returns the name of the plugin
getName() - Method in class jadex.extension.envsupport.observer.gui.plugin.VisualsPlugin
Returns the name of the plugin
getName() - Method in interface jadex.extension.envsupport.observer.perspective.IPerspective
Returns the name of the perspective
getName() - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Returns the name of the perspective
getName() - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
Returns the name of the perspective
getName() - Method in interface jadex.xml.reader.IXMLReader
 
getName() - Method in class jadex.xml.stax.StaxReaderWrapper
 
getNameAuthorities() - Method in interface jadex.bridge.service.types.security.ISecurityService
Gets all authorities for authenticating platform names.
getNameAuthoritiesInfo() - Method in interface jadex.bridge.service.types.security.ISecurityService
Get infos about name authorities.
getNameHint() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the name hint for instances.
getNameHint() - Method in class jadex.bridge.modelinfo.ModelInfo
Get the namehint.
getNamespace() - Method in class jadex.xml.stax.XmlTag
Returns the namespace URI of the current element.
getNamespace(String) - Method in class jadex.xml.writer.AWriteContext
Get or create a namespace.
getNamespaceURI() - Method in class jadex.xml.stax.QName
Gets the Namespace URI for this QName.
getNameWithParameters() - Method in class jadex.commons.MethodInfo
Get the name with parameters, e.g.
getNearestObject(IVector2) - Method in class jadex.extension.envsupport.environment.space2d.KdTree
Finds an object closest to the given point (exhaustive search!).
getNearestObject(IVector2, double) - Method in class jadex.extension.envsupport.environment.space2d.KdNode
Finds the object nearest to a given point within a search radius.
getNearestObject(IVector2, double) - Method in class jadex.extension.envsupport.environment.space2d.KdTree
Finds an object closest to the given point with a given search radius.
getNearestObject(IVector2, double, IFilter) - Method in class jadex.extension.envsupport.environment.space2d.KdNode
Finds the object nearest to a given point within a search radius while filtering objects.
getNearestObject(IVector2, double, IFilter) - Method in class jadex.extension.envsupport.environment.space2d.KdTree
Finds an object closest to the given point with a given search radius, while filtering objects.
getNearestObject(IVector2, IFilter) - Method in class jadex.extension.envsupport.environment.space2d.KdTree
Finds an object closest to the given point while filtering objects (exhaustive search!).
getNearestObject(IVector2, IVector1, String) - Method in class jadex.extension.envsupport.environment.space2d.Space2D
Returns the nearest object to the given position within a maximum distance from the position.
getNearestObject(IVector3, IVector1, String) - Method in class jadex.extension.envsupport.environment.space3d.Space3D
Returns the nearest object to the given position within a maximum distance from the position.
getNearestObjects(IVector2, double) - Method in class jadex.extension.envsupport.environment.space2d.KdTree
Finds all objects within a given search radius.
getNearestObjects(IVector2, double, IFilter) - Method in class jadex.extension.envsupport.environment.space2d.KdNode
Finds all objects within a given search radius.
getNearestObjects(IVector2, double, IFilter) - Method in class jadex.extension.envsupport.environment.space2d.KdTree
Finds all objects within a given search radius.
getNearGridObjects(IVector2, int, String[]) - Method in class jadex.extension.envsupport.environment.space2d.Grid2D
 
getNearObjects(IVector2, IVector1) - Method in class jadex.extension.envsupport.environment.space2d.Space2D
Retrieve all objects in the distance for a position
getNearObjects(IVector2, IVector1, IFilter) - Method in class jadex.extension.envsupport.environment.space2d.Space2D
Retrieve all objects in the distance for a position
getNearObjects(IVector2, IVector1, String) - Method in class jadex.extension.envsupport.environment.space2d.Grid2D
Retrieve all objects in the distance for a position.
getNearObjects(IVector2, IVector1, String) - Method in class jadex.extension.envsupport.environment.space2d.Space2D
Retrieve all objects in the distance for a position
getNearObjects(IVector2, IVector1, String, IFilter) - Method in class jadex.extension.envsupport.environment.space2d.Space2D
Retrieve all objects in the distance for a position
getNearObjects(IVector3, IVector1) - Method in class jadex.extension.envsupport.environment.space3d.Space3D
Retrieve all objects in the distance for a position
getNearObjects(IVector3, IVector1, IFilter) - Method in class jadex.extension.envsupport.environment.space3d.Space3D
Retrieve all objects in the distance for a position
getNearObjects(IVector3, IVector1, String) - Method in class jadex.extension.envsupport.environment.space3d.Grid3D
Retrieve all objects in the distance for a position.
getNearObjects(IVector3, IVector1, String) - Method in class jadex.extension.envsupport.environment.space3d.Space3D
Retrieve all objects in the distance for a position
getNeighborhood() - Method in class jadex.extension.envsupport.environment.space2d.Grid2D
Get the neighborhood.
getNeighborhood() - Method in class jadex.extension.envsupport.environment.space3d.Grid3D
Get the neighborhood.
getNetworkAddresses() - Static method in class jadex.commons.SUtil
Get the addresses to be used for transports.
getNetworkInterfaces() - Static method in class jadex.commons.SUtil
Get the network interfaces.
getNetworkIp(InetAddress, short) - Static method in class jadex.commons.SUtil
Get the network ip for an internet address and the prefix length.
getNetworkIps() - Method in interface jadex.bridge.service.types.context.IContextService
Get the network ips.
getNetworkIps() - Static method in class jadex.commons.SNonAndroid
Get the network ips.
getNetworkNames() - Method in interface jadex.base.IPlatformConfiguration
Get the network name (used at startup).
getNetworkNames() - Method in interface jadex.bridge.service.IServiceIdentifier
Get the (security) network names.
getNetworkNames() - Method in class jadex.bridge.service.search.ServiceQuery
Get the networknames.
getNetworkNames() - Method in class jadex.bridge.service.ServiceIdentifier
Get the network names.
getNetworkNames() - Method in interface jadex.bridge.service.types.security.ISecurityService
Gets the current network names.
getNetworkPrefixLength(InetAddress) - Static method in class jadex.commons.SNonAndroid
Get the network prefix length for IPV4 address 24=C, 16=B, 8=A classes.
getNetworkPrefixLength(InetAddress) - Static method in class jadex.commons.SUtil
Get the network prefix length for IPV4 address 24=C, 16=B, 8=A classes.
getNetworks() - Method in interface jadex.bridge.service.types.security.ISecurityInfo
Gets the authenticated networks of the sender.
getNetworkSecrets() - Method in interface jadex.base.IPlatformConfiguration
Get the network secret (used at startup).
getnewfac - Variable in class jadex.micro.KernelMultiAgent
The sequentializer to execute getNewFactory() one by one and not interleaved.
getNewFactory(String, String[], IResourceIdentifier) - Method in class jadex.micro.KernelMultiAgent
If there are other kernel specs for the current filename suffix start and test them.
getNewValue() - Method in class jadex.commons.beans.PropertyChangeEvent
 
getNext() - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace.AtomicCounter
 
getNextByteArray() - Method in class jadex.bridge.component.streams.InputConnection
Get the next data byte array.
getNextChildId() - Method in class jadex.bpmn.runtime.ProcessThread
Get a cnt for subprocesses.
getNextEvent() - Method in class jadex.extension.envsupport.environment.LocalObjectListener
Returns the next event or null if none is available.
getNextIdleFuture() - Method in interface jadex.bridge.service.types.execution.IExecutionService
Get the future indicating that executor is idle.
getNextInterceptor() - Method in class jadex.bridge.service.component.ServiceInvocationContext
Get the next interceptor.
getNextIntermediateResult() - Method in interface jadex.commons.future.IIntermediateFuture
Iterate over the intermediate results in a blocking fashion.
getNextIntermediateResult() - Method in class jadex.commons.future.IntermediateFuture
Iterate over the intermediate results in a blocking fashion.
getNextIntermediateResult(boolean) - Method in class jadex.commons.future.IntermediateFuture
Iterate over the intermediate results in a blocking fashion.
getNextIntermediateResult(long, boolean) - Method in interface jadex.commons.future.IIntermediateFuture
Iterate over the intermediate results in a blocking fashion.
getNextIntermediateResult(long, boolean) - Method in class jadex.commons.future.IntermediateFuture
Iterate over the intermediate results in a blocking fashion.
getNextIntermediateResult(long, boolean) - Method in class jadex.commons.future.SubscriptionIntermediateDelegationFuture
Iterate over the intermediate results in a blocking fashion.
getNextIntermediateResult(long, boolean) - Method in class jadex.commons.future.SubscriptionIntermediateFuture
Iterate over the intermediate results in a blocking fashion.
getNextInvocation() - Static method in class jadex.bridge.ServiceCall
Get the invocation data for the next service call.
getNextReceivedSequenceNumber() - Method in class jadex.bridge.component.streams.InputConnectionHandler
Get the next received sequence number.
getNextSequenceNumber() - Method in class jadex.bridge.component.streams.OutputConnectionHandler
Get The next seqnumber.
getNextServiceCall() - Method in class jadex.bridge.service.component.ServiceInvocationContext
Get the service call.
getNextTimer() - Method in interface jadex.bridge.service.types.clock.IClock
Get the next timer.
getNextTimer() - Method in interface jadex.bridge.service.types.clock.IClockService
Get the next timer.
getNFAllPropertyNames() - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the names of all non-functional properties of this component.
getNFAllPropertyNames() - Method in interface jadex.bridge.nonfunctional.INFPropertyProvider
Returns the names of all non-functional properties of this service.
getNFAllPropertyNames() - Method in class jadex.bridge.nonfunctional.NFPropertyProvider
Returns the names of all non-functional properties of this service.
getNFAllPropertyNames(IExternalAccess) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the names of all non-functional properties of this service.
getNFAllPropertyNames(IExternalAccess, IServiceIdentifier) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the names of all non-functional properties of this service.
getNFAllPropertyNames(IServiceIdentifier) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the names of all non-functional properties of this service.
getNFProperties() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the nf properties.
getNFProperties() - Method in class jadex.bridge.modelinfo.ModelInfo
Get the nfproperties.
getNFPropertyMetaInfo(IExternalAccess, IServiceIdentifier, String) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the meta information about a non-functional property of this service.
getNFPropertyMetaInfo(IExternalAccess, String) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the meta information about a non-functional property of this service.
getNFPropertyMetaInfo(IServiceIdentifier, String) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the meta information about a non-functional property of this service.
getNFPropertyMetaInfo(String) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the meta information about a non-functional property of this component.
getNFPropertyMetaInfo(String) - Method in interface jadex.bridge.nonfunctional.INFPropertyProvider
Returns the meta information about a non-functional property of this service.
getNFPropertyMetaInfo(String) - Method in class jadex.bridge.nonfunctional.NFPropertyProvider
Returns the meta information about a non-functional property of this service.
getNFPropertyMetaInfos() - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the meta information about a non-functional property of this component.
getNFPropertyMetaInfos() - Method in interface jadex.bridge.nonfunctional.INFPropertyProvider
Returns the meta information about a non-functional property of this service.
getNFPropertyMetaInfos() - Method in class jadex.bridge.nonfunctional.NFPropertyProvider
Returns the meta information about a non-functional property of this service.
getNFPropertyMetaInfos(IExternalAccess) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the meta information about a non-functional property of this service.
getNFPropertyMetaInfos(IExternalAccess, IServiceIdentifier) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the meta information about a non-functional property of this service.
getNFPropertyMetaInfos(IServiceIdentifier) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the meta information about a non-functional property of this service.
getNFPropertyNames() - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the declared names of all non-functional properties of this component.
getNFPropertyNames() - Method in interface jadex.bridge.nonfunctional.INFPropertyProvider
Returns the declared names of all non-functional properties of this service.
getNFPropertyNames() - Method in class jadex.bridge.nonfunctional.NFPropertyProvider
Returns the names of all non-functional properties of this service.
getNFPropertyNames(IExternalAccess) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the declared names of all non-functional properties of this service.
getNFPropertyNames(IExternalAccess, IServiceIdentifier) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the declared names of all non-functional properties of this service.
getNFPropertyNames(IServiceIdentifier) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the declared names of all non-functional properties of this service.
getNFPropertyPrettyPrintValue(IServiceIdentifier, String) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the current value of a non-functional property of this service, performs unit conversion.
getNFPropertyPrettyPrintValue(String) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the current value of a non-functional property of this component.
getNFPropertyPrettyPrintValue(String) - Method in interface jadex.bridge.nonfunctional.INFPropertyProvider
Returns the current value of a non-functional property of this service.
getNFPropertyPrettyPrintValue(String) - Method in class jadex.bridge.nonfunctional.NFPropertyProvider
Returns the current value of a non-functional property of this service.
getNFPropertyValue(IExternalAccess, IServiceIdentifier, String) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the current value of a non-functional property of this service.
getNFPropertyValue(IExternalAccess, IServiceIdentifier, String, U) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the current value of a non-functional property of this service, performs unit conversion.
getNFPropertyValue(IExternalAccess, String) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the current value of a non-functional property of this service.
getNFPropertyValue(IExternalAccess, String, U) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the current value of a non-functional property of this service, performs unit conversion.
getNFPropertyValue(IServiceIdentifier, String) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the current value of a non-functional property of this service.
getNFPropertyValue(IServiceIdentifier, String, U) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the current value of a non-functional property of this service, performs unit conversion.
getNFPropertyValue(String) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the current value of a non-functional property of this component.
getNFPropertyValue(String) - Method in interface jadex.bridge.nonfunctional.INFPropertyProvider
Returns the current value of a non-functional property of this service.
getNFPropertyValue(String) - Method in class jadex.bridge.nonfunctional.NFPropertyProvider
Returns the current value of a non-functional property of this service, performs unit conversion.
getNFPropertyValue(String, U) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the current value of a non-functional property of this component, performs unit conversion.
getNFPropertyValue(String, U) - Method in interface jadex.bridge.nonfunctional.INFPropertyProvider
Returns the current value of a non-functional property of this service, performs unit conversion.
getNFPropertyValue(String, U) - Method in class jadex.bridge.nonfunctional.NFPropertyProvider
Returns the current value of a non-functional property of this service, performs unit conversion.
getNFRProperties() - Method in class jadex.bridge.service.RequiredServiceInfo
Get the nfproperties.
getNick() - Method in class jadex.bridge.service.types.chat.ChatEvent
Get the nick name.
getNickName() - Method in interface jadex.bridge.service.types.chat.IChatGuiService
Get the user name.
getNickName() - Method in interface jadex.bridge.service.types.chat.IChatService
Get the user name.
getNodeInfo(T) - Method in class jadex.bridge.component.DependencyResolver
Get the node info for the node id.
getNodeps() - Method in class jadex.bridge.component.DependencyResolver
Get the nodeps.
getNodes() - Method in class jadex.bridge.component.DependencyResolver
Get the nodes.
getNonFunctionalProperties() - Method in class jadex.bridge.component.streams.AbstractConnection
Get the non-functional properties of the connection.
getNonFunctionalProperties() - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Get the non-functional properties.
getNonFunctionalProperties() - Method in interface jadex.bridge.component.streams.IAbstractConnectionHandler
Get the non-functional properties.
getNonFunctionalProperties() - Method in class jadex.bridge.component.streams.InitInfo
Get the nonFunctionalProperties.
getNonFunctionalProperties() - Method in class jadex.bridge.component.streams.LocalAbstractConnectionHandler
Get the non-functional properties of the connection.
getNonFunctionalProperties() - Method in interface jadex.bridge.IConnection
Get the non-functional properties of the connection.
getNonFunctionalProperties() - Method in class jadex.bridge.service.types.remote.ServiceInputConnection
Get the non-functional properties of the connection.
getNonFunctionalProperties() - Method in class jadex.bridge.service.types.remote.ServiceInputConnectionProxy
Get the non-functional properties of the connection.
getNonFunctionalProperties() - Method in class jadex.bridge.service.types.remote.ServiceOutputConnection
Get the non-functional properties of the connection.
getNonFunctionalProperties() - Method in class jadex.bridge.service.types.remote.ServiceOutputConnectionProxy
Get the non-functional properties of the connection.
getNonManagedURLs() - Method in interface jadex.bridge.service.types.library.ILibraryService
Get other contained (but not directly managed) urls from parent classloaders.
getNonPlaceholderForeground() - Method in class jadex.commons.gui.JPlaceholderTextField
Gets the foreground color that is not the placeholder color (since getForeground() must be overwritten).
getNorth() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
getNoStackCompaction() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the no stack compaction flag.
getNotificationCommand() - Method in class jadex.commons.future.Future
Get the notification command.
getNotificationCommand() - Method in class jadex.commons.future.IntermediateFuture
Get the notification command.
getNotificationTime() - Method in interface jadex.bridge.service.types.clock.ITimer
Get the next notification time.
getNoTimeoutFuture(IInternalAccess) - Static method in class jadex.bridge.SFuture
Convenience method for creating a future (possibly with timeout avoidance).
getNoTimeoutFuture(Class<T>, IExternalAccess) - Static method in class jadex.bridge.SFuture
Convenience method for creating a future (possibly with timeout avoidance).
getNoTimeoutFuture(Class<T>, IInternalAccess) - Static method in class jadex.bridge.SFuture
Convenience method for creating a future (possibly with timeout avoidance).
getNoTimeoutFuture(Class<T>, IInternalAccess, boolean) - Static method in class jadex.bridge.SFuture
Convenience method for creating a future with timeout avoidance.
getNum() - Method in class jadex.commons.future.TupleResult
Get the num.
getNumber() - Method in class jadex.bridge.modelinfo.ComponentInstanceInfo
Get the number (expression).
getNumber() - Method in class jadex.commons.concurrent.MonitoredThread
Gets the thread number.
getNumber() - Method in class jadex.commons.future.CounterResultListener
Get the number of results this Listener is waiting for.
getNumberDateString() - Method in class jadex.bridge.VersionInfo
Get the release date as short number string (format=yyyy/MM/dd, e.g.
getNumberOfChildren() - Method in class jadex.commons.collection.TreeNode
Returns the number of immediate children of this node.
getNumRndFiles() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 
getObject() - Method in class jadex.bridge.service.component.ServiceInvocationContext
Get the object.
getObject() - Method in class jadex.commons.CachedObject
Get the cached object
getObject() - Method in class jadex.xml.StackElement
Get the object.
getObject(Tuple) - Method in class jadex.bridge.AbstractErrorReportBuilder
 
getObject(Object) - Method in class jadex.commons.collection.MultiCollection
Get first object for a key (unwraps from collection).
getObjectForRow(int) - Method in class jadex.commons.gui.jtable.ObjectTableModel
Get the associated object for a row.
getObjectHandler() - Static method in class jadex.xml.bean.JavaReader
Get the default Java reader.
getObjectHandler() - Static method in class jadex.xml.bean.JavaWriter
Get the default Java reader.
getObjectIdentifier() - Method in class jadex.xml.AccessInfo
Get the objectidentifier.
getObjectInfo() - Method in class jadex.xml.SubobjectInfo
Get the objectinfo.
getObjectInfo() - Method in class jadex.xml.TypeInfo
Get the objectinfo.
getObjectName(Object) - Method in class jadex.bridge.AbstractErrorReportBuilder
Get the name of an object.
getObjectReaderHandler() - Static method in class jadex.xml.PropertiesXMLHelper
Get the default Java reader.
getObjects() - Method in class jadex.commons.collection.IndexMap
Get the values as array.
getObjects() - Method in class jadex.commons.collection.MultiCollection
Get the values as array.
getObjects() - Method in class jadex.extension.envsupport.dataview.GeneralDataView2D
Returns a list of objects in this view
getObjects() - Method in class jadex.extension.envsupport.dataview.GeneralDataView2D3D
Returns a list of objects in this view
getObjects() - Method in class jadex.extension.envsupport.dataview.GeneralDataView3D
Returns a list of objects in this view
getObjects() - Method in interface jadex.extension.envsupport.dataview.IDataView
Returns a list of objects in this view
getObjects() - Method in class jadex.extension.envsupport.dataview.LocalDataView2D
Returns a list of objects in this view
getObjects() - Method in interface jadex.extension.envsupport.evaluation.IObjectSource
Get all objects from the data source.
getObjects() - Method in class jadex.extension.envsupport.evaluation.SpaceObjectSource
Get the row objects.
getObjects(Class) - Method in class jadex.commons.collection.IndexMap
Get the values as array.
getObjects(Class<?>) - Method in class jadex.commons.collection.MultiCollection
Get the values as array.
getObjectShift() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Gets the shift of all objects.
getObjectShift() - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Gets the object shift.
getObjectType() - Method in class jadex.extension.envsupport.environment.AvatarMapping
Get the objecttype.
getObjectType(Object, IContext) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Get the object type
getObjectType(Object, IContext) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Get the object type
getObjectType(Object, AReadContext) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Get the object type
getObjectTypes() - Method in class jadex.extension.envsupport.environment.PerceptType
Get the object types.
getObjectWriteInfo(Object, TypeInfo, IContext) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Get write info for an object.
getObjectWriteInfo(Object, TypeInfo, IContext) - Method in interface jadex.xml.writer.IObjectWriterHandler
Get all subobjects of an object.
getObjectWriterHandler() - Static method in class jadex.xml.PropertiesXMLHelper
Get the default Java writer.
getObserverCenter() - Method in interface jadex.extension.envsupport.observer.perspective.IPerspective
Get the ObserverCenter.
getObserverCenter() - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Get the ObserverCenter.
getObserverCenter() - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
Get the ObserverCenter.
getOldValue() - Method in class jadex.commons.beans.PropertyChangeEvent
 
getOldValue() - Method in class jadex.extension.envsupport.environment.EnvironmentEvent
Get the previous property value.
getOntology() - Method in class jadex.bridge.fipa.FipaMessage
Denotes the ontology(s) used to give a meaning to the symbols in the content expression.
getOpenGl() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the opengl flag.
getOpenGl() - Method in interface jadex.extension.envsupport.observer.perspective.IPerspective
Gets whether to try to use OpenGL.
getOpenGl() - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Gets whether to try to use OpenGL.
getOpenGl() - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
 
getOperator() - Method in class jadex.bridge.nonfunctional.hardconstraints.MHardConstraint
Gets the operator.
getOperator() - Method in class jadex.commons.ComposedFilter
Get the operator.
getOperator() - Method in class jadex.commons.ComposedRemoteFilter
Get the operator.
getOrCreateChild(TreeNode, QName, boolean) - Method in class jadex.xml.writer.WriteObjectInfo
Get or create a tree child.
getOrCreateList(String, Map<String, Object>) - Method in class jadex.micro.MicroClassReader
Get or create a list.
getOrCreateMap(String, Map<String, Object>) - Method in class jadex.micro.MicroClassReader
Get or create a map.
getOrCreateNextInvocation() - Static method in class jadex.bridge.ServiceCall
Set the properties of the next invocation.
getOrCreateNextInvocation(Map<String, Object>) - Static method in class jadex.bridge.ServiceCall
Get or create the next servicecall for the next invocation.
getOrCreateSet(String, Map<String, Object>) - Method in class jadex.micro.MicroClassReader
Get or create a set.
getOrigin() - Method in class jadex.bridge.Cause
Get the chain id.
getOriginal() - Method in class jadex.bdiv3x.runtime.RMessageEvent
Get the original message event (if this is a reply).
getOriginal() - Method in class jadex.micro.MicroClassReader.DummyClassLoader
Get the orig.
getOther() - Method in class jadex.bridge.service.types.chat.TransferInfo
Get the opposite component.
getOtherDeps() - Method in class jadex.bridge.component.DependencyResolver.NodeInfo
Get the otherdeps.
getOtherErrors(Set<Object>) - Method in class jadex.bridge.AbstractErrorReportBuilder
Get other errors, not in the given tags.
getOuterRadius() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Torus3d
 
getOutForSystemIn() - Static method in class jadex.commons.SUtil
Get an output stream that is automatically fed into the new System.in, i.e.
getOutputConnection() - Method in class jadex.bridge.component.streams.OutputConnectionHandler
Get the output connection.
getOutputConnection() - Method in class jadex.bridge.service.types.remote.ServiceInputConnection
Get the corresponding output connection.
getOutputDirsExpression(String, boolean) - Static method in class jadex.commons.SUtil
Try to find the correct classpath root directories for current build tool chain.
getOutputFile() - Method in class jadex.bridge.service.types.daemon.StartOptions
Get the output stream redirection file (if any).
getOutputStreams() - Method in class jadex.commons.MultiStream
Get the output streams.
getOwnedElementErrors(String) - Method in class jadex.bridge.AbstractErrorReportBuilder
Get elements of the given owner type, which have errors or contain elements with errors.
getOwner() - Method in class jadex.bridge.service.search.ServiceQuery
Get the owner.
getOwner() - Method in class jadex.commons.beans.XMLDecoder
Returns the owner of this decoder.
getOwner() - Method in class jadex.commons.beans.XMLEncoder
Returns the owner of this encoder.
getOwner(Object) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Get the owner of an object.
getOwnership() - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Get the ownership of this CESComponentDescription.
getOwnership() - Method in interface jadex.bridge.service.types.cms.IComponentDescription
Get the ownership string of the component.
getPackage() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the package name.
getPackage() - Method in class jadex.bridge.modelinfo.ModelInfo
Get the package name.
getPackageName(Class<?>) - Static method in class jadex.commons.SReflect
Get the package of a class.
getPaddedSize() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Returns the padded size
getPaddedSize() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
Returns the padded size
getParameter(String) - Method in class jadex.bdiv3.model.MConfigParameterElement
Get a parameter by name.
getParameter(String) - Method in class jadex.bdiv3.model.MParameterElement
Get a parameter by name.
getParameter(String) - Method in interface jadex.bdiv3x.runtime.IParameterElement
Get the parameter element.
getParameter(String) - Method in class jadex.bdiv3x.runtime.Plan
Get a parameter.
getParameter(String) - Method in class jadex.bdiv3x.runtime.RMessageEvent
Get the parameter element.
getParameter(String) - Method in class jadex.extension.envsupport.environment.ObjectEvent
Returns an event parameter.
getParameterAnnotations(Constructor, ClassLoader) - Static method in class jadex.micro.MicroClassReader
 
getParameterAnnotations(Method, ClassLoader) - Static method in class jadex.micro.MicroClassReader
 
getParameterDescriptors() - Method in class jadex.commons.beans.MethodDescriptor
getParameterGuesser() - Method in interface jadex.bridge.component.IComponentFeature
The feature can add objects for field or method injections by providing an optional parameter guesser.
getParameterGuesser() - Method in interface jadex.bridge.IInternalAccess
Get the parameter guesser.
getParameterGuesser() - Method in class jadex.bridge.service.types.cms.PlatformComponent
Get the parameter guesser.
getParameterMetaInfos() - Method in interface jadex.bpmn.runtime.editor.IEditorTaskMetaInfo
Get the parameters.
getParameterNames() - Method in class jadex.bpmn.runtime.ProcessThread
Get the name of all parameters.
getParameters() - Method in class jadex.bdiv3.model.MConfigParameterElement
Get the parameters.
getParameters() - Method in class jadex.bdiv3.model.MParameterElement
Get the parameters.
getParameters() - Method in interface jadex.bdiv3x.runtime.IParameterElement
Get all parameters.
getParameters() - Method in class jadex.bdiv3x.runtime.Plan
Get all parameters.
getParameters() - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Get the params.
getParameters() - Method in class jadex.bpmn.runtime.ProcessThread
Get the parameters.
getParameters() - Method in class jadex.bridge.modelinfo.NFPropertyInfo
Get the parameters.
getParameters() - Method in class jadex.extension.envsupport.environment.ObjectEvent
Returns the parameters.
getParameters() - Method in interface jadex.javaparser.IParsedExpression
Get the parameters used in the expression.
getParameters() - Method in class jadex.javaparser.javaccimpl.ExpressionNode
Get the parameters used in the expression.
getParameters(String) - Method in class jadex.bdiv3.model.MConfigParameterElement
Get the parameters by name.
getParameterSet(String) - Method in interface jadex.bdiv3x.runtime.IParameterElement
Get the parameter set element.
getParameterSet(String) - Method in class jadex.bdiv3x.runtime.Plan
Get a parameter.
getParameterSet(String) - Method in class jadex.bdiv3x.runtime.RMessageEvent
Get the parameter set element.
getParameterSets() - Method in interface jadex.bdiv3x.runtime.IParameterElement
Get all parameter sets.
getParameterSets() - Method in class jadex.bdiv3x.runtime.Plan
Get all parameter sets.
getParameterTypeInfos() - Method in class jadex.commons.MethodInfo
Get the parametertypes.
getParameterTypes() - Method in class jadex.bdiv3.model.ConstructorInfo
Get the parametertypes.
getParameterTypes(ClassLoader) - Method in class jadex.commons.MethodInfo
Get the parametertypes as classes.
getParameterValue(String) - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Get a parameter value.
getParameterValue(String) - Method in class jadex.bpmn.runtime.ProcessThread
Get the value of a parameter.
getParent() - Method in class jadex.bpmn.runtime.ProcessThread
Get the parent.
getParent() - Method in class jadex.bridge.ComponentIdentifier
Get the parent identifier.
getParent() - Method in class jadex.bridge.fipa.CMSCreateComponent
Get the parent of this AMSCreateComponent.
getParent() - Method in interface jadex.bridge.IComponentIdentifier
Get the parent identifier.
getParent() - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Return the parent for this Logger.
getParent() - Method in class jadex.commons.SimpleParameterGuesser
Get the parent guesser.
getParentComponent(CreationInfo, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Get the parent component.
getParentDirectory(IExternalAccess, String) - Static method in class jadex.base.SRemoteFileChooser
Returns the parent directory of dir.
getParentDirectory(File) - Static method in class jadex.commons.SNonAndroid
Get the parent directory.
getParentDirectory(File) - Static method in class jadex.commons.SUtil
Get the parent directory.
getParentId() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the parentid.
getParentId() - Method in class jadex.bridge.nonfunctional.NFPropertyProvider
Get the parent.
getParentIdentifier(IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Get the parent component of a component.
getParentInfo(CreationInfo, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Get the info of the parent component.
getParentInjections() - Method in class jadex.micro.InjectionInfoHolder
Get the parentinjections fields.
getParentInjections() - Method in class jadex.micro.MicroModel
Get the parentinjections fields.
getParentNodeStack() - Method in class jadex.commons.gui.JWizard.WizardNode
Gets the parent.
getParsed() - Method in class jadex.bridge.modelinfo.UnparsedExpression
Get the parsed.
getParsedExpression() - Method in class jadex.bdiv3x.runtime.RExpressionbase.RExpression
 
getParsedValue(Object, String[], IValueFetcher, ClassLoader) - Static method in class jadex.javaparser.SJavaParser
Get a parsed value.
getParser() - Method in class jadex.xml.reader.AReadContext
Get the parser.
getParticipant() - Method in class jadex.bdi.planlib.protocols.ParticipantProposal
Get the participants component identifier.
getParticipant() - Method in class jadex.bridge.component.streams.AbstractConnection
Get the participant.
getParticipant() - Method in class jadex.bridge.component.streams.InitInfo
Get the participant.
getParticipant() - Method in interface jadex.bridge.IConnection
Get the participant.
getParticipant() - Method in class jadex.bridge.service.types.remote.ServiceInputConnection
Get the participant.
getParticipant() - Method in class jadex.bridge.service.types.remote.ServiceInputConnectionProxy
Get the participant id.
getParticipant() - Method in class jadex.bridge.service.types.remote.ServiceOutputConnection
 
getParticipant() - Method in class jadex.bridge.service.types.remote.ServiceOutputConnectionProxy
Get the participant id.
getParticipants() - Method in class jadex.bdi.planlib.protocols.IQueryNextroundInfo.NextroundInfo
Get the participants.
getParticipants() - Method in class jadex.bdi.planlib.protocols.NegotiationRecord
Get all participants.
getPass() - Method in class jadex.bdiv3x.BDIXMLReader.BeliefMultiProc
 
getPass() - Method in class jadex.bdiv3x.BDIXMLReader.GoalMetaProc
 
getPass() - Method in class jadex.bdiv3x.BDIXMLReader.ParamMultiProc
 
getPass() - Method in interface jadex.xml.IPostProcessor
Get the pass number.
getPassedMethod(ClassLoader) - Method in class jadex.bdiv3.model.MBody
 
getPassword() - Method in class jadex.bdi.planlib.messaging.EmailAccount
Get the password.
getPassword() - Method in class jadex.bdi.planlib.messaging.IMAccount
Getter for password.
getPassword() - Method in class jadex.bridge.service.types.email.EmailAccount
Get the password.
getPatchsize() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
getPath() - Method in class jadex.bridge.service.types.filetransfer.FileData
Get the path.
getPath() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Materialfile
 
getPath() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.NiftyScreen
 
getPathElementObject(Object) - Method in class jadex.bridge.AbstractErrorReportBuilder
Get the object of a path element
getPathid() - Method in class jadex.bpmn.runtime.handler.SplitInfo
Gets the pathid.
getPathId() - Method in class jadex.bpmn.runtime.handler.SplitInfo
Get the path id.
getPathids() - Method in class jadex.bpmn.runtime.handler.SplitInfo
Gets the pathids.
getPathIds() - Method in class jadex.bpmn.runtime.handler.SplitInfo
Get the path ids of the split.
getPathManager() - Static method in class jadex.xml.bean.JavaReader
Get the default Java reader.
getPathManager() - Static method in class jadex.xml.PropertiesXMLHelper
Get the default Java reader.
getPathManager() - Method in class jadex.xml.reader.AReadContext
Get the pathManager.
getPathname() - Method in class jadex.xml.reader.LinkData
Get the pathname.
getPathName() - Method in class jadex.base.RemoteJarFile
Get path name.
getPathToRoot(TreeNode) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPathToRoot(TreeNode, int) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPattern() - Method in class jadex.bridge.service.types.cron.CronJob
Get the pattern.
getPerceptList() - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Get the list of scheduled percepts.
getPerceptType(IEnvironmentSpace, String, String, String) - Method in class jadex.extension.envsupport.environment.space2d.DefaultVisionGenerator
Get the percept type.
getPerceptType(IEnvironmentSpace, String, String, String) - Method in class jadex.extension.envsupport.environment.space3d.DefaultVisionGenerator
Get the percept type.
getPerceptType(String) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Get a space percept type.
getPerceptType(String) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Get a space percept type.
getPerceptTypes() - Method in class jadex.bdi.planlib.DefaultBDIVisionProcessor
Get the percept types defined for this generator.
getPerceptTypes() - Method in class jadex.extension.envsupport.environment.space2d.DefaultVisionGenerator
Get the percept types defined for this generator.
getPerceptTypes() - Method in class jadex.extension.envsupport.environment.space3d.DefaultVisionGenerator
Get the percept types defined for this generator.
getPerformative() - Method in class jadex.bridge.fipa.FipaMessage
Denotes the type of the communicative act of the ACL message.
getPermGenMemoryPool() - Static method in class jadex.bridge.sensor.memory.MaxPermGenMemoryProperty
Get the perm gen pool.
getPermGenMemoryPool() - Static method in class jadex.bridge.sensor.memory.UsedPermGenMemoryProperty
Get the perm gen pool.
getPersistenceDelegate(Class<?>) - Method in class jadex.commons.beans.Encoder
Returns a PersistenceDelegate for the given class type.
getPerspective() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Get the perspective.
getPerspective() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
Get the perspective.
getPerspective() - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Get the perspective.
getPerspective() - Method in interface jadex.extension.envsupport.observer.graphics.IViewport3d
Get the perspective.
getPerspectives() - Method in class jadex.extension.envsupport.observer.gui.ObserverCenter
Returns the available perspectives.
getPhone() - Method in class jadex.bdi.planlib.watchdog.ContactData
Get the phone no.
getPicsize() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
getPingDelay() - Method in class jadex.bdi.planlib.watchdog.ObservationDescription
Get the ping delay.
getPixelSize() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Returns the size of a pixel.
getPlaceholder() - Method in class jadex.commons.gui.JPlaceholderTextField
Gets the placeholder.
getPlaceholderColor() - Method in class jadex.commons.gui.JPlaceholderTextField
Gets the placeholder color.
getPlan() - Method in interface jadex.bdiv3x.runtime.ICandidateInfo
Get the plan instance.
getPlan(String) - Method in class jadex.bdiv3.model.MCapability
Get the plan for its name.
getPlanbase() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Get the plan base.
getPlanbase() - Method in class jadex.bdiv3x.runtime.CapabilityWrapper
Get the plan base.
getPlanbase() - Method in interface jadex.bdiv3x.runtime.ICapability
Get the plan base.
getPlanbase() - Method in class jadex.bdiv3x.runtime.Plan
Get the plan base.
getPlanElement() - Method in class jadex.bdiv3x.runtime.Plan
Get the plan interface.
getPlanes() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Dome3d
 
getPlans() - Method in class jadex.bdiv3.model.MCapability
Get the plans.
getPlans() - Method in interface jadex.bdiv3x.runtime.IPlanbase
Get all running plans of this planbase.
getPlans() - Method in class jadex.bdiv3x.runtime.PlanbaseWrapper
Get all running plans of this planbase.
getPlans() - Method in class jadex.bdiv3x.runtime.RPlanbase
Get all running plans of this planbase.
getPlans(String) - Method in interface jadex.bdiv3x.runtime.IPlanbase
Get all plans of a specified type (=model element name).
getPlans(String) - Method in class jadex.bdiv3x.runtime.PlanbaseWrapper
Get all plans of a specified type (=model element name).
getPlans(String) - Method in class jadex.bdiv3x.runtime.RPlanbase
Get all plans of a specified type (=model element name).
getPlatform() - Method in class jadex.bridge.service.search.ServiceQuery
Get the platform.
getPlatformAddresses(IComponentIdentifier) - Method in interface jadex.bridge.service.types.awareness.IAwarenessService
Gets the address for a platform ID using the awareness mechanism.
getPlatformComponent() - Method in class jadex.bridge.service.types.cms.PlatformComponent
Get the platform component.
getPlatformComponent() - Method in interface jadex.bridge.service.types.factory.IPlatformComponentAccess
Get the platform component.
getPlatformConfiguration() - Static method in class jadex.base.PlatformConfigurationHandler
Get the default platform configuration.
getPlatformConfiguration(ClassLoader) - Static method in class jadex.base.PlatformConfigurationHandler
Get the default platform configuration.
getPlatformConfiguration(ClassLoader, PlatformConfigurationHandler) - Static method in class jadex.base.PlatformConfigurationHandler
Get the default platform configuration.
getPlatformId() - Method in class jadex.bridge.service.types.address.TransportAddress
Gets the ID of the platform owning the address.
getPlatformInfo(IComponentIdentifier) - Method in interface jadex.bridge.service.types.awareness.IAwarenessManagementService
Get the discovery info for a platform, if any.
getPlatformName() - Method in interface jadex.base.IPlatformConfiguration
Get the platform name.
getPlatformName() - Method in class jadex.bridge.ComponentIdentifier
Get the platform name.
getPlatformName() - Method in interface jadex.bridge.IComponentIdentifier
Get the platform name.
getPlatformPrefix() - Method in class jadex.bridge.ComponentIdentifier
Get the platform name without the suffix for name uniqueness.
getPlatformPrefix() - Method in interface jadex.bridge.IComponentIdentifier
Get the platform name without the suffix for name uniqueness.
getPlatformPrefix(String) - Static method in class jadex.bridge.ComponentIdentifier
Get the stripped platform name.
getPlatforms() - Method in interface jadex.bridge.service.types.daemon.IDaemonService
Get the component identifiers of all (managed) platforms.
getPlatformSecret(IComponentIdentifier) - Method in interface jadex.bridge.service.types.security.ISecurityService
Gets the secret of a platform if available.
getPlatformSettings(IComponentIdentifier) - Static method in class jadex.base.Starter
 
getPlatformValue(IComponentIdentifier, String) - Static method in class jadex.base.Starter
Get a global platform value.
getPlural(String) - Static method in class jadex.commons.SUtil
Get the plural of a word in singular.
getPojo() - Method in class jadex.bridge.service.types.cms.CreationInfo
Get the pojo.
getPojoAgent() - Method in interface jadex.bridge.component.IPojoComponentFeature
Get the POJO agent object.
getPojoAgent(Class<T>) - Method in interface jadex.bridge.component.IPojoComponentFeature
Get the POJO agent object casted to the pojo class.
getPojoCapability() - Method in interface jadex.bdiv3.runtime.ICapability
Get the pojo capability object.
getPojoClass() - Method in class jadex.micro.MicroModel
Get the pojo class.
getPojoResultReadAccess(ClassLoader) - Method in class jadex.bdiv3.model.MGoal
Get the pojo result access, i.e.
getPojoResultWriteAccess(ClassLoader) - Method in class jadex.bdiv3.model.MGoal
Get the pojo result write access, i.e.
getPojoServiceProxy(Object) - Static method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Get the proxy of a pojo service.
getPojoTask() - Method in class jadex.bpmn.runtime.task.PojoTaskWrapper
Get the pojotask.
getPool() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the pool.
getPopupActions() - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
Get all popup actions (also from supertypes).
getPort() - Method in class jadex.bdi.planlib.messaging.EmailAccount
Get the port.
getPortType() - Method in class jadex.extension.ws.invoke.WebServiceMappingInfo
Get the porttype.
getPosition() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Gets the position of the viewport.
getPosition() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
Gets the position of the viewport.
getPosition() - Method in class jadex.extension.envsupport.observer.graphics.drawable.AbstractVisual2D
Get the position.
getPosition() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.AbstractVisual3d
Get the position.
getPosition() - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Gets the position of the viewport.
getPosition(ISpaceObject) - Static method in class jadex.extension.envsupport.environment.space2d.KdNode
 
GetPosition - Class in jadex.extension.envsupport.environment.space2d.action
Set the position action.
GetPosition - Class in jadex.extension.envsupport.environment.space3d.action
Set the position action.
GetPosition() - Constructor for class jadex.extension.envsupport.environment.space2d.action.GetPosition
 
GetPosition() - Constructor for class jadex.extension.envsupport.environment.space3d.action.GetPosition
 
getPostlayers() - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Returns the Postlayers.
getPostProcessor() - Method in class jadex.xml.ObjectInfo
Get the postproc.
getPostProcessor() - Method in class jadex.xml.TypeInfo
Get the post-processor.
getPostProcessors() - Method in class jadex.xml.reader.AReadContext
Get the postprocessors.
getPostProcessors(Object, Object) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Get the post-processor.
getPostProcessors(Object, Object) - Method in interface jadex.xml.reader.IObjectReaderHandler
Get the post-processor.
getPrecondition() - Method in class jadex.bdiv3.model.MPlan
Get the precondition.
getPreconditionMethod(ClassLoader) - Method in class jadex.bdiv3.model.MBody
 
getPredecessors() - Method in interface jadex.bridge.component.IComponentFeatureFactory
Get the predecessors, i.e.
getPredecessors() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get required predecessors (dependencies).
getPredecessors() - Method in class jadex.bridge.modelinfo.ModelInfo
Get required predecessors (dependencies).
getPredefinedId() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Effect
 
getPreferredScrollableViewportSize() - Method in class jadex.commons.gui.ScrollablePanel
Returns the preferred size of the viewport for a view component.
getPreferredSize() - Method in class jadex.commons.gui.JBusyRing
 
getPreferredSize() - Method in class jadex.commons.gui.ScrollablePanel
 
getPreferTags() - Method in class jadex.xml.MappingInfo
Get the prefertags.
getPrefix() - Method in class jadex.xml.Namespace
Get the prefix.
getPrefix() - Method in class jadex.xml.stax.QName
Gets the prefix for this QName.
getPrefixLength() - Method in class jadex.bridge.service.types.filetransfer.FileData
Get the prefix.
getPrefixLength(File) - Static method in class jadex.commons.SUtil
Get the prefix length of a file.
getPrefixNotation() - Method in class jadex.bridge.ClassInfo
Get class info in prefix notation, i.e.
getPrelayers() - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Returns the prelayers.
getPreProcessor() - Method in class jadex.xml.TypeInfo
Get the pre-processor.
getPreProcessor() - Method in class jadex.xml.XMLInfo
Get the preprocessor.
getPreProcessors() - Method in class jadex.xml.writer.AWriteContext
Get the preprocessors.
getPreProcessors(Object, Object) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Get the pre-processor.
getPreProcessors(Object, Object) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Get the pre-processors.
getPreProcessors(Object, Object) - Method in interface jadex.xml.writer.IObjectWriterHandler
Get the pre-processor.
getPrettyPrintValue() - Method in class jadex.bridge.nonfunctional.AbstractNFProperty
Returns the current value of the property in a human readable form.
getPrettyPrintValue() - Method in interface jadex.bridge.nonfunctional.INFProperty
Returns the current value of the property in a human readable form.
getPrettyPrintValue() - Method in class jadex.bridge.nonfunctional.NFPropertyRef
 
getPrettyPrintValue() - Method in class jadex.bridge.nonfunctional.SimpleValueNFProperty
Returns the current value of the property in a human readable form.
getPrimitives3d() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
 
getPriority() - Method in class jadex.bdiv3.model.MPlan
Get the priority.
getPriority() - Method in class jadex.bridge.ImmediateComponentStep
Get the priority of the step.
getPriority() - Method in interface jadex.bridge.IPriorityComponentStep
Get the priority of the step.
getProcessCpuLoad() - Method in class jadex.commons.OperatingSystemMXBeanFacade
 
getProcessCpuTime() - Static method in class jadex.commons.OperatingSystemMXBeanFacade
 
getProcesses() - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Get the processes.
getProcessingState() - Method in interface jadex.bdiv3.runtime.IGoal
Get the processingState.
getProgramArguments() - Method in class jadex.bridge.service.types.daemon.StartOptions
Get the prgmargs.
getPropagatedFrom() - Method in class jadex.commons.beans.beancontext.BeanContextEvent
 
getPropagationId() - Method in class jadex.commons.beans.PropertyChangeEvent
 
getProperties() - Method in class jadex.bridge.BulkMonitoringEvent
Get a property.
getProperties() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the properties.
getProperties() - Method in class jadex.bridge.modelinfo.ModelInfo
Get the properties.
getProperties() - Method in class jadex.bridge.service.ProvidedServiceInfo
 
getProperties() - Method in class jadex.bridge.service.PublishInfo
Get the properties.
getProperties() - Method in class jadex.bridge.service.types.awareness.AwarenessInfo
Get the properties.
getProperties() - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Get the properties.
getProperties() - Method in class jadex.bridge.service.types.email.EmailAccount
Get the properties.
getProperties() - Method in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Get a property.
getProperties() - Method in class jadex.bridge.service.types.monitoring.MonitoringEvent
Get a property.
getProperties() - Method in class jadex.bridge.ServiceCall
Get a property.
getProperties() - Method in interface jadex.commons.IPropertiesProvider
Write current state into properties.
getProperties() - Method in class jadex.commons.Properties
Get all properties.
getProperties() - Method in class jadex.commons.SimplePropertyObject
Get the properties (bean accessor).
getProperties() - Method in class jadex.extension.envsupport.environment.SpaceObject
Bean accessor.
getProperties() - Method in class jadex.extension.envsupport.MEnvSpaceInstance
Get the properties.
getProperties() - Method in class jadex.extension.envsupport.MEnvSpaceType
Get the properties.
getProperties(Properties[], String) - Static method in class jadex.commons.Properties
Get properties by type.
getProperties(Object, IContext, boolean, boolean) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Get the properties of an object.
getProperties(Object, IContext, boolean, boolean) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Get the properties of an object.
getProperties(String) - Method in class jadex.bdiv3.BDIAgentFactory
Get the properties.
getProperties(String) - Method in class jadex.bdiv3x.BDIXComponentFactory
Get the properties.
getProperties(String) - Method in class jadex.bpmn.BpmnFactory
Get the properties.
getProperties(String) - Method in interface jadex.bridge.service.types.factory.IComponentFactory
Get the properties (name/value pairs).
getProperties(String) - Method in interface jadex.bridge.service.types.settings.ISettingsService
Deprecated.
getProperties(String) - Method in class jadex.commons.Properties
Get properties by type.
getProperties(String) - Method in class jadex.micro.KernelMultiAgent
Get the properties (name/value pairs).
getProperties(String) - Method in class jadex.micro.MicroAgentFactory
Get the properties.
getProperties(String) - Method in class jadex.microservice.MicroserviceFactory
Get the properties.
getProperty() - Method in class jadex.extension.envsupport.environment.EnvironmentEvent
Get the property.
getProperty(IExternalAccess, String, String) - Static method in class jadex.bridge.service.types.factory.SComponentFactory
Get a default icon for a file type.
getProperty(Object) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Get the property.
getProperty(Object) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Get the property.
getProperty(Object, String) - Static method in class jadex.extension.envsupport.observer.gui.SObjectInspector
Retrieves a property from an IPropertyObject.
getProperty(Object, String, String) - Static method in class jadex.extension.envsupport.observer.gui.SObjectInspector
Retrieves a property from an IPropertyObject.
getProperty(Object, String, String, IValueFetcher) - Static method in class jadex.extension.envsupport.observer.gui.SObjectInspector
Retrieves a property from an IPropertyObject.
getProperty(String) - Method in class jadex.bridge.BulkMonitoringEvent
Get a property.
getProperty(String) - Method in interface jadex.bridge.component.IMsgHeader
Gets a property stored in the header.
getProperty(String) - Method in interface jadex.bridge.component.IPropertiesFeature
Get a property value.
getProperty(String) - Method in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Get a property.
getProperty(String) - Method in class jadex.bridge.service.types.monitoring.MonitoringEvent
Get a property.
getProperty(String) - Method in class jadex.bridge.ServiceCall
Get a property.
getProperty(String) - Method in interface jadex.commons.IPropertyObject
Returns a property.
getProperty(String) - Method in interface jadex.commons.meta.IPropertyMetaDataSet
Returns the Meta information for the specified property
getProperty(String) - Method in class jadex.commons.Properties
Get a properties by type.
getProperty(String) - Method in class jadex.commons.SimplePropertyObject
Returns a property.
getProperty(String) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Returns a property.
getProperty(String) - Method in class jadex.extension.envsupport.environment.DefaultObjectCreationProcess
Returns a property.
getProperty(String) - Method in interface jadex.extension.envsupport.environment.ISpaceController
 
getProperty(String) - Method in class jadex.extension.envsupport.environment.space2d.GridController
 
getProperty(String) - Method in class jadex.extension.envsupport.environment.SpaceObject
Returns a property.
getProperty(String) - Method in class jadex.extension.envsupport.environment.SynchronizedPropertyObject
Returns a property.
getProperty(String) - Method in class jadex.extension.envsupport.MEnvSpaceInstance
Get a property from a (multi)map.
getProperty(String) - Method in class jadex.extension.envsupport.MEnvSpaceType
Get a property from a (multi)map.
getProperty(String) - Method in class jadex.extension.envsupport.MObjectType
 
getProperty(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable.DrawableCombiner
Returns a property.
getProperty(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
Returns a property.
getProperty(String) - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Returns a property.
getProperty(String) - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
Returns a property.
getProperty(String, ClassLoader) - Method in interface jadex.bridge.modelinfo.IModelInfo
Get a parsed property.
getProperty(String, ClassLoader) - Method in class jadex.bridge.modelinfo.ModelInfo
Get a parsed property.
getProperty(Map<String, Object>, String, String[], IValueFetcher, ClassLoader) - Static method in class jadex.javaparser.SJavaParser
Get a parsed property.
getProperty(Map, String) - Static method in class jadex.extension.envsupport.MEnvSpaceType
Get a property from a (multi)map.
getPropertyChangeEvent() - Method in exception jadex.commons.beans.PropertyVetoException
getPropertyChangeListeners() - Method in class jadex.commons.beans.PropertyChangeSupport
 
getPropertyChangeListeners(String) - Method in class jadex.commons.beans.PropertyChangeSupport
 
getPropertyDescriptors() - Method in interface jadex.commons.beans.BeanInfo
 
getPropertyDescriptors() - Method in class jadex.commons.beans.SimpleBeanInfo
 
getPropertyEditorClass() - Method in class jadex.commons.beans.PropertyDescriptor
 
getPropertyList(String) - Method in class jadex.extension.envsupport.MEnvSpaceInstance
Get a property.
getPropertyList(String) - Method in class jadex.extension.envsupport.MEnvSpaceType
Get a property.
getPropertyMap() - Method in class jadex.bridge.service.BasicService
Get a service property.
getPropertyMap() - Method in interface jadex.bridge.service.IService
Get the map of properties (considered as constant).
getPropertyName() - Method in class jadex.bridge.nonfunctional.hardconstraints.MHardConstraint
Gets the propname.
getPropertyName() - Method in class jadex.commons.beans.PropertyChangeEvent
 
getPropertyName() - Method in class jadex.commons.beans.PropertyChangeListenerProxy
 
getPropertyName() - Method in class jadex.commons.beans.VetoableChangeListenerProxy
 
getPropertyName(Object) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Get the name of a property.
getPropertyName(Object) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Get the name of a property.
getPropertyNames() - Method in interface jadex.commons.IPropertyObject
Returns all of the properties.
getPropertyNames() - Method in class jadex.commons.SimplePropertyObject
Returns all of the properties.
getPropertyNames() - Method in class jadex.extension.envsupport.environment.SynchronizedPropertyObject
Returns all of the properties.
getPropertyNames() - Method in class jadex.extension.envsupport.observer.graphics.drawable.DrawableCombiner
Returns all of the properties.
getPropertyNames() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
Returns all of the properties.
getPropertyNames(Object) - Static method in class jadex.extension.envsupport.observer.gui.SObjectInspector
Retrieves the names of all properties of an Object.
getPropertyType() - Method in class jadex.commons.beans.PropertyDescriptor
 
getPropertyValue(IServiceIdentifier) - Method in class jadex.bridge.nonfunctional.search.BasicEvaluator
Get the property value based on the provider.
getPropertyValue(String) - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Get a property value.
getPropertyValue(String) - Method in class jadex.bpmn.runtime.ProcessThread
Get the value of a property.
getPropertyValue(String, MActivity) - Method in class jadex.bpmn.runtime.ProcessThread
Hack: method is necessary because thread.activity is not always the activity to execute in case of multiple event.
getProportionalDividerLocation() - Method in class jadex.commons.gui.JSplitPanel
Get the proportional split location.
getProportionalDividerLocation(JSplitPane) - Static method in class jadex.commons.gui.SGUI
Get the proportional split location.
getProposal() - Method in class jadex.bdi.planlib.protocols.ParticipantProposal
Get the proposal object.
getProposal(IComponentIdentifier) - Method in class jadex.bdi.planlib.protocols.NegotiationRecord
Get the proposal for the participant.
getProposals() - Method in class jadex.bdi.planlib.protocols.NegotiationRecord
Get the participant proposals.
getProtocol() - Method in class jadex.bridge.fipa.FipaMessage
Denotes the interaction protocol that the sending agent is employing with this ACL message.
getProvidedService(IServiceIdentifier) - Method in interface jadex.bridge.service.component.IProvidedServicesFeature
Get the provided service implementation object by id.
getProvidedService(IServiceIdentifier) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Get the provided service implementation object by id.
getProvidedService(Class<T>) - Method in interface jadex.bridge.service.component.IProvidedServicesFeature
Get provided (declared) service.
getProvidedService(Class<T>) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Get provided (declared) service.
getProvidedService(String) - Method in interface jadex.bridge.service.component.IProvidedServicesFeature
Get provided (declared) service.
getProvidedService(String) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Get provided (declared) service.
getProvidedServiceInfo(IServiceIdentifier) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Get the provided service info for a service.
getProvidedServiceInfos() - Method in class jadex.bridge.component.ComponentCreationInfo
Get the provided service infos.
getProvidedServiceInfos() - Method in class jadex.bridge.service.types.cms.CreationInfo
Get the service infos.
getProvidedServicePropertyProvider(IServiceIdentifier) - Method in interface jadex.bridge.component.INFPropertyComponentFeature
Get the provided service property provider for a service.
getProvidedServiceRawImpl(IServiceIdentifier) - Method in interface jadex.bridge.service.component.IProvidedServicesFeature
Get the provided service implementation object by name.
getProvidedServiceRawImpl(IServiceIdentifier) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Get the provided service implementation object by id.
getProvidedServiceRawImpl(Class<T>) - Method in interface jadex.bridge.service.component.IProvidedServicesFeature
Get the provided service implementation object by class.
getProvidedServiceRawImpl(Class<T>) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Get the raw implementation of the provided service.
getProvidedServiceRawImpl(String) - Method in interface jadex.bridge.service.component.IProvidedServicesFeature
Get the provided service implementation object by name.
getProvidedServiceRawImpl(String) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Get the provided service implementation object by name.
getProvidedServices() - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Get the provided services.
getProvidedServices() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the provided services.
getProvidedServices() - Method in class jadex.bridge.modelinfo.ModelInfo
Get the provided services.
getProvidedServices(Class<T>) - Method in interface jadex.bridge.service.component.IProvidedServicesFeature
Get provided (declared) service.
getProvidedServices(Class<T>) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Get provided (declared) service.
getProvider() - Method in class jadex.bridge.service.types.appstore.AppMetaInfo
Get the provider.
getProviderId() - Method in class jadex.bridge.service.BasicService
Get the providerid.
getProviderId() - Method in interface jadex.bridge.service.IServiceIdentifier
Get the service provider identifier.
getProviderId() - Method in class jadex.bridge.service.ServiceIdentifier
Get the service provider identifier.
getProxy() - Method in class jadex.bridge.service.component.ServiceInvocationContext
Get the proxy.
getProxy() - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Get the proxy.
getProxyAnnotation(T, ClassLoader) - Static method in class jadex.micro.MicroClassReader
Gets proxy annotation that can be invoked by corresponding classloader.
getProxyReference() - Method in class jadex.bridge.service.component.RemoteMethodInvocationHandler
Get the pr.
getProxyReference() - Method in interface jadex.bridge.service.IBrokenProxy
Get the proxy reference
getProxytype() - Method in class jadex.bridge.service.ProvidedServiceImplementation
Get the proxy type.
getProxytype() - Method in class jadex.bridge.service.RequiredServiceBinding
Get the proxytype.
getPublicId() - Method in interface jadex.xml.stax.ILocation
Returns the public ID of the XML
getPublicId() - Method in class jadex.xml.stax.JadexLocationWrapper
Returns the public ID of the XML
getPublicId() - Method in class jadex.xml.stax.Location
Returns the public ID of the XML
getPublicId() - Method in class jadex.xml.stax.StaxLocationWrapper
Returns the public ID of the XML
getPublish() - Method in class jadex.bridge.service.ProvidedServiceInfo
Get the publish.
getPublishId() - Method in class jadex.bridge.service.PublishInfo
Get the publishid.
getPublishScope() - Method in class jadex.bridge.service.PublishInfo
Gets the publish scope.
getPublishService(IInternalAccess, String, ServiceScope, Iterator<IPublishService>) - Static method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Get the publish service for a publish type (e.g.
getPublishType() - Method in class jadex.bridge.service.PublishInfo
Get the type.
getQueries(ClassInfo) - Method in interface jadex.bridge.service.search.IRegistryDataProvider
Get queries per type.
getQuery() - Method in class jadex.bridge.service.search.ServiceQueryInfo
Get the query.
getQuery() - Method in class jadex.micro.MicroModel.ServiceInjectionInfo
Get the query.
getRadialSamples() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Torus3d
 
getRadius() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Cylinder3d
 
getRadius() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Dome3d
 
getRadius() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.PointLight3d
 
getRandomGridPosition(IVector2) - Method in class jadex.extension.envsupport.environment.space2d.Grid2D
Retrieves a random position within the simulation area with a minimum distance from the edge.
getRandomPosition(IVector2) - Method in class jadex.extension.envsupport.environment.space2d.Space2D
Retrieves a random position within the simulation area with a minimum distance from the edge.
getRandomPosition(IVector3) - Method in class jadex.extension.envsupport.environment.space3d.Space3D
Retrieves a random position within the simulation area with a minimum distance from the edge.
getRange(ISpaceObject) - Method in class jadex.bdi.planlib.DefaultBDIVisionProcessor
Get the range.
getRange(ISpaceObject) - Method in class jadex.extension.envsupport.environment.space2d.DefaultVisionGenerator
Get the range.
getRange(ISpaceObject) - Method in class jadex.extension.envsupport.environment.space3d.DefaultVisionGenerator
Get the range.
getRangePropertyName() - Method in class jadex.bdi.planlib.DefaultBDIVisionProcessor
Get the range property name.
getRangePropertyName() - Method in class jadex.extension.envsupport.environment.space2d.DefaultVisionGenerator
Get the range property name.
getRangePropertyName() - Method in class jadex.extension.envsupport.environment.space3d.DefaultVisionGenerator
Get the range property name.
getRawAttributes() - Method in class jadex.xml.StackElement
Get the raw attributes.
getRawCandidate() - Method in interface jadex.bdiv3x.runtime.ICandidateInfo
Get the raw candidate.
getRawEvents() - Method in class jadex.bdiv3.model.MBelief
Get the rawevents.
getRawModel() - Method in class jadex.bdiv3x.BDIXModel
Overridden to avoid null pointer when getRawModel() is used.
getRawModel() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the kernel-specific model.
getRawModel() - Method in class jadex.bridge.modelinfo.ModelInfo
Get the kernel-specific model.
getRawService(Class<T>) - Method in interface jadex.bridge.service.component.IInternalRequiredServicesFeature
Get a service raw (i.e.
getRawService(Class<T>) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Get a service raw (i.e.
getRawServices(Class<T>) - Method in interface jadex.bridge.service.component.IInternalRequiredServicesFeature
Get a service raw (i.e.
getRawServices(Class<T>) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Get a service raw (i.e.
getReaderHandler() - Method in class jadex.xml.StackElement
Get the current reader handler.
getReaderHandler() - Method in class jadex.xml.TypeInfo
Get the reader handler associated to the object type (if any).
getReaderTypeInfos() - Static method in class jadex.xml.bean.STypeInfosAWT
 
getReadIgnore() - Method in class jadex.xml.reader.AReadContext
Get the readignore.
getReadLock() - Method in interface jadex.commons.collection.IRwMap
Gets the read lock for manual locking.
getReadLock() - Method in class jadex.commons.collection.RwAutoLock
Gets the read lock for manual locking.
getReadLock() - Method in class jadex.commons.collection.RwMapWrapper
Gets the read lock for manual locking.
getReadMethod() - Method in class jadex.commons.beans.PropertyDescriptor
 
getReadObjects() - Method in class jadex.xml.reader.AReadContext
Get the readobjects.
getReason() - Method in class jadex.base.test.TestReport
Get the failure reason.
getReason() - Method in interface jadex.bdiv3.runtime.IPlan
Get the reason.
getReason() - Method in class jadex.bdiv3x.runtime.Plan
Get the reason this plan was created for.
getReason() - Method in exception jadex.bridge.ComponentCreationException
Get the reason.
getReceiveHost() - Method in class jadex.bridge.service.types.email.EmailAccount
Get the receivehost.
getReceiveProtocol() - Method in class jadex.bridge.service.types.email.EmailAccount
Get the receiveprotocol.
getReceiver() - Method in interface jadex.bridge.component.IMsgHeader
Gets the receiver of the message.
getReceivers() - Method in class jadex.bridge.fipa.FipaMessage
Denotes the identity of the intended recipients of the message.
getReceivers() - Method in class jadex.bridge.service.types.email.Email
Get the receivers.
getRecentClassBytes() - Method in class jadex.bdiv3.ByteKeepingASMBDIClassGenerator
Get the recently generated classes as byte array.
getRecurDelay() - Method in class jadex.bdiv3.model.MGoal
Get the retry delay.
getRef() - Method in class jadex.bdiv3.model.MBelief
Get the reference.
getRef() - Method in class jadex.bdiv3.model.MConfigParameterElement
Get the referenced element.
getRef() - Method in class jadex.bdiv3.model.MElementRef
Get the ref.
getReferenceInfo(Method, boolean, boolean) - Static method in class jadex.bridge.service.component.interceptors.DecouplingInterceptor
Get the copy info for method parameters.
getReferences(Map<String, String>) - Static method in class jadex.bdiv3.model.MCapability
Get references or empty map.
getRegisteredClients() - Method in interface jadex.bridge.service.types.registry.ISuperpeerStatusService
Get the clients that are currently registered to super peer.
getRegistry(IComponentIdentifier) - Static method in class jadex.bridge.service.search.ServiceRegistry
Get the registry from a component.
getRegistry(IInternalAccess) - Static method in class jadex.bridge.service.search.ServiceRegistry
Get the registry from a component.
getRelativePath() - Method in class jadex.base.RemoteJarFile
Get the relativepath.
getRelayAddresses() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the relay addresses.
getRelayForwarding() - Method in interface jadex.base.IExtendedPlatformConfiguration
Should the platform act as relay, i.e.
getRelayTransport() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the flag if the relay transport is active.
getRelevantParameters() - Method in class jadex.bdiv3.model.MGoal
Get the parameters which are relevant for comparing goals.
getRelevantValueNames() - Method in interface jadex.bridge.nonfunctional.hardconstraints.IHardConstraintsFilter
Returns the value names relevant to this filter
getRemEvent() - Method in class jadex.bdiv3.runtime.wrappers.EventPublisher
Get the remevent.
getRemEvent() - Method in class jadex.bdiv3.runtime.wrappers.InitEventPublisher
Get the remevent.
getRemotableFilter() - Method in class jadex.bridge.nonfunctional.hardconstraints.RHardConstraints
Gets the filter that is remotable.
getRemoteComponentIdentifier() - Method in interface jadex.bridge.service.types.remote.IProxyAgentService
Get the component identifier of the remote platform.
getRemovableLinks() - Method in interface jadex.bridge.service.types.library.ILibraryService
Get the removable links.
getRemoveListenerMethod() - Method in class jadex.commons.beans.EventSetDescriptor
 
getRenderInfo(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Returns cached render information.
getRenderInfo(int) - Method in class jadex.extension.envsupport.observer.graphics.layer.Layer
Returns cached render information.
getReplacedText(DrawableCombiner, Object, String, IViewport) - Static method in class jadex.extension.envsupport.observer.graphics.drawable.Text
 
getReplacedText(DrawableCombiner3d, Object, String, IViewport3d) - Static method in class jadex.extension.envsupport.observer.graphics.drawable3d.Text3d
 
getReplyBy() - Method in class jadex.bridge.fipa.FipaMessage
Denotes a time and/or date expression which indicates the latest time by which the sending agent would like to receive a reply.
getReplyTo() - Method in class jadex.bridge.fipa.FipaMessage
This parameter indicates that subsequent messages in this conversation thread are to be directed to the agent named in the reply-to parameter, instead of to the agent named in the sender parameter.
getReplyWith() - Method in class jadex.bridge.fipa.FipaMessage
Introduces an expression that will be used by the responding agent to identify this message.
getReport() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the report.
getReport() - Method in class jadex.bridge.modelinfo.ModelInfo
Get the report.
getReporter() - Method in class jadex.xml.reader.AReadContext
Get the reporter.
getReports() - Method in class jadex.base.test.Testcase
Get the reports.
getRepositoryInfo() - Method in class jadex.bridge.GlobalResourceIdentifier
todo: make struct to also allow containing Get the url.
getRepositoryInfo() - Method in interface jadex.bridge.IGlobalResourceIdentifier
todo: make struct to also allow containing Get the url.
getRequired() - Method in class jadex.micro.MicroModel.ServiceInjectionInfo
 
getRequiredMethodNFAllPropertyNames(IExternalAccess, IServiceIdentifier, MethodInfo) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the names of all non-functional properties of this method.
getRequiredMethodNFAllPropertyNames(IServiceIdentifier, MethodInfo) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the names of all non-functional properties of this method.
getRequiredMethodNFPropertyMetaInfo(IExternalAccess, IServiceIdentifier, MethodInfo, String) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the meta information about a non-functional property of the specified method.
getRequiredMethodNFPropertyMetaInfo(IServiceIdentifier, MethodInfo, String) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the meta information about a non-functional property of the specified method.
getRequiredMethodNFPropertyMetaInfos(IExternalAccess, IServiceIdentifier) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns meta information about a non-functional properties of all methods.
getRequiredMethodNFPropertyMetaInfos(IExternalAccess, IServiceIdentifier, MethodInfo) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns meta information about a non-functional properties of a method.
getRequiredMethodNFPropertyMetaInfos(IServiceIdentifier) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns meta information about a non-functional properties of all methods.
getRequiredMethodNFPropertyMetaInfos(IServiceIdentifier, MethodInfo) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns meta information about a non-functional properties of a method.
getRequiredMethodNFPropertyNames(IExternalAccess, IServiceIdentifier, MethodInfo) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the names of all non-functional properties of the specified method.
getRequiredMethodNFPropertyNames(IServiceIdentifier, MethodInfo) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the names of all non-functional properties of the specified method.
getRequiredMethodNFPropertyPrettyPrintValue(IServiceIdentifier, MethodInfo, String) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
 
getRequiredMethodNFPropertyValue(IExternalAccess, IServiceIdentifier, MethodInfo, String) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the current value of a non-functional property of the specified method.
getRequiredMethodNFPropertyValue(IExternalAccess, IServiceIdentifier, MethodInfo, String, U) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the current value of a non-functional property of the specified method, performs unit conversion.
getRequiredMethodNFPropertyValue(IServiceIdentifier, MethodInfo, String) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the current value of a non-functional property of the specified method.
getRequiredMethodNFPropertyValue(IServiceIdentifier, MethodInfo, String, U) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the current value of a non-functional property of the specified method, performs unit conversion.
getRequiredName() - Method in class jadex.bridge.ServiceCallInfo
Get the reqname.
getRequiredNFAllPropertyNames(IExternalAccess, IServiceIdentifier) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the names of all non-functional properties of this service.
getRequiredNFAllPropertyNames(IServiceIdentifier) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the names of all non-functional properties of this service.
getRequiredNFPropertyMetaInfo(IExternalAccess, IServiceIdentifier, String) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the meta information about a non-functional property of this service.
getRequiredNFPropertyMetaInfo(IServiceIdentifier, String) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the meta information about a non-functional property of this service.
getRequiredNFPropertyMetaInfos(IExternalAccess, IServiceIdentifier) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the meta information about a non-functional property of this service.
getRequiredNFPropertyMetaInfos(IServiceIdentifier) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the meta information about a non-functional property of this service.
getRequiredNFPropertyNames(IExternalAccess, IServiceIdentifier) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the declared names of all non-functional properties of this service.
getRequiredNFPropertyNames(IServiceIdentifier) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the declared names of all non-functional properties of this service.
getRequiredNFPropertyPrettyPrintValue(IServiceIdentifier, String) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the current value of a non-functional property of this service.
getRequiredNFPropertyValue(IExternalAccess, IServiceIdentifier, String) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the current value of a non-functional property of this service.
getRequiredNFPropertyValue(IExternalAccess, IServiceIdentifier, String, U) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Returns the current value of a non-functional property of this service, performs unit conversion.
getRequiredNFPropertyValue(IServiceIdentifier, String) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the current value of a non-functional property of this service.
getRequiredNFPropertyValue(IServiceIdentifier, String, U) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Returns the current value of a non-functional property of this service, performs unit conversion.
getRequiredProxyType() - Method in class jadex.bridge.service.search.ServiceQuery
Returns the requested required service proxy type.
getRequiredServiceBindings() - Method in class jadex.bridge.component.ComponentCreationInfo
Get the bindings.
getRequiredServiceBindings() - Method in class jadex.bridge.service.types.cms.CreationInfo
Get the bindings.
getRequiredServiceInfo() - Method in class jadex.micro.MicroModel.ServiceInjectionInfo
Get the required service info.
getRequiredServicePropertyProvider() - Method in interface jadex.bridge.nonfunctional.INFRPropertyProvider
Get the required service property provider.
getRequiredServicePropertyProvider(IServiceIdentifier) - Method in interface jadex.bridge.component.INFPropertyComponentFeature
Get the required service property provider for a service.
getResolvedGoal(String, String) - Method in class jadex.bdiv3.model.MCapability
Get a goal by resolved name.
getResolvedInternalEvent(String, String) - Method in class jadex.bdiv3.model.MCapability
Get an internal event by resolved name.
getResolvedMessageEvent(String, String) - Method in class jadex.bdiv3.model.MCapability
Get a message event by resolved name.
getResource(String) - Method in interface jadex.bridge.service.types.library.ISimpleDelegationClassLoader
 
getResource(String, BeanContextChild) - Method in interface jadex.commons.beans.beancontext.BeanContext
 
getResource(String, BeanContextChild) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
 
getResource(String, ClassLoader) - Static method in class jadex.commons.SUtil
Get an input stream for whatever provided.
getResource0(String, ClassLoader) - Static method in class jadex.commons.SUtil
Get an input stream for whatever provided.
getResourceAsStream(IResourceIdentifier) - Method in interface jadex.bridge.service.types.library.ILibraryService
Get a resource as stream (jar).
getResourceAsStream(String) - Method in interface jadex.bridge.service.types.library.ISimpleDelegationClassLoader
 
getResourceAsStream(String, BeanContextChild) - Method in interface jadex.commons.beans.beancontext.BeanContext
 
getResourceAsStream(String, BeanContextChild) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
 
getResourceBundle() - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Retrieve the localization resource bundle for this logger for the current default locale.
getResourceBundleName() - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Retrieve the localization resource bundle name for this logger.
getResourceId() - Method in class jadex.bridge.GlobalResourceIdentifier
Get the resource id.
getResourceId() - Method in interface jadex.bridge.IGlobalResourceIdentifier
Get the resource id.
getResourceIdentifier() - Method in class jadex.bridge.fipa.CMSCreateComponent
Get the parent of this AMSCreateComponent.
getResourceIdentifier() - Method in interface jadex.bridge.modelinfo.IModelInfo
Return the resource identifier.
getResourceIdentifier() - Method in class jadex.bridge.modelinfo.ModelInfo
Return the resource identifier.
getResourceIdentifier() - Method in interface jadex.bridge.service.IServiceIdentifier
Get the resource identifier.
getResourceIdentifier() - Method in class jadex.bridge.service.ServiceIdentifier
Get the resource identifier.
getResourceIdentifier() - Method in class jadex.bridge.service.types.appstore.AppMetaInfo
Get the resourceIdentifier.
getResourceIdentifier() - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Get the resource identifier.
getResourceIdentifier() - Method in class jadex.bridge.service.types.cms.CreationInfo
Get the resource identifier for loading the component model.
getResourceIdentifier() - Method in interface jadex.bridge.service.types.cms.IComponentDescription
Get the resource identifier.
getResourceIdentifier(String, IResourceIdentifier, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Find the class loader for a new (local) component.
getResourceIdentifier(URL) - Method in interface jadex.bridge.service.types.library.IDependencyService
Get the resource identifier for an url.
getResourceIdentifier(URL) - Method in interface jadex.bridge.service.types.library.ILibraryService
Returns the resource identifier for a url.
getResourceIdentifiers() - Method in class jadex.base.ModelFileFilter
Get the resource identifiers for the root path entries.
getResourceIdentifiers() - Method in interface jadex.bridge.service.types.library.ILibraryService
Get the resource identifier dependencies.
getResourceInfo(String, String[], ClassLoader) - Method in class jadex.commons.AbstractModelLoader
Find the file for a given name using any supported extension.
getResourceInfo(String, String[], ClassLoader) - Method in class jadex.extension.envsupport.evaluation.AbstractChartDataConsumer
Find the file for a given name.
getResourceInfo(String, String, String[], ClassLoader) - Method in class jadex.bdiv3.BDIModelLoader
Find the file for a given name.
getResourceInfo(String, String, String[], ClassLoader) - Method in class jadex.commons.AbstractModelLoader
Find the file for a given name.
getResourceInfo(String, String, String[], ClassLoader) - Method in class jadex.micro.MicroModelLoader
Find the file for a given name.
getResourceInfo(String, String, String[], ClassLoader) - Method in class jadex.microservice.MicroserviceModelLoader
Find the file for a given name.
getResourceInfo0(String, ClassLoader) - Static method in class jadex.commons.SUtil
Get an input stream for whatever provided.
getResourceInfo0(String, String[], ClassLoader) - Method in class jadex.commons.AbstractModelLoader
Find the file for a given name using any supported extension.
getResources(String) - Method in interface jadex.bridge.service.types.library.ISimpleDelegationClassLoader
 
getResult() - Method in class jadex.bridge.component.streams.AbstractConnectionHandler.SendInfo
Get the result.
getResult() - Method in class jadex.bridge.service.component.ServiceInvocationContext
Get the result.
getResult() - Method in class jadex.commons.future.TupleResult
Get the result.
getResult(int) - Method in class jadex.commons.future.FutureBarrier
Get the nth result.
getResult(String) - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the results.
getResult(String) - Method in class jadex.bridge.modelinfo.ModelInfo
Get a result per name.
getResult(Collection<Tuple2<String, Object>>, String) - Static method in class jadex.bridge.modelinfo.Argument
Get a specific result from a result collection.
getResultCount() - Method in class jadex.commons.future.CollectionResultListener
Get the result count.
getResultInjection(String) - Method in class jadex.micro.InjectionInfoHolder
Get the result injection field.
getResultInjection(String) - Method in class jadex.micro.MicroModel
Get the result injection field.
getResultInjectionNames() - Method in class jadex.micro.InjectionInfoHolder
Get the Result injection names.
getResultInjectionNames() - Method in class jadex.micro.MicroModel
Get the Result injection names.
getResultInjections() - Method in class jadex.bpmn.runtime.task.PojoTaskWrapper
Get the resinjections.
getResultMappings() - Method in class jadex.bdiv3.model.MCapability
Get the result mappings (concrete belief->result name).
getResults() - Method in interface jadex.bridge.component.IArgumentsResultsFeature
Get the current results.
getResults() - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Get the list of results.
getResults() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the results.
getResults() - Method in class jadex.bridge.modelinfo.ModelInfo
Get the results.
getResults() - Method in class jadex.bridge.service.types.cms.CMSStatusEvent.CMSTerminatedEvent
Get the results.
getResultsAsync() - Method in interface jadex.bridge.component.IExternalArgumentsResultsFeature
Get the component results.
getRetryDelay() - Method in class jadex.bdiv3.model.MGoal
Get the retry delay.
getReturnType() - Method in interface jadex.bridge.ITypedComponentStep
 
getReturnTypeInfo() - Method in class jadex.commons.MethodInfo
Get the return type.
getReverseMultiCollection() - Method in class jadex.commons.collection.TwoWayMultiCollection
Get the reverse multi-collection.
getRoleMap() - Method in interface jadex.bridge.service.types.security.ISecurityService
Gets a copy of the current role map.
getRoles() - Method in interface jadex.bridge.service.types.security.ISecurityInfo
Gets the roles associated with the sender.
getRoles(Security, IInternalAccess) - Static method in class jadex.bridge.service.ServiceIdentifier
Get the roles from an annotation.
getRolesForType(String) - Method in class jadex.extension.agr.Group
Get the role names for an agent type name.
getRoleType() - Method in class jadex.extension.agr.MPosition
Get the role type.
getRoot() - Method in class jadex.bridge.ComponentIdentifier
Get the root identifier.
getRoot() - Method in interface jadex.bridge.IComponentIdentifier
Get the root identifier.
getRoot() - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
 
getRootNode() - Method in class jadex.commons.collection.Tree
Return the root node of the tree.
getRootObject() - Method in interface jadex.xml.IContext
Get the root object.
getRootObject() - Method in class jadex.xml.reader.AReadContext
Get the root object.
getRootObject() - Method in class jadex.xml.writer.AWriteContext
Get the root object.
getRootResourceIdentifier() - Method in interface jadex.bridge.service.types.library.ILibraryService
Get the top-level resource identifier.
getRoots() - Method in interface jadex.bridge.service.types.filetransfer.IFileTransferService
Get the root devices.
getRoots(IExternalAccess) - Static method in class jadex.base.SRemoteFileChooser
Returns all root partitions on this system.
getRotation() - Method in class jadex.extension.envsupport.observer.graphics.drawable.AbstractVisual2D
Get the rotation.
getRotation() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.AbstractVisual3d
Get the rotation.
getRound() - Method in class jadex.bdi.planlib.protocols.ExponentialPriceCalculator
Get the round.
getRound() - Method in interface jadex.bdi.planlib.protocols.IOfferGenerator
Get the round.
getRound() - Method in class jadex.bdi.planlib.protocols.LinearPriceCalculator
Get the round.
getRoundTimeout() - Method in class jadex.bdi.planlib.protocols.AuctionDescription
Get the round timeout.
getRoundTimeout() - Method in class jadex.bdi.planlib.protocols.AuctionInfo
Get the round timeout.
getRowCount() - Method in class jadex.commons.gui.jtable.AbstractIndexTableModel
Get the number of rows in the table.
getRowCount() - Method in class jadex.commons.gui.jtable.DelegateTableModel
 
getRowCount() - Method in class jadex.commons.gui.jtable.ObjectTableModel
 
getRowCount() - Method in class jadex.commons.gui.jtable.StringArrayTableModel
Override
getRowCount() - Method in class jadex.commons.gui.jtable.TableSorter
 
getRowCount() - Method in class jadex.commons.gui.jtreetable.TreeTableModelAdapter
 
getRowList() - Method in class jadex.bpmn.MultiColumnTable
Access the back-end row list
getRows() - Method in class jadex.extension.envsupport.evaluation.DataTable
Get the data rows.
getRowSize() - Method in class jadex.bpmn.MultiColumnTable
Get the size of a row element
getRPlan() - Method in class jadex.bdiv3.actions.ExecutePlanStepAction
Get the rplan.
getRPlan() - Method in class jadex.bdiv3x.runtime.Plan
Get the rplan.
getRsPublish() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the flag if rest publishing is on.
getRsPublishComponent() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the rest publish component.
getRuleSystem() - Method in class jadex.bdiv3.runtime.wrappers.EventPublisher
Get the rule system.
getRuleSystem() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Get the rulesystem.
getRuleSystem(IInternalAccess) - Method in class jadex.bdiv3.runtime.wrappers.InitEventPublisher
Get the rule system.
getRunningFactory(String, String[], IResourceIdentifier, Iterator<IComponentFactory>) - Method in class jadex.micro.KernelMultiAgent
Get a running subfactory.
getRunningTasks() - Method in interface jadex.bridge.service.types.execution.IExecutionService
Get the currently running or waiting tasks.
getSamples() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Dome3d
 
getSaveOnExit() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get flag for save settings on exit.
getScale() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.TerrainTexture
 
getScaledDefaultTimeout(IComponentIdentifier, double) - Static method in class jadex.base.Starter
Get the scaled default timeout.
getScope() - Method in class jadex.bdiv3x.runtime.Plan
Get the scope.
getScope() - Method in class jadex.bridge.modelinfo.Startable
Get the scope.
getScope() - Method in interface jadex.bridge.service.IServiceIdentifier
Get the visibility scope.
getScope() - Method in class jadex.bridge.service.ProvidedServiceInfo
Get the scope.
getScope() - Method in class jadex.bridge.service.RequiredServiceBinding
Get the scope.
getScope() - Method in class jadex.bridge.service.search.ServiceQuery
Get the scope.
getScope() - Method in class jadex.bridge.service.ServiceIdentifier
Get the scope.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class jadex.commons.gui.ScrollablePanel
Components that display logical rows or columns should compute the scroll increment that will completely expose one block of rows or columns, depending on the value of orientation.
getScrollableTracksViewportHeight() - Method in class jadex.commons.gui.ScrollablePanel
Return true if a viewport should always force the height of this Scrollable to match the height of the viewport.
getScrollableTracksViewportWidth() - Method in class jadex.commons.gui.ScrollablePanel
Return true if a viewport should always force the width of this Scrollable to match the width of the viewport.
getScrollableUnitIncrement(Rectangle, int, int) - Method in class jadex.commons.gui.ScrollablePanel
Components that display logical rows or columns should compute the scroll increment that will completely expose one new row or column, depending on the value of orientation.
getSearchConstraints() - Method in class jadex.bridge.fipa.CMSSearchComponents
Get the searchconstraints of this CMSSearchComponents.
getSearchId() - Method in class jadex.bridge.fipa.SearchConstraints
Get the search-id of this SearchConstraints.
getSearchId() - Method in interface jadex.bridge.ISearchConstraints
Get the search id.
getSearchStart() - Method in class jadex.bridge.service.search.ServiceQuery
Get the provider.
getSecondEntity() - Method in class jadex.commons.Tuple2
Get the second entity.
getSecondEntity() - Method in class jadex.commons.Tuple3
Get the second entity.
getSecondResult() - Method in interface jadex.commons.future.ITuple2Future
Get the second result.
getSecondResult() - Method in class jadex.commons.future.Tuple2Future
Get the second result.
getSecondResult(long) - Method in interface jadex.commons.future.ITuple2Future
Get the second result.
getSecondResult(long) - Method in class jadex.commons.future.Tuple2Future
Get the second result.
getSecondResult(long, boolean) - Method in interface jadex.commons.future.ITuple2Future
Get the second result.
getSecondResult(long, boolean) - Method in class jadex.commons.future.Tuple2Future
Get the second result.
getSecureRandom() - Static method in class jadex.commons.security.SSecurity
Gets access to the common secure PRNG.
getSecureRandom() - Static method in class jadex.commons.SUtil
Gets the global secure random.
getSecurity() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the security flag.
getSecurityLevel(Class<?>) - Static method in class jadex.bridge.service.ServiceIdentifier
Method to provide the security level.
getSeed() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
getSelectCandidateMethod(ClassLoader) - Method in class jadex.bdiv3.model.MGoal
Get the select candiate method.
getSelected() - Method in interface jadex.extension.envsupport.observer.graphics.IViewport3d
Get the Selected Object by the user
getSelectedBreakpoints() - Method in interface jadex.commons.IBreakpointPanel
Get the currently selected breakpoints.
getSelectedButton(ButtonGroup) - Static method in class jadex.commons.gui.SGUI
Gets the index of the selected button in a button group.
getSelectedChild() - Method in class jadex.commons.gui.JWizard.ChoiceNode
Gets the selected child and resets choice.
getSelectedChild() - Method in class jadex.commons.gui.JWizard.WizardNode
Gets the selected child and resets choice.
getSelectedClass() - Method in class jadex.commons.gui.ClassSearchPanel
Get the selected class.
getSelectedComponents() - Method in class jadex.base.DefaultFileFilter
Get the selected filter elements.
getSelectedDataView() - Method in interface jadex.extension.envsupport.observer.gui.IObserverCenter
Returns the selected dataview.
getSelectedDataView() - Method in class jadex.extension.envsupport.observer.gui.ObserverCenter
Returns the selected dataview.
getSelectedDataViewName() - Method in class jadex.extension.envsupport.observer.gui.ObserverCenter
Returns the selected dataview name.
getSelectedIndex() - Method in class jadex.commons.FixedJComboBox
 
getSelectedItem() - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
 
getSelectedObject() - Method in interface jadex.extension.envsupport.observer.perspective.IPerspective
Returns the currently selected object.
getSelectedObject() - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Returns the currently selected object.
getSelectedObject() - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
Returns the currently selected object.
getSelectedPerspective() - Method in class jadex.extension.envsupport.observer.gui.ObserverCenter
Returns the selected perspective.
getSelectorDistance() - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Gets the maximum distance for selecting objects.
getSelf() - Method in class jadex.quickstart.cleanerworld.environment.SensorActuator
Get the knowledge about the cleaner itself.
getSender() - Method in class jadex.bdi.planlib.messaging.EmailAccount
Get the sender.
getSender() - Method in interface jadex.bridge.component.IMsgHeader
Gets the sender of the message.
getSender() - Method in class jadex.bridge.fipa.FipaMessage
Denotes the identity of the sender of the message, that is, the name of the agent of the communicative act.
getSender() - Method in class jadex.bridge.service.types.awareness.AwarenessInfo
Get the sender.
getSender() - Method in class jadex.bridge.service.types.email.Email
Get the sender.
getSender() - Method in class jadex.bridge.service.types.email.EmailAccount
Get the sender.
getSensors() - Method in interface jadex.base.IPlatformConfiguration
Get the sensors flag.
getSeparatorChar() - Method in class jadex.bridge.service.types.filetransfer.FileData
Get the separator char.
getSequenceNumber() - Method in class jadex.bridge.component.streams.InputConnectionHandler
Get the last received sequence number.
getSequenceNumber() - Method in class jadex.bridge.component.streams.OutputConnectionHandler.DataSendInfo
Get the sequence number.
getSequenceNumber() - Method in class jadex.bridge.component.streams.OutputConnectionHandler
Get the seqnumber.
getSequenceNumber() - Method in class jadex.bridge.component.streams.StreamPacket
Get the sequenceNumber.
getSerializationServices() - Method in class jadex.bridge.service.component.interceptors.DecouplingInterceptor
Gets the serialization services.
getSerializer(int) - Method in interface jadex.bridge.service.types.serialization.ISerializationServices
Returns a serializer per id.
getSerializerId() - Method in interface jadex.bridge.service.types.message.ISerializer
Get the serializer id.
getSerializers() - Method in interface jadex.bridge.service.types.serialization.ISerializationServices
Returns all serializers.
getService() - Method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Get the service.
getService() - Method in class jadex.bridge.service.component.interceptors.ServiceGetter
Get or search the service with a delay in case not found.
getService() - Method in class jadex.bridge.service.component.ServiceCallEvent
Get the service.
getService() - Method in class jadex.bridge.service.search.ServiceEvent
Gets the service.
getService() - Method in class jadex.extension.ws.invoke.WebServiceMappingInfo
Get the service.
getService(RequiredServiceInfo) - Method in interface jadex.bridge.service.IRequiredServiceFetcher
Get a required service.
getService(BeanContextChild, Object, Class, Object, BeanContextServiceRevokedListener) - Method in interface jadex.commons.beans.beancontext.BeanContextServices
 
getService(BeanContextChild, Object, Class, Object, BeanContextServiceRevokedListener) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
Get a service instance on behalf of the specified child of this context, by calling the registered service provider, or by delegating to the parent context.
getService(BeanContextServices, Object, Class, Object) - Method in interface jadex.commons.beans.beancontext.BeanContextServiceProvider
 
getService(BeanContextServices, Object, Class, Object) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
Throws UnsupportedOperationException.
getService(Class<T>) - Method in interface jadex.bridge.service.component.IRequiredServicesFeature
Resolve a declared required service of a given type.
getService(Class<T>) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Resolve a required service of a given type.
getService(Class<T>) - Method in class jadex.bridge.service.component.RequiredServicesFeatureAdapter
Resolve a required service of a given type.
getService(String) - Method in class jadex.bdiv3.model.MCapability
Get the plan for its name.
getService(String) - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the required service.
getService(String) - Method in class jadex.bridge.modelinfo.ModelInfo
Get the required service.
getService(String) - Method in interface jadex.bridge.service.component.IRequiredServicesFeature
Resolve a declared required service of a given name.
getService(String) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Resolve a declared required service of a given name.
getService(String) - Method in class jadex.bridge.service.component.RequiredServicesFeatureAdapter
Resolve a declared required service of a given name.
getServiceCall(BDIModel, ServiceTrigger) - Method in class jadex.bdiv3.BDIClassReader
 
getServiceCalls() - Method in class jadex.micro.InjectionInfoHolder
Get the service call fields.
getServiceCalls() - Method in class jadex.micro.MicroModel
Get the service call fields.
getServiceClass() - Method in class jadex.commons.beans.beancontext.BeanContextServiceAvailableEvent
 
getServiceClass() - Method in class jadex.commons.beans.beancontext.BeanContextServiceRevokedEvent
 
getServiceEvents() - Method in interface jadex.bridge.service.component.IInternalServiceMonitoringFeature
Listen to service call events (call, result and commands).
getServiceEvents() - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Listen to service call events (call, result and commands).
getServiceId() - Method in class jadex.bridge.service.BasicService
Get the service id.
getServiceId() - Method in interface jadex.bridge.service.IService
Get the service identifier.
getServiceIdentifier() - Method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Get the sid.
getServiceIdentifier() - Method in class jadex.bridge.service.component.ServiceInvocationContext
Get the service id.
getServiceIdentifier() - Method in class jadex.bridge.service.search.ServiceQuery
Gets the service identifier.
getServiceIdentifier() - Method in exception jadex.bridge.ServiceTerminatedException
Get the service identifier.
getServiceInfo(Class<?>) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Get the required service info for a type.
getServiceInfo(String) - Method in interface jadex.bridge.service.component.IInternalRequiredServicesFeature
Get the required service info for a name.
getServiceInfo(String) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Get the required service info for a name.
getServiceInfos() - Method in interface jadex.bridge.service.component.IInternalRequiredServicesFeature
Get the required services.
getServiceInfos() - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Get the required services.
getServiceInfos(IExternalAccess) - Static method in class jadex.base.SRemoteGui
Get the service infos for a component.
getServiceInjectionNames() - Method in class jadex.micro.InjectionInfoHolder
Get the service injection names.
getServiceInjectionNames() - Method in class jadex.micro.MicroModel
Get the service injection names.
getServiceInjections(String) - Method in class jadex.micro.InjectionInfoHolder
Get the service injection fields.
getServiceInjections(String) - Method in class jadex.micro.MicroModel
Get the service injection fields.
getServiceMappings() - Method in class jadex.bdiv3.model.MParameter
Get the service mappings.
getServiceMethod() - Method in class jadex.bridge.ServiceCallInfo
Get the method.
getServiceMethodName() - Method in class jadex.bdiv3.model.MBody
Get the servicemethodname.
getServiceName() - Method in class jadex.bdiv3.model.MBody
Get the servicename.
getServiceName() - Method in interface jadex.bridge.service.IServiceIdentifier
Get the service name.
getServiceName() - Method in class jadex.bridge.service.ServiceIdentifier
Get the service name.
getServiceParameterMapping(String) - Method in class jadex.bdiv3.model.MGoal
 
getServiceParameterMappings() - Method in class jadex.bdiv3.model.MGoal
Get the spmappings.
getServiceProvider() - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider
Returns the service provider of the related service.
getServiceQuery(IInternalAccess, RequiredServiceInfo) - Static method in class jadex.bridge.service.search.ServiceQuery
When searching for declared service -> map required service declaration to service query.
getServiceQuery(RequiredServiceInfo) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
When searching for declared service -> map required service declaration to service query.
getServiceResultMapping(String) - Method in class jadex.bdiv3.model.MGoal
Get the service result mapping.
getServiceResultMappings() - Method in class jadex.bdiv3.model.MGoal
Get the srmappings.
getServices() - Method in class jadex.bdiv3.model.MCapability
Get the services.
getServices() - Method in class jadex.bdiv3.model.MTrigger
Get the fact service calls.
getServices() - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Get the required services.
getServices() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the required services.
getServices() - Method in class jadex.bridge.modelinfo.ModelInfo
Get the required services.
getServices() - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Get the services.
getServices() - Method in class jadex.bridge.service.search.ServiceRegistry
Get all services.
getServices(ClassInfo) - Method in interface jadex.bridge.service.search.IRegistryDataProvider
Get services per type.
getServices(IInternalAccess, Class<T>, ServiceScope, MethodInfo, RHardConstraints) - Static method in class jadex.bridge.nonfunctional.hardconstraints.RHardConstraints
 
getServices(RequiredServiceInfo) - Method in interface jadex.bridge.service.IRequiredServiceFetcher
Get a required multi service.
getServices(ServiceQuery<?>) - Method in class jadex.bridge.service.search.ServiceRegistry
Get services per query.
getServices(Class<T>) - Method in interface jadex.bridge.service.component.IRequiredServicesFeature
Resolve a declared required services of a given type.
getServices(Class<T>) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Resolve a required services of a given type.
getServices(Class<T>) - Method in class jadex.bridge.service.component.RequiredServicesFeatureAdapter
Resolve a required services of a given type.
getServices(String) - Method in interface jadex.bridge.service.component.IRequiredServicesFeature
Resolve a declared required services of a given name.
getServices(String) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Resolve a required services of a given name.
getServices(String) - Method in class jadex.bridge.service.component.RequiredServicesFeatureAdapter
Resolve a required services of a given name.
getServicesBeanInfo() - Method in interface jadex.commons.beans.beancontext.BeanContextServiceProviderBeanInfo
 
getServiceSuperTypes() - Method in interface jadex.bridge.service.IServiceIdentifier
Get the service super types.
getServiceSuperTypes() - Method in class jadex.bridge.service.ServiceIdentifier
Get the service super types.
getServiceTags() - Method in class jadex.bridge.service.search.ServiceQuery
Gets the service tags.
getServiceType() - Method in interface jadex.bridge.service.IServiceIdentifier
Get the service type name.
getServiceType() - Method in class jadex.bridge.service.search.ServiceQuery
Get the service type.
getServiceType() - Method in class jadex.bridge.service.ServiceIdentifier
Get the service type.
getServiceType(IServiceIdentifier) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
 
getServiceTypes(IServiceIdentifier) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
 
getSetter() - Method in class jadex.bdiv3.model.MBelief
Get the setter method (for method-backed beliefs).
getSetter() - Method in class jadex.bdiv3.model.MParameter
Get the setter method (for method-backed beliefs).
getSettings() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the settings flag.
getShadowtype() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
getSharedNetworks() - Method in interface jadex.bridge.service.types.security.ISecurityInfo
Gets the authenticated networks shared with the sender.
getSharedPreferences(String) - Method in interface jadex.bridge.service.types.context.IContextService
Gets an Android Shared Preference Container.
getShortDescription() - Method in class jadex.commons.beans.FeatureDescriptor
FeatureDescriptor.getDisplayName() if not set.
getShortestDirection(IVector1, IVector1, boolean) - Method in class jadex.extension.envsupport.environment.space2d.Grid2D
Get the shortest (direct) direction between two coordinates.
getShortestDirection(IVector1, IVector1, boolean) - Method in class jadex.extension.envsupport.environment.space3d.Grid3D
Get the shortest (direct) direction between two coordinates.
getShortProtocolName() - Method in class jadex.bdi.planlib.protocols.contractnet.CNPInitiatorPlan
Get protocol abbrev name.
getShortProtocolName() - Method in class jadex.bdi.planlib.protocols.contractnet.CNPReceiverPlan
Get protocol abbrev name.
getShortProtocolName() - Method in class jadex.bdi.planlib.protocols.RPQPInitiatorPlan
Get protocol abbrev name.
getShortProtocolName() - Method in class jadex.bdi.planlib.protocols.RPQPReceiverPlan
Get protocol abbrev name.
getSigAlg(SubjectPublicKeyInfo) - Static method in class jadex.commons.security.SSecurity
Gets the signatures algorithm supported by the key.
getSigner(String, PrivateKeyInfo) - Static method in class jadex.commons.security.SSecurity
Gets a signer based on a private key to identify the algorithm.
getSimul() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the simulation flag.
getSimulation() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the flag for simulation execution.
getSingular(String) - Static method in class jadex.commons.SUtil
Get the singular of a word in plural.
getSize() - Method in class jadex.bridge.service.types.chat.TransferInfo
Get the size.
getSize() - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
 
getSize() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Gets the size of the display area.
getSize() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
Gets the size of the display area.
getSize() - Method in class jadex.extension.envsupport.observer.graphics.drawable.AbstractVisual2D
Get the size.
getSize() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.AbstractVisual3d
Get the size.
getSize() - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Gets the size of the display area.
getSkyFile() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
getSkyPath() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
getSmtpHost() - Method in class jadex.bridge.service.types.email.EmailAccount
Get host.
getSmtpPort() - Method in class jadex.bridge.service.types.email.EmailAccount
Get the port.
getSortColumn() - Method in interface jadex.commons.gui.jtable.ISorterFilterTableModel
 
getSortColumn() - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
 
getSortDirection() - Method in interface jadex.commons.gui.jtable.ISorterFilterTableModel
 
getSortDirection() - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
 
getSortingStatus(int) - Method in class jadex.commons.gui.jtable.TableSorter
 
getSoundfile() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 
getSource() - Method in class jadex.bdiv3.runtime.ChangeEvent
Get the source.
getSource() - Method in class jadex.commons.beans.PropertyEditorSupport
 
getSource() - Method in class jadex.commons.ChangeEvent
Get the source.
getSource() - Method in class jadex.commons.future.TerminableIntermediateDelegationFuture
Get the src.
getSourceAsBeanContextServices() - Method in class jadex.commons.beans.beancontext.BeanContextServiceAvailableEvent
 
getSourceAsBeanContextServices() - Method in class jadex.commons.beans.beancontext.BeanContextServiceRevokedEvent
 
getSourceClassName() - Method in class jadex.bridge.service.types.cms.CustomLogRecord
Get the name of the class that (allegedly) issued the logging request.
getSourceCreationTime() - Method in class jadex.bridge.BulkMonitoringEvent
Get the source creation time, i.e.
getSourceCreationTime() - Method in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Get the source creation time, i.e.
getSourceCreationTime() - Method in class jadex.bridge.service.types.monitoring.MonitoringEvent
Get the source creation time, i.e.
getSourceDescription() - Method in class jadex.bridge.BulkMonitoringEvent
Get the source description, e.g.
getSourceDescription() - Method in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Get the source description, e.g.
getSourceDescription() - Method in class jadex.bridge.service.types.monitoring.MonitoringEvent
Get the source description, e.g.
getSourceId() - Method in class jadex.bridge.Cause
Get the sourceId.
getSourceIdentifier() - Method in class jadex.bridge.BulkMonitoringEvent
Get the caller.
getSourceIdentifier() - Method in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Get the source component.
getSourceIdentifier() - Method in class jadex.bridge.service.types.monitoring.MonitoringEvent
Get the caller.
getSourceMethodName() - Method in class jadex.bridge.service.types.cms.CustomLogRecord
Get the name of the method that (allegedly) issued the logging request.
getSourceName() - Method in interface jadex.extension.envsupport.evaluation.IObjectSource
Get the source name.
getSourceName() - Method in class jadex.extension.envsupport.evaluation.SpaceObjectSource
Get the variable name.
getSouth() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
getSpace() - Method in class jadex.extension.envsupport.environment.EnvironmentEvent
Get the source space.
getSpace() - Method in class jadex.extension.envsupport.evaluation.AbstractChartDataConsumer
Get the space.
getSpace() - Method in class jadex.extension.envsupport.evaluation.CSVFileDataConsumer
Get the space.
getSpace() - Method in interface jadex.extension.envsupport.observer.gui.IObserverCenter
Returns the space.
getSpace() - Method in class jadex.extension.envsupport.observer.gui.ObserverCenter
Returns the space.
getSpaceAction(String) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Adds an space action.
getSpaceController() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
 
getSpaceController() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
 
getSpaceController() - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
 
getSpaceController() - Method in interface jadex.extension.envsupport.observer.graphics.IViewport3d
 
getSpaceController(ISpaceController) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
 
getSpaceController(ISpaceController) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
 
getSpaceObject() - Method in class jadex.extension.envsupport.environment.EnvironmentEvent
Get the space object.
getSpaceObject(Object) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Returns an object in this space.
getSpaceObject(Object) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Returns an object in this space.
getSpaceObject(Object) - Method in interface jadex.extension.envsupport.environment.ISpaceController
 
getSpaceObject(Object) - Method in class jadex.extension.envsupport.environment.space2d.GridController
 
getSpaceObject0(Object) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Returns an object in this space.
getSpaceObjects() - Method in class jadex.extension.envsupport.environment.space2d.Space2D
Get all space objects.
getSpaceObjects() - Method in class jadex.extension.envsupport.environment.space3d.Space3D
Get all space objects.
getSpaceObjectsByGridPosition(IVector2, Object) - Method in interface jadex.extension.envsupport.environment.ISpaceController
 
getSpaceObjectsByGridPosition(IVector2, Object) - Method in class jadex.extension.envsupport.environment.space2d.Grid2D
Get all SimObjects from a specific type at a specific grid position
getSpaceObjectsByGridPosition(IVector2, Object) - Method in class jadex.extension.envsupport.environment.space2d.GridController
 
getSpaceObjectsByGridPosition(IVector3, Object) - Method in class jadex.extension.envsupport.environment.space3d.Grid3D
Get all SimObjects from a specific type at a specific grid position
getSpaceObjectsByType(String) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Get all space object of a specific type.
getSpaceObjectsByType(String) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Get all space object of a specific type.
getSpaceObjectsCollection() - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Get the space objects.
getSpaceObjectType(String) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Get the object type.
getSpaceProcess(Object) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Returns a space process.
getSpaceProcess(Object) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Returns a space process.
getSpaceProcessNames() - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Returns then names of the space processes.
getSpecialAction() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Materialfile
 
getSpecializationDegree() - Method in class jadex.bdiv3.model.MMessageEvent
Get the specialization degree.
getSpeed() - Method in class jadex.bridge.service.types.chat.TransferInfo
Get the speed.
getSpeed() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Animation
 
getSplitid() - Method in class jadex.bpmn.runtime.handler.SplitInfo
Gets the splitid.
getSplitId() - Method in class jadex.bpmn.runtime.handler.SplitInfo
Get the split id.
getSplitInfo(String) - Method in class jadex.bpmn.runtime.ProcessThread
Get a specific split info, if available.
getSplitinfos() - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Gets the splitinfos.
getSplitInfos() - Method in class jadex.bpmn.runtime.ProcessThread
Get the split infos.
getSquaredLength() - Method in interface jadex.extension.envsupport.math.IVector2
Returns the squared length (magnitude) of the vector.
getSquaredLength() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Returns the squared length (magnitude) of the vector.
getSquaredLength() - Method in class jadex.extension.envsupport.math.Vector2Double
Returns the squared length (magnitude) of the vector.
getSquaredLength() - Method in class jadex.extension.envsupport.math.Vector2Int
Returns the squared length (magnitude) of the vector.
getStack() - Method in class jadex.xml.reader.AReadContext
 
getStack() - Method in class jadex.xml.writer.AWriteContext
Get the stack.
getStackElement(int) - Method in class jadex.xml.reader.AReadContext
Get stack element.
getStackSize() - Method in class jadex.xml.reader.AReadContext
 
getStackTrace(Exception) - Static method in class jadex.commons.SUtil
Get the exception stack trace as string.
getStackTraceString(String, StackTraceElement[]) - Static method in class jadex.commons.SUtil
Converts a stack trace array to a printable string.
getStandardFeatures() - Method in class jadex.micro.MicroAgentFactory
Get the standard micro features.
getStartCommand() - Method in class jadex.bridge.service.types.daemon.StartOptions
Get the complete start command.
getStartDirectory() - Method in class jadex.bridge.service.types.daemon.StartOptions
Get the startdir.
getStartOffer() - Method in class jadex.bdi.planlib.protocols.ExponentialPriceCalculator
Get the start price.
getStartOffer() - Method in interface jadex.bdi.planlib.protocols.IOfferGenerator
Returns the start offer for the auction.
getStartOffer() - Method in class jadex.bdi.planlib.protocols.LinearPriceCalculator
Get the start price.
getStartSequenceNumber() - Method in class jadex.bridge.component.streams.AckInfo
Get the startSequenceNumber.
getStartsize() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Effect
 
getStarttime() - Method in class jadex.bdi.planlib.protocols.AuctionDescription
Get the start time.
getStarttime() - Method in class jadex.bdi.planlib.protocols.AuctionInfo
Get the start time.
getStarttime() - Method in class jadex.bdi.planlib.protocols.NegotiationRecord
Get the start time.
getStarttime() - Method in interface jadex.bridge.service.types.clock.IClock
Get the clocks start time.
getStarttime() - Method in interface jadex.bridge.service.types.clock.IClockService
Get the clocks start time.
getState() - Method in class jadex.bridge.service.types.awareness.AwarenessInfo
Get the state.
getState() - Method in class jadex.bridge.service.types.chat.TransferInfo
Get the state.
getState() - Method in interface jadex.bridge.service.types.clock.IClock
Get the clock state.
getState() - Method in interface jadex.bridge.service.types.clock.IClockService
Get the clock state.
getState() - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Get the state of this CESComponentDescription.
getState() - Method in interface jadex.bridge.service.types.cms.IComponentDescription
Get the execution state of the component.
getState(IComponentIdentifier) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Get the CMS state for the platform.
getStaticType() - Method in interface jadex.javaparser.IParsedExpression
Get the static type.
getStaticType() - Method in class jadex.javaparser.javaccimpl.ExpressionNode
Get the static type.
getStatus() - Method in interface jadex.bridge.service.types.chat.IChatService
Get the current status.
getStatuscode() - Method in exception jadex.extension.rs.invoke.RestInvocationHelper.RequestFailedException
Gets the received status code.
getStep() - Method in exception jadex.bridge.StepAbortedException
Get the step.
getStep() - Method in exception jadex.bridge.StepInvalidException
Get the step.
getStep() - Method in class jadex.micro.IntervalBehavior
Get the step.
getStepstring() - Method in exception jadex.bridge.StepAbortedException
Get the step string.
getStore() - Static method in class jadex.bytecode.vmhacks.LoggerFilterStore
Returns a store object.
getStoredDataSize() - Method in class jadex.bridge.component.streams.InputConnection
Get the size of the stored data.
getStoreHelp() - Method in class jadex.xml.bean.BeanAccessInfo
Get the storehelp.
getStreams() - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Get the streams.
getStrength() - Method in interface jadex.quickstart.cleanerworld.environment.IPheromone
Get the strength of the pheromone (0..1).
getStrictCom() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get flag for strict communication.
getString() - Method in enum jadex.bdiv3.model.MMessageEvent.Direction
Get the string representation.
getString() - Method in enum jadex.bdiv3.model.MParameter.Direction
Get the string representation.
getString() - Method in enum jadex.bdiv3.model.MParameter.EvaluationMode
Get the string representation.
getString() - Method in enum jadex.bdiv3.model.MProcessableElement.ExcludeMode
Get the string representation.
getString(String, String) - Method in interface jadex.bridge.service.types.context.IPreferences
Retrieve a String value from the preferences.
getStringArray(String, Properties) - Static method in class jadex.commons.SUtil
Get a string array of properties that are separated by commas.
getStringConverters() - Method in interface jadex.bridge.service.types.serialization.ISerializationServices
Get the string converters (can convert to and from string, possibly only for some types).
getStringProperty(Properties[], String) - Static method in class jadex.commons.Properties
Get a string property.
getStringProperty(String) - Method in class jadex.commons.Properties
Get a string property.
getSubcancelInfos() - Method in class jadex.bpmn.runtime.handler.CompositeCancelable
Get the subcancelinfos.
getSubcapabilities() - Method in class jadex.bdiv3.model.BDIModel
Get the agent injection fields.
getSubcomponentName(IComponentIdentifier) - Static method in class jadex.bridge.service.search.ServiceRegistry
Get the subcomponent name.
getSubcomponentTypes() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the subcomponent names.
getSubcomponentTypes() - Method in class jadex.bridge.modelinfo.ModelInfo
Get the subcomponent names.
getSubject() - Method in class jadex.bridge.service.types.email.Email
Get the subject.
getSubobjectInfoRead(QName, QName[], TypeInfo, Map<String, String>) - Static method in class jadex.xml.reader.AReader
Get a subobject info for reading.
getSubobjectInfoRead(QName, QName[], Map<String, String>) - Method in class jadex.xml.TypeInfo
Get the most specific subobject info.
getSubobjectInfos() - Method in class jadex.xml.MappingInfo
Get the subobjectinfos.
getSubobjectInfos() - Method in class jadex.xml.TypeInfo
Get the subobject infos.
getSubobjectInfoWrite(Object) - Method in class jadex.xml.TypeInfo
Get the subobject infos.
getSubobjects() - Method in class jadex.xml.writer.WriteObjectInfo
Get the subobjects.
getSubproperties() - Method in class jadex.commons.Properties
Get all subproperties.
getSubproperties(Properties[], String) - Static method in class jadex.commons.Properties
Get subproperties by type.
getSubproperties(String) - Method in class jadex.commons.Properties
Get subproperties by type.
getSubproperty(String) - Method in class jadex.commons.Properties
Get a properties by type.
getSubthreads() - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Gets the subthreads.
getSubthreads() - Method in class jadex.bpmn.runtime.ProcessThread
Get the subthreads.
getSuccessors() - Method in interface jadex.bridge.component.IComponentFeatureFactory
Get the successors, i.e.
getSuccessors() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get declared successors (dependencies).
getSuccessors() - Method in class jadex.bridge.modelinfo.ModelInfo
Get declared successors (dependencies).
getSuffixes() - Method in class jadex.micro.KernelMultiAgent
Get the filename suffixes that can be loaded with any of the found factories.
getSuperClassName() - Method in class jadex.commons.SClassReader.ClassInfo
Get the superclass name.
getSuperInterfaces(Class[]) - Static method in class jadex.commons.SReflect
Get the super interfaces.
getSuperpeer() - Method in interface jadex.base.IPlatformConfiguration
Get the superpeer flag.
getSuperpeerClient() - Method in interface jadex.base.IPlatformConfiguration
Get the superpeer client flag.
getSupersuperpeer() - Method in interface jadex.base.IPlatformConfiguration
Get the superpeer flag.
getSupertype() - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
Get the supertype.
getSupertype() - Method in class jadex.xml.MappingInfo
Get the supertype.
getSupertype() - Method in class jadex.xml.TypeInfo
Get the supertype.
getSuspend() - Method in class jadex.bridge.modelinfo.Startable
Get the suspend.
getSuspend() - Method in class jadex.bridge.service.types.cms.CreationInfo
Get the suspend flag.
getSuspend(String) - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the suspend flag.
getSuspend(String) - Method in class jadex.bridge.modelinfo.ModelInfo
Get the suspend flag.
getSynchronous() - Method in class jadex.bridge.modelinfo.Startable
Get the synchronous.
getSynchronous() - Method in class jadex.bridge.service.types.cms.CreationInfo
Get the synchronous.
getSynchronous(String) - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the synchronous flag.
getSynchronous(String) - Method in class jadex.bridge.modelinfo.ModelInfo
Get the synchronous flag.
getSystemCpuLoad() - Static method in class jadex.commons.OperatingSystemMXBeanFacade
 
getSystemId() - Method in interface jadex.xml.stax.ILocation
Returns the system ID of the XML
getSystemId() - Method in class jadex.xml.stax.JadexLocationWrapper
Returns the system ID of the XML
getSystemId() - Method in class jadex.xml.stax.Location
Returns the system ID of the XML
getSystemId() - Method in class jadex.xml.stax.StaxLocationWrapper
Returns the system ID of the XML
getTable() - Method in class jadex.bpmn.MultiColumnTable.MultiColumnTableRow
Get the parent for this row
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class jadex.commons.gui.EditableList.ButtonCellManager
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class jadex.commons.gui.jtable.PatternEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class jadex.commons.gui.jtreetable.JTreeTable.TreeTableCellEditor
Overridden to determine an offset that tree would place the editor at.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jadex.commons.gui.autocombo.AutoComboTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jadex.commons.gui.EditableList.ButtonCellManager
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jadex.commons.gui.jtable.ClassInfoRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jadex.commons.gui.jtable.ClassRenderer
Get the renderer component.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jadex.commons.gui.jtable.DateTimeRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jadex.commons.gui.jtable.SortHeaderRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jadex.commons.gui.jtreetable.JTreeTable.TreeTableCellRenderer
TreeCellRenderer method.
getTableData(long, double) - Method in class jadex.extension.envsupport.evaluation.DefaultDataProvider
Get the data from a data provider.
getTableData(long, double) - Method in interface jadex.extension.envsupport.evaluation.ITableDataProvider
Get the data from a data provider.
getTableDataProvider() - Method in class jadex.extension.envsupport.evaluation.AbstractChartDataConsumer
Get the table data provider.
getTableDataProvider() - Method in class jadex.extension.envsupport.evaluation.CSVFileDataConsumer
Get the table data provider.
getTableHeader() - Method in class jadex.commons.gui.jtable.TableSorter
 
getTableModel() - Method in class jadex.commons.gui.jtable.TableSorter
 
getTag() - Method in class jadex.xml.StackElement
Get the tag.
getTagName(Object, IContext) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Get the tag name for an object.
getTagName(Object, IContext) - Method in interface jadex.xml.writer.IObjectWriterHandler
Get the tag name for an object.
getTags() - Method in interface jadex.bridge.service.IServiceIdentifier
Get the service tags.
getTags() - Method in class jadex.bridge.service.RequiredServiceInfo
Get the tags.
getTags() - Method in class jadex.bridge.service.search.TagFilter
 
getTags() - Method in class jadex.bridge.service.ServiceIdentifier
Get the service tags.
getTags() - Method in interface jadex.commons.beans.PropertyEditor
 
getTags() - Method in class jadex.commons.beans.PropertyEditorSupport
 
getTagWithPrefix(QName, IContext) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Get the tag with namespace.
getTagWithPrefix(QName, IContext) - Method in interface jadex.xml.writer.IObjectWriterHandler
Get the tag with namespace.
getTarget() - Method in class jadex.bdiv3.model.MClassBasedElement
Get the target.
getTarget() - Method in interface jadex.bridge.nonfunctional.INFPropertyMetaInfo
Get the target of the property.
getTarget() - Method in class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Get the target.
getTarget() - Method in class jadex.commons.beans.EventHandler
 
getTarget() - Method in class jadex.commons.beans.Statement
 
getTarget() - Method in class jadex.quickstart.cleanerworld.environment.SensorActuator
Get the current movement target, if any.
getTargetClass(ClassLoader) - Method in class jadex.bdiv3.model.MClassBasedElement
Get the target.
getTargetId() - Method in class jadex.bridge.Cause
Get the targetId.
getTargetObject() - Method in class jadex.bridge.service.component.ServiceInvocationContext
Get the real target object.
getTargetPlatform() - Method in class jadex.bridge.service.search.ServiceQuery
Get the target platform if specified (using platform and provider).
getTargetResolver(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.IntelligentProxyInterceptor
Get the target resolver.
getTask() - Method in class jadex.bpmn.runtime.ProcessThread
Gets the current task.
getTask() - Method in class jadex.bridge.component.streams.AbstractConnectionHandler.SendInfo
Get the task.
getTask() - Method in class jadex.commons.concurrent.ThreadPool.ServiceThread
Get the runnable (the task).
getTask(Object) - Method in class jadex.extension.envsupport.environment.SpaceObject
Get a specific task.
getTask(Thread) - Method in class jadex.commons.concurrent.ThreadPool
The task for a given thread.
getTasks() - Method in class jadex.extension.envsupport.environment.SpaceObject
Returns all tasks of the object for introspection.
getTcpPort() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the tcp port of the tcp transport.
getTcpTransport() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the flag if the tcp transport is active.
getTerminationCommand() - Method in class jadex.commons.future.TerminableIntermediateFuture
Get the terminate.
getTerrapath() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
getTestCount() - Method in class jadex.base.test.Testcase
Get the test count.
getText() - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo
Get the text.
getText() - Method in class jadex.commons.gui.JPlaceholderTextField
 
getText() - Method in class jadex.extension.envsupport.observer.graphics.drawable.Text
 
getText() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Text3d
Returns the model path.
getText() - Method in class jadex.extension.envsupport.observer.graphics.TextInfo
 
getText() - Method in class jadex.javaparser.javaccimpl.ExpressionNode
Get the expression text.
getText() - Method in interface jadex.xml.reader.IXMLReader
Get the text for the element.
getText() - Method in class jadex.xml.stax.StaxReaderWrapper
Get the text for the element.
getText(JTextArea) - Static method in class jadex.commons.gui.SGUI
Shortcut method.
getTextDateString() - Method in class jadex.bridge.VersionInfo
Get the release date as long text string (format=MMMM d, yyyy, e.g.
getTextField(String) - Method in class jadex.commons.gui.PropertiesPanel
Get a text field.
getTextHAlignment(TextLayout) - Method in class jadex.extension.envsupport.observer.graphics.drawable.Text
 
getTexture() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.TerrainTexture
 
getTexturePath() - Method in class jadex.extension.envsupport.observer.graphics.drawable.TexturedRectangle
Returns the texture path.
getTexturePath() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Returns the texture path.
getTexturePath() - Method in class jadex.extension.envsupport.observer.graphics.layer.TiledLayer
Get the texture path.
getTextures() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
getThirdEntity() - Method in class jadex.commons.Tuple3
Get the second entity.
getThread() - Method in class jadex.bpmn.runtime.ExecuteProcessThread
Get the thread.
getThread(String) - Method in class jadex.bpmn.runtime.ProcessThread
Get a thread per id.
getThreadCount() - Method in class jadex.commons.concurrent.Executor
Get the number of threads (running blocked) for this executor.
getThreadId() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the thread id.
getThreadPool() - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo
Get the thread pool.
getThreadPool() - Method in class jadex.commons.gui.ClassSearchPanel
Get the thread pool.
getThreadPool(String) - Static method in class jadex.commons.concurrent.ThreadPoolFactory
Get the global thread pool instance.
getThreadpoolClass() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the threadpool class.
getThreadpoolDefer() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the flag for deferred thread creation/deletion in threadpool.
getTick() - Method in interface jadex.bridge.service.types.clock.IClock
Get the current tick.
getTick() - Method in interface jadex.bridge.service.types.clock.IClockService
Get the current tick.
getTickTimers() - Method in interface jadex.bridge.service.types.clock.IClock
Get all active tick timers.
getTiles() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
getTileSize() - Method in class jadex.extension.envsupport.observer.graphics.layer.TiledLayer
The tile size.
getTime() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Get the current time.
getTime() - Method in class jadex.bdiv3x.runtime.CapabilityWrapper
Get the current time.
getTime() - Method in interface jadex.bdiv3x.runtime.ICapability
Get the current time.
getTime() - Method in class jadex.bdiv3x.runtime.Plan
Get the current time.
getTime() - Method in class jadex.bridge.BulkMonitoringEvent
Get the time.
getTime() - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Get the time.
getTime() - Method in interface jadex.bridge.service.types.clock.IClock
Get the current time.
getTime() - Method in interface jadex.bridge.service.types.clock.IClockService
Get the current time.
getTime() - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Get the time.
getTime() - Method in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Get the event occurrence time.
getTime() - Method in class jadex.bridge.service.types.monitoring.MonitoringEvent
Get the time.
getTime(String) - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Get the time.
getTimeDelays() - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Get the delays.
getTimedObject() - Method in interface jadex.bridge.service.types.clock.ITimer
Get the timed object associated with this timer.
getTimeout() - Method in class jadex.bdi.planlib.protocols.AbstractInitiatorPlan
Get the timeout.
getTimeout() - Method in class jadex.bridge.service.types.chat.TransferInfo
Get the timeout.
getTimeout() - Method in class jadex.bridge.ServiceCall
Get the timeout value.
getTimer() - Method in class jadex.bridge.component.streams.AbstractConnectionHandler.SendInfo
Get the timer.
getTimerEntries(IClockService) - Static method in class jadex.base.SRemoteClock.TimerEntries
Get the current timer entries.
getTimers() - Method in interface jadex.bridge.service.types.clock.IClock
Get all active timers.
getTimers() - Method in interface jadex.bridge.service.types.clock.IClockService
Get all active timers.
getTimestamp() - Method in class jadex.bridge.VersionInfo
Get the release date as timestamp string (format=yyyyMMdd.HHmmss, e.g.
getTimeToLive() - Method in class jadex.commons.collection.CacheEntry
Get the ttl.
getTitle() - Method in class jadex.commons.gui.EditableList
Get the list title.
getTo() - Method in class jadex.bridge.service.search.ServiceQuery.Multiplicity
Get the 'to' value, i.e.
getTooltipText(ClassInfo) - Static method in class jadex.commons.gui.jtable.ClassInfoRenderer
 
getTopic() - Method in class jadex.bdi.planlib.protocols.AuctionDescription
Get the auction topic.
getTopic() - Method in class jadex.bdi.planlib.protocols.AuctionInfo
Get the auction topic.
getTopLevelThread() - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Get the top level thread (is not executed and just acts as top level thread container).
getTopStackElement() - Method in class jadex.xml.reader.AReadContext
Get the top stack element.
getTotalPhysicalMemorySize() - Static method in class jadex.commons.OperatingSystemMXBeanFacade
 
getTotalSwapSpaceSize() - Static method in class jadex.commons.OperatingSystemMXBeanFacade
 
getTransferableObject() - Method in interface jadex.bridge.ITransferableStep
The object to be transferred as replacement for the component step.
getTransportType() - Method in class jadex.bridge.service.types.address.TransportAddress
Gets the type of transport using the address.
getTree() - Method in class jadex.commons.gui.jtreetable.JTreeTable
Returns the tree that is being shared between the model.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableCellRenderer
Configures the renderer based on the passed in components.
getTrigger() - Method in class jadex.bdiv3.model.MGoal
Get the trigger.
getTrigger() - Method in class jadex.bdiv3.model.MPlan
Get the trigger.
getTrustedPlatforms() - Method in interface jadex.bridge.service.types.security.ISecurityService
Gets the trusted platforms that are specified by names.
getTryCnt() - Method in class jadex.bridge.component.streams.AbstractConnectionHandler.SendInfo
Get the trycnt.
getType() - Method in class jadex.bdiv3.model.MMessageEvent
Get the type.
getType() - Method in class jadex.bdiv3.runtime.ChangeEvent
Get the type.
getType() - Method in interface jadex.bdiv3x.runtime.IParameterElement
Get the element type (i.e.
getType() - Method in class jadex.bridge.BulkMonitoringEvent
Get the type.
getType() - Method in interface jadex.bridge.component.IComponentFeatureFactory
Get the user interface type of the feature.
getType() - Method in class jadex.bridge.component.streams.StreamPacket
Get the type.
getType() - Method in class jadex.bridge.fipa.CMSCreateComponent
Get the type of this AMSCreateComponent.
getType() - Method in interface jadex.bridge.modelinfo.IModelInfo
Get the component type (i.e.
getType() - Method in class jadex.bridge.modelinfo.ModelInfo
Get the model type.
getType() - Method in interface jadex.bridge.nonfunctional.INFPropertyMetaInfo
Gets the type of the property.
getType() - Method in class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Gets the type of the property.
getType() - Method in class jadex.bridge.service.component.ServiceCallEvent
Get the type.
getType() - Method in class jadex.bridge.service.ProvidedServiceInfo
Get the type.
getType() - Method in class jadex.bridge.service.RequiredServiceInfo
Get the type.
getType() - Method in class jadex.bridge.service.search.ServiceEvent
Gets the event type.
getType() - Method in class jadex.bridge.service.types.chat.ChatEvent
Get the type.
getType() - Method in interface jadex.bridge.service.types.clock.IClock
Get the clock type.
getType() - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Get the component type.
getType() - Method in class jadex.bridge.service.types.cms.CMSStatusEvent
Get and set type are introduced to get the type explicitly (e.g.
getType() - Method in interface jadex.bridge.service.types.cms.IComponentDescription
Get the component type.
getType() - Method in interface jadex.bridge.service.types.context.IJadexAndroidEvent
The type of the Event, which is used to separate events from each other.
getType() - Method in class jadex.bridge.service.types.context.JadexAndroidEvent
 
getType() - Method in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Get the type.
getType() - Method in class jadex.bridge.service.types.monitoring.MonitoringEvent
Get the type.
getType() - Method in class jadex.commons.ChangeEvent
Get the type.
getType() - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
Get the node type.
getType() - Method in interface jadex.commons.meta.IPropertyMetaData
 
getType() - Method in class jadex.commons.Properties
Get the type.
getType() - Method in class jadex.commons.Property
Get the type.
getType() - Method in class jadex.commons.SClassReader.AnnotationInfo
 
getType() - Method in class jadex.commons.SClassReader.EnumInfo
Gets the type.
getType() - Method in class jadex.extension.agr.MAGRSpaceInstance
Get the type of this element.
getType() - Method in class jadex.extension.envsupport.dataview.GeneralDataView2D
Returns the type of the view.
getType() - Method in class jadex.extension.envsupport.dataview.GeneralDataView2D3D
Returns the type of the view.
getType() - Method in class jadex.extension.envsupport.dataview.GeneralDataView3D
Returns the type of the view.
getType() - Method in interface jadex.extension.envsupport.dataview.IDataView
Returns the type of the view.
getType() - Method in class jadex.extension.envsupport.dataview.LocalDataView2D
Returns the type of the view.
getType() - Method in class jadex.extension.envsupport.environment.EnvironmentEvent
Get the event type.
getType() - Method in interface jadex.extension.envsupport.environment.ISpaceObject
Returns the type of the object.
getType() - Method in class jadex.extension.envsupport.environment.ObjectEvent
Returns the event type.
getType() - Method in class jadex.extension.envsupport.environment.SpaceObject
Returns the type of the object.
getType() - Method in class jadex.extension.envsupport.MEnvSpaceInstance
Get the type of this element.
getType() - Method in class jadex.extension.envsupport.MObjectTypeProperty
 
getType() - Method in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Get the primitive type.
getType() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Get the primitive type.
getType() - Method in class jadex.extension.envsupport.observer.graphics.layer.Layer
Returns the type of the layer.
getType() - Method in class jadex.javaparser.javaccimpl.ArrayNode
Get the node type.
getType() - Method in class jadex.javaparser.javaccimpl.ReflectNode
Get the constructor type.
getType() - Method in interface jadex.quickstart.cleanerworld.environment.IPheromone
Get the type of the pheromone.
getType(IModelInfo) - Method in class jadex.bridge.modelinfo.ComponentInstanceInfo
Get the model of the component instance.
getType(ClassLoader) - Method in class jadex.bdiv3.model.MBelief
Get the class of the belief.
getType(ClassLoader) - Method in class jadex.bdiv3.model.MParameter
Get the class of the belief.
getType(ClassLoader) - Method in class jadex.bridge.ClassInfo
Get the type.
getType(ClassLoader, String[]) - Method in class jadex.bridge.ClassInfo
Get the type.
getType(Object) - Static method in class jadex.extension.envsupport.observer.gui.SObjectInspector
Retrieves the type of an object.
getType0() - Method in class jadex.bridge.ClassInfo
Get the type, if available
getTypeInfo() - Method in class jadex.xml.ObjectInfo
Get the typeinfo.
getTypeInfo() - Method in class jadex.xml.StackElement
Get the typeinfo.
getTypeInfo() - Method in class jadex.xml.TypeInfo
Get the type info.
getTypeInfo(QName, QName[], Map<String, String>) - Method in class jadex.xml.TypeInfoPathManager
Get the most specific mapping info.
getTypeInfo(Object, QName[]) - Method in class jadex.xml.TypeInfoTypeManager
Get the most specific mapping info.
getTypeInfo(Object, QName[], IContext) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Get the most specific mapping info.
getTypeInfo(Object, QName[], IContext) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Get the most specific mapping info.
getTypeInfo(Object, QName[], IContext) - Method in interface jadex.xml.writer.IObjectWriterHandler
Get the most specific mapping info.
getTypeInfo(Object, QName[], AReadContext) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Get the most specific mapping info.
getTypeInfo(Object, QName[], AReadContext) - Method in interface jadex.xml.reader.IObjectReaderHandler
Get the most specific mapping info.
getTypeInfoManager() - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Get the titmanager.
getTypeInfos() - Static method in class jadex.xml.bean.JavaReader
Get the java type infos.
getTypeInfos() - Static method in class jadex.xml.bean.JavaWriter
Get the java type infos.
getTypeInfosByType(Object) - Method in class jadex.xml.TypeInfoTypeManager
Get the most specific mapping info.
getTypeName() - Method in class jadex.bridge.ClassInfo
Get the type name.
getTypeName() - Method in class jadex.bridge.modelinfo.ComponentInstanceInfo
Get the type name.
getTypeName() - Method in class jadex.commons.FieldInfo
Get the typename.
getTypeName() - Method in class jadex.extension.agr.MAGRSpaceInstance
Get the type name.
getTypeName() - Method in class jadex.extension.agr.MGroupInstance
Get the type name.
getTypeName() - Method in class jadex.extension.envsupport.MEnvSpaceInstance
Get the type name.
getTypeName() - Method in class jadex.micro.MicroAgentFactory
Get the agent type name.
getTypeName(String) - Static method in class jadex.commons.SReflect
Get unqualified type name.
getUnaryValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.MathNode
Evaluate the term.
getUnboundParameterNodes() - Method in class jadex.javaparser.javaccimpl.ExpressionNode
Get unbound parameter nodes.
getUnboundParameterNodes() - Method in class jadex.javaparser.javaccimpl.ParameterNode
Get unbound parameter nodes.
getUnboundParameterNodes() - Method in class jadex.javaparser.javaccimpl.SelectNode
Get unbound parameter nodes.
getUniqueIds() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the unique id flag, i.e.
getUnit() - Method in interface jadex.bridge.nonfunctional.INFPropertyMetaInfo
Gets the unit of the property.
getUnit() - Method in class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Gets the unit of the property.
getUnqualifiedClassName(Class) - Static method in class jadex.commons.SReflect
Get unqualified class name.
getUnqualifiedTypeName(String) - Static method in class jadex.commons.SReflect
Get unqualified type name.
getUp() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
getUpdateRate() - Method in class jadex.bdiv3.model.MBelief
Get the updaterate.
getUpdateRate() - Method in class jadex.bdiv3.model.MParameter
Get the updaterate.
getUpdateRate() - Method in interface jadex.bridge.nonfunctional.INFPropertyMetaInfo
Gets the update rate of the property, if it exists, for dynamic properties.
getUpdateRate() - Method in class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Gets the update rate of the property, if it exists, for dynamic properties.
getUpdaterateValue(IInternalAccess) - Method in class jadex.bdiv3.model.MBelief
Get/Evaluate the updaterate value.
getUpdaterateValue(IInternalAccess) - Method in class jadex.bdiv3.model.MParameter
Get/Evaluate the updaterate value.
getUri() - Method in interface jadex.bridge.ILocalResourceIdentifier
Get the uri.
getUri() - Method in class jadex.bridge.LocalResourceIdentifier
Get the uri.
getURI() - Method in class jadex.xml.Namespace
Get the uri.
getUseParentHandlers() - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Discover whether or not this logger is sending its output to its parent logger.
getUser() - Method in class jadex.bdi.planlib.messaging.EmailAccount
Get the user.
getUser() - Method in class jadex.bridge.service.types.email.EmailAccount
Get the user.
getUserAgentObject() - Method in class jadex.micro.MicroAgentPersistInfo
Gets the user agent object.
getUserContext() - Method in interface jadex.xml.IContext
Get the usercontext.
getUserContext() - Method in class jadex.xml.reader.AReadContext
Get the callcontext.
getUserContext() - Method in class jadex.xml.writer.AWriteContext
Get the callcontext.
getUserObject() - Method in class jadex.commons.gui.jtreetable.SetTreeTableNode
Get the user value.
getVAlign() - Method in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Gets the vertical alignment.
getValue() - Method in class jadex.bdiv3.runtime.ChangeEvent
Get the value.
getValue() - Method in class jadex.bdiv3x.features.BDIXAgentFeature.ChangeInfoEntryMapper
 
getValue() - Method in interface jadex.bdiv3x.runtime.IExpression
Evaluate the expression.
getValue() - Method in interface jadex.bdiv3x.runtime.IParameter
Get the value of a parameter.
getValue() - Method in class jadex.bdiv3x.runtime.RExpressionbase.RExpression
Evaluate the expression.
getValue() - Method in class jadex.bdiv3x.runtime.RMessageEvent.RParam
Get the value of a parameter.
getValue() - Method in class jadex.bridge.modelinfo.UnparsedExpression
Get the value.
getValue() - Method in class jadex.bridge.nonfunctional.AbstractNFProperty
Returns the current value of the property.
getValue() - Method in class jadex.bridge.nonfunctional.hardconstraints.AbstractConstraintFilter
Gets the value.
getValue() - Method in class jadex.bridge.nonfunctional.hardconstraints.MHardConstraint
Gets the value.
getValue() - Method in interface jadex.bridge.nonfunctional.INFProperty
Returns the current value of the property.
getValue() - Method in class jadex.bridge.service.component.interceptors.ResolveInterceptor.SerializedValue
Get the value.
getValue() - Method in class jadex.bridge.service.types.chat.ChatEvent
Get the value.
getValue() - Method in class jadex.bridge.service.types.cms.CMSStatusEvent.CMSIntermediateResultEvent
Get the value.
getValue() - Method in interface jadex.bridge.service.types.df.IProperty
Get the value of this Property.
getValue() - Method in class jadex.commons.beans.Expression
 
getValue() - Method in interface jadex.commons.beans.PropertyEditor
 
getValue() - Method in class jadex.commons.beans.PropertyEditorSupport
 
getValue() - Method in class jadex.commons.ChangeEvent
Get the value.
getValue() - Method in class jadex.commons.collection.MapEntry
Get the value.
getValue() - Method in class jadex.commons.Property
Get the value.
getValue() - Method in class jadex.commons.SClassReader.EnumInfo
Gets the enum value.
getValue() - Method in class jadex.extension.envsupport.MObjectTypeProperty
 
getValue() - Method in class jadex.xml.bean.MapEntry
Get the value.
getValue(int) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
Get the value at a specific column.
getValue(int) - Method in class jadex.commons.gui.jtreetable.SetTreeTableNode
Get the value at a specific column.
getValue(int) - Method in interface jadex.commons.gui.jtreetable.TreeTableNode
Get the value at a specific column.
getValue(IInternalAccess) - Method in class jadex.bdiv3.model.MBelief
Get the value of the belief.
getValue(IValueFetcher) - Method in interface jadex.javaparser.IParsedExpression
Evaluate the expression in the given state with respect to given parameters.
getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.ArgumentsNode
Evaluate the expression in the given state with respect to given parameters.
getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.ArrayNode
Evaluate the expression in the given state with respect to given parameters.
getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.BooleanNode
Evaluate the expression in the given state with respect to given parameters.
getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.CastNode
Evaluate the expression in the given state with respect to given parameters.
getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.CollectionNode
Evaluate the expression in the given state with respect to given parameters.
getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.CompareNode
Evaluate the expression in the given state with respect to given parameters.
getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.ConditionalNode
Evaluate the expression in the given state with respect to given parameters.
getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.ConstantNode
Evaluate the expression in the given state with respect to given parameters.
getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
Evaluate the expression in the given state with respect to given parameters.
getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.MathNode
Evaluate the expression in the given state with respect to given parameters.
getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.ParameterNode
Evaluate the expression in the given state with respect to given parameters.
getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.ReflectNode
Evaluate the expression in the given state with respect to given parameters.
getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.SelectionNode
Evaluate the expression in the given state with respect to given parameters.
getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.SelectNode
Evaluate the expression in the given state with respect to given parameters.
getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.TypeNode
Evaluate the expression in the given state with respect to given parameters.
getValue(IVector2) - Method in interface jadex.extension.envsupport.environment.space2d.KdNode.IKdValueFetcher
Returns the coordinate value of the current hyperplane.
getValue(IVector2) - Method in class jadex.extension.envsupport.environment.space2d.KdNode.KdValueFetcherX
Returns the coordinate value of the current hyperplane.
getValue(IVector2) - Method in class jadex.extension.envsupport.environment.space2d.KdNode.KdValueFetcherY
Returns the coordinate value of the current hyperplane.
getValue(Object, ClassLoader) - Method in class jadex.bdiv3.model.MBelief
Get the value of the belief.
getValue(Object, ClassLoader) - Method in class jadex.bdiv3.model.MParameter
Get the value of the belief.
getValue(Object, Object, IContext, Object) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Get a value from an object.
getValue(Object, Object, IContext, Object) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Get a value from an object.
getValue(String) - Method in interface jadex.bridge.modelinfo.IModelValueProvider
Get the value.
getValue(String) - Method in class jadex.bridge.modelinfo.ModelValueProvider
Get the value.
getValue(String) - Method in class jadex.commons.beans.FeatureDescriptor
getValue(String) - Method in class jadex.commons.SClassReader.AnnotationInfo
Returns a contained value.
getValue(String, IModelInfo) - Method in interface jadex.base.IPlatformConfiguration
Get a value per key.
getValue(String, IModelInfo) - Method in class jadex.base.PlatformConfigurationHandler
Generic getter for configuration parameters.
getValue(Void) - Method in class jadex.bridge.sensor.service.TagProperty
Returns the current value of the property, performs unit conversion if necessary.
getValue(U) - Method in interface jadex.bridge.nonfunctional.INFProperty
Returns the current value of the property, performs unit conversion if necessary.
getValue(U) - Method in class jadex.bridge.nonfunctional.NFPropertyRef
Returns the current value of the property, performs unit conversion if necessary.
getValue(U) - Method in class jadex.bridge.nonfunctional.SimpleValueNFProperty
Get the value converted by a unit.
getValueAt(int, int) - Method in class jadex.commons.gui.jtable.AbstractIndexTableModel
 
getValueAt(int, int) - Method in class jadex.commons.gui.jtable.DelegateTableModel
 
getValueAt(int, int) - Method in class jadex.commons.gui.jtable.ObjectTableModel
Get the value from a field.
getValueAt(int, int) - Method in class jadex.commons.gui.jtable.StringArrayTableModel
Override
getValueAt(int, int) - Method in class jadex.commons.gui.jtable.TableSorter
 
getValueAt(int, int) - Method in class jadex.commons.gui.jtreetable.TreeTableModelAdapter
 
getValueAt(Object, int) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableModel
Get the number of children of a node.
getValueAt(Object, int) - Method in class jadex.commons.gui.jtreetable.DynamicTreeTableModel
Returns the value for the column column and object node.
getValueAt(Object, int) - Method in interface jadex.commons.gui.jtreetable.TreeTableModel
Returns the value to be displayed for node node, at column number column.
getValueFetcher() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Get the value fetcher.
getValueFetcher() - Method in interface jadex.bridge.component.IComponentFeature
The feature can inject parameters for expression evaluation by providing an optional value fetcher.
getValueName() - Method in class jadex.bridge.nonfunctional.hardconstraints.AbstractConstraintFilter
Gets the valuename.
getValues() - Method in interface jadex.base.IPlatformConfiguration
Get all values of the configuration as map.
getValues() - Method in interface jadex.bdiv3x.runtime.IParameterSet
Get the values of a parameterset.
getValues() - Method in class jadex.bdiv3x.runtime.RMessageEvent.RParamSet
Adapt to message type for implicit parameters.
getValues() - Method in class jadex.bridge.modelinfo.ModelValueProvider
Get the values.
getValues() - Method in class jadex.bridge.service.component.interceptors.SpanContextInfo
 
getValues() - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
Get all values at once.
getValues() - Method in class jadex.commons.SClassReader.AnnotationInfo
Returns the contained values.
getValues(int, DataTable, Object[], SimpleValueFetcher) - Method in class jadex.extension.envsupport.evaluation.AbstractChartDataConsumer
Get the x/y values for a specific series number.
getValues(String, String) - Method in class jadex.bridge.service.search.Indexer
Get values per type.
getValues(List<Tuple3<String, String[], Boolean>>) - Method in class jadex.bridge.service.search.Indexer
Get values per specification.
getValuesInverted(List<Tuple2<String, String[]>>) - Method in class jadex.bridge.service.search.Indexer
Get values per specification (multivalues considered as OR match, when queries are the values).
getVector1(Double) - Static method in class jadex.extension.envsupport.math.Vector1Double
 
getVector2(Double, Double) - Static method in class jadex.extension.envsupport.math.Vector2Double
Get a vector for two doubles.
getVector2(Integer, Integer) - Static method in class jadex.extension.envsupport.math.Vector2Int
Get a vector for two doubles.
getVector3(Double, Double, Double) - Static method in class jadex.extension.envsupport.math.Vector3Double
Get a vector for three doubles.
getVector3DoubleValueNoHight() - Method in class jadex.extension.envsupport.math.Vector2Double
 
getVerifierProvider(Object) - Static method in class jadex.commons.security.SSecurity
Gets a verifier provider based on a certificate to identify the algorithm.
getVersion() - Method in class jadex.bridge.service.types.appstore.AppMetaInfo
Get the version.
getVersion() - Method in class jadex.bridge.VersionInfo
Get the version string.
getVersionInfo() - Method in class jadex.bridge.GlobalResourceIdentifier
Get the version info.
getVersionInfo() - Method in interface jadex.bridge.IGlobalResourceIdentifier
Get the version info.
getVertexCount() - Method in class jadex.extension.envsupport.observer.graphics.drawable.RegularPolygon
Returns the vertex count.
getVetoableChangeListeners() - Method in class jadex.commons.beans.VetoableChangeSupport
 
getVetoableChangeListeners(String) - Method in class jadex.commons.beans.VetoableChangeSupport
 
getView() - Method in class jadex.extension.envsupport.observer.gui.plugin.EvaluationPlugin
Returns the viewable component of the plugin.
getView() - Method in class jadex.extension.envsupport.observer.gui.plugin.InteractionTestPlugin
 
getView() - Method in class jadex.extension.envsupport.observer.gui.plugin.IntrospectorPlugin
 
getView() - Method in interface jadex.extension.envsupport.observer.gui.plugin.IObserverCenterPlugin
Returns the viewable component of the plugin
getView() - Method in class jadex.extension.envsupport.observer.gui.plugin.VisualsPlugin
Returns the viewable component of the plugin
getView() - Method in interface jadex.extension.envsupport.observer.perspective.IPerspective
Gets the view component of the perspective.
getView() - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Gets the view of the perspective.
getView() - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
Gets the view of the perspective.
getViewFactory() - Method in class jadex.commons.gui.BrowserPane.ClasspathHTMLEditorKit
Return the vioew factory.
getViewport() - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Gets the viewport
getViewport() - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
Gets the viewport
getViews() - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Get the views.
getVisionRange() - Method in interface jadex.quickstart.cleanerworld.environment.ICleaner
Get the vision-range of this Cleaner.
getVMArguments() - Method in class jadex.bridge.service.types.daemon.StartOptions
Get the vmargs.
getVolume() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 
getWaitAbstraction() - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Get the plan waitqueue waitabstraction.
getWaitFilter() - Method in class jadex.bpmn.runtime.ProcessThread
Get the wait filter.
getWaitInfo() - Method in class jadex.bpmn.runtime.ProcessThread
Get the waitinfo.
getWaitqueue() - Method in class jadex.bdiv3.model.MPlan
Get the waitqueue.
getWaitqueue() - Method in class jadex.bdiv3x.runtime.Plan
Get the waitqueue.
getWaste(int) - Method in interface jadex.quickstart.cleanerworld.environment.IWastebin
Get an wastes of this Wastebin.
getWastebins() - Method in class jadex.quickstart.cleanerworld.environment.SensorActuator
Get the known waste pieces.
getWastes() - Method in interface jadex.quickstart.cleanerworld.environment.IWastebin
Get the wastes of this Wastebin.
getWastes() - Method in class jadex.quickstart.cleanerworld.environment.SensorActuator
Get the known waste pieces.
getWelcome() - Method in interface jadex.base.IPlatformConfiguration
Get the welcome flag.
getWest() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
getWindowParent(Component) - Static method in class jadex.commons.gui.SGUI
Get the window parent if any.
getWorkerCount() - Method in class jadex.commons.ConstantPoolStrategy
Get the worker cnt.
getWorkerCount() - Method in class jadex.commons.DefaultPoolStrategy
Get the worker cnt.
getWorkerCount() - Method in interface jadex.commons.IPoolStrategy
Get the worker cnt.
getWorkerTimeout() - Method in class jadex.commons.ConstantPoolStrategy
Get the component timeout.
getWorkerTimeout() - Method in class jadex.commons.DefaultPoolStrategy
Get the worker timeout.
getWorkerTimeout() - Method in interface jadex.commons.IPoolStrategy
Get the component timeout.
getWorldCoordinates(int, int) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Converts pixel coordinates into world coordinates
getWorldCoordinates(int, int) - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Converts pixel coordinates into world coordinates
getWorldCoordinates(Point) - Method in class jadex.extension.envsupport.observer.gui.plugin.AbstractInteractionPlugin
 
getWrappedType(Class<?>) - Static method in class jadex.commons.SReflect
Get the wrapped type.
getWriteLock() - Method in interface jadex.commons.collection.IRwMap
Gets the write lock for manual locking.
getWriteLock() - Method in class jadex.commons.collection.RwAutoLock
Gets the write lock for manual locking.
getWriteLock() - Method in class jadex.commons.collection.RwMapWrapper
Gets the write lock for manual locking.
getWriteMethod() - Method in class jadex.commons.beans.PropertyDescriptor
 
getWriter() - Method in class jadex.xml.writer.AWriteContext
Get the writer.
getWriter(AWriteContext) - Static method in class jadex.xml.writer.Writer
 
getWriterTypeInfos() - Static method in class jadex.xml.bean.STypeInfosAWT
 
getWrittenObjects() - Method in class jadex.xml.writer.AWriteContext
Get the writtenobs.
getWsPort() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the websocket port of the websocket transport.
getWsPublish() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the flag if wsdl publishing is on.
getWsTransport() - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the flag if the ws transport is active.
getX() - Method in interface jadex.extension.envsupport.math.IVector2
Returns the x-component of the vector.
getX() - Method in interface jadex.extension.envsupport.math.IVector3
Returns the x-component of the vector.
getX() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Returns the x-component of the vector.
getX() - Method in class jadex.extension.envsupport.math.Vector2Double
 
getX() - Method in class jadex.extension.envsupport.math.Vector2Int
Returns the x-component of the vector.
getX() - Method in class jadex.extension.envsupport.math.Vector3Double
 
getX() - Method in class jadex.extension.envsupport.math.Vector3Int
Returns the x-component of the vector.
getX() - Method in interface jadex.quickstart.cleanerworld.environment.ILocation
Get the x of this Location.
getXAsBigDecimal() - Method in interface jadex.extension.envsupport.math.IVector2
Returns the x-component of the vector as BigDecimal.
getXAsBigDecimal() - Method in interface jadex.extension.envsupport.math.IVector3
Returns the x-component of the vector as BigDecimal.
getXAsBigDecimal() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Returns the x-component of the vector as BigDecimal.
getXAsBigDecimal() - Method in class jadex.extension.envsupport.math.Vector2Double
 
getXAsBigDecimal() - Method in class jadex.extension.envsupport.math.Vector2Int
Returns the x-component of the vector as BigDecimal.
getXAsBigDecimal() - Method in class jadex.extension.envsupport.math.Vector3Double
 
getXAsBigDecimal() - Method in class jadex.extension.envsupport.math.Vector3Int
Returns the x-component of the vector as BigDecimal.
getXAsDouble() - Method in interface jadex.extension.envsupport.math.IVector2
Returns the x-component of the vector as double.
getXAsDouble() - Method in interface jadex.extension.envsupport.math.IVector3
Returns the x-component of the vector as double.
getXAsDouble() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Returns the x-component of the vector as double.
getXAsDouble() - Method in class jadex.extension.envsupport.math.Vector2Double
 
getXAsDouble() - Method in class jadex.extension.envsupport.math.Vector2Int
Returns the x-component of the vector as double.
getXAsDouble() - Method in class jadex.extension.envsupport.math.Vector3Double
 
getXAsDouble() - Method in class jadex.extension.envsupport.math.Vector3Int
Returns the x-component of the vector as double.
getXAsFloat() - Method in interface jadex.extension.envsupport.math.IVector2
Returns the x-component of the vector as float.
getXAsFloat() - Method in interface jadex.extension.envsupport.math.IVector3
Returns the x-component of the vector as float.
getXAsFloat() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Returns the x-component of the vector as float.
getXAsFloat() - Method in class jadex.extension.envsupport.math.Vector2Double
 
getXAsFloat() - Method in class jadex.extension.envsupport.math.Vector2Int
Returns the x-component of the vector as float.
getXAsFloat() - Method in class jadex.extension.envsupport.math.Vector3Double
 
getXAsFloat() - Method in class jadex.extension.envsupport.math.Vector3Int
Returns the x-component of the vector as float.
getXAsInteger() - Method in interface jadex.extension.envsupport.math.IVector2
Returns the x-component of the vector as integer.
getXAsInteger() - Method in interface jadex.extension.envsupport.math.IVector3
Returns the x-component of the vector as integer.
getXAsInteger() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Returns the x-component of the vector as integer.
getXAsInteger() - Method in class jadex.extension.envsupport.math.Vector2Double
Returns the x-component of the vector as integer.
getXAsInteger() - Method in class jadex.extension.envsupport.math.Vector2Int
Returns the x-component of the vector as integer.
getXAsInteger() - Method in class jadex.extension.envsupport.math.Vector3Double
Returns the x-component of the vector as integer.
getXAsInteger() - Method in class jadex.extension.envsupport.math.Vector3Int
Returns the x-component of the vector as integer.
getXAsLong() - Method in interface jadex.extension.envsupport.math.IVector2
Returns the x-component of the vector as long.
getXAsLong() - Method in interface jadex.extension.envsupport.math.IVector3
Returns the x-component of the vector as long.
getXAsLong() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Returns the x-component of the vector as long.
getXAsLong() - Method in class jadex.extension.envsupport.math.Vector2Double
Returns the x-component of the vector as long.
getXAsLong() - Method in class jadex.extension.envsupport.math.Vector2Int
Returns the x-component of the vector as long.
getXAsLong() - Method in class jadex.extension.envsupport.math.Vector3Double
Returns the x-component of the vector as long.
getXAsLong() - Method in class jadex.extension.envsupport.math.Vector3Int
Returns the x-component of the vector as long.
getXMLAttributeNames() - Method in class jadex.xml.AttributeInfo
Get the attribute name as path.
getXMLAttributeNames() - Method in class jadex.xml.TypeInfo
Get the xml attribute names.
getXMLClassnameAnnotation(Class) - Static method in class jadex.xml.SXML
Get the xmlclassname annotation.
getXMLInfo() - Method in class jadex.xml.AbstractInfo
Get the xmlinfo.
getXMLMapping() - Static method in class jadex.bpmn.BpmnXMLReader
Get the XML mapping.
getXMLMapping() - Static method in class jadex.extension.agr.AGRExtensionService
Get the XML mapping.
getXMLMapping() - Static method in class jadex.extension.envsupport.MEnvSpaceType
Get the XML mapping.
getXMLMapping(String) - Static method in class jadex.bdiv3x.BDIXMLReader
Get the XML mapping.
getXmlObjectName() - Method in class jadex.xml.AccessInfo
Get the xmlobjectname.
getXmlObjectNames() - Method in class jadex.xml.AccessInfo
Get the xmlobjectnames.
getXMLPath() - Method in class jadex.xml.AbstractInfo
Get the xmlpath
getXMLPath() - Method in class jadex.xml.reader.AReadContext
Get the xml path for a stack.
getXMLPath() - Method in class jadex.xml.XMLInfo
Get the xmlpath.
getXMLPath(QName) - Method in class jadex.xml.reader.AReadContext
Get the xml path for a stack.
getXMLPath(List<StackElement>) - Method in class jadex.xml.writer.Writer
Get the xml path for a stack.
getXMLPathDepth() - Method in class jadex.xml.AbstractInfo
Get the path depth.
getXMLPathElements() - Method in class jadex.xml.AbstractInfo
Get the xmlpath as string array.
getXMLPathElements() - Method in class jadex.xml.XMLInfo
Get the xmlpathelements.
getXMLPathElementsWithoutElement() - Method in class jadex.xml.AbstractInfo
Get the xml path without element.
getXmlTag() - Method in interface jadex.xml.reader.IXMLReader
Get the XML tag struct.
getXmlTag() - Method in class jadex.xml.stax.StaxReaderWrapper
Get the XML tag struct.
getXMLTag() - Method in class jadex.xml.AbstractInfo
Get the xml tag
getXmlTagStack() - Method in interface jadex.xml.reader.IXMLReader
Get the XML tag stack.
getXmlTagStack() - Method in class jadex.xml.stax.StaxReaderWrapper
Get the XML tag stack.
getXResult(int, long, boolean) - Method in class jadex.commons.future.Tuple2Future
Get the x result.
getY() - Method in interface jadex.extension.envsupport.math.IVector2
Returns the y-component of the vector.
getY() - Method in interface jadex.extension.envsupport.math.IVector3
Returns the y-component of the vector.
getY() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Returns the y-component of the vector.
getY() - Method in class jadex.extension.envsupport.math.Vector2Double
 
getY() - Method in class jadex.extension.envsupport.math.Vector2Int
Returns the y-component of the vector.
getY() - Method in class jadex.extension.envsupport.math.Vector3Double
 
getY() - Method in class jadex.extension.envsupport.math.Vector3Int
Returns the y-component of the vector.
getY() - Method in interface jadex.quickstart.cleanerworld.environment.ILocation
Get the y of this Location.
getYAsBigDecimal() - Method in interface jadex.extension.envsupport.math.IVector2
Returns the component of the vector as BigDecima;.
getYAsBigDecimal() - Method in interface jadex.extension.envsupport.math.IVector3
Returns the component of the vector as BigDecima;.
getYAsBigDecimal() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Returns the component of the vector as BigDecima;.
getYAsBigDecimal() - Method in class jadex.extension.envsupport.math.Vector2Double
 
getYAsBigDecimal() - Method in class jadex.extension.envsupport.math.Vector2Int
Returns the component of the vector as BigDecima;.
getYAsBigDecimal() - Method in class jadex.extension.envsupport.math.Vector3Double
 
getYAsBigDecimal() - Method in class jadex.extension.envsupport.math.Vector3Int
Returns the y-component of the vector as BigDecimal.
getYAsDouble() - Method in interface jadex.extension.envsupport.math.IVector2
Returns the component of the vector as double.
getYAsDouble() - Method in interface jadex.extension.envsupport.math.IVector3
Returns the component of the vector as double.
getYAsDouble() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Returns the component of the vector as double.
getYAsDouble() - Method in class jadex.extension.envsupport.math.Vector2Double
 
getYAsDouble() - Method in class jadex.extension.envsupport.math.Vector2Int
Returns the component of the vector as double.
getYAsDouble() - Method in class jadex.extension.envsupport.math.Vector3Double
 
getYAsDouble() - Method in class jadex.extension.envsupport.math.Vector3Int
Returns the y-component of the vector as double.
getYAsFloat() - Method in interface jadex.extension.envsupport.math.IVector2
Returns the component of the vector as float.
getYAsFloat() - Method in interface jadex.extension.envsupport.math.IVector3
Returns the component of the vector as float.
getYAsFloat() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Returns the component of the vector as float.
getYAsFloat() - Method in class jadex.extension.envsupport.math.Vector2Double
 
getYAsFloat() - Method in class jadex.extension.envsupport.math.Vector2Int
Returns the component of the vector as float.
getYAsFloat() - Method in class jadex.extension.envsupport.math.Vector3Double
 
getYAsFloat() - Method in class jadex.extension.envsupport.math.Vector3Int
Returns the y-component of the vector as float.
getYAsInteger() - Method in interface jadex.extension.envsupport.math.IVector2
Returns the component of the vector as integer.
getYAsInteger() - Method in interface jadex.extension.envsupport.math.IVector3
Returns the component of the vector as integer.
getYAsInteger() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Returns the component of the vector as integer.
getYAsInteger() - Method in class jadex.extension.envsupport.math.Vector2Double
Returns the component of the vector as integer.
getYAsInteger() - Method in class jadex.extension.envsupport.math.Vector2Int
Returns the component of the vector as integer.
getYAsInteger() - Method in class jadex.extension.envsupport.math.Vector3Double
Returns the component of the vector as integer.
getYAsInteger() - Method in class jadex.extension.envsupport.math.Vector3Int
Returns the y-component of the vector as integer.
getYAsLong() - Method in interface jadex.extension.envsupport.math.IVector2
Returns the component of the vector as float.
getYAsLong() - Method in interface jadex.extension.envsupport.math.IVector3
Returns the component of the vector as float.
getYAsLong() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Returns the component of the vector as float.
getYAsLong() - Method in class jadex.extension.envsupport.math.Vector2Double
Returns the component of the vector as float.
getYAsLong() - Method in class jadex.extension.envsupport.math.Vector2Int
Returns the component of the vector as float.
getYAsLong() - Method in class jadex.extension.envsupport.math.Vector3Double
Returns the component of the vector as float.
getYAsLong() - Method in class jadex.extension.envsupport.math.Vector3Int
Returns the y-component of the vector as long.
getZ() - Method in interface jadex.extension.envsupport.math.IVector3
Returns the z-component of the vector.
getZ() - Method in class jadex.extension.envsupport.math.Vector3Double
 
getZ() - Method in class jadex.extension.envsupport.math.Vector3Int
Returns the z-component of the vector.
getZAsBigDecimal() - Method in interface jadex.extension.envsupport.math.IVector3
Returns the component of the vector as BigDecima;.
getZAsBigDecimal() - Method in class jadex.extension.envsupport.math.Vector3Double
 
getZAsBigDecimal() - Method in class jadex.extension.envsupport.math.Vector3Int
Returns the z-component of the vector as BigDecimal.
getZAsDouble() - Method in interface jadex.extension.envsupport.math.IVector3
Returns the component of the vector as double.
getZAsDouble() - Method in class jadex.extension.envsupport.math.Vector3Double
 
getZAsDouble() - Method in class jadex.extension.envsupport.math.Vector3Int
Returns the z-component of the vector as double.
getZAsFloat() - Method in interface jadex.extension.envsupport.math.IVector3
Returns the component of the vector as float.
getZAsFloat() - Method in class jadex.extension.envsupport.math.Vector3Double
 
getZAsFloat() - Method in class jadex.extension.envsupport.math.Vector3Int
Returns the z-component of the vector as float.
getZAsInteger() - Method in interface jadex.extension.envsupport.math.IVector3
Returns the component of the vector as integer.
getZAsInteger() - Method in class jadex.extension.envsupport.math.Vector3Double
Returns the component of the vector as integer.
getZAsInteger() - Method in class jadex.extension.envsupport.math.Vector3Int
Returns the z-component of the vector as integer.
getZAsLong() - Method in interface jadex.extension.envsupport.math.IVector3
Returns the component of the vector as float.
getZAsLong() - Method in class jadex.extension.envsupport.math.Vector3Double
Returns the component of the vector as float.
getZAsLong() - Method in class jadex.extension.envsupport.math.Vector3Int
Returns the z-component of the vector as long.
getZipEntry() - Method in class jadex.base.JarAsDirectory
Get the zip entry, if any (file pointer inside jar file).
getZoom() - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Returns the zoom factor
getZoomLimit() - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Gets the maximum zoom.
getZoomStepping() - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Returns the current zoom stepping
gid - Variable in class jadex.bridge.ResourceIdentifier
The global identifier.
GLOBAL - jadex.bridge.service.ServiceScope
Global scope (any reachable platform including those with unrestricted services).
GLOBAL_SCOPES - Static variable in enum jadex.bridge.service.ServiceScope
The global scopes.
globalHierarchyLock - Static variable in interface jadex.commons.beans.beancontext.BeanContext
TODO: find out what it should be initialized to
GLOBALNAME_FIELD_NAME - Static variable in interface jadex.bdiv3.IBDIClassGenerator
Name of the field that is injected for globalname
GlobalResourceIdentifier - Class in jadex.bridge
Default implementation for global resource identification.
GlobalResourceIdentifier() - Constructor for class jadex.bridge.GlobalResourceIdentifier
Create a resource identifier.
GlobalResourceIdentifier(String, URI, String) - Constructor for class jadex.bridge.GlobalResourceIdentifier
Create a resource identifier.
GlowBorder - Class in jadex.commons.gui
 
GlowBorder(int, int, int, int) - Constructor for class jadex.commons.gui.GlowBorder
Create border.
goal - Variable in class jadex.bdiv3.actions.AdoptGoalAction
The goal.
goal - Variable in class jadex.bdiv3.actions.DropGoalAction
The goal.
Goal - Annotation Type in jadex.bdiv3.annotation
Let a class be used to represent goals of a BDI agent.
GOALACTIVE - Static variable in class jadex.bdiv3.runtime.ChangeEvent
Event type that a goal has been added.
GOALADOPTED - Static variable in class jadex.bdiv3.runtime.ChangeEvent
Event type that a goal has been added.
GoalAPI - Annotation Type in jadex.bdiv3.annotation
The goal API (IGoal) injection for a pojo goal.
GoalAPLBuild - Annotation Type in jadex.bdiv3.annotation
Specify a custom method for generating plan candidates for a goal.
GoalContextCondition - Annotation Type in jadex.bdiv3.annotation
 
GoalCreationCondition - Annotation Type in jadex.bdiv3.annotation
A goal creation condition can be annotated in the following ways, which allow more or less fine-grained control over the condition and the goal creation process.
GoalDropCondition - Annotation Type in jadex.bdiv3.annotation
 
GOALDROPPED - Static variable in class jadex.bdiv3.runtime.ChangeEvent
Event type that a goal has been removed.
GoalFinished - Annotation Type in jadex.bdiv3.annotation
Specify a custom method for getting a callback when goal is finished.
goalfinishednames - Variable in class jadex.bdiv3.model.MTrigger
 
goalfinisheds - Variable in class jadex.bdiv3.model.MTrigger
The goal types of finished goals.
goalfinisheds() - Method in annotation type jadex.bdiv3.annotation.Trigger
Goal type finished events to react on, i.e.
GoalInhibit - Annotation Type in jadex.bdiv3.annotation
The inhibit annotation can be placed on a method of a goal class to form a so called instance-level inhibition arc, i.e.
GOALINPROCESS - Static variable in class jadex.bdiv3.runtime.ChangeEvent
Event type that a goal has been added.
goalIsActive(RGoal) - Method in class jadex.bdiv3.runtime.EasyDeliberationStrategy
Called when a goal becomes active.
goalIsActive(RGoal) - Method in interface jadex.bdiv3.runtime.IDeliberationStrategy
Called when a goal becomes active.
goalIsAdopted(RGoal) - Method in class jadex.bdiv3.runtime.EasyDeliberationStrategy
Called when a goal has been adopted.
goalIsAdopted(RGoal) - Method in interface jadex.bdiv3.runtime.IDeliberationStrategy
Called when a goal has been adopted.
goalIsDropped(RGoal) - Method in class jadex.bdiv3.runtime.EasyDeliberationStrategy
Called when a goal has been dropped.
goalIsDropped(RGoal) - Method in interface jadex.bdiv3.runtime.IDeliberationStrategy
Called when a goal has been dropped.
goalIsNotActive(RGoal) - Method in class jadex.bdiv3.runtime.EasyDeliberationStrategy
Called when a goal is not active any longer (suspended or option).
goalIsNotActive(RGoal) - Method in interface jadex.bdiv3.runtime.IDeliberationStrategy
Called when a goal is not active any longer (suspended or option).
goalIsOption(RGoal) - Method in class jadex.bdiv3.runtime.EasyDeliberationStrategy
Called when a goal becomes an option.
goalIsOption(RGoal) - Method in interface jadex.bdiv3.runtime.IDeliberationStrategy
Called when a goal becomes an option.
GoalMaintainCondition - Annotation Type in jadex.bdiv3.annotation
 
goalmappings - Variable in class jadex.bdiv3.model.MPlanParameter
The goal mappings.
goalmatches - Variable in class jadex.bdiv3.model.MTrigger
Goal match expressions that restrict general goal type triggers.
goalnames - Variable in class jadex.bdiv3.model.MTrigger
 
GOALNOTINPROCESS - Static variable in class jadex.bdiv3.runtime.ChangeEvent
Event type that a goal has been removed.
GOALOPTION - Static variable in class jadex.bdiv3.runtime.ChangeEvent
Event type that a goal has been optionized.
GoalParameter - Annotation Type in jadex.bdiv3.annotation
Annotation for goal parameters.
GoalParent - Annotation Type in jadex.bdiv3.annotation
The goal parent (pojo) injection for a pojo goal.
GoalRecurCondition - Annotation Type in jadex.bdiv3.annotation
 
goalreferences - Variable in class jadex.bdiv3.model.MCapability
The goal mappings (abstract/reference name -> concrete name).
GoalResult - Annotation Type in jadex.bdiv3.annotation
Marker for a field or method that should act as goal result.
goals - Variable in class jadex.bdiv3.model.MCapability
The goals.
goals - Variable in class jadex.bdiv3.model.MTrigger
The goal types.
goals() - Method in annotation type jadex.bdiv3.annotation.Trigger
Goal types to react on, i.e.
Goals - Annotation Type in jadex.bdiv3.annotation
 
GoalSelectCandidate - Annotation Type in jadex.bdiv3.annotation
Annotation to provide a custom select candidate functionality.
GoalServiceParameterMapping - Annotation Type in jadex.bdiv3.annotation
Mapping annotation for goals that helps creating call parameters for a service invocation.
GoalServiceResultMapping - Annotation Type in jadex.bdiv3.annotation
Mapping annotation for goals that helps feeding back a result of a service invocation.
GoalsExistCondition(MGoal, RCapability) - Constructor for class jadex.bdiv3x.features.BDIXAgentFeature.GoalsExistCondition
 
GOALSUSPENDED - Static variable in class jadex.bdiv3.runtime.ChangeEvent
Event type that a goal has been suspended.
GoalTargetCondition - Annotation Type in jadex.bdiv3.annotation
 
goaltype - Variable in class jadex.bdi.planlib.iasteps.DispatchGoalStep
 
greater(IVector1) - Method in interface jadex.extension.envsupport.math.IVector1
Tests if the vector is greater than another vector.
greater(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Double
 
greater(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Int
Tests if the vector is greater than another vector.
greater(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Long
Tests if the vector is greater than another vector.
GREATER - Static variable in class jadex.bridge.nonfunctional.hardconstraints.MHardConstraint
The value should be greater than the given value.
GREATER - Static variable in class jadex.javaparser.javaccimpl.CompareNode
The greater-than (>) operator.
GREATER_OR_EQUAL - Static variable in class jadex.bridge.nonfunctional.hardconstraints.MHardConstraint
The value should be greater than or equal to the given value.
GREATEREQUAL - Static variable in class jadex.javaparser.javaccimpl.CompareNode
The greater-equal (>=) operator.
Grid2D - Class in jadex.extension.envsupport.environment.space2d
2D grid environment.
Grid2D() - Constructor for class jadex.extension.envsupport.environment.space2d.Grid2D
Creates a new ContinuousSpace2D with the default name.
Grid2D(IVector2) - Constructor for class jadex.extension.envsupport.environment.space2d.Grid2D
Creates a new ContinuousSpace2D with the default name.
Grid2D(Object, IVector2) - Constructor for class jadex.extension.envsupport.environment.space2d.Grid2D
Creates a new ContinuousSpace2D with a special ID.
Grid3D - Class in jadex.extension.envsupport.environment.space3d
2D grid environment.
Grid3D() - Constructor for class jadex.extension.envsupport.environment.space3d.Grid3D
Creates a new ContinuousSpace2D with the default name.
Grid3D(IVector3) - Constructor for class jadex.extension.envsupport.environment.space3d.Grid3D
Creates a new ContinuousSpace2D with the default name.
Grid3D(Object, IVector3) - Constructor for class jadex.extension.envsupport.environment.space3d.Grid3D
Creates a new ContinuousSpace2D with a special ID.
GridController - Class in jadex.extension.envsupport.environment.space2d
 
GridController(AbstractEnvironmentSpace) - Constructor for class jadex.extension.envsupport.environment.space2d.GridController
 
GridLayer - Class in jadex.extension.envsupport.observer.graphics.layer
A layer for displaying a grid.
GridLayer(IVector2, Object) - Constructor for class jadex.extension.envsupport.observer.graphics.layer.GridLayer
Creates a new gridlayer.
GridLayerJ2DRenderer - Class in jadex.extension.envsupport.observer.graphics.java2d
 
GridLayerJ2DRenderer() - Constructor for class jadex.extension.envsupport.observer.graphics.java2d.GridLayerJ2DRenderer
 
group - Variable in class jadex.commons.concurrent.ThreadPool
The thread group.
Group - Class in jadex.extension.agr
An AGR group hold information about agent instances and their positions (i.e.
Group(String) - Constructor for class jadex.extension.agr.Group
Create a new group.
groups - Variable in class jadex.extension.agr.AGRSpace
The groups.
groups - Variable in class jadex.extension.agr.MAGRSpaceInstance
The groups.
grouptypes - Variable in class jadex.extension.agr.MAGRSpaceType
The grouptypes.
guessContentTypeByFilename(String) - Static method in class jadex.commons.SUtil
Guess the mime type by the file name.
guessName(String) - Static method in class jadex.micro.MicroClassReader
 
guessParameter(Class<?>, boolean) - Method in interface jadex.commons.IParameterGuesser
Guess a parameter.
guessParameter(Class<?>, boolean) - Method in class jadex.commons.SimpleParameterGuesser
Guess a parameter.
guessParameters(Class<?>[], IParameterGuesser) - Method in interface jadex.commons.IMethodParameterGuesser
Guess the parameters of a method call.
guessParameters(Class<?>[], IParameterGuesser) - Method in class jadex.commons.SimpleMethodParameterGuesser
Guess the parameters of a method call.
guessParameters(Class<?>[], Set<Object>) - Method in class jadex.bpmn.runtime.task.PojoTaskWrapper
Method that tries to guess the parameters for the method call.
guessParameterType(Class<?>[], ClassLoader) - Static method in class jadex.micro.MicroClassReader
 
gui - Variable in class jadex.commons.gui.GuiCreator
The gui.
GUI - Static variable in interface jadex.base.IPlatformConfiguration
Start the JCC agent to open the platform GUI?
GuiClass - Annotation Type in jadex.bridge.service.annotation
Gui representation for a service.
GuiClassName - Annotation Type in jadex.bridge.service.annotation
Gui representation for a service.
GuiClassNames - Annotation Type in jadex.bridge.service.annotation
Gui representations for a service.
GuiCreator - Class in jadex.commons.gui
The gui creator.
GuiCreator(Class<? extends Component>, Class<?>[], Object[]) - Constructor for class jadex.commons.gui.GuiCreator
Create a new clock.
GuiCreator(Method, Class<?>[], Object[]) - Constructor for class jadex.commons.gui.GuiCreator
Create a new clock.

H

halfstroke - Variable in class jadex.commons.gui.JBusyRing
Half the size of a stroke.
halign - Variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Horizontal alignment
handleAfterIntermediateResult(Object) - Method in class jadex.bridge.service.component.interceptors.FutureFunctionality
Perform code after an intermediate result has been added.
handleAttributeValue(Object, QName, List<QName>, String, Object, AReadContext) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Handle the attribute of an object.
handleAttributeValue(Object, QName, List<QName>, String, Object, AReadContext) - Method in interface jadex.xml.reader.IObjectReaderHandler
Handle the attribute of an object.
handleBackwardCommand(Object) - Method in class jadex.bridge.service.component.interceptors.FutureFunctionality
Optionally augment backward command behavior.
handleBulkLinking(List<Object>, Object, AReadContext, QName[], List<LinkData>, int) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Initiate the bulk link calls.
handleCFP(IMessageEvent, AuctionDescription, Object, List) - Method in class jadex.bdi.planlib.protocols.dutchauction.DAReceiverPlan
Handle a cfp message.
handleCFP(IMessageEvent, AuctionDescription, Object, List) - Method in class jadex.bdi.planlib.protocols.englishauction.EAReceiverPlan
Handle a cfp message.
handleComment(AReadContext) - Method in class jadex.xml.reader.AReader
Handle the comment.
handleContent(AReadContext) - Method in class jadex.xml.reader.AReader
Handle the content.
handleEndElement(AReadContext) - Method in class jadex.xml.reader.AReader
Handle the end element.
handleException(Exception) - Method in class jadex.bridge.service.component.interceptors.FutureFunctionality
Optionally augment exception behavior.
handleException(Exception) - Static method in class jadex.bridge.service.component.interceptors.IntelligentProxyInterceptor
 
handleException(Exception) - Method in class jadex.commons.future.IntermediateDelegationResultListener
Handle an exception.
handleFinished(Collection<Object>) - Method in class jadex.bridge.service.component.interceptors.FutureFunctionality
Optionally alter finished behavior.
handleFirstAnswer(IMessageEvent) - Method in class jadex.bdi.planlib.protocols.RPQPInitiatorPlan
Process the first answer.
handleIntermediateResult(Object) - Method in class jadex.bridge.service.component.interceptors.FutureFunctionality
Optionally alter a result.
handleMessage(ISecurityInfo, IMsgHeader, Object) - Method in interface jadex.bridge.component.IMessageHandler
Handle the message.
handleObjectClick(ISpaceObject) - Method in class jadex.extension.envsupport.observer.gui.plugin.AbstractInteractionPlugin
This method receives space objects on left-clicks.
handleObjectClick(ISpaceObject) - Method in class jadex.extension.envsupport.observer.gui.plugin.InteractionTestPlugin
 
handlePath(TreePath) - Method in class jadex.commons.gui.TreeExpansionHandler
Check if an action (e.g.
handleProcessResult(String, Object, Object) - Method in class jadex.bpmn.runtime.handler.SubProcessActivityHandler.SubprocessResultHandler
 
handlePull() - Method in class jadex.bridge.service.component.interceptors.FutureFunctionality
Optionally augment pull behavior.
handler - Variable in class jadex.bdiv3.MyTestClass
 
handler - Static variable in class jadex.bpmn.BpmnXMLReader
The handler.
handler - Static variable in class jadex.xml.bean.JavaReader
The type manager.
handler - Static variable in class jadex.xml.bean.JavaWriter
The object handler.
handler - Variable in class jadex.xml.writer.AWriteContext
The handler.
handleResult(Object) - Method in class jadex.bridge.service.component.interceptors.FutureFunctionality
Optionally alter a result.
handleSecondAnswer(IMessageEvent) - Method in class jadex.bdi.planlib.protocols.RPQPInitiatorPlan
Process the second answer.
handleStartElement(AReadContext) - Method in class jadex.xml.reader.AReader
Handle the start element.
handleTerminated(Exception) - Method in class jadex.bridge.service.component.interceptors.FutureFunctionality
Optionally augment termination behavior.
handleTreeStructureChanged(TreeModelEvent, TreePath, int) - Method in class jadex.commons.gui.TreeExpansionHandler
Handle each node in the subtree.
HAS_GUI - Static variable in class jadex.commons.SReflect
This is set to true if the VM has a working GUI environment available.
hasAnnotation(String) - Method in class jadex.commons.SClassReader.AnnotatedEntity
Test if this entity has an annotation.
hasArgument(String) - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Test if has an argument.
hasArguments() - Method in class jadex.bridge.service.component.multiinvoke.SequentialMultiplexDistributor
Test if has arguments.
hasAsm() - Method in class jadex.bytecode.vmhacks.VmHacks.Unsafe
Tests if ASM is available.
hasBelief(String) - Method in class jadex.bdiv3.model.MCapability
Test if a belief is contained.
hasBeliefIgnoreCase(String) - Method in class jadex.bdiv3.model.MCapability
Test if a belief is contained.
hasComponentInstance(String, String) - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Test if has a component instance.
hasCondition(String) - Method in class jadex.bdiv3.model.MCapability
Test if a condition is contained.
hasContextVariable(String) - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Test if the given context variable is declared.
hasDependencies(T) - Method in class jadex.bridge.component.DependencyResolver
Test if a node has dependencies.
hasEventTargets(IMonitoringService.PublishTarget, IMonitoringService.PublishEventLevel) - Method in interface jadex.bridge.component.IMonitoringComponentFeature
Check if event targets exist.
hasExpression(String) - Method in class jadex.bdiv3.model.MCapability
Test if a expression is contained.
hasGui() - Static method in class jadex.commons.SNonAndroid
Test if there is a gui available.
hashcode - Variable in class jadex.commons.collection.WeakObject
The hash code.
hashCode() - Method in class jadex.base.SRemoteClock.ClockState
The hash code.
hashCode() - Method in class jadex.base.SRemoteClock.SimulationState
The hash code.
hashCode() - Method in class jadex.base.SRemoteClock.TimerEntries
The hash code.
hashCode() - Method in class jadex.bdiv3.model.MClassBasedElement
Get the hashcode.
hashCode() - Method in class jadex.bdiv3.model.MElement
Get the hashcode.
hashCode() - Method in class jadex.bdiv3x.features.BDIXAgentFeature.ChangeInfoEntryMapper
 
hashCode() - Method in class jadex.bpmn.MultiColumnTable
 
hashCode() - Method in class jadex.bpmn.MultiColumnTable.MultiColumnTableRow
 
hashCode() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the hashcode
hashCode() - Method in class jadex.bridge.Cause
Get the hash code.
hashCode() - Method in class jadex.bridge.ClassInfo
Get the hashcode.
hashCode() - Method in class jadex.bridge.ComponentIdentifier
The hash code of the object.
hashCode() - Method in class jadex.bridge.FactoryFilter
Get the hashcode.
hashCode() - Method in class jadex.bridge.GlobalResourceIdentifier
Get the hashcode.
hashCode() - Method in class jadex.bridge.LocalResourceIdentifier
Get the hashcode.
hashCode() - Method in class jadex.bridge.RemoteChangeListenerHandler
Hash code based on id.
hashCode() - Method in class jadex.bridge.ResourceIdentifier
Get the hashcode.
hashCode() - Method in class jadex.bridge.service.BasicService
Get the hashcode.
hashCode() - Method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Return the hash code.
hashCode() - Method in class jadex.bridge.service.component.RemoteMethodInvocationHandler
Hash code.
hashCode() - Method in class jadex.bridge.service.search.ProxyFilter
Get the hashcode.
hashCode() - Method in class jadex.bridge.service.search.ServiceIdFilter
Get the hashcode.
hashCode() - Method in class jadex.bridge.service.search.ServiceQuery
Get the hashcode.
hashCode() - Method in class jadex.bridge.service.ServiceIdentifier
Get the hashcode.
hashCode() - Method in class jadex.bridge.service.types.address.TransportAddress
Hash code.
hashCode() - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Get the hashcode.
hashCode() - Method in class jadex.bridge.service.types.chat.TransferInfo
Get the hash code.
hashCode() - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Get the hash code of this description.
hashCode() - Method in class jadex.bridge.service.types.email.Email
Get the hashcode.
hashCode() - Method in class jadex.commons.beans.IndexedPropertyDescriptor
HashCode of the IndexedPropertyDescriptor
hashCode() - Method in class jadex.commons.beans.PropertyDescriptor
 
hashCode() - Method in class jadex.commons.ByteArrayWrapper
Creates a hash code.
hashCode() - Method in class jadex.commons.collection.CheckedCollection
Returns the hash code value for this collection.
hashCode() - Method in class jadex.commons.collection.CheckedMap
Returns the hash code value for this map.
hashCode() - Method in class jadex.commons.collection.IdentityHashSet
Returns the hash code value for this set.
hashCode() - Method in class jadex.commons.collection.IndexMap
Returns the hash code value for this map.
hashCode() - Method in class jadex.commons.collection.LeaseTimeMap
Returns the hash code value for this map.
hashCode() - Method in class jadex.commons.collection.LeaseTimeSet
Get the hashcode.
hashCode() - Method in class jadex.commons.collection.MapEntry
Get the hashcode.
hashCode() - Method in class jadex.commons.collection.MultiCollection
Returns the hash code value for this map.
hashCode() - Method in class jadex.commons.collection.NestedMap
Returns the hash code value for this map.
hashCode() - Method in class jadex.commons.collection.PassiveLeaseTimeSet
Get the hashcode.
hashCode() - Method in class jadex.commons.collection.WeakObject
Return the hash code of the nested object.
hashCode() - Method in class jadex.commons.collection.wrappers.CollectionWrapper
Get the hashcode of the object.
hashCode() - Method in class jadex.commons.collection.wrappers.MapWrapper
Get the hashcode of the object.
hashCode() - Method in class jadex.commons.ComposedFilter
Get the hashcode.
hashCode() - Method in class jadex.commons.ComposedRemoteFilter
Get the hashcode.
hashCode() - Method in class jadex.commons.ConstantFilter
Hash code.
hashCode() - Method in class jadex.commons.MethodInfo
Get the hashcode.
hashCode() - Method in class jadex.commons.MutableObject
 
hashCode() - Method in class jadex.commons.security.PemKeyPair
Hashcode.
hashCode() - Method in class jadex.commons.Tuple
Compute the hashcode of the tuple.
hashCode() - Method in class jadex.extension.envsupport.environment.ObjectEvent.PrimitiveEventType
Get the hash code.
hashCode() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Get the hash code.
hashCode() - Method in class jadex.extension.envsupport.math.Vector1Double
Compute the hash code.
hashCode() - Method in class jadex.extension.envsupport.math.Vector1Int
Compute the hash code.
hashCode() - Method in class jadex.extension.envsupport.math.Vector1Long
Compute the hash code.
hashCode() - Method in class jadex.extension.envsupport.math.Vector2Double
Compute the hash code.
hashCode() - Method in class jadex.extension.envsupport.math.Vector2Int
Compute the hash code.
hashCode() - Method in class jadex.extension.envsupport.math.Vector3Double
Compute the hash code.
hashCode() - Method in class jadex.extension.envsupport.observer.graphics.layer.TiledLayer
Get the hash code.
hashCode() - Method in class jadex.extension.envsupport.observer.graphics.TextInfo
 
hashCode() - Method in class jadex.javaparser.javaccimpl.ArrayNode
Get the hash code for the node.
hashCode() - Method in class jadex.javaparser.javaccimpl.BooleanNode
Get the hash code for the node.
hashCode() - Method in class jadex.javaparser.javaccimpl.CompareNode
Get the hash code for the node.
hashCode() - Method in class jadex.javaparser.javaccimpl.ConstantNode
Get the hash code for the node.
hashCode() - Method in class jadex.javaparser.javaccimpl.ExpressionNode
Get the hash code for the node.
hashCode() - Method in class jadex.javaparser.javaccimpl.MathNode
Get the hash code for the node.
hashCode() - Method in class jadex.javaparser.javaccimpl.ParameterNode
Get the hash code for the node.
hashCode() - Method in class jadex.javaparser.javaccimpl.ReflectNode
Get the hash code for the node.
hashCode() - Method in class jadex.javaparser.javaccimpl.SelectNode
Get the hash code for the node.
hashCode() - Method in class jadex.javaparser.javaccimpl.TypeNode
Get the hash code for the node.
hashCode() - Method in class jadex.xml.StackElement
Get the hash code.
hashCode() - Method in class jadex.xml.stax.QName
Returns a hash code value for this QName object.
hashDirectory(String, File, MessageDigest) - Static method in class jadex.commons.SUtil
Get the hash code of a directory recursively.
HASHES - Static variable in class jadex.commons.SUtil
LRU for hashes.
hashK(byte[], int, int) - Static method in class jadex.commons.collection.BloomFilter
Compute k hashes based on two hashes using (hash1+i*hash2)%m;
hashStream(InputStream, MessageDigest) - Static method in class jadex.commons.SUtil
 
hasIndirectRedefinition() - Method in class jadex.bytecode.vmhacks.VmHacks.Unsafe
Checks if redefineClassIndirect() is available.
hasInstrumentation() - Method in class jadex.bytecode.vmhacks.VmHacks.Unsafe
Checks if instrumentation is available.
hasInternalEvent(String) - Method in class jadex.bdiv3.model.MCapability
Test if an internal event is contained.
hasListeners(String) - Method in class jadex.commons.beans.PropertyChangeSupport
 
hasListeners(String) - Method in class jadex.commons.beans.VetoableChangeSupport
 
hasMessageEvent(String) - Method in class jadex.bdiv3.model.MCapability
Test if a message is contained.
hasMethodListeners(IServiceIdentifier, MethodInfo) - Method in interface jadex.bridge.service.component.IProvidedServicesFeature
Test if service and method has listeners.
hasMethodListeners(IServiceIdentifier, MethodInfo) - Method in class jadex.bridge.service.component.MethodListenerHandler
Test if service and method has listeners.
hasMethodListeners(IServiceIdentifier, MethodInfo) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Test if service and method has listeners.
hasMoreTokens() - Method in class jadex.commons.ExpressionTokenizer
Test if there are more tokens available.
hasNative() - Method in class jadex.bytecode.vmhacks.VmHacks.Unsafe
Tests if native access is available.
hasNext() - Method in class jadex.commons.beans.beancontext.BeanContextSupport.BCSIterator
 
hasNext() - Method in class jadex.commons.collection.MultiIterator
Returns true if the iteration has more elements.
hasNext() - Method in class jadex.commons.future.IntermediateFutureIterator
Check for more results.
hasNext() - Method in interface jadex.xml.reader.IXMLReader
Returns if the reader has more events.
hasNext() - Method in class jadex.xml.stax.StaxReaderWrapper
Returns if the reader has more events.
hasNextIntermediateResult() - Method in interface jadex.commons.future.IIntermediateFuture
Check if there are more results for iteration for the given caller.
hasNextIntermediateResult() - Method in class jadex.commons.future.IntermediateFuture
Check if there are more results for iteration for the given caller.
hasNextIntermediateResult(long, boolean) - Method in interface jadex.commons.future.IIntermediateFuture
Check if there are more results for iteration for the given caller.
hasNextIntermediateResult(long, boolean) - Method in class jadex.commons.future.IntermediateFuture
Check if there are more results for iteration for the given caller.
hasNextIntermediateResult(long, boolean) - Method in class jadex.commons.future.SubscriptionIntermediateDelegationFuture
Check if there are more results for iteration for the given caller.
hasNextIntermediateResult(long, boolean) - Method in class jadex.commons.future.SubscriptionIntermediateFuture
Check if there are more results for iteration for the given caller.
hasOwnParameterValue(String) - Method in class jadex.bpmn.runtime.ProcessThread
Test if a parameter has been set on activity.
hasParameter(String) - Method in class jadex.bdiv3.model.MConfigParameterElement
Test if goal has a parameter.
hasParameter(String) - Method in class jadex.bdiv3.model.MParameterElement
Test if goal has a parameter.
hasParameter(String) - Method in interface jadex.bdiv3x.runtime.IParameterElement
Has the element a parameter element.
hasParameter(String) - Method in class jadex.bdiv3x.runtime.Plan
Has the element a parameter element.
hasParameter(String) - Method in class jadex.bdiv3x.runtime.RMessageEvent
Has the element a parameter element.
hasParameterIgnoreCase(String) - Method in class jadex.bdiv3.model.MParameterElement
Test if a param is contained.
hasParameters() - Method in class jadex.extension.envsupport.environment.ObjectEvent
Returns whether the event has parameters.
hasParameterSet(String) - Method in interface jadex.bdiv3x.runtime.IParameterElement
Has the element a parameter set element.
hasParameterSet(String) - Method in class jadex.bdiv3x.runtime.Plan
Has the element a parameter set element.
hasParameterSet(String) - Method in class jadex.bdiv3x.runtime.RMessageEvent
Has the element a parameter set element.
hasParameterValue(String) - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Test if context has a parameter.
hasParameterValue(String) - Method in class jadex.bpmn.runtime.ProcessThread
Test if a parameter has been set on activity.
hasPlatformValue(IComponentIdentifier, String) - Static method in class jadex.base.Starter
Get a global platform value.
hasProperty(String) - Method in interface jadex.commons.IPropertyObject
Tests if the given property name exists If an property is null it exists
hasProperty(String) - Method in class jadex.commons.SimplePropertyObject
 
hasProperty(String) - Method in class jadex.extension.envsupport.environment.SpaceObject
Test if has a property.
hasProperty(String) - Method in class jadex.extension.envsupport.environment.SynchronizedPropertyObject
Test if has a property.
hasProperty(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable.DrawableCombiner
 
hasProperty(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
 
hasPropertyValue(String) - Method in class jadex.bpmn.runtime.ProcessThread
Test, if a property is declared.
hasProvidedService(String) - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Test if has a provided service.
hasRequiredService(String) - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Test if has a required service.
hasRequiredServicePropertyProvider(IServiceIdentifier) - Method in interface jadex.bridge.component.INFPropertyComponentFeature
Has the service a property provider.
hasResult(String) - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Test if has a result.
hasResultListener() - Method in class jadex.commons.future.Future
Check, if the future has at least one listener.
hasSameRoot(IComponentIdentifier) - Method in class jadex.bridge.ComponentIdentifier
Test if this identifier has the same root as the cid.
hasSameRoot(IComponentIdentifier) - Method in interface jadex.bridge.IComponentIdentifier
Test if this identifier has the same root as the cid.
hasService(Class) - Method in interface jadex.commons.beans.beancontext.BeanContextServices
 
hasService(Class) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
Checks whether a service is registed in this context or the parent context.
hasSpaceobject() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
 
hasSubthreads() - Method in class jadex.bpmn.runtime.ProcessThread
Test if thread has subthreads.
hasUserBody() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Check if the feature potentially executed user code in body.
hasUserBody() - Method in interface jadex.bridge.component.IComponentFeature
Check if the feature potentially executed user code in body.
hasUserBody() - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Check if the feature potentially executed user code in body.
hasUserBody() - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Check if the feature potentially executed user code in body.
hasUserTimeout() - Method in class jadex.bridge.ServiceCall
Test if the user has set a timeout.
hasXmlSupport() - Method in interface jadex.commons.SUtil.AndroidUtils
Checks whether the Platform has the necessary classes to provide XML encoding and decoding support.
height - Variable in class jadex.commons.gui.jtable.SortArrowIcon
 
hex(byte[]) - Static method in class jadex.commons.SUtil
Convert a byte array to a string representation.
hex(byte[], boolean) - Static method in class jadex.commons.SUtil
Convert a byte array to a string representation.
hex(byte[], String, int) - Static method in class jadex.commons.SUtil
Convert a byte array to a string representation.
hex(byte[], String, int, boolean) - Static method in class jadex.commons.SUtil
Convert a byte array to a string representation.
hex(char) - Static method in class jadex.commons.SUtil
Convert char to hex vavlue.
hgap - Variable in class jadex.commons.gui.ObjectCardLayout
The horizontal gap.
highlightBorder - Variable in class jadex.commons.gui.jtreetable.JTreeTable.TreeTableCellRenderer
Border to draw around the tree, if this is non-null, it will be painted.
highlighter - Variable in class jadex.commons.gui.JPlaceholderTextField
The default highlighter to exchange with null when placeholder is active.
HistogramDataConsumer - Class in jadex.extension.envsupport.evaluation
Create a category chart consumer, x must be a comparable and y must be double value.
HistogramDataConsumer() - Constructor for class jadex.extension.envsupport.evaluation.HistogramDataConsumer
Create a new chart consumer.
host - Variable in class jadex.bdi.planlib.messaging.EmailAccount
The smtp host address.
hostid - Variable in class jadex.bridge.LocalResourceIdentifier
The host id.
HOURS - jadex.bridge.sensor.unit.TimeUnit
 
htmlwraps - Static variable in class jadex.commons.SUtil
Mapping from single characters to encoded version for displaying on xml-style interfaces.
HttpConnectionManager - Class in jadex.commons
The connection manager allows asynchronously terminating open connections to avoid hanging on e.g.
HttpConnectionManager() - Constructor for class jadex.commons.HttpConnectionManager
Create a new connection manager.
hyperplane - Variable in class jadex.extension.envsupport.environment.space2d.KdNode
Coordinate for the splitting hyperplane.

I

ia - Variable in class jadex.bridge.service.component.interceptors.ComponentThreadInterceptor
The internal access.
ia - Variable in class jadex.bridge.service.component.interceptors.DecouplingInterceptor
The internal access.
ia - Variable in class jadex.bridge.service.component.interceptors.ResolveInterceptor
The component.
ia - Variable in class jadex.bridge.service.component.UnresolvedServiceInvocationHandler
The component.
ia - Variable in class jadex.bridge.service.types.cms.PlatformComponent
The internal access.
ia - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
 
IAbortableTestSuite - Interface in jadex.base.test
Created by kalinowski on 06.01.16.
IAbstractConnectionHandler - Interface in jadex.bridge.component.streams
 
IActivityHandler - Interface in jadex.bpmn.runtime
Handler for executing a BPMN process activity.
IAppGui - Interface in jadex.bridge.service.types.appstore
 
IAppPanel - Interface in jadex.bridge.service.types.appstore
Marker interface.
IAppProviderService<T> - Interface in jadex.bridge.service.types.appstore
Interface for applications that want to provider themselves as app in the store.
IArgument - Interface in jadex.bridge.modelinfo
Interface for start arguments.
IArgumentsResultsFeature - Interface in jadex.bridge.component
This features provides arguments.
IAsyncFilter<T> - Interface in jadex.commons
Generic filter interface.
IAsyncFilter.AlwaysFilter<E> - Class in jadex.commons
A filter that always returns true.
IAsyncFilter.NeverFilter<E> - Class in jadex.commons
A filter that always returns false.
IAttributeConverter - Interface in jadex.xml
Converter interface for attributes.
IAutoConfigRegistryService - Interface in jadex.bridge.service.types.registry
Interface allows for making a platform to a) registry superpeer b) registry client
IAutoLock - Interface in jadex.commons.collection
 
IAwarenessManagementService - Interface in jadex.bridge.service.types.awareness
Service for managing discovery infos.
IAwarenessService - Interface in jadex.bridge.service.types.awareness
Locate other platforms without polling.
IBackwardCommandFuture - Interface in jadex.commons.future
 
IBDIAgent - Interface in jadex.bdiv3
Interface for injecting agent methods into pojos.
IBDIAgentFeature - Interface in jadex.bdiv3.features
Public methods for working with BDI agents.
IBDIClassGenerator - Interface in jadex.bdiv3
Interface for BDI class enhancement/generation.
IBDIModel - Interface in jadex.bdiv3.model
Common interface for micro- and xml-based BDI agent models.
IBDIXAgentFeature - Interface in jadex.bdiv3x.features
Public methods for working with BDIx agents.
IBeanObjectCreator - Interface in jadex.xml.bean
Interface for creator objects that can create different kinds of objects according to the xml attributes.
IBelief - Interface in jadex.bdiv3x.runtime
The interface for all beliefs (concrete and referenced).
IBeliefbase - Interface in jadex.bdiv3x.runtime
The beliefbase contains the beliefs and beliefsets of an agent or capability.
IBeliefListener<T> - Interface in jadex.bdiv3.runtime
Listener for observing beliefs.
IBeliefSet - Interface in jadex.bdiv3x.runtime
Interface for all beliefsets (concrete and referenced).
IBlockingQueue<T> - Interface in jadex.commons.collection
A queue that blocks until an element is available.
IBlockingQueue.ClosedException - Exception in jadex.commons.collection
Closed exception.
IBooleanCondition - Interface in jadex.commons
A dynamic boolean condition that can be evaluated on demand (polling).
IBootstrapFactory - Interface in jadex.bridge.service.types.cms
Interface for bootstrap component factories, i.e.
IBpmnComponentFeature - Interface in jadex.bpmn.features
 
IBreakpointPanel - Interface in jadex.commons
Common interface for breakpoint panels.
IBrokenProxy - Interface in jadex.bridge.service
Marker interface for broken proxies.
IBulkObjectLinker - Interface in jadex.xml.reader
Interface for bulk linker.
IByteCodeClassLoader - Interface in jadex.bytecode
Interface for the byte code classloader implementations.
ICacheableModel - Interface in jadex.commons
Required interface for models to be managed by abstract model loader.
icallers - Variable in class jadex.commons.future.IntermediateFuture
The blocked intermediate callers (caller->state).
ICancelable - Interface in jadex.bpmn.runtime.handler
 
ICandidateInfo - Interface in jadex.bdiv3x.runtime
The info objects for plan candidates.
ICapability - Interface in jadex.bdiv3.runtime
 
ICapability - Interface in jadex.bdiv3x.runtime
 
IChangeListener<T> - Interface in jadex.commons
Listener for being notified on change events.
IChargingstation - Interface in jadex.quickstart.cleanerworld.environment
(Knowledge about) a charging station.
IChatGuiService - Interface in jadex.bridge.service.types.chat
Service for connecting a user interface to a running chat service.
IChatService - Interface in jadex.bridge.service.types.chat
Global chat service.
ICleaner - Interface in jadex.quickstart.cleanerworld.environment
Cleaner object represents knowledge about a cleaner robot.
ICliService - Interface in jadex.bridge.service.types.cli
Service to invoke the command line via a service call.
IClock - Interface in jadex.bridge.service.types.clock
Interface a for clock.
IClockService - Interface in jadex.bridge.service.types.clock
The clock service.
ICMSComponentListener - Interface in jadex.bridge.service.types.cms
Interface for locally listening to element changes.
ICNPHandler - Class in jadex.bdi.planlib.protocols
A helper class that handles a receiver side goals of the iterated contract net protocol by delegating to some implementation of the corresponding interface.
ICNPHandler(IProposalEvaluator, IQueryNextroundInfo) - Constructor for class jadex.bdi.planlib.protocols.ICNPHandler
Create an ICNPHandler using the given implementations.
ICodec - Interface in jadex.bridge.service.types.message
Encode and decode an object from a string representation.
ICommand<T> - Interface in jadex.commons
Interface for commands that represent methods with arguments but without a return value.
IComponentAction - Interface in jadex.bridge.fipa
Basic super interface for component actions.
IComponentDescription - Interface in jadex.bridge.service.types.cms
A description of a component, i.e.
IComponentFactory - Interface in jadex.bridge.service.types.factory
A factory is responsible for one or more component types and is capable of loading component models from files as well as providing component features.
IComponentFeature - Interface in jadex.bridge.component
A component feature is a pluggable part of the state and behavior of a component.
IComponentFeatureFactory - Interface in jadex.bridge.component
A component feature is a pluggable part of the state and behavior of a component.
IComponentIdentifier - Interface in jadex.bridge
Interface for component identifiers.
IComponentStep<T> - Interface in jadex.bridge
Interface for a component step.
ICON - Static variable in class jadex.bdiv3.BDIAgentFactory
The image icon.
ICON - Static variable in class jadex.bpmn.BpmnFactory
The image icon.
ICON - Static variable in class jadex.micro.MicroAgentFactory
The image icon.
ICON - Static variable in class jadex.microservice.MicroserviceFactory
The image icon.
ICON_AGENT - Static variable in class jadex.bdiv3x.BDIXComponentFactory
The agent icon.
ICON_CAPABILITY - Static variable in class jadex.bdiv3x.BDIXComponentFactory
The capability icon.
ICON_COLOR_16x16 - Static variable in interface jadex.commons.beans.BeanInfo
 
ICON_COLOR_32x32 - Static variable in interface jadex.commons.beans.BeanInfo
 
ICON_MONO_16x16 - Static variable in interface jadex.commons.beans.BeanInfo
 
ICON_MONO_32x32 - Static variable in interface jadex.commons.beans.BeanInfo
 
iconcache - Variable in class jadex.micro.KernelMultiAgent
Cache of component icons
IConditionalComponentStep<T> - Interface in jadex.bridge
The interface for interpreter actions.
IConnection - Interface in jadex.bridge
Base interface for all Jadex connections (streams).
icons - Static variable in class jadex.commons.gui.ClassSearchPanel
The icons.
icons - Variable in class jadex.commons.gui.CombiIcon
The icons to be displayed.
icons - Static variable in class jadex.commons.gui.EditableList
The image icons.
icons - Variable in class jadex.commons.gui.jtreetable.TreeTableNodeType
The icon.
IContext - Interface in jadex.xml
Common interface for read and write contexts.
IContextService - Interface in jadex.bridge.service.types.context
Provides access to the application Context specific objects and Android Resources such as files and preferences.
IConvertableUnit<T> - Interface in jadex.bridge.sensor.unit
Unit interface supporting conversions.
icq - Variable in class jadex.bdi.planlib.watchdog.ContactData
The icq no.
ICronService - Interface in jadex.bridge.service.types.cron
Interface for adding and removing cron jobs.
id - Variable in class jadex.bdi.planlib.messaging.AIM
Screen name of current user.
id - Variable in class jadex.bpmn.runtime.persist.ThreadInfo
Id of the thread.
id - Variable in class jadex.bpmn.runtime.ProcessThread
The thread id.
id - Variable in class jadex.bpmn.tools.ProcessThreadInfo
The thread that executed this activity.
id - Variable in class jadex.bridge.component.streams.AbstractConnection
The connection id.
id - Variable in class jadex.bridge.component.streams.AbstractConnectionHandler.SendInfo
The id.
id - Variable in class jadex.bridge.GlobalResourceIdentifier
The id.
id - Variable in class jadex.bridge.RemoteChangeListenerHandler
The id for remote listener deregistration.
id - Variable in class jadex.bridge.service.search.ServiceQuery
The query id.
id - Variable in class jadex.bridge.service.types.chat.TransferInfo
The id.
id - Variable in class jadex.bridge.service.types.cron.CronJob
The id.
id - Variable in class jadex.commons.Properties
The id.
id - Variable in class jadex.extension.envsupport.environment.ComponentActionList.ActionEntry
An id to differentiate otherwise equal actions.
id - Variable in class jadex.extension.envsupport.environment.SpaceObject
The object's ID.
id - Variable in class jadex.javaparser.javaccimpl.SimpleNode
 
id - Variable in class jadex.micro.IntervalBehavior
The current id.
id - Variable in class jadex.xml.AbstractInfo
The info id.
id - Variable in class jadex.xml.AttributeInfo
Is this attribute used as id or idref.
id - Variable in class jadex.xml.writer.AWriteContext
The id counter.
ID - Static variable in interface jadex.extension.envsupport.environment.ISpaceProcess
 
ID - Static variable in class jadex.xml.AttributeInfo
The value of this attribute is used as id.
ID - Static variable in class jadex.xml.SXML
The ID attribute constant.
ID_CHARS - Static variable in class jadex.commons.SUtil
Lookup table used for unique strings.
IDaemonService - Interface in jadex.bridge.service.types.daemon
 
IDaemonThreadPoolService - Interface in jadex.bridge.service.types.threadpool
Interface for threadpool service.
IDataView - Interface in jadex.extension.envsupport.dataview
View used by an observer to display part of the environment
idcnt - Variable in class jadex.bpmn.runtime.handler.AbstractGatewayActivityHandler
Counter for generating unique ids.
idcnt - Variable in class jadex.bpmn.runtime.persist.ThreadInfo
The id counter for sub processes.
idcnt - Variable in class jadex.bpmn.runtime.ProcessThread
The id counter for sub processes.
idcnt - Static variable in class jadex.bridge.service.BasicService
The id counter.
idcnt - Static variable in class jadex.xml.AbstractInfo
The id cnt.
IDelayRunner - Interface in jadex.commons.collection
Interface for scheduling a command.
IDeliberationStrategy - Interface in jadex.bdiv3.runtime
Interface for goal deliberation strategies.
IdentityHashSet<T> - Class in jadex.commons.collection
A set based on identity comparison.
IdentityHashSet() - Constructor for class jadex.commons.collection.IdentityHashSet
Create a new identity hash set.
IDependencyService - Interface in jadex.bridge.service.types.library
Service for resolving deployment artifact dependencies.
IdGenerator - Class in jadex.commons
A configurable Id generator.
IdGenerator() - Constructor for class jadex.commons.IdGenerator
Creates a new ID generator.
IdGenerator(boolean) - Constructor for class jadex.commons.IdGenerator
Creates a new ID generator.
IdGenerator(int) - Constructor for class jadex.commons.IdGenerator
Creates a new ID generator.
IdGenerator(int, boolean, Random) - Constructor for class jadex.commons.IdGenerator
Creates a new ID generator.
IdGenerator(int, Random) - Constructor for class jadex.commons.IdGenerator
Creates a new ID generator.
IDiscoveryService - Interface in jadex.bridge.service.types.awareness
Service interface for discovering other platforms.
idle - Variable in class jadex.commons.concurrent.MonitoredThreadPoolExecutor
Number of idle threads in the pool.
IDLE - jadex.bdiv3.runtime.IGoal.GoalProcessingState
 
IDREF - Static variable in class jadex.xml.AttributeInfo
The value of this attribute is used as idref.
IDREF - Static variable in class jadex.xml.SXML
The IDREF attribute constant.
idsize - Variable in class jadex.commons.IdGenerator
The selected id size.
IEditorParameterMetaInfo - Interface in jadex.bpmn.runtime.editor
IEditorTask - Interface in jadex.bpmn.runtime.editor
IEditorTaskMetaInfo - Interface in jadex.bpmn.runtime.editor
IElement - Interface in jadex.bdiv3x.runtime
Base interface for all runtime elements.
IEmailService - Interface in jadex.bridge.service.types.email
The email service allows for sending and receiving emails.
IEntropySource - Interface in jadex.commons.security
Entropy source for seeding PRNGs.
IEnvironmentListener - Interface in jadex.extension.envsupport.environment
Interface for environment listener.
IEnvironmentSpace - Interface in jadex.extension.envsupport.environment
Main interface for an environment space.
IErrorReport - Interface in jadex.bridge
The interface for an error report of loaded models.
IEventbase - Interface in jadex.bdiv3x.runtime
Interface for an event base.
ieventnames - Variable in class jadex.bdiv3.model.MTrigger
 
IEventPublisher - Interface in jadex.bdiv3.runtime.wrappers
 
ievents - Variable in class jadex.bdiv3.model.MCapability
The internal events.
IExecutable - Interface in jadex.commons.concurrent
Interface for objects that can be executed.
IExecutionFeature - Interface in jadex.bridge.component
The execution feature allows to schedule steps to be synchronously executed on the component.
IExecutionService - Interface in jadex.bridge.service.types.execution
Common interface for different execution services.
IExpression - Interface in jadex.bdiv3x.runtime
The common interface for expressions.
IExpressionbase - Interface in jadex.bdiv3x.runtime
The expressionbase provides access to the expressions and conditions defined in the ADF and allows to define new expressions and conditions at runtime.
IExpressionParser - Interface in jadex.javaparser
Interface for expression parsers.
IExtendedPlatformConfiguration - Interface in jadex.base
 
IExternalAccess - Interface in jadex.bridge
The interface for accessing components from the outside.
IExternalArgumentsResultsFeature - Interface in jadex.bridge.component
 
IExternalBDIAgentFeature - Interface in jadex.bdiv3.features
External perspective for
IExternalComponentFeature - Interface in jadex.bridge.component
Marker interface for external component feature interfaces.
IExternalExecutionFeature - Interface in jadex.bridge.component
External perspective of the execution feature.
IExternalMonitoringComponentFeature - Interface in jadex.bridge.component
External perspective of the monitoring feature.
IExternalNFPropertyComponentFeature - Interface in jadex.bridge.component
External perspective of the monitoring feature.
IExternalNotifier - Interface in jadex.bpmn.runtime.handler
An external system, in which a waiting can be initiated.
IExternalProvidedServicesFeature - Interface in jadex.bridge.service.component
Component feature for provided services.
IExternalRequiredServicesFeature - Interface in jadex.bridge.service.component
External perspective of the required services feature.
IExternalSubcomponentsFeature - Interface in jadex.bridge.component
External perspective of the subcomponents feature.
IExternalTask - Interface in jadex.bpmn.runtime.exttask
 
IExtractor - Interface in jadex.bytecode.invocation
Interface for generated bean extractors.
iface - Variable in class jadex.extension.rs.invoke.RestServiceWrapperInvocationHandler
The annotated service interface.
ifdef - Variable in class jadex.bpmn.runtime.ProcessThreadValueFetcher
The ifdefined map.
IfDefMap() - Constructor for class jadex.bpmn.runtime.ProcessThreadValueFetcher.IfDefMap
 
ifeatures - Variable in class jadex.bridge.service.types.cms.PlatformComponent
The inited feature instances as list (for shutdown after failed init).
IFileTransferService - Interface in jadex.bridge.service.types.filetransfer
Interface for the file transfer service.
IFilter<T> - Interface in jadex.commons
Generic filter interface.
IFinishableElement<E> - Interface in jadex.bdiv3x.runtime
Interface for finishable elements.
IForwardCommandFuture - Interface in jadex.commons.future
 
IForwardCommandFuture.Type - Enum in jadex.commons.future
The available commands.
IFunctionalExceptionListener - Interface in jadex.commons.future
Callback interface for methods that should operate decoupled from caller thread.
IFunctionalIntermediateFinishedListener<E> - Interface in jadex.commons.future
Callback interface for methods that should operate decoupled from caller thread.
IFunctionalIntermediateResultListener<E> - Interface in jadex.commons.future
Callback interface for methods that should operate decoupled from caller thread.
IFunctionalResultListener<E> - Interface in jadex.commons.future
Callback interface for methods that should operate decoupled from caller thread.
ifuture - Variable in class jadex.bridge.component.streams.InputConnection
The read futures.
IFuture<E> - Interface in jadex.commons.future
Interface for futures.
IFutureCommandResultListener<E> - Interface in jadex.commons.future
Interface that extends both, result listener and future command.
IGlobalResourceIdentifier - Interface in jadex.bridge
Global resources are identified by their unique resource id.
ignore - Variable in class jadex.xml.AccessInfo
The ignore property.
IGNORE_ALL_BEANINFO - Static variable in class jadex.commons.beans.Introspector
Constant values to indicate that the Introspector will ignore all BeanInfo class.
IGNORE_IMMEDIATE_BEANINFO - Static variable in class jadex.commons.beans.Introspector
Constant values to indicate that the Introspector will ignore the BeanInfo class of the current bean class.
IGNORE_READ - Static variable in class jadex.xml.AccessInfo
Ignore when reading.
IGNORE_READWRITE - Static variable in class jadex.xml.AccessInfo
Ignore when reading and writing.
IGNORE_WRITE - Static variable in class jadex.xml.AccessInfo
Ignore when writing.
IGNORED - Static variable in class jadex.bridge.ResourceIdentifier
The ignored directories for determining resource project name.
ignoreExceptions() - Static method in class jadex.commons.future.SResultListener
Returns an OnExceptionListener that ignores all results.
ignorefailures - Variable in class jadex.commons.future.CollectionResultListener
Flag to indicate that failures should be ignored and only valid results returned.
ignorefailures - Variable in class jadex.commons.future.CounterResultListener
The ignore failure flag.
ignoreResults() - Static method in class jadex.commons.future.SResultListener
Returns a SuccessListener that ignores all results.
IGoal - Interface in jadex.bdiv3.runtime
Interface for a bdi goal.
IGoal.GoalLifecycleState - Enum in jadex.bdiv3.runtime
 
IGoal.GoalProcessingState - Enum in jadex.bdiv3.runtime
 
IGoalbase - Interface in jadex.bdiv3x.runtime
The programmers interface for the goalbase.
IHardConstraintsFilter - Interface in jadex.bridge.nonfunctional.hardconstraints
 
ii - Variable in class jadex.micro.MicroModel
The injection info.
IIdleHook - Interface in jadex.bridge.service.types.persistence
Called when a component becomes idle.
IInjector - Interface in jadex.bytecode.invocation
Interface for generated bean injectors.
IInputConnection - Interface in jadex.bridge
Interface for input connection stream.
IInputConnectionHandler - Interface in jadex.bridge.component.streams
 
IIntermediateFuture<E> - Interface in jadex.commons.future
Future that support intermediate results.
IIntermediateFutureCommandResultListener<E> - Interface in jadex.commons.future
Interface that extends both, result listener and future command.
IIntermediateResultListener<E> - Interface in jadex.commons.future
Result listener with additional notifications in case of intermediate results.
IInternalAccess - Interface in jadex.bridge
Common interface for all component types.
IInternalBDIXMessageFeature - Interface in jadex.bdiv3x.features
Allow (de-)registering messages for capabilities.
IInternalBpmnComponentFeature - Interface in jadex.bpmn.features
 
IInternalEvent - Interface in jadex.bdiv3x.runtime
The interface for all internal events (concrete and referenced).
IInternalProcessEngineService - Interface in jadex.bpmn.runtime
Services to be called from BPMN process instances to some super-ordinated process engine, if any.
IInternalRequiredServicesFeature - Interface in jadex.bridge.service.component
Interface for internal service access methods.
IInternalService - Interface in jadex.bridge.service
Internal service interface for managing services in service container.
IInternalServiceMonitoringFeature - Interface in jadex.bridge.service.component
Interface for monitoring provided and required services
IJ2DRenderer - Interface in jadex.extension.envsupport.observer.graphics.java2d
 
IJadexAndroidEvent - Interface in jadex.bridge.service.types.context
This is an Event that can be dispatched by platform components and received by Android UI Classes.
IKeyExtractor<T> - Interface in jadex.bridge.service.search
Interface denoting key extraction functionality for indexers.
ILayerJ2DRenderer - Interface in jadex.extension.envsupport.observer.graphics.java2d
 
ILeaseTimeSet<E> - Interface in jadex.commons.collection
Special methods for a lease time collection.
ILibraryService - Interface in jadex.bridge.service.types.library
Interface for the Library Service.
ILibraryServiceListener - Interface in jadex.bridge.service.types.library
Interface for listening to library loading and unloading.
ILifecycleComponentFeature - Interface in jadex.bridge.component
Lifecycle feature for components.
ILocalResourceIdentifier - Interface in jadex.bridge
Interface for resource identification.
ILocation - Interface in jadex.quickstart.cleanerworld.environment
A location on the virtual map.
ILocation - Interface in jadex.xml.stax
StaX API: Location
ILocationObject - Interface in jadex.quickstart.cleanerworld.environment
Base interface for all environment opbjects.
ILRUEntryCleaner<V,​K> - Interface in jadex.commons.collection
The entry cleaner (for performing cleanup code on removed entries in a LRU).
IMAccount - Class in jadex.bdi.planlib.messaging
Account for icq.
IMAccount() - Constructor for class jadex.bdi.planlib.messaging.IMAccount
Constructor for IMAccount.
IMAccount(String, String) - Constructor for class jadex.bdi.planlib.messaging.IMAccount
Constructor for IMAccount.
image - Variable in class jadex.bridge.service.types.appstore.AppMetaInfo
The image.
image - Variable in class jadex.bridge.service.types.chat.ChatEvent
The image.
IMapAccess - Interface in jadex.javaparser
Simple map like access for java objects in the parser.
IMemstatService - Interface in jadex.bridge.service.types.memstat
Service for providing debugging infos for a component or service, e.g.
IMenuItemConstructor - Interface in jadex.commons.gui
Interface for getting/creating (dynamic) menu item (structures).
IMessageEvent<T> - Interface in jadex.bdiv3x.runtime
The interface for all message events (concrete and referenced).
IMessageFeature - Interface in jadex.bridge.component
Feature for sending messages and handling incoming messages via handlers.
IMessageHandler - Interface in jadex.bridge.component
Interface for message handlers.
IMethodInvocationListener - Interface in jadex.bridge.sensor.service
Interface for listeners that are notified when a service method is invoked.
IMethodInvoker - Interface in jadex.bytecode.invocation
Interface used to byte-engineer an accessor handler.
IMethodParameterGuesser - Interface in jadex.commons
Interface for method parameter guessers.
IMicroInjectionFeature - Interface in jadex.micro.features
Inject agent object, arguments, results and features into annotated field values.
IMicroServiceInjectionFeature - Interface in jadex.micro.features
Inject required services into annotated field values.
ImmediateComponentStep<T> - Class in jadex.bridge
Simple abstract class for immediate component steps.
ImmediateComponentStep() - Constructor for class jadex.bridge.ImmediateComponentStep
 
IModelInfo - Interface in jadex.bridge.modelinfo
This model interface represents the common properties of all component models.
IModelValueProvider - Interface in jadex.bridge.modelinfo
 
IMonitoringComponentFeature - Interface in jadex.bridge.component
 
IMonitoringEvent - Interface in jadex.bridge.service.types.monitoring
Interface for monitoring events.
IMonitoringService - Interface in jadex.bridge.service.types.monitoring
The monitoring service allows for: sources: publishing new events consumers: subscribing for event patterns
IMonitoringService.PublishEventLevel - Enum in jadex.bridge.service.types.monitoring
The event importance.
IMonitoringService.PublishTarget - Enum in jadex.bridge.service.types.monitoring
The publish target
impl - Variable in class jadex.bdiv3.model.MBelief
The collection implementation class.
implementation - Variable in class jadex.bridge.service.ProvidedServiceInfo
The service implementation.
implementation() - Method in annotation type jadex.bdiv3.annotation.Belief
The implementation type for collection types.
implementation() - Method in annotation type jadex.micro.annotation.ProvidedService
The service implementation.
Implementation - Annotation Type in jadex.micro.annotation
Service implementation details.
impltype - Variable in class jadex.bridge.service.BasicService
 
imports - Variable in class jadex.bridge.FactoryFilter
The imports (if any).
imports - Variable in class jadex.bridge.modelinfo.ModelInfo
The imports.
imports - Variable in class jadex.bridge.service.types.cms.CreationInfo
The imports.
imports - Variable in class jadex.javaparser.javaccimpl.ExpressionNode
The imports (if any).
Imports - Annotation Type in jadex.micro.annotation
 
IMsgHeader - Interface in jadex.bridge.component
Interface for message headers with meta information / link-level security.
IMultiKernelListener - Interface in jadex.bridge
Kernel listener.
IMultiKernelNotifierService - Interface in jadex.bridge.service.types.factory
Notifier service for dynamic kernels.
IMultiplexCollector - Interface in jadex.bridge.service.component.multiinvoke
 
IMultiplexDistributor - Interface in jadex.bridge.service.component.multiinvoke
Interface for multiplex call distributor.
IN - jadex.bdiv3.model.MParameter.Direction
 
IN_REPLY_TO - Static variable in class jadex.bridge.fipa.SFipa
 
INativeHelper - Interface in jadex.bytecode.vmhacks
Interface for classes implementing native helper functions.
inbrowser - Variable in class jadex.commons.gui.BrowserPane
Open links per click in external browser.
inclasses - Variable in class jadex.commons.gui.autocombo.ClassComboModel
 
include() - Method in annotation type jadex.bridge.service.annotation.Tag
Condition to check if the value/tag should be included.
includeexp - Variable in class jadex.extension.envsupport.evaluation.SpaceObjectSource
The object expression.
includefields - Variable in class jadex.xml.MappingInfo
The include fields flag.
includeHeaderWidth - Variable in class jadex.commons.gui.jtable.ResizeableTableHeader
If true, resizing of columns will also take the width of header cells into account.
includemethods - Variable in class jadex.xml.MappingInfo
The include methods flag.
includenull - Variable in class jadex.bridge.service.search.Indexer
Include null values during indexing.
includes - Variable in class jadex.bridge.service.types.awareness.AwarenessInfo
The includes list.
increasing - Variable in class jadex.bdi.planlib.protocols.ExponentialPriceCalculator
Flag indicating if increasing or decreasing prices are calculated.
increasing - Variable in class jadex.bdi.planlib.protocols.LinearPriceCalculator
Flag indicating if increasing or decreasing prices are calculated.
indent - Variable in class jadex.xml.writer.Writer
Control flag for generating indention.
IndexedPropertyChangeEvent - Class in jadex.commons.beans
A type of PropertyChangeEvent that indicates that an indexed property has changed.
IndexedPropertyChangeEvent(Object, String, Object, Object, int) - Constructor for class jadex.commons.beans.IndexedPropertyChangeEvent
Creates a new property changed event with an indication of the property index.
IndexedPropertyDescriptor - Class in jadex.commons.beans
 
IndexedPropertyDescriptor(String, Class<?>) - Constructor for class jadex.commons.beans.IndexedPropertyDescriptor
Constructs a new instance of IndexedPropertyDescriptor.
IndexedPropertyDescriptor(String, Class<?>, String, String, String, String) - Constructor for class jadex.commons.beans.IndexedPropertyDescriptor
Constructs a new instance of IndexedPropertyDescriptor.
IndexedPropertyDescriptor(String, Method, Method, Method, Method) - Constructor for class jadex.commons.beans.IndexedPropertyDescriptor
Constructs a new instance of IndexedPropertyDescriptor.
indexedvalues - Variable in class jadex.bridge.service.search.Indexer
The index of published values.
indexer - Variable in class jadex.bridge.service.search.ServiceRegistry
The service indexer.
Indexer<T> - Class in jadex.bridge.service.search
Indexer for values.
Indexer(IKeyExtractor<T>, boolean, String...) - Constructor for class jadex.bridge.service.search.Indexer
Create a new ServiceIndexer.
indexList - Variable in class jadex.commons.gui.jtable.AbstractIndexTableModel
 
IndexMap<K,​V> - Class in jadex.commons.collection
This class combines the list and map interface.
IndexMap() - Constructor for class jadex.commons.collection.IndexMap
Create a new index map.
IndexMap(IndexMap<K, V>) - Constructor for class jadex.commons.collection.IndexMap
Create a new index map.
IndexMap(List<K>, Map<K, V>) - Constructor for class jadex.commons.collection.IndexMap
Create a new index map using the specified collections as backup.
IndexMap.ListIndexMap<K,​V> - Class in jadex.commons.collection
Provide access to the index map via list interface.
IndexMap.MapIndexMap<K,​V> - Class in jadex.commons.collection
Provide access to the index map via map interface.
indexOf(Object) - Method in class jadex.bpmn.MultiColumnTable
 
indexOf(Object) - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
indexOf(Object) - Method in class jadex.commons.collection.IndexMap
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class jadex.commons.collection.WeakList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class jadex.commons.collection.wrappers.ListWrapper
 
indexOfFilename(String, List<String>) - Static method in class jadex.commons.SUtil
Test if a file name is contained.
indices - Variable in class jadex.commons.future.IntermediateFuture
The index of the next result for a thread.
InequalityFilter - Class in jadex.bridge.nonfunctional.hardconstraints
 
InequalityFilter() - Constructor for class jadex.bridge.nonfunctional.hardconstraints.InequalityFilter
Creates a constant value filter.
InequalityFilter(boolean) - Constructor for class jadex.bridge.nonfunctional.hardconstraints.InequalityFilter
Creates a constant value filter.
INFMethodPropertyProvider - Interface in jadex.bridge.nonfunctional
Interface for method-based non-functional property providers such as services.
INFMixedPropertyProvider - Interface in jadex.bridge.nonfunctional
Interface that combines property provider with method property provider.
info - Variable in class jadex.bdiv3.runtime.ChangeEvent
The change identifier, e.g.
info - Variable in exception jadex.bridge.ComponentCreationException
The optional info.
info - Variable in class jadex.bridge.service.types.cms.InitInfo
The creation info.
info - Variable in class jadex.bridge.service.types.cms.PlatformComponent
The creation info.
info(String) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Log an INFO message.
INFORM - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
INFORM - Static variable in class jadex.bridge.fipa.SFipa
 
INFORM_IF - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
INFORM_IF - Static variable in class jadex.bridge.fipa.SFipa
 
INFORM_REF - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
INFORM_REF - Static variable in class jadex.bridge.fipa.SFipa
 
infos - Variable in class jadex.bridge.component.ComponentCreationInfo
The provided service infos.
INFProperty<T,​U> - Interface in jadex.bridge.nonfunctional
A non-functional property.
INFProperty.Target - Enum in jadex.bridge.nonfunctional
 
INFPropertyComponentFeature - Interface in jadex.bridge.component
Feature for non-functional properties.
INFPropertyMetaInfo - Interface in jadex.bridge.nonfunctional
Meta information about a non-functional property.
INFPropertyProvider - Interface in jadex.bridge.nonfunctional
Interface for non-functional property providers such as services and components.
INFRPropertyProvider - Interface in jadex.bridge.nonfunctional
Interface for required service proxies.
INHERIT - Static variable in class jadex.bridge.ServiceCall
The inherit constant.
inhexpressions - Variable in class jadex.bdiv3.model.MDeliberation
The methods for checking inhibitions.
inhibitGoal(RGoal) - Method in class jadex.bdiv3.runtime.EasyDeliberationStrategy
Inhibit a goal by making it an option.
inhibitions - Variable in class jadex.bdiv3.model.MDeliberation
The inhibited goal types.
inhibitions - Variable in class jadex.bdiv3.runtime.EasyDeliberationStrategy
The set of inhibitors.
inhibits() - Method in annotation type jadex.bdiv3.annotation.Deliberation
The inhibited goal.
inhibits(RGoal, RGoal) - Method in class jadex.bdiv3.runtime.EasyDeliberationStrategy
Test if this goal inhibits the other.
inhmethods - Variable in class jadex.bdiv3.model.MDeliberation
The methods for checking inhibitions.
inhnames - Variable in class jadex.bdiv3.model.MDeliberation
The inhnames.
ini - Variable in class jadex.bridge.component.streams.AbstractConnection
The initiator flag.
init() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Initialize the feature.
init() - Method in class jadex.bdiv3x.runtime.RBeliefbase
Init the beliefbase.
init() - Method in interface jadex.bridge.component.IComponentFeature
Initialize the feature.
init() - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Initialize the feature.
init() - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Init the required services
init() - Method in class jadex.bridge.service.types.cms.PlatformComponent
Perform the initialization of the component.
init() - Method in interface jadex.bridge.service.types.factory.IPlatformComponentAccess
Perform the initialization of the component.
init() - Method in class jadex.bytecode.vmhacks.VmHacks.Unsafe
Initialization step after constructor to allow bootstrapping.
init() - Method in class jadex.extension.agr.AGRSpace
Initialize the extension.
init() - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Initialize the extension.
init(byte[], byte[]) - Method in class jadex.commons.security.random.OpenSslAesCtr
Initialize the cipher.
init(IModelContainer, MActivity, ClassLoader) - Method in class jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
Once called to init the component.
init(IModelContainer, MActivity, ClassLoader) - Method in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
Once called to init the component.
init(IExternalAccess) - Static method in class jadex.base.SRemoteFileChooser
Initialize the remote file system view such that home, default and current directory as well as roots are available.
init(IExternalAccess, IService) - Method in interface jadex.bridge.service.types.appstore.IAppGui
 
init(IInternalAccess) - Method in class jadex.bdiv3.runtime.EasyDeliberationStrategy
Init the strategy.
init(IInternalAccess) - Method in interface jadex.bdiv3.runtime.IDeliberationStrategy
Init the strategy.
init(Future<Object>, Method, Object[], Method) - Method in class jadex.bridge.service.component.multiinvoke.FlattenMultiplexCollector
Init to share code.
init(Future<Object>, Method, Object[], Method) - Method in interface jadex.bridge.service.component.multiinvoke.IMultiplexCollector
Init the collector.
init(IEnvironmentSpace, Map) - Method in class jadex.extension.envsupport.dataview.GeneralDataView2D
Init the space.
init(IEnvironmentSpace, Map) - Method in class jadex.extension.envsupport.dataview.GeneralDataView2D3D
Init the space.
init(IEnvironmentSpace, Map) - Method in class jadex.extension.envsupport.dataview.GeneralDataView3D
Init the space.
init(IEnvironmentSpace, Map) - Method in interface jadex.extension.envsupport.dataview.IDataView
Initialize the view.
init(IEnvironmentSpace, Map) - Method in class jadex.extension.envsupport.dataview.LocalDataView2D
Set the space of this view.
init(Method, Object[], IFilter<Tuple2<IService, Object[]>>, IParameterConverter) - Method in interface jadex.bridge.service.component.multiinvoke.IMultiplexDistributor
Init the call distributor.
init(Method, Object[], IFilter<Tuple2<IService, Object[]>>, IParameterConverter) - Method in class jadex.bridge.service.component.multiinvoke.SequentialMultiplexDistributor
Start the distributor.
init(Method, Object[], IFilter<Tuple2<IService, Object[]>>, IParameterConverter) - Method in class jadex.bridge.service.component.multiinvoke.SimpleMultiplexDistributor
Start the distributor.
INIT - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Init a connection.
INIT_EXPRESSIONS_METHOD_PREFIX - Static variable in interface jadex.bdiv3.IBDIClassGenerator
 
INIT_INPUT_INITIATOR - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Create virtual input connection - from initiator.
INIT_OUTPUT_INITIATOR - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
Create virtual output connection - from initiator.
initBDIModelAfterClassLoading(BDIModel, ClassLoader) - Method in class jadex.bdiv3.BDIClassReader
Do model initialization that can only be done after class reading.
initDefaultArguments() - Method in class jadex.bdiv3x.features.BDIXArgumentsResultsComponentFeature
 
initDefaultResults() - Method in class jadex.bdiv3x.features.BDIXArgumentsResultsComponentFeature
 
inited - Variable in class jadex.bdiv3x.features.BDIXLifecycleAgentFeature
Is the agent inited and allowed to execute rules?
inited - Variable in class jadex.bridge.component.streams.AbstractConnection
Boolean flag if connection is inited, closing, closed.
inited - Variable in class jadex.micro.KernelMultiAgent
The started flag (because init is invoked twice, service impl for 2 services.
InitEventPublisher - Class in jadex.bdiv3.runtime.wrappers
 
InitEventPublisher(Object, EventType, EventType, EventType, MElement) - Constructor for class jadex.bdiv3.runtime.wrappers.InitEventPublisher
 
initEvents(IBDIModel, ClassLoader) - Method in class jadex.bdiv3.model.MBelief
Init the event, when loaded from xml.
initEvents(MParameterElement) - Method in class jadex.bdiv3.model.MCondition
Init the event, when loaded from xml.
initEvents(MParameterElement) - Method in class jadex.bdiv3.model.MParameter
Init the event, when loaded from xml.
initfuture - Variable in class jadex.bridge.service.types.cms.InitInfo
The init future.
initialavatars - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Initial avatar settings (cid -> [type, props]).
initialbeliefs - Variable in class jadex.bdiv3.model.MConfiguration
The initial beliefs.
initialbeliefs() - Method in annotation type jadex.bdiv3.annotation.BDIConfiguration
The initial beliefs.
initialcapabilities - Variable in class jadex.bdiv3.model.MConfiguration
The initial capabilities (capability name->initial configuration name).
initialevents - Variable in class jadex.bdiv3.model.MConfiguration
The initial events.
initialgoals - Variable in class jadex.bdiv3.model.MConfiguration
The initial goals.
initialgoals() - Method in annotation type jadex.bdiv3.annotation.BDIConfiguration
The initial goals.
initialize() - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
 
initialize() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Initializes all transient fields of this instance, called by constructors and readObject().
initialize(ObserverCenter) - Method in class jadex.extension.envsupport.observer.gui.plugin.AbstractInteractionPlugin
Initializes the plugin.
initialize(ObserverCenter) - Method in class jadex.extension.envsupport.observer.gui.plugin.InteractionTestPlugin
 
initialize(Class<?>, Object, Object, Encoder) - Method in class jadex.commons.beans.DefaultPersistenceDelegate
Initializes the new instance in the new environment so that it becomes equivalent with the old one, meanwhile recording this process in the encoder.
initialize(Class<?>, Object, Object, Encoder) - Method in class jadex.commons.beans.PersistenceDelegate
Produces a series of expressions and statements for the initialization of a bean object's properties.
initializeBeanContextResources() - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
 
initializeBeanContextResources() - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
Called after the parent context is updated.
initialplans - Variable in class jadex.bdiv3.model.MConfiguration
The initial plans.
initialplans() - Method in annotation type jadex.bdiv3.annotation.BDIConfiguration
The initial plans.
initialsteps - Variable in class jadex.bridge.modelinfo.ConfigurationInfo
The initial steps.
initiator - Variable in class jadex.bridge.component.streams.AbstractConnection
The connection initiator.
initiator - Variable in class jadex.bridge.component.streams.InitInfo
The initiator.
initiator - Variable in class jadex.bridge.service.types.remote.ServiceInputConnectionProxy
The initiator id.
initiator - Variable in class jadex.bridge.service.types.remote.ServiceOutputConnectionProxy
The initiator id.
initinfo - Variable in class jadex.bridge.service.types.cms.CmsState.CmsComponentState
The initialization infos.
InitInfo - Class in jadex.bridge.component.streams
Info sent as content of the init message.
InitInfo - Class in jadex.bridge.service.types.cms
Struct that stores information about initing components.
InitInfo() - Constructor for class jadex.bridge.component.streams.InitInfo
Create a new init info.
InitInfo(IComponentIdentifier, IComponentIdentifier, Map<String, Object>) - Constructor for class jadex.bridge.component.streams.InitInfo
Create a new init info.
InitInfo(IPlatformComponentAccess, CreationInfo, Future<Void>) - Constructor for class jadex.bridge.service.types.cms.InitInfo
Create a new init info.
initLogger(Logger) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Init the logger with capability settings.
initNFProperties() - Method in class jadex.bridge.service.BasicService
Init the non-functional properties (todo: move to other location?)
initParameters(Map<String, Object>, MConfigParameterElement) - Method in class jadex.bdiv3x.runtime.RMessageEvent
Create the parameters from model spec.
initReceived() - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Received the init message.
initReceived() - Method in class jadex.bridge.component.streams.LocalAbstractConnectionHandler
Received the init message.
initRescueThread(IComponentIdentifier, IPlatformConfiguration) - Static method in class jadex.base.Starter
Init the rescue thread for a platform..
initService(IInternalService) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Init a service, i.e.
initServices(Iterator<IInternalService>) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Init the services one by one.
initSpace() - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Create a space.
initSpaceObject(ISpaceObject) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Creates an object in this space.
initSpaceObject(ISpaceObject) - Method in class jadex.extension.envsupport.environment.space2d.Grid2D
Init an object in this space.
initSpaceObject(ISpaceObject) - Method in class jadex.extension.envsupport.environment.space2d.Space2D
Init an object in this space.
initSpaceObject(ISpaceObject) - Method in class jadex.extension.envsupport.environment.space3d.Grid3D
Init an object in this space.
initSpaceObject(ISpaceObject) - Method in class jadex.extension.envsupport.environment.space3d.Space3D
Init an object in this space.
initTimer() - Method in class jadex.bridge.TimeoutResultListener
 
inject() - Static method in class jadex.bytecode.vmhacks.LoggerFilterStore
Injects the store.
inject(Object, Object...) - Method in interface jadex.bytecode.invocation.IInjector
Injects properties into a bean.
inject(Object, Object...) - Method in class jadex.bytecode.invocation.SInvocation.SortingInjectorWrapper
Injects properties into a bean.
injectClassIntoStore(Map<Object[], Class<?>>, ClassLoader, String, Class<?>) - Static method in class jadex.bytecode.vmhacks.VmHacks
Trampoline function for injection into the class redefinition store.
injected - Variable in class jadex.bridge.nonfunctional.NFRootProperty
The flag if the property has been injected to the root component.
InjectionInfoHolder - Class in jadex.micro
 
InjectionInfoHolder() - Constructor for class jadex.micro.InjectionInfoHolder
 
injectPropertyToRootComponent() - Method in class jadex.bridge.nonfunctional.NFRootProperty
Inject the property to the root component.
inndexOfLastUpperCaseCharacter(String) - Static method in class jadex.commons.SUtil
Find index of last upper case letter.
inner - Variable in class jadex.commons.FieldInfo
The inner field info, if any (used only for nested sub-sub-capabilities).
inner - Variable in class jadex.commons.gui.GlowBorder
Inner color.
innerclassnamecache - Static variable in class jadex.commons.SReflect
Inner class name lookup cache.
INOUT - jadex.bdiv3.model.MParameter.Direction
 
INPROCESS - jadex.bdiv3.runtime.IGoal.GoalProcessingState
 
input - Variable in class jadex.bridge.component.streams.AbstractConnection
The input flag.
input - Variable in class jadex.commons.ResourceInfo
The input stream.
InputConnection - Class in jadex.bridge.component.streams
Input connection implementation for byte streams.
InputConnection(IComponentIdentifier, IComponentIdentifier, int, boolean, IAbstractConnectionHandler) - Constructor for class jadex.bridge.component.streams.InputConnection
Create a new input connection.
InputConnectionHandler - Class in jadex.bridge.component.streams
Handler that sits between connection and message service.
InputConnectionHandler(IInternalAccess, Map<String, Object>) - Constructor for class jadex.bridge.component.streams.InputConnectionHandler
Create a new input connection handler.
insert(String) - Method in class jadex.bridge.service.types.registry.SlidingCuckooFilter
Insert a byte array into the filter.
insert(MutableTreeNode, int) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
Adds child to the receiver at index.
insertChildAt(int, TreeNode) - Method in class jadex.commons.collection.TreeNode
Inserts a node at the specified position in the child list.
insertElement(int, T) - Method in class jadex.commons.collection.SortedList
Insert an element into the list.
insertRow(int, Object[], Object) - Method in class jadex.commons.gui.jtable.ObjectTableModel
Insert a row at a position.
insertRow(int, List, Object) - Method in class jadex.commons.gui.jtable.ObjectTableModel
Insert a row at a position.
insertString(int, String, AttributeSet) - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo.AutoCompleteDocument
 
insets - Variable in class jadex.commons.gui.GlowBorder
Border insets.
instance - Variable in class jadex.bpmn.runtime.handler.CompositeCancelable
 
instance - Variable in class jadex.bpmn.runtime.handler.Notifier
The instance.
instance - Variable in class jadex.bpmn.runtime.ProcessServiceInvocationHandler
The process instance.
instance - Variable in class jadex.bpmn.runtime.ProcessThread
The Bpmn instance.
instance - Variable in class jadex.bridge.RemoteChangeListenerHandler
The component instance.
instance - Static variable in class jadex.bridge.VersionInfo
The version info singleton.
instance - Static variable in class jadex.bytecode.vmhacks.LoggerFilterStore
Hold the logger to prevent GC, weak-referenced globally.
instancename - Variable in class jadex.bridge.modelinfo.ModelInfo
Default instance name.
instanceOf(TreeTableNodeType) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
Check if this node is an instance of the given treetable node type.
instanceOf(Object, Class) - Static method in class jadex.commons.SReflect
Is an object instanceof a class or its superclasses.
INSTANCEOF - Static variable in class jadex.javaparser.javaccimpl.CompareNode
The instanceof operator.
instantiate(ClassLoader, String) - Static method in class jadex.commons.beans.Beans
Obtains an instance of a JavaBean specified the bean name using the specified class loader.
instantiate(ClassLoader, String, BeanContext) - Static method in class jadex.commons.beans.Beans
Obtains an instance of a JavaBean specified the bean name using the specified class loader, and adds the instance into the specified bean context.
instantiate(Object, Encoder) - Method in class jadex.commons.beans.DefaultPersistenceDelegate
Returns an expression that represents a call to the bean's constructor.
instantiate(Object, Encoder) - Method in class jadex.commons.beans.PersistenceDelegate
Constructs an expression for instantiating an object of the same type as the old instance.
instantiateChild(String) - Method in interface jadex.commons.beans.beancontext.BeanContext
 
instantiateChild(String) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
 
InstrumentationCommand() - Constructor for class jadex.bytecode.vmhacks.VmHacks.InstrumentationCommand
 
IntelligentProxyInterceptor - Class in jadex.bridge.service.component.interceptors
Interceptor for realizing intelligent proxies.
IntelligentProxyInterceptor(IExternalAccess, IServiceIdentifier) - Constructor for class jadex.bridge.service.component.interceptors.IntelligentProxyInterceptor
Create a new invocation handler.
inter - Variable in class jadex.commons.gui.autocombo.ClassComboModel
 
INTERACTION_CANCELLED - Static variable in class jadex.bdi.planlib.protocols.InteractionState
Interaction state cancelled.
INTERACTION_FINISHED - Static variable in class jadex.bdi.planlib.protocols.InteractionState
Interaction state finished.
INTERACTION_INITIAL - Static variable in class jadex.bdi.planlib.protocols.InteractionState
Interaction state initial (not yet started).
INTERACTION_RUNNING - Static variable in class jadex.bdi.planlib.protocols.InteractionState
Interaction state running.
interaction_state - Variable in class jadex.bdi.planlib.protocols.InteractionState
The interaction state.
InteractionGoalCreationPlan - Class in jadex.bdi.planlib.protocols
This plan has the purpose to map incoming initial protocol message (e.g.
InteractionGoalCreationPlan() - Constructor for class jadex.bdi.planlib.protocols.InteractionGoalCreationPlan
 
InteractionState - Class in jadex.bdi.planlib.protocols
The state of the execution of an interaction.
InteractionState() - Constructor for class jadex.bdi.planlib.protocols.InteractionState
Create a new interaction state in default initial state "running".
InteractionTestPlugin - Class in jadex.extension.envsupport.observer.gui.plugin
 
InteractionTestPlugin() - Constructor for class jadex.extension.envsupport.observer.gui.plugin.InteractionTestPlugin
 
interceptors - Variable in class jadex.bridge.service.component.BasicServiceInvocationHandler
The list of interceptors.
interceptors - Variable in class jadex.bridge.service.component.ServiceInvocationContext
The service interceptors.
interceptors - Variable in class jadex.bridge.service.ProvidedServiceImplementation
The list of interceptors.
interceptors - Variable in class jadex.bridge.service.RequiredServiceBinding
The interceptors.
interceptors - Variable in class jadex.bridge.service.RequiredServiceInfo
The list of interceptors.
interceptors() - Method in annotation type jadex.micro.annotation.Implementation
The interceptors.
interceptors() - Method in annotation type jadex.micro.annotation.RequiredService
Deprecated.
interfacenames - Variable in class jadex.commons.SClassReader.ClassInfo
Class interfaces.
intermediate - Variable in class jadex.commons.future.IntermediateFuture
Flag indicating that addIntermediateResult()has been called.
intermediate() - Method in annotation type jadex.bridge.service.annotation.CheckNotNull
Flag if used as post condition for intermediate results.
intermediate() - Method in annotation type jadex.bridge.service.annotation.CheckState
Flag if used as post condition for intermediate results.
INTERMEDIATE_RESULT - jadex.bridge.service.component.ServiceCallEvent.Type
 
IntermediateComponentResultListener<E> - Class in jadex.bridge
Intermediate listener that invokes listeners on component thread.
IntermediateComponentResultListener(IIntermediateResultListener<E>, IInternalAccess) - Constructor for class jadex.bridge.IntermediateComponentResultListener
Create a new component result listener.
IntermediateDefaultResultListener<E> - Class in jadex.commons.future
The default listener for just printing out result information.
IntermediateDefaultResultListener() - Constructor for class jadex.commons.future.IntermediateDefaultResultListener
Create a new listener.
IntermediateDefaultResultListener(Logger) - Constructor for class jadex.commons.future.IntermediateDefaultResultListener
Create a new listener.
IntermediateDelegationResultListener<E> - Class in jadex.commons.future
Intermediate version of the delegation result listener.
IntermediateDelegationResultListener(IIntermediateResultListener<E>) - Constructor for class jadex.commons.future.IntermediateDelegationResultListener
Create a new listener.
IntermediateDelegationResultListener(IIntermediateResultListener<E>, boolean) - Constructor for class jadex.commons.future.IntermediateDelegationResultListener
Create a new listener.
IntermediateDelegationResultListener(IntermediateFuture<E>) - Constructor for class jadex.commons.future.IntermediateDelegationResultListener
Create a new listener.
IntermediateDelegationResultListener(IntermediateFuture<E>, boolean) - Constructor for class jadex.commons.future.IntermediateDelegationResultListener
Create a new listener.
IntermediateDelegationResultListener(IntermediateFuture<E>, boolean, IFunctionalResultListener<Collection<E>>, IFunctionalIntermediateResultListener<E>) - Constructor for class jadex.commons.future.IntermediateDelegationResultListener
Create a new listener.
IntermediateDelegationResultListener(IntermediateFuture<E>, IFunctionalResultListener<Collection<E>>, IFunctionalIntermediateResultListener<E>) - Constructor for class jadex.commons.future.IntermediateDelegationResultListener
Create a new listener.
IntermediateExceptionDelegationResultListener<E,​T> - Class in jadex.commons.future
Exception delegation listener for intermediate futures.
IntermediateExceptionDelegationResultListener(Future<T>) - Constructor for class jadex.commons.future.IntermediateExceptionDelegationResultListener
Create a new listener.
IntermediateExceptionDelegationResultListener(Future<T>, IFunctionalResultListener<E>, IFunctionalResultListener<Void>) - Constructor for class jadex.commons.future.IntermediateExceptionDelegationResultListener
Create a new listener.
intermediateExceptionOccurred(Exception) - Method in class jadex.commons.future.CounterResultListener
Method that can be overridden to do sth.
IntermediateFuture<E> - Class in jadex.commons.future
Default implementation of an intermediate future.
IntermediateFuture() - Constructor for class jadex.commons.future.IntermediateFuture
Create a future that is already done.
IntermediateFuture(Exception) - Constructor for class jadex.commons.future.IntermediateFuture
Create a future that is already done (failed).
IntermediateFuture(Collection<E>) - Constructor for class jadex.commons.future.IntermediateFuture
Create a future that is already done.
IntermediateFutureIterator<E> - Class in jadex.commons.future
Helper class for iterating over the results of an intermediate future.
IntermediateFutureIterator(IIntermediateFuture<E>) - Constructor for class jadex.commons.future.IntermediateFutureIterator
Create an intermediate future iterator.
IntermediateMethodResultListener(Future, Method, Object[], Method) - Constructor for class jadex.bridge.service.component.multiinvoke.MultiServiceInvocationHandler.IntermediateMethodResultListener
Create a new listener.
intermediateResultAvailable(E) - Method in class jadex.bridge.IntermediateComponentResultListener
Called when an intermediate result is available.
intermediateResultAvailable(E) - Method in class jadex.bridge.TimeoutIntermediateResultListener
Called when an intermediate result is available.
intermediateResultAvailable(E) - Method in class jadex.commons.future.CollectingIntermediateResultListener
Called when an intermediate result is available.
intermediateResultAvailable(E) - Method in class jadex.commons.future.CounterResultListener
Method that can be overridden to do sth.
intermediateResultAvailable(E) - Method in interface jadex.commons.future.IFunctionalIntermediateResultListener
Called when an intermediate result is available.
intermediateResultAvailable(E) - Method in interface jadex.commons.future.IIntermediateResultListener
Called when an intermediate result is available.
intermediateResultAvailable(E) - Method in class jadex.commons.future.IntermediateDefaultResultListener
Called when an intermediate result is available.
intermediateResultAvailable(E) - Method in class jadex.commons.future.IntermediateDelegationResultListener
Called when an intermediate result is available.
intermediateResultAvailable(E) - Method in class jadex.commons.future.IntermediateExceptionDelegationResultListener
Called when an intermediate result is available.
intermediateResultAvailable(E) - Method in interface jadex.commons.future.IOnIntermediateResultListener
Called when an intermediate result is available.
intermediateResultAvailable(E) - Method in class jadex.commons.future.UnlimitedIntermediateDelegationResultListener
Called when an intermediate result is available.
intermediateResultAvailable(E) - Method in class jadex.commons.gui.future.SwingIntermediateDefaultResultListener
Call customIntermediateResultAvailable() on swing thread.
intermediateResultAvailable(E) - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
Called when an intermediate result is available.
intermediateResultAvailable(E) - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
Called when an intermediate result is available.
intermediateResultAvailable(E) - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
Called when an intermediate result is available.
intermediateResultAvailable(TupleResult) - Method in class jadex.commons.future.DefaultTuple2ResultListener
Called when an intermediate result is available.
intermediateResultAvailable(Object) - Method in class jadex.bridge.service.component.multiinvoke.FlattenMultiplexCollector
 
intermediateResultAvailable(S) - Method in class jadex.bridge.nonfunctional.search.ServiceRankingResultListener
Process intermediate results for ranking.
intermediateResultAvailable(T) - Method in class jadex.bridge.service.component.multiinvoke.MultiServiceInvocationHandler.IntermediateMethodResultListener
Called when a service has been found.
intermediateResultAvailableIfUndone(E) - Method in class jadex.bridge.IntermediateComponentResultListener
Called when an intermediate result is available.
intermediateResultAvailableIfUndone(E) - Method in class jadex.bridge.TimeoutIntermediateResultListener
Called when an intermediate result is available.
intermediateResultAvailableIfUndone(E) - Method in class jadex.commons.future.IntermediateDelegationResultListener
Called when an intermediate result is available.
intermediateResultAvailableIfUndone(E) - Method in class jadex.commons.future.IntermediateExceptionDelegationResultListener
Called when an intermediate result is available.
intermediateResultAvailableIfUndone(E) - Method in interface jadex.commons.future.IUndoneIntermediateResultListener
Called when an intermediate result is available.
intermediateResultAvailableIfUndone(E) - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
Called when an intermediate result is available.
intermediateResultAvailableIfUndone(E) - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
Called when an intermediate result is available.
intermediateResultAvailableIfUndone(E) - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
Called when an intermediate result is available.
intermediateResultListener - Variable in class jadex.commons.future.CounterResultListener
Listener that is called on intermediate results.
intermediateResultListener - Variable in class jadex.commons.future.IntermediateExceptionDelegationResultListener
Custom functional result listener
IntermediateResultUnavailableException() - Constructor for exception jadex.bridge.service.component.interceptors.PrePostConditionInterceptor.IntermediateResultUnavailableException
Create a new exception.
IntermediateResultUnavailableException(String) - Constructor for exception jadex.bridge.service.component.interceptors.PrePostConditionInterceptor.IntermediateResultUnavailableException
Create a new exception.
intern(String) - Static method in class jadex.commons.SUtil
Optimized version of String.intern() that actually uses String.intern() but provides faster lookups if the String is already interned.
internalaccess - Variable in class jadex.bridge.service.BasicService
Internal access to its component.
internalAddValue(Object) - Method in class jadex.bdiv3x.runtime.RMessageEvent.RParamSet
 
internaleventmappings - Variable in class jadex.bdiv3.model.MPlanParameter
The internal event mappings.
internalevents - Variable in class jadex.bdiv3.model.MTrigger
 
internalGetChildren(IComponentIdentifier) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Get the children of a component.
internalGetComponentDescription(IComponentIdentifier) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Get the component description of a single component.
internalGetValues() - Method in class jadex.bdiv3x.runtime.RBeliefbase.RBeliefSet
 
internalGetValues() - Method in class jadex.bdiv3x.runtime.RMessageEvent.RParamSet
 
internalLoadPlugins(List) - Method in class jadex.extension.envsupport.observer.gui.ObserverCenter
 
internalMoveFile(File, File) - Static method in class jadex.commons.SUtil
Moves a file to a target location.
internalname - Variable in class jadex.bytecode.invocation.SInvocation.ExtendedClassWriter
Class internal name.
internalName(String) - Static method in class jadex.bdiv3.model.MElement
Convert a name to internal form for capability separator.
internalRead() - Method in class jadex.bridge.component.streams.InputConnection
Non-blocking read.
internalRemoveValue(Object) - Method in class jadex.bdiv3x.runtime.RMessageEvent.RParamSet
 
internalRemoveValues() - Method in class jadex.bdiv3x.runtime.RMessageEvent.RParamSet
 
internalSetParameterValue(String, Object, Object, ProcessThread) - Method in class jadex.bpmn.runtime.ProcessThread
Set the value of a parameter.
internalSetRawModel(Object) - Method in class jadex.bridge.modelinfo.ModelInfo
Set the kernel-specific model.
internalSetValues(List<Object>) - Method in class jadex.bdiv3x.runtime.RMessageEvent.RParamSet
The values to set.
INTERSECT_CUTOFF - Static variable in class jadex.bridge.service.search.Indexer
Cutoff value for building index set intersections.
IntervalBehavior<T> - Class in jadex.micro
Automatically reinvokes send method in intervals determined by the delay (in state).
IntervalBehavior(IInternalAccess, long, IComponentStep<T>, boolean) - Constructor for class jadex.micro.IntervalBehavior
Create a new lease time handling object.
IntervalBehavior.StepResultListener<E,​F> - Class in jadex.micro
 
intIntoBytes(int, byte[], int) - Static method in class jadex.commons.SUtil
Convert a long to bytes.
intransitiveSearchService(ServiceQuery<?>) - Method in interface jadex.bridge.service.types.registry.ISuperpeerCollaborationService
Search superpeer for a single service, restricted to the called superpeer.
intransitiveSearchServices(ServiceQuery<?>) - Method in interface jadex.bridge.service.types.registry.ISuperpeerCollaborationService
Search superpeer for services, restricted to the called superpeer.
IntrospectionException - Exception in jadex.commons.beans
 
IntrospectionException(String) - Constructor for exception jadex.commons.beans.IntrospectionException
 
introspector - Variable in class jadex.xml.bean.BeanObjectReaderHandler
The bean introspector.
introspector - Variable in class jadex.xml.bean.BeanObjectWriterHandler
The bean introspector (also scans for public fields).
Introspector - Class in jadex.commons.beans
The Introspector is a utility for developers to figure out which properties, events, and methods a JavaBean supports.
IntrospectorPlugin - Class in jadex.extension.envsupport.observer.gui.plugin
The Introspector
IntrospectorPlugin() - Constructor for class jadex.extension.envsupport.observer.gui.plugin.IntrospectorPlugin
 
intToBytes(int) - Static method in class jadex.commons.SUtil
Convert an integer to bytes.
invalidateLayout(Container) - Method in class jadex.commons.gui.ObjectCardLayout
When called, all values are recalculated.
invalidcolor - Variable in class jadex.commons.gui.JPlaceholderTextField
Color for invalid field.
inversionFlag_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Axis inversion flag
invertxaxis - Variable in class jadex.extension.envsupport.observer.perspective.Perspective2D
Flag if the x-axis should be inverted
invertxaxis - Variable in class jadex.extension.envsupport.observer.perspective.Perspective3D
Flag if the x-axis should be inverted
invertyaxis - Variable in class jadex.extension.envsupport.observer.perspective.Perspective2D
Flag if the y-axis should be inverted
invertyaxis - Variable in class jadex.extension.envsupport.observer.perspective.Perspective3D
Flag if the y-axis should be inverted
invoke() - Method in class jadex.bridge.service.component.ServiceInvocationContext
Invoke the next interceptor.
invoke(IServiceIdentifier, ServiceInvocationContext, int, int) - Method in class jadex.bridge.service.component.interceptors.IntelligentProxyInterceptor
 
invoke(IServiceIdentifier, ServiceInvocationContext, IServiceIdentifier, IExternalAccess, ITargetResolver, int, int) - Static method in class jadex.bridge.service.component.interceptors.IntelligentProxyInterceptor
 
invoke(Object, Class<?>, String, Object...) - Static method in class jadex.bytecode.invocation.SInvocation
Directly invokes a method based on the method name and arguments.
invoke(Object, Object...) - Method in interface jadex.bytecode.invocation.IMethodInvoker
Invokes a method on an object.
invoke(Object, Object...) - Method in class jadex.bytecode.invocation.SInvocation.FallBackInvoker
Invokes a method on an object.
invoke(Object, Method, Object[]) - Method in class jadex.base.PlatformConfigurationHandler
Called on method invocation.
invoke(Object, Method, Object[]) - Method in class jadex.bpmn.runtime.ProcessServiceInvocationHandler
Called when a method is invoked on a proxy.
invoke(Object, Method, Object[]) - Method in class jadex.bridge.service.component.BasicServiceInvocationHandler
A proxy method has been invoked.
invoke(Object, Method, Object[]) - Method in class jadex.bridge.service.component.multiinvoke.MultiServiceInvocationHandler
Called when a method is invoked.
invoke(Object, Method, Object[]) - Method in class jadex.bridge.service.component.RemoteMethodInvocationHandler
Invoke a method.
invoke(Object, Method, Object[]) - Method in class jadex.bridge.service.component.UnresolvedServiceInvocationHandler
Called on method invocation.
invoke(Object, Method, Object[]) - Method in class jadex.bridge.service.types.cms.PlatformComponent.ExternalAccessInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class jadex.commons.beans.EventHandler
 
invoke(Object, Method, Object[]) - Method in class jadex.extension.rs.invoke.RestServiceWrapperInvocationHandler
Called when a wrapper method is invoked.
invoke(Object, Method, List<Object>) - Method in class jadex.bridge.service.component.ServiceInvocationContext
Invoke the next interceptor.
invoke(Object, String, Object...) - Static method in class jadex.bytecode.invocation.SInvocation
Directly invokes a method based on the method name and arguments.
INVOKE_METHOD - Static variable in class jadex.bridge.service.component.interceptors.ResolveInterceptor
 
invokeBulkSetMethod(String[], String, List<Object>, Object, AReadContext, Object, String) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Set a value directly on a Java bean.
invokeConstructor(Class, Class[], Object[]) - Method in class jadex.javaparser.javaccimpl.ReflectNode
Find and invoke a constructor.
invokeDoubleMethod(ServiceInvocationContext, ServiceInfo, Method, Class<? extends Annotation>, boolean, boolean) - Method in class jadex.bridge.service.component.interceptors.ResolveInterceptor
Invoke double methods.
invokeJson(IInternalAccess, String, String, Map<String, Object>, Map<String, Object>, Class<?>) - Static method in class jadex.extension.rs.invoke.SRestInvocationHelper
Invokes the REST service for a JSON response.
invokeJson(IInternalAccess, String, String, Map<String, Object>, Map<String, Object>, Class<?>, boolean) - Method in class jadex.extension.rs.invoke.RestInvocationHelper
Invokes the REST service for a JSON response.
invokeJson(IInternalAccess, String, String, Map<String, Object>, Map<String, Object>, Class<?>, boolean) - Static method in class jadex.extension.rs.invoke.SRestInvocationHelper
Invokes the REST service for a JSON response.
invokeJson(IInternalAccess, String, String, Map<String, Object>, Map<String, Object>, String, Class<?>, boolean) - Method in class jadex.extension.rs.invoke.RestInvocationHelper
Invokes the REST service for a JSON response.
invokeLater(Runnable) - Method in interface jadex.commons.concurrent.ISynchronizator
Add an action from external thread.
invokeLater(Runnable) - Static method in class jadex.commons.gui.SGUI
Use SwingUtilities to put the given runnable in the AWT Event queue.
invokeLaterSimBlock(Runnable) - Static method in class jadex.commons.gui.SGUI
Invoke on swing thread and sync with simulation if any.
invokeMethod(Object, Class, Class[], Object[]) - Method in class jadex.javaparser.javaccimpl.ReflectNode
Find and invoke a method.
invokeMethod(String) - Static method in class jadex.commons.OperatingSystemMXBeanFacade
Invoke a method.
invokeMethod(String, ClassInfo[], Object[], ClassInfo) - Method in class jadex.bridge.service.BasicService
Invoke a method reflectively.
invokeMethod(String, ClassInfo[], Object[], ClassInfo) - Method in interface jadex.bridge.service.IService
todo: support also blackbox args (e.g.
InvokeMethodStep(ServiceInvocationContext) - Constructor for class jadex.bridge.service.component.interceptors.DecouplingInterceptor.InvokeMethodStep
Create an invoke method step.
InvokeMethodTask - Class in jadex.bpmn.runtime.task
Task for invoking a method with parameters and optionally storing the result as parameter value in the context.
InvokeMethodTask() - Constructor for class jadex.bpmn.runtime.task.InvokeMethodTask
 
INVOKER_CLASSES - Static variable in class jadex.bytecode.invocation.SInvocation
Cached invoker classes, the invoker class does not prevent GC (tested).
invokeService(IInternalAccess, String, String, String, List<Object>, ITaskContext, Object, Method) - Method in class jadex.bpmn.runtime.task.ServiceCallTask
Invoke the service.
invokeSetMethod(String[], String, Object, Object, AReadContext, Object, String) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Set a value directly on a Java bean.
invokeSynchronized(Runnable) - Method in interface jadex.commons.concurrent.ISynchronizator
Invoke some code synchronized with other behavior.
IObjectCreator - Interface in jadex.extension.envsupport
 
IObjectLinker - Interface in jadex.xml.reader
Interface for sequential linker.
IObjectListener - Interface in jadex.extension.envsupport.environment
 
IObjectObjectConverter - Interface in jadex.xml
Interface for converters that convert an object to another object.
IObjectReaderHandler - Interface in jadex.xml.reader
Interface for object reader handler.
IObjectSource - Interface in jadex.extension.envsupport.evaluation
An object source is used from a data provider to fetch all objects from a data source.
IObjectTask - Interface in jadex.extension.envsupport.environment
Interface for a task of an object.
IObjectWriterHandler - Interface in jadex.xml.writer
Interface for an object writer handler.
IObserverCenter - Interface in jadex.extension.envsupport.observer.gui
 
IObserverCenterPlugin - Interface in jadex.extension.envsupport.observer.gui.plugin
Interface for observer plugins.
IOfferGenerator - Interface in jadex.bdi.planlib.protocols
The interface for calculating offers of auctions (e.g.
IOnIntermediateResultListener<E> - Interface in jadex.commons.future
Callback interface for methods that should operate decoupled from caller thread.
IOTA - Static variable in class jadex.javaparser.javaccimpl.SelectNode
The selection mode for returning a single matching element.
IOutputConnection - Interface in jadex.bridge
Interface for output connection.
IOutputConnectionHandler - Interface in jadex.bridge.component.streams
 
IParameter - Interface in jadex.bdiv3x.runtime
The interface for parameters.
IParameterConverter - Interface in jadex.bridge.service.component.multiinvoke
 
IParameterElement - Interface in jadex.bdiv3x.runtime
The internal interface for all elements with parameters.
IParameterGuesser - Interface in jadex.commons
Interface for parameter guessers.
IParameterMapper - Interface in jadex.extension.rs.publish.mapper
The parameter mapper interface is used for mappers that take as input a parameter array and produce a converted one as output (n:m).
IParameterSet - Interface in jadex.bdiv3x.runtime
Interface for all parameter sets.
IParsedExpression - Interface in jadex.javaparser
An expression, that can be evaluated in a given state.
IPerceptGenerator - Interface in jadex.extension.envsupport.environment
Interface for percept generators.
IPerceptProcessor - Interface in jadex.extension.envsupport.environment
Interface for percept processors.
IPersistenceService - Interface in jadex.bridge.service.types.persistence
Service for basic component persistence features.
IPersistInfo - Interface in jadex.bridge.modelinfo
Interface for a persistable component state to be used from the outside (e.g.
IPerspective - Interface in jadex.extension.envsupport.observer.perspective
A perspective responsible for displaying information gathered using a view.
IPheromone - Interface in jadex.quickstart.cleanerworld.environment
Environment representation of a pheromone.
IPlan - Interface in jadex.bdiv3.runtime
User interface for plans.
IPlanbase - Interface in jadex.bdiv3x.runtime
The programmers interface for a plan base.
IPlatformComponentAccess - Interface in jadex.bridge.service.types.factory
Interface for operations on the component to be called from the platform.
IPlatformConfiguration - Interface in jadex.base
Interface for platform configuration.
IPlatformSettings - Interface in jadex.bridge.service.types.settings
 
IPojoComponentFeature - Interface in jadex.bridge.component
Feature to retrieve a pojo for the component.
IPoolStrategy - Interface in jadex.commons
Interface for pool strategies.
IPostProcessor - Interface in jadex.xml
Post-processes objects after an XML has been loaded.
IPostProcessorCall - Interface in jadex.xml.reader
Interface used to schedule post processor calls.
IPreferences - Interface in jadex.bridge.service.types.context
Interface for Android Shared Preferences.
IPreProcessor - Interface in jadex.xml
Pre-processes objects before writing them to XML.
IPrettyPrintUnit<T> - Interface in jadex.bridge.sensor.unit
Pretty print a value of unit of type T.
IPriorityComponentStep<T> - Interface in jadex.bridge
A priority component step can define an execution priority.
IPropertiesFeature - Interface in jadex.bridge.component
This features provides properties, i.e.
IPropertiesProvider - Interface in jadex.commons
Component that allows its properties being saved and restored.
IProperty - Interface in jadex.bridge.service.types.df
 
IPropertyMetaData - Interface in jadex.commons.meta
 
IPropertyMetaDataSet - Interface in jadex.commons.meta
 
IPropertyObject - Interface in jadex.commons
Interface for property-holding objects.
IProposalEvaluator - Interface in jadex.bdi.planlib.protocols
Interface used by default plans of the protocols capability for evaluating proposals, eg in iterated contract-net.
IProvidedServicesFeature - Interface in jadex.bridge.service.component
Component feature for provided services.
IProxyAgentService - Interface in jadex.bridge.service.types.remote
Service for administration of proxy agents.
IProxyAgentService.State - Enum in jadex.bridge.service.types.remote
The connection state.
IPublishService - Interface in jadex.bridge.service.types.publish
Service for publishing services in other technologies such as web services.
IPullIntermediateFuture<E> - Interface in jadex.commons.future
Intermediate future with pull mechanism.
IPullSubscriptionIntermediateFuture<E> - Interface in jadex.commons.future
Intermediate future with pull mechanism.
IQueryNextroundInfo - Interface in jadex.bdi.planlib.protocols
Interface used by default plans of the protocols capability for collecting information for a next negotiation round eg in iterated contract-net.
IQueryNextroundInfo.NextroundInfo - Class in jadex.bdi.planlib.protocols
An object encapsulating the nextround info.
IRankingSearchTerminationDecider<S> - Interface in jadex.bridge.nonfunctional.search
Decides when to start ranking results.
IRecoveryService - Interface in jadex.bridge.service.types.persistence
The recovery service is responsible for performing backups of the platform state and restore them at the next startup in case of platform failure.
IRegistryDataProvider - Interface in jadex.bridge.service.search
Interface for the search functionality to get the registry data.
IRemotable - Interface in jadex.commons
Marker interface for remotable objects.
IRemoteChangeListener<T> - Interface in jadex.commons
Remote version of the change listener.
IRemoteCommand<T> - Interface in jadex.bridge.component
Interface for remotely executable commands.
IRemoteExecutionFeature - Interface in jadex.bridge.component
Feature for securely sending and handling remote execution commands.
IRemoteRegistryService - Interface in jadex.bridge.service.types.registry
Service access to a remote registry.
IRemoteResultListener<E> - Interface in jadex.commons.future
Remoteable version of the result listener interface.
IRequiredServiceFetcher - Interface in jadex.bridge.service
Interface for fetching required services.
IRequiredServicesFeature - Interface in jadex.bridge.service.component
Component feature for required services.
ires - Variable in class jadex.bridge.service.component.interceptors.PrePostConditionInterceptor.PrePostConditionFetcher
The intermediate results.
IResourceIdentifier - Interface in jadex.bridge
Interface for resource identification.
IResultCommand<T,​E> - Interface in jadex.commons
Command with a result.
IResultListener<E> - Interface in jadex.commons.future
Callback interface for methods that should operate decoupled from caller thread.
IReturnValueCommand - Interface in jadex.xml
Interface for a command with return value.
IRulebaseEvent - Interface in jadex.bridge.service.types.ecarules
 
IRulebaseService - Interface in jadex.bridge.service.types.ecarules
 
IRuleEngineService - Interface in jadex.bridge.service.types.ecarules
 
IRuleService - Interface in jadex.bridge.service.types.ecarules
 
IRwMap<K,​V> - Interface in jadex.commons.collection
Interface for thread-safe maps using a read-write lock.
is - Variable in class jadex.bdi.planlib.messaging.AIM
An InputStream to the connection.
IS_EXPORTED - Static variable in class jadex.commons.SReflect
Reflective access to Module.isExported().
isAborted() - Method in class jadex.base.test.ComponentTestSuite
Indicate when the suite is aborted due to excessive run time.
isAborted() - Method in interface jadex.base.test.IAbortableTestSuite
 
isAborted() - Method in interface jadex.bdiv3.runtime.IPlan
Test if plan is aborted.
isAbstract() - Method in class jadex.commons.SClassReader.ClassInfo
Tests if class is abstract.
isAbstract() - Method in class jadex.commons.SClassReader.MethodInfo
Tests if method is abstract.
isAcceptable(Object) - Method in class jadex.bdi.planlib.protocols.Selector
Test if a proposal is acceptable.
isActive() - Method in interface jadex.bdiv3.runtime.IGoal
Test if the goal is in lifecyclestate 'active'.
isAdopted() - Method in class jadex.bdiv3x.runtime.RInternalEvent
Check if the element is currently part of the agent's reasoning.
isAdopted() - Method in class jadex.bdiv3x.runtime.RMessageEvent
Check if the element is currently part of the agent's reasoning.
isAgentClass(ClassNode) - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator
Check whether a given ClassNode is an Agent (or Capability) class.
isAgentOrCapa(String) - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator
Check whether a given Annotation marks an Agent or Capability.
isAlive() - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Check, if the platform is still alive.
isAll() - Method in class jadex.base.DefaultFileFilter
Test the all flag .
isAll() - Method in class jadex.base.ModelFileFilter
Get the all.
isAllowDuplicates() - Method in class jadex.commons.gui.EditableList
Test if duplicates are allowed.
isAndroid - Static variable in class jadex.commons.SReflect
Cached flag for android check.
isAndroid() - Static method in class jadex.commons.SReflect
Test if running on android.
isAndroidTesting - Static variable in class jadex.commons.SReflect
Flag set by testcases that indicates we're testing android projects in a desktop environment.
isAndroidTesting() - Static method in class jadex.commons.SReflect
 
isAnnotation() - Method in class jadex.commons.SClassReader.ClassInfo
Tests if class is an annotation.
isAnnotationPresent(Class<?>, Class<? extends Annotation>, ClassLoader) - Static method in class jadex.micro.MicroClassReader
 
isAnnotationPresent(Constructor<?>, Class<? extends Annotation>, ClassLoader) - Static method in class jadex.micro.MicroClassReader
 
isAnnotationPresent(Field, Class<? extends Annotation>, ClassLoader) - Static method in class jadex.micro.MicroClassReader
 
isAnnotationPresent(Method, Class<? extends Annotation>, ClassLoader) - Static method in class jadex.micro.MicroClassReader
 
isApplicable(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.AbstractApplicableInterceptor
Test if the interceptor is applicable.
isApplicable(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.AbstractLRUApplicableInterceptor
Test if the interceptor is applicable.
isApplicable(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.AbstractMultiInterceptor
Test if the interceptor is applicable.
isApplicable(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.ComponentThreadInterceptor
Test if the interceptor is applicable.
isApplicable(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.MethodCallListenerInterceptor
Test if the interceptor is applicable.
isApplicable(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.NFRequiredServicePropertyProviderInterceptor
Test if the interceptor is applicable.
isApplicable(ServiceInvocationContext) - Method in class jadex.bridge.service.component.interceptors.TracingInterceptor
Test if the interceptor is applicable.
isApplicable(ServiceInvocationContext) - Method in interface jadex.bridge.service.component.IServiceInvocationInterceptor
Test if the interceptor is applicable.
isArray() - Method in class jadex.bdiv3.model.MParameter
Test if parameter is of array type.
isArrayBelief() - Method in class jadex.bdiv3.model.MBelief
Test if belief is of array type.
isASMProxyClass(Class<?>) - Static method in class jadex.bridge.ProxyFactory
Test if it is a ASM proxy class.
isAuthenticated(Annotation) - Method in class jadex.bridge.service.component.interceptors.AuthenticationInterceptor
Check if an annotation belongs to the supported types of pre/postconditions.
isAutoRotation() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
 
isAvailable(Object) - Method in class jadex.commons.gui.ObjectCardLayout
Test if there is a panel for a object available.
isBasicType(Class<?>) - Static method in class jadex.commons.SReflect
Is basic type.
isBasicType(Object, Object) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Test if a value is a basic type.
isBasicType(Object, Object) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Test is a value is a basic type (and can be mapped to an attribute).
isBisimulating(IInternalAccess) - Static method in class jadex.bridge.service.types.simulation.SSimulation
Check if running in bisimulation.
isBlocked() - Method in class jadex.commons.concurrent.MonitoredThread
Returns if the thread is currently blocked.
isBorderOpaque() - Method in class jadex.commons.gui.GlowBorder
 
isBorrowed() - Method in class jadex.commons.concurrent.MonitoredThread
Returns if the thread is currently borrowed.
isBound() - Method in class jadex.commons.beans.PropertyDescriptor
 
isBreakpoint(Object) - Method in interface jadex.commons.ISteppable
Check if a rule is a breakpoint for the interpreter.
isBridge() - Method in class jadex.commons.SClassReader.MethodInfo
Tests if method is a bridge method.
isBulkLink() - Method in class jadex.xml.LinkingInfo
Get the bulklink.
isBulkLink() - Method in class jadex.xml.TypeInfo
Test if the object should be bulk linked.
isCaCertificate(String) - Static method in class jadex.commons.security.SSecurity
Tests if a certificate is a CA certificate.
isCanceled() - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Gets the canceled.
isCanceled() - Method in class jadex.bpmn.runtime.ProcessThread
Is the current task canceled?
isCardinalityOne() - Method in class jadex.bdiv3.model.MDeliberation
Get the cardinalityone.
isCellEditable(int, int) - Method in class jadex.commons.gui.jtable.DelegateTableModel
 
isCellEditable(int, int) - Method in class jadex.commons.gui.jtable.ObjectTableModel
Returns false.
isCellEditable(int, int) - Method in class jadex.commons.gui.jtable.StringArrayTableModel
Override
isCellEditable(int, int) - Method in class jadex.commons.gui.jtable.TableSorter
 
isCellEditable(int, int) - Method in class jadex.commons.gui.jtreetable.TreeTableModelAdapter
 
isCellEditable(Object, int) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
By default, make the column with the Tree in it the only editable one.
isCellEditable(Object, int) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableModel
Test if a cell is editable
isCellEditable(Object, int) - Method in class jadex.commons.gui.jtreetable.DynamicTreeTableModel
Returns true if there is a setter method name for column column.
isCellEditable(Object, int) - Method in interface jadex.commons.gui.jtreetable.TreeTableModel
Indicates whether the the value for node node, at column number column is editable.
isCellEditable(EventObject) - Method in class jadex.commons.gui.jtreetable.JTreeTable.TreeTableCellEditor
This is overridden to forward the event to the tree.
isChildProcess() - Method in class jadex.bridge.service.types.daemon.StartOptions
Get the childProcess.
isClassLoaderCompatible(Class<?>, ClassLoader) - Static method in class jadex.micro.MicroClassReader
 
isClosed() - Method in class jadex.bridge.component.streams.AbstractConnection
Get the closed.
isClosed() - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Get the closed.
isClosed() - Method in class jadex.commons.collection.ArrayBlockingQueue
Check if the queue is closed.
isClosed() - Method in class jadex.commons.collection.BlockingQueue
Check if the queue is closed.
isClosed() - Method in interface jadex.commons.collection.IBlockingQueue
Check if the queue is closed.
isCloseRequested() - Method in class jadex.bridge.component.streams.OutputConnectionHandler
Get the closereq.
isClosing() - Method in class jadex.bridge.component.streams.AbstractConnection
Get the closed.
isColumnChangeable(TableColumn) - Method in interface jadex.commons.gui.jtable.IVisibilityTableColumnModel
Checks whether the specified column can change visibility.
isColumnChangeable(TableColumn) - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
Checks whether the specified column can change visibility.
isColumnEditable(int) - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
Get the editability of the column.
isColumnExcluded(int) - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
Check if nodes of this type should have a value for the given column.
isColumnVisible(TableColumn) - Method in interface jadex.commons.gui.jtable.IVisibilityTableColumnModel
Checks whether the specified column is currently visible.
isColumnVisible(TableColumn) - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
Checks whether the specified column is currently visible.
isComplexColumn(int) - Method in class jadex.bpmn.MultiColumnTableEx
If this method returns true for a column index, the value of this column is only a indirection key for a other value annotation.
isComponentStepNecessary(IComponentIdentifier) - Static method in class jadex.base.SRemoteGui
Check if a component is necessary.
isComponentStepNecessary(IComponentIdentifier) - Static method in class jadex.bridge.service.types.factory.SComponentFactory
Check if a component is necessary.
isComponentThread() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
 
isComponentThread() - Method in interface jadex.bridge.component.IExecutionFeature
Test if current thread is the component thread.
isConnectionAlive() - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Test if the connection is alive.
isConstant() - Method in class jadex.javaparser.javaccimpl.ExpressionNode
Get if the node is constant.
isConstrained() - Method in class jadex.commons.beans.PropertyDescriptor
 
isContinuosly() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 
isCorrectAnonymousInnerClass(Class<?>, Map<String, String>) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Test if a class is the correct inner class.
isCreateAvatar() - Method in class jadex.extension.envsupport.environment.AvatarMapping
Should avatar be created.
isCreateComponent() - Method in class jadex.extension.envsupport.environment.AvatarMapping
Should component be created.
isCreateFromTag() - Method in class jadex.xml.TypeInfo
Test if object should be created from tag name.
isCreateFromTag() - Method in class jadex.xml.XMLInfo
Get the createfromtag.
isCurrentQuery(String) - Method in class jadex.commons.gui.ClassSearchPanel
Test if the search is still the current one.
isCurrentServiceInvalidNow() - Method in class jadex.commons.beans.beancontext.BeanContextServiceRevokedEvent
 
isDataAckFinished() - Method in class jadex.bridge.component.streams.OutputConnectionHandler
Tests if the data processing of the connection is finished.
isDataSendFinished() - Method in class jadex.bridge.component.streams.OutputConnectionHandler
Tests if the data processing of the connection is finished.
isDaytime() - Method in class jadex.quickstart.cleanerworld.environment.SensorActuator
Check, if it is at day or at night.
isDeclarative() - Method in class jadex.bdiv3.model.MGoal
Get the declarative.
isDecodableToSameType(Object, Object, IContext) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Test if a value is decodable to the same type.
isDecodableToSameType(Object, Object, IContext) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Test if a value is decodable to the same type.
isDelegated() - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
 
isDesignTime() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
 
isDesignTime() - Static method in class jadex.commons.beans.Beans
Determine if it's in design-mode.
isDesignTime() - Method in interface jadex.commons.beans.DesignMode
 
isDirectory() - Method in class jadex.base.JarAsDirectory
 
isDirectory() - Method in class jadex.bridge.service.types.filetransfer.FileData
Get the directory.
isDoFilter() - Method in interface jadex.commons.gui.jtable.ISorterFilterTableModel
 
isDoFilter() - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
 
isDone() - Method in class jadex.commons.future.Future
Test if done, i.e.
isDone() - Method in interface jadex.commons.future.IFuture
Test if done, i.e.
isDoSort() - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
 
isDownload() - Method in class jadex.bridge.service.types.chat.TransferInfo
Check if transfer is a download or upload.
isDropPrivileges() - Method in interface jadex.base.IExtendedPlatformConfiguration
Gets if the platform should keep admin/root privileges or attempt to drop to a user.
isDynamic() - Method in class jadex.bdiv3.model.MBelief
Get the dynamic.
isDynamic() - Method in interface jadex.bridge.nonfunctional.INFPropertyMetaInfo
Checks if the property is dynamic.
isDynamic() - Method in class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Checks if the property is dynamic.
isDynamic() - Method in class jadex.extension.envsupport.MObjectTypeProperty
 
isDynamic() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
 
ISearchConstraints - Interface in jadex.bridge
Interface for search constraints.
ISearchQueryManagerService - Interface in jadex.bridge.service.types.registry
Local service for handling all remote searches and queries including superpeer management and plain polling search fallback.
ISecurityInfo - Interface in jadex.bridge.service.types.security
Security meta-information of a message;
ISecurityService - Interface in jadex.bridge.service.types.security
The security service is responsible for validating (remote) requests.
iSelectedIndex - Variable in class jadex.commons.FixedJComboBox
 
ISelector - Interface in jadex.bdi.planlib.protocols
Interface for checking the acceptance of proposals.
isEmpty() - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Test if waitqueue is empty.
isEmpty() - Method in class jadex.bpmn.MultiColumnTable
 
isEmpty() - Method in class jadex.bridge.service.search.ServiceKeyExtractor.SetWrapper
 
isEmpty() - Method in class jadex.bytecode.vmhacks.ClassStore
Override
isEmpty() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
 
isEmpty() - Method in class jadex.commons.collection.BiHashMap
Tests if the map is empty.
isEmpty() - Method in class jadex.commons.collection.CheckedCollection
Returns
isEmpty() - Method in class jadex.commons.collection.CheckedMap
Returns
isEmpty() - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
isEmpty() - Method in class jadex.commons.collection.FastHashMap
 
isEmpty() - Method in class jadex.commons.collection.IdentityHashSet
Returns
isEmpty() - Method in class jadex.commons.collection.IndexMap
Returns
isEmpty() - Method in class jadex.commons.collection.LeaseTimeMap
Returns
isEmpty() - Method in class jadex.commons.collection.LeaseTimeSet
 
isEmpty() - Method in class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
 
isEmpty() - Method in class jadex.commons.collection.MultiCollection
Returns
isEmpty() - Method in class jadex.commons.collection.NestedMap
Returns
isEmpty() - Method in class jadex.commons.collection.OrderedProperties
Delegate.
isEmpty() - Method in class jadex.commons.collection.PassiveLeaseTimeSet
 
isEmpty() - Method in class jadex.commons.collection.RwMapWrapper
Returns if map is empty.
isEmpty() - Method in class jadex.commons.collection.Tree
Test if empty.
isEmpty() - Method in class jadex.commons.collection.WeakKeyValueMap
Returns if empty.
isEmpty() - Method in class jadex.commons.collection.WeakList
Returns
isEmpty() - Method in class jadex.commons.collection.WeakSet
Returns true if this set contains no elements.
isEmpty() - Method in class jadex.commons.collection.WeakValueMap
Check if empty.
isEmpty() - Method in class jadex.commons.collection.wrappers.CollectionWrapper
 
isEmpty() - Method in class jadex.commons.collection.wrappers.MapWrapper
 
isEnabled() - Static method in class jadex.commons.security.random.OpenSslAesCtr
Checks if the library is in a usable state.
isEnabled() - Static method in class jadex.commons.security.random.OpenSslAesCtrRandom
Checks if the library is in a usable state.
isEnhanced(SClassReader.ClassFileInfo) - Static method in class jadex.bdiv3.AbstractAsmBdiClassGenerator
Returns whether a class is already enhanced.
isEnhanced(Class<?>) - Static method in class jadex.bdiv3.AbstractAsmBdiClassGenerator
Returns whether a class is already enhanced.
isEnum() - Method in class jadex.commons.SClassReader.ClassInfo
Tests if class is an enum.
isEnum() - Method in class jadex.commons.SClassReader.FieldInfo
Tests if field is an enum.
ISerializationServices - Interface in jadex.bridge.service.types.serialization
Functionality for managing serialization.
ISerializer - Interface in jadex.bridge.service.types.message
Encode and decode an object from a byte representation.
IService - Interface in jadex.bridge.service
The interface for platform services.
IServiceEvaluator - Interface in jadex.bridge.nonfunctional.search
 
IServiceIdentifier - Interface in jadex.bridge.service
Interface for service identifier.
IServiceInvocationInterceptor - Interface in jadex.bridge.service.component
Service invocation interceptor interface.
IServiceRanker<S> - Interface in jadex.bridge.nonfunctional.search
Interfaces for non-functional ranking mechanism for services.
IServiceRegistry - Interface in jadex.bridge.service.search
Interface for a service registry.
ISettingsService - Interface in jadex.bridge.service.types.settings
This service allows storing and retrieving settings for specific components or services.
isEvent() - Method in class jadex.extension.envsupport.MObjectTypeProperty
 
isEventMode() - Method in class jadex.bridge.service.search.ServiceQuery
Checks if query is in event mode.
isExcludeOwner() - Method in class jadex.bridge.service.search.ServiceQuery
Checks if service of the query owner should be excluded.
isExecuting() - Method in interface jadex.bridge.service.types.simulation.ISimulationService
Test if context is executing.
isExists() - Method in class jadex.bridge.service.types.filetransfer.FileData
Get the exists flag.
isExpanded(TreePath) - Method in class jadex.commons.gui.TreeExpansionHandler
Test if a path is expanded or should be.
isExpert() - Method in class jadex.commons.beans.FeatureDescriptor
isExpired(long) - Method in class jadex.commons.collection.CacheEntry
Test if a cache entry is expired.
isExported() - Method in class jadex.bdiv3.model.MBelief
Get the exported flag.
isExported() - Method in class jadex.bdiv3.model.MElementRef
Get the exported.
isExported() - Method in class jadex.bdiv3.model.MProcessableElement
Get the exported flag.
isExported(Class<?>) - Static method in class jadex.commons.SReflect
Tests if the class is part of a package that the containing module has exported.
isExpressionString(String) - Static method in class jadex.javaparser.SJavaParser
Check if string is an expression.
isExternalThread() - Method in interface jadex.commons.concurrent.ISynchronizator
Check if the external thread is accessing.
isFailed() - Method in interface jadex.bdiv3x.runtime.IFinishableElement
Test if element is failed.
isFieldBelief() - Method in class jadex.bdiv3.model.MBelief
Test if this belief refers to a field.
isFieldParameter() - Method in class jadex.bdiv3.model.MParameter
Test if this belief refers to a field.
isFinal() - Method in class jadex.commons.SClassReader.AnnotatedEntity
Tests if entity is final.
isFinished() - Method in class jadex.base.test.TestReport
Is the test finished, i.e.
isFinished() - Method in interface jadex.bdiv3x.runtime.IFinishableElement
Test if goal is finished.
isFinished() - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Check, if the process has terminated.
isFinished() - Method in class jadex.bridge.nonfunctional.search.ServiceRankingDelegationResultListener
Get the finished.
isFinished() - Method in class jadex.bridge.nonfunctional.search.ServiceRankingResultListener
Get the finished.
isFinished() - Method in class jadex.bridge.service.types.chat.TransferInfo
Check if transfer is finished.
isFinished(IEnvironmentSpace, ISpaceObject) - Method in class jadex.extension.envsupport.environment.AbstractTask
Check if a task is finished and should be removed.
isFinished(IEnvironmentSpace, ISpaceObject) - Method in interface jadex.extension.envsupport.environment.IObjectTask
Check if a task is finished and should be removed.
isFinished(String, String) - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Check, if the process has terminated.
isFinished(String, String) - Method in class jadex.bpmn.runtime.ProcessThread
The context is finished, when there are no (more) threads to execute.
isFinishing() - Method in class jadex.bridge.nonfunctional.search.ServiceRankingDelegationResultListener
Get the finished.
isFloppyDrive(File) - Static method in class jadex.commons.SNonAndroid
Check if a file represents a floppy.
isFloppyDrive(File) - Static method in class jadex.commons.SUtil
Check if a file represents a floppy.
isFull() - Method in interface jadex.quickstart.cleanerworld.environment.IWastebin
Test is the wastebin is full.
isFullscreen() - Method in class jadex.extension.envsupport.observer.gui.ObserverCenterWindow
 
isGetField(int) - Method in class jadex.bdiv3.asm.AsmOpcodeHelper
 
isGetField(int) - Method in class jadex.bdiv3.OpcodeHelper
 
isGlobal() - Method in enum jadex.bridge.service.ServiceScope
Check if the scope is global.
isGoal(String) - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator
Check whether a given Annotation marks a goal.
isGoalClass(ClassNode) - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator
 
isGridSpace(boolean) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
 
isGridSpace(boolean) - Method in interface jadex.extension.envsupport.observer.graphics.IViewport3d
 
isGuiAvailable() - Static method in class jadex.commons.beans.Beans
Returns a boolean indication of whether or not a GUI is available for beans.
isGuiThread() - Static method in class jadex.commons.SNonAndroid
Test if a call is running on the swing thread.
isGuiThread() - Static method in class jadex.commons.SUtil
Test if a call is running on a gui (e.g.
isHandling(ISecurityInfo, IMsgHeader, Object) - Method in interface jadex.bridge.component.IMessageHandler
Test if handler should handle a message.
isHashGid(IResourceIdentifier) - Static method in class jadex.bridge.ResourceIdentifier
Test if the global id is non-null and a hash id.
isHasLightMaterials() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Object3d
 
isHidden() - Method in class jadex.commons.beans.FeatureDescriptor
isIgnoreRead() - Method in class jadex.xml.AccessInfo
Is ignore read.
isIgnoreRead() - Method in class jadex.xml.AttributeInfo
Is ignore read.
isIgnoreWrite() - Method in class jadex.xml.AccessInfo
Is ignore write.
isIgnoreWrite() - Method in class jadex.xml.AttributeInfo
Is ignore write.
ISimpleDelegationClassLoader - Interface in jadex.bridge.service.types.library
Interface for DexClassLoaders that are capable of delegating classloading requests.
ISimulationService - Interface in jadex.bridge.service.types.simulation
Interface for the time simulation service.
isInCategory(Object, String) - Method in class jadex.bridge.AbstractErrorReportBuilder
Test if an object belongs to a category.
isIncluded(IComponentIdentifier, IService) - Method in interface jadex.bridge.service.search.IRegistryDataProvider
Test if a service is included.
isIncludeFields() - Method in class jadex.xml.TypeInfo
Get the includefields.
isIncludeMethods() - Method in class jadex.xml.TypeInfo
Get the includemethods.
isInDefaultEventSet() - Method in class jadex.commons.beans.EventSetDescriptor
 
isIndexed(String) - Method in class jadex.bridge.service.search.Indexer
Test if a property is indexed per name.
isInhibited(RGoal) - Method in class jadex.bdiv3.runtime.EasyDeliberationStrategy
Test if goal is inhibited.
isInhibitedBy(RGoal, RGoal) - Method in class jadex.bdiv3.runtime.EasyDeliberationStrategy
Test if goal is inhibited by another goal.
isInited() - Method in class jadex.bdiv3x.features.BDIXLifecycleAgentFeature
Get the inited.
isInited() - Method in class jadex.bridge.component.streams.AbstractConnection
Get the inited.
isInitiatorSide() - Method in class jadex.bridge.component.streams.AbstractConnection
Test if this connection is the initiator side.
isInitSuspend(CreationInfo, IModelInfo, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Test if a component should be suspended after init is done.
isInitWrite() - Method in class jadex.bdiv3.runtime.wrappers.ListWrapper
 
isInitWrite() - Method in class jadex.bdiv3.runtime.wrappers.MapWrapper
 
isInitWrite() - Method in class jadex.bdiv3.runtime.wrappers.SetWrapper
 
isInjected() - Method in class jadex.bridge.nonfunctional.NFRootProperty
Get the injected.
isInputConnection() - Method in class jadex.bridge.component.streams.AbstractConnection
Test if this connection is an input connection.
isInputValid() - Method in class jadex.commons.gui.JValidatorTextField
Test if the input is valid with regards to the text.
isInRange(Date, Date, Date) - Static method in class jadex.commons.SUtil
Test if the date is in the range.
isInstanceOf(Object, Class<?>) - Static method in class jadex.commons.beans.Beans
Determine if the the specified bean object can be viewed as the specified type.
isInterface() - Method in class jadex.commons.SClassReader.ClassInfo
Tests if class is an interface.
isInvalid() - Method in class jadex.extension.envsupport.environment.ComponentActionList.ActionEntry
Get the invalid.
isIterable(Object) - Static method in class jadex.commons.SReflect
Test if object is some kind of collection.
isIterableClass(Class) - Static method in class jadex.commons.SReflect
Test if class is some kind of collection.
isIterated() - Method in class jadex.bdi.planlib.protocols.contractnet.CNPInitiatorPlan
Test if it is the iterated contract-net version.
isIterated() - Method in class jadex.bdi.planlib.protocols.contractnet.CNPReceiverPlan
Test if it is the iterated contract-net version.
isJadexRid(IResourceIdentifier) - Static method in class jadex.bridge.ResourceIdentifier
Test if a rid refers to one of the jadex platform modules, i.e.
isJavaSourceFilename(String) - Static method in class jadex.commons.SUtil
Test if a file is a Java source file.
isKdTree() - Method in class jadex.extension.envsupport.MObjectType
 
isKeyFromParent() - Method in class jadex.xml.bean.BeanAccessInfo
Get the keyfromparent.
isKillAvatar() - Method in class jadex.extension.envsupport.environment.AvatarMapping
Should avatar be killed.
isKillComponent() - Method in class jadex.extension.envsupport.environment.AvatarMapping
Should component being killed.
isLeaf(Object) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
 
isLeaf(Object) - Method in class jadex.commons.gui.jtreetable.DynamicTreeTableModel
TreeModel method to determine if a node is a leaf.
isLoadable(IExternalAccess, String, IResourceIdentifier) - Static method in class jadex.bridge.service.types.factory.SComponentFactory
Test if a model can be loaded by the factory.
isLoadable(String) - Method in class jadex.micro.KernelMultiAgent
Check if a filename is loadable with respect to the suffixes.
isLoadable(String, String[], IResourceIdentifier) - Method in class jadex.bdiv3.BDIAgentFactory
Test if a model can be loaded by the factory.
isLoadable(String, String[], IResourceIdentifier) - Method in class jadex.bdiv3x.BDIXComponentFactory
Test if a model can be loaded by the factory.
isLoadable(String, String[], IResourceIdentifier) - Method in class jadex.bpmn.BpmnFactory
Test if a model can be loaded by the factory.
isLoadable(String, String[], IResourceIdentifier) - Method in interface jadex.bridge.service.types.factory.IComponentFactory
Test if a model can be loaded by the factory.
isLoadable(String, String[], IResourceIdentifier) - Method in class jadex.micro.KernelMultiAgent
Test if a model can be loaded by the factory.
isLoadable(String, String[], IResourceIdentifier) - Method in class jadex.micro.MicroAgentFactory
Test if a model can be loaded by the factory.
isLoadable(String, String[], IResourceIdentifier) - Method in class jadex.microservice.MicroserviceFactory
Test if a model can be loaded by the factory.
isLoadConstant(int) - Method in class jadex.bdiv3.asm.AsmOpcodeHelper
 
isLoadConstant(int) - Method in class jadex.bdiv3.OpcodeHelper
 
isLocal() - Method in enum jadex.bridge.service.ServiceScope
Check if the scope not remote.
isLocal(IResourceIdentifier, IComponentIdentifier) - Static method in class jadex.bridge.ResourceIdentifier
Test if a rid is local to this platform.
isLocalReference(Object) - Method in interface jadex.bridge.service.types.serialization.ISerializationServices
Test if an object has reference semantics.
isLoggable(Level) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Check if a message of the given level would actually be logged by this logger.
isLoggable(LogRecord) - Method in class jadex.bytecode.vmhacks.LoggerFilterStore
Unused
isLoggedin() - Method in class jadex.bdi.planlib.messaging.AIM
Getter for loggedin
isLoop() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 
isLoop() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Animation
 
isMaster() - Method in class jadex.bridge.fipa.CMSCreateComponent
Get the master flag.
isMetagoal() - Method in class jadex.bdiv3.model.MGoal
Get the metagoal.
isModelType(IExternalAccess, String, IResourceIdentifier) - Static method in class jadex.bridge.service.types.factory.SComponentFactory
Test if a model can be loaded by the factory.
isMonitoring() - Method in interface jadex.bridge.service.component.IInternalServiceMonitoringFeature
Check if there is someone monitoring.
isMonitoring() - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Check if there is someone monitoring.
isMulti() - Method in class jadex.bridge.service.PublishInfo
Gets if the publishing should be done on multiple publishing services.
isMulti() - Method in class jadex.xml.SubobjectInfo
Test if it is a multi subobject.
isMulti(ClassLoader) - Method in class jadex.bdiv3.model.MBelief
Get the multi.
isMulti(ClassLoader) - Method in class jadex.bdiv3.model.MParameter
Get the multi.
isMultiFactory(IComponentFactory) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Test if factory is a multi factory.
isNative() - Method in class jadex.commons.SClassReader.MethodInfo
Tests if method is a native method.
isNative(int) - Method in class jadex.bdiv3.asm.AsmOpcodeHelper
 
isNative(int) - Method in class jadex.bdiv3.OpcodeHelper
 
isNear(ILocation) - Method in interface jadex.quickstart.cleanerworld.environment.ILocation
Check, if the other location is in range.
isNetwork() - Method in enum jadex.bridge.service.ServiceScope
Check if the scope is a network scope.
isNoAuthentication() - Method in class jadex.bridge.service.types.email.EmailAccount
Get the noAuthentication.
isNoPlatformMode(IInternalAccess) - Static method in class jadex.base.Starter
Test if agent runs in no platform mode.
ISO8601UTCFALLBACKS - Static variable in class jadex.commons.SUtil
ISO8601 fallbacks assuming UTC.
ISO8601ZONEDFALLBACKS - Static variable in class jadex.commons.SUtil
ISO8601 fallbacks with included timezone.
ISO8859_1 - Static variable in class jadex.commons.SUtil
ISO-8859-1 charset.
isOptional() - Method in class jadex.bdiv3.model.MParameter
Get the optional flag.
isOrSuccess() - Method in class jadex.bdiv3.model.MGoal
Get the flag if is or success.
ISorterFilterTableModel - Interface in jadex.commons.gui.jtable
 
ISpaceAction - Interface in jadex.extension.envsupport.environment
Interface for space actions.
ISpaceController - Interface in jadex.extension.envsupport.environment
Importand Interfance connects the Abstract Space with the 3d MonkeyWorld
ISpaceExecutor - Interface in jadex.extension.envsupport.environment
A space executor is responsible for executing an environment in a certain manner (e.g.
ISpaceObject - Interface in jadex.extension.envsupport.environment
Interface for a space object.
ISpaceProcess - Interface in jadex.extension.envsupport.environment
Space process interface.
isPaintable() - Method in interface jadex.commons.beans.PropertyEditor
 
isPaintable() - Method in class jadex.commons.beans.PropertyEditorSupport
 
isParameterCopy(IComponentIdentifier) - Static method in class jadex.base.Starter
Check if the parameter copy flag is set for a platform.
isPassed() - Method in interface jadex.bdiv3.runtime.IPlan
Test if plan is passed.
isPausedDisplaying() - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
 
isPerformed() - Method in class jadex.base.test.Testcase
Check if this test case has been performed and is finished.
isPlan(String) - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator
Check whether a given Annotation marks a plan.
isPlanClass(ClassNode) - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator
 
isPlanMethod(MethodNode) - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator
 
isPositional() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 
isPostToAll() - Method in class jadex.bdiv3.model.MProcessableElement
Test if is posttoall.
isPredefined() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Effect
 
isPreferred() - Method in class jadex.commons.beans.FeatureDescriptor
isPrePostCondition(Annotation) - Method in class jadex.bridge.service.component.interceptors.PrePostConditionInterceptor
Check if an annotation belongs to the supported types of pre/postconditions.
isPrintExceptions() - Method in interface jadex.base.IPlatformConfiguration
Shall print exceptions.
isPrintPlatformSecret() - Method in interface jadex.bridge.service.types.security.ISecurityService
Checks if platform secret is printed.
isPrintSecret() - Method in interface jadex.base.IPlatformConfiguration
Returns if the security service should print the platform secret during start.
isPrivate() - Method in class jadex.commons.SClassReader.ClassEntity
Tests if entity is private.
isPrivateMessage() - Method in class jadex.bridge.service.types.chat.ChatEvent
Get the privatemessage.
isPropagated() - Method in class jadex.commons.beans.beancontext.BeanContextEvent
 
isProposalAcceptable(Object, Object, NegotiationRecord[], ParticipantProposal) - Method in class jadex.bdi.planlib.protocols.ProposalEvaluator
Check if a proposal is acceptable.
isProtected() - Method in class jadex.commons.SClassReader.ClassEntity
Tests if entity is protected.
isProvidedServiceProxy(Object) - Static method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Test if a service is a provided service proxy.
isProxyClass(Class<?>) - Static method in class jadex.bridge.ProxyFactory
Returns true if and only if the specified class was dynamically generated to be a proxy class using the getProxyClass method or the newProxyInstance method.
isPublic() - Method in class jadex.commons.SClassReader.AnnotatedEntity
Tests if entity is public.
isPutField(int) - Method in class jadex.bdiv3.asm.AsmOpcodeHelper
 
isPutField(int) - Method in class jadex.bdiv3.OpcodeHelper
 
isRandomSelection() - Method in class jadex.bdiv3.model.MProcessableElement
Test if is random selection.
isReadOnly() - Method in interface jadex.base.IPlatformConfiguration
Get the readonly state.
isReady() - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Check if the process is ready, i.e.
isReady(String, String) - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Check if the process is ready, i.e.
isRealtime() - Method in interface jadex.bridge.nonfunctional.INFPropertyMetaInfo
Checks if the property is real time.
isRealtime() - Method in class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Checks if the property is real time.
isRealtimeTimeout(IComponentIdentifier) - Static method in class jadex.base.Starter
Check if the real time timeout flag is set for a platform.
isRebuild() - Method in class jadex.bdiv3.model.MProcessableElement
Test if rebuild APL.
isRecur() - Method in class jadex.bdiv3.model.MGoal
Test if is recur.
isRedirectable(ServiceInvocationContext) - Static method in class jadex.bridge.service.component.interceptors.IntelligentProxyInterceptor
 
isRefresh() - Method in class jadex.base.JarAsDirectory
Test if jar should refresh its content.
isRefuseUnauth() - Method in interface jadex.base.IPlatformConfiguration
Returns if the security service allows unauthenticated connections.
isRelativePosition() - Method in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Tests if primitive is using relative positioning.
isRelativePosition() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Tests if primitive is using relative positioning.
isRelativeRotation() - Method in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Tests if primitive is using relative rotation.
isRelativeRotation() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Tests if primitive is using relative rotation.
isRelativeSize() - Method in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Tests if primitive is using relative scaling.
isRelativeSize() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Tests if primitive is using relative scaling.
isRelayDynamicRouting() - Method in interface jadex.base.IExtendedPlatformConfiguration
Checks if the relay transport should support routing through dynamically acquired peers.
isRemote() - Method in class jadex.bridge.fipa.CMSSearchComponents
Test if remote.
isRemote(ServiceQuery<?>) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Check if a query is potentially remote.
isRemoteCall() - Method in class jadex.bridge.service.component.ServiceInvocationContext
Test if a call is remote.
isRemoteCall(IComponentIdentifier) - Method in class jadex.bridge.ServiceCall
Test if a call is remote.
isRemoteComponent(IComponentIdentifier, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Test if a component identifier is a remote component.
isRemoteExcluded() - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Is the local platform excluded by the remote platform?
isRemoteObject(Object) - Method in interface jadex.bridge.service.types.serialization.ISerializationServices
Test if an object is a remote object.
isRemove() - Method in interface jadex.bridge.component.IMessageHandler
Test if handler should be removed.
isReply(FipaMessage, FipaMessage) - Method in class jadex.bridge.fipa.FipaMessagePreprocessor
Optionally check for reply matches.
isRequired() - Method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Check if the handler is for a required service proxy.
isRequiredServiceProxy(Object) - Static method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Test if a service is a required service proxy.
isRescueThread(IComponentIdentifier) - Static method in class jadex.base.Starter
Test if the current thread is the rescue thread of the platform.
isResolved() - Method in class jadex.base.RemoteJarFile
Test if the jar is already resolved, ie.
isResult() - Method in class jadex.bdiv3.model.MBelief
Get the result flag.
isResult() - Method in class jadex.bdiv3.model.MElementRef
Get the result.
isRetry() - Method in class jadex.bdiv3.model.MGoal
Test if is retry.
isReturn(int) - Method in class jadex.bdiv3.asm.AsmOpcodeHelper
 
isReturn(int) - Method in class jadex.bdiv3.OpcodeHelper
 
isRigDebug() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Object3d
 
isRnd() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
isRoot() - Method in class jadex.base.JarAsDirectory
Test if this is the real jar (not a contained file).
isRootAdmin() - Method in class jadex.bytecode.vmhacks.NativeHelper
Tests if the JVM is running as root/admin.
isRotation3d() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
 
isRunning() - Method in class jadex.commons.concurrent.Executor
Check if the executor is running.
isRunning() - Method in interface jadex.commons.concurrent.IThreadPool
Test if the thread pool is running.
isRunning() - Method in class jadex.commons.concurrent.JavaThreadPool
Test if the thread pool is running.
isRunning() - Method in class jadex.commons.concurrent.ThreadPool
Test if the thread pool is running.
isSelected() - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableAction
 
isSelected() - Method in interface jadex.commons.gui.jtreetable.TreeTableAction
Determine if the checkbox should be selected.
isSendAllowed() - Method in class jadex.bridge.component.streams.OutputConnectionHandler
 
isSerializing() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Returns true if this context is currently being serialized (by another thread).
isServiceClass(Class) - Method in class jadex.commons.beans.beancontext.BeanContextServiceRevokedEvent
 
isShader() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
 
isShowEntriesCount() - Method in class jadex.commons.gui.EditableList
Test if number of entries is shown.
isShowing() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Checks if this IViewport is showing on screen.
isShowing() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
Checks if this IViewport is showing on screen.
isShowing() - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Checks if this IViewport is showing on screen.
isShutdown() - Method in class jadex.bdiv3x.features.BDIXLifecycleAgentFeature
Get the shutdown.
isShutdown() - Method in class jadex.bridge.service.types.threadpool.JadexExecutorServiceAdapter
Override.
isSimulating(IInternalAccess) - Static method in class jadex.bridge.service.types.simulation.SSimulation
Check if running in (single platform) simulation.
isSorting() - Method in class jadex.commons.gui.jtable.TableSorter
 
isSphere() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
isSsl() - Method in class jadex.bdi.planlib.messaging.EmailAccount
Is ssl connection?
isSsl() - Method in class jadex.bridge.service.types.email.EmailAccount
Is ssl connection?
isStartable() - Method in interface jadex.bridge.modelinfo.IModelInfo
Is the model startable.
isStartable() - Method in class jadex.bridge.modelinfo.ModelInfo
Is the model startable.
isStartable(IExternalAccess, String, IResourceIdentifier) - Static method in class jadex.bridge.service.types.factory.SComponentFactory
Test if a model is startable (e.g.
isStartable(String, String[], IResourceIdentifier) - Method in class jadex.bdiv3.BDIAgentFactory
Test if a model is startable (e.g.
isStartable(String, String[], IResourceIdentifier) - Method in class jadex.bdiv3x.BDIXComponentFactory
Test if a model is startable (e.g.
isStartable(String, String[], IResourceIdentifier) - Method in class jadex.bpmn.BpmnFactory
Test if a model is startable (e.g.
isStartable(String, String[], IResourceIdentifier) - Method in interface jadex.bridge.service.types.factory.IComponentFactory
Test if a model is startable (e.g.
isStartable(String, String[], IResourceIdentifier) - Method in class jadex.micro.KernelMultiAgent
Test if a model is startable (e.g.
isStartable(String, String[], IResourceIdentifier) - Method in class jadex.micro.MicroAgentFactory
Test if a model is startable (e.g.
isStartable(String, String[], IResourceIdentifier) - Method in class jadex.microservice.MicroserviceFactory
Test if a model is startable (e.g.
isStartOnLoad() - Method in class jadex.extension.envsupport.observer.gui.plugin.EvaluationPlugin
Should plugin be started on load.
isStartOnLoad() - Method in class jadex.extension.envsupport.observer.gui.plugin.InteractionTestPlugin
Should plugin be started on load.
isStartOnLoad() - Method in class jadex.extension.envsupport.observer.gui.plugin.IntrospectorPlugin
Should plugin be started on load.
isStartOnLoad() - Method in interface jadex.extension.envsupport.observer.gui.plugin.IObserverCenterPlugin
Should plugin be started on load.
isStartOnLoad() - Method in class jadex.extension.envsupport.observer.gui.plugin.VisualsPlugin
Should plugin be started on load.
isStartRanking(Collection<S>, IServiceEvaluator) - Method in class jadex.bridge.nonfunctional.search.CountThresholdSearchTerminationDecider
Decides if the search should start ranking.
isStartRanking(Collection<S>, IServiceEvaluator) - Method in interface jadex.bridge.nonfunctional.search.IRankingSearchTerminationDecider
Decides if the search should terminate and the ranking should start.
isStartScreen() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.NiftyScreen
 
isStartTls() - Method in class jadex.bridge.service.types.email.EmailAccount
Get the starttls.
isStatic() - Method in class jadex.commons.SClassReader.ClassEntity
Tests if entity is static.
isStepmode() - Method in interface jadex.commons.ISteppable
Test if in stepmode.
isStop() - Method in class jadex.bridge.component.streams.AckInfo
Get the stop.
isStop() - Method in class jadex.bridge.component.streams.InputConnectionHandler
Test if stop is activated (too much data arrived).
isStop() - Method in class jadex.bridge.component.streams.OutputConnectionHandler
 
isStrict() - Method in class jadex.commons.SClassReader.MethodInfo
Tests if method is strict.
isStringConvertableType(Class) - Static method in class jadex.commons.SReflect
Test if the class is automatically convertable from/to a string.
isSucceeded() - Method in class jadex.base.test.Testcase
Have all component tests succeeded.
isSucceeded() - Method in class jadex.base.test.TestReport
Has the test succeeded.
isSucceeded() - Method in interface jadex.bdiv3x.runtime.IFinishableElement
Test if element is succeeded.
isSupertype(Class<?>, Class<?>) - Static method in class jadex.commons.SReflect
Check if a class is a supertype of, or the same as another class.
isSupported(String) - Method in interface jadex.bridge.service.types.publish.IPublishService
Test if publishing a specific type is supported (e.g.
isSupportedBasicType(Class<?>) - Method in class jadex.bridge.service.component.interceptors.ResolveInterceptor
Test if basic converter can handle this type.
isSuspend() - Method in class jadex.bridge.fipa.CMSCreateComponent
Get the suspend flag.
isSwitchCall() - Method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Check if a switch call should be done.
isSwitchCall() - Method in interface jadex.bridge.service.component.ISwitchCall
Check if a switch call should be done.
isSwitchCall() - Method in class jadex.bridge.service.component.RemoteMethodInvocationHandler
Check if a switch call should be done.
isSwitching() - Method in class jadex.commons.concurrent.Executor
Check if the executor wants to switch threads.
isSynchronized() - Method in class jadex.commons.SClassReader.MethodInfo
Tests if method is synchronized.
isSynchronous() - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Get the synchronous flag.
isSynchronous() - Method in interface jadex.bridge.service.types.cms.IComponentDescription
Get the synchronous flag.
isSynthetic() - Method in class jadex.commons.SClassReader.AnnotatedEntity
Tests if entity is synthetic.
isSystemComponent() - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Test if it is a system component.
isSystemComponent() - Method in interface jadex.bridge.service.types.cms.IComponentDescription
Test if it is a system component.
isSystemComponent(IModelInfo, CreationInfo, IComponentIdentifier) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
 
isSystemService() - Method in class jadex.bridge.service.ProvidedServiceInfo
Get the systemservice.
isSystemService(Class<?>) - Static method in class jadex.bridge.service.ServiceIdentifier
Test if the service is a system service.
IStepHandler - Interface in jadex.bpmn.runtime
Handles the transition of steps.
ISteppable - Interface in jadex.commons
Interface for components that can be executed in stepmode.
isTerminated() - Method in class jadex.bridge.service.types.threadpool.JadexExecutorServiceAdapter
Override.
isTestcase(String, IExternalAccess, IResourceIdentifier) - Static method in class jadex.base.SRemoteGui
Check if a component model can be started as test case.
isTransient() - Method in class jadex.commons.SClassReader.FieldInfo
Tests if field is transient.
isTreeExpanded(JTree, TreePath) - Static method in class jadex.commons.gui.TreeExpansionHandler
Test if a tree node is expanded or should be.
isTrue() - Method in enum jadex.commons.Boolean3
Check if explicitly set to true, i.e.
isTypeCompatible(Object, ObjectInfo, IContext) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Test if a value is compatible with the defined typeinfo.
isTypeCompatible(Object, ObjectInfo, IContext) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Test if a value is compatible with the defined typeinfo.
ISubcomponentsFeature - Interface in jadex.bridge.component
Allows a component to have subcomponents.
ISubObjectConverter - Interface in jadex.xml
Converter for subobjects.
ISubscriptionIntermediateFuture<E> - Interface in jadex.commons.future
The subscription intermediate future does not save the results but instead uses a fire and forget semantics.
isUndone() - Method in class jadex.bridge.TimeoutIntermediateResultListener
Get the undone.
isUndone() - Method in class jadex.commons.future.CollectionResultListener
Get the undone.
isUndone() - Method in class jadex.commons.future.CounterResultListener
Get the undone.
isUndone() - Method in class jadex.commons.future.DelegationResultListener
Get the undone.
isUndone() - Method in class jadex.commons.future.ExceptionDelegationResultListener
Get the undone.
isUndone() - Method in class jadex.commons.future.IntermediateExceptionDelegationResultListener
Get the undone.
isUndone() - Method in class jadex.commons.gui.future.SwingDelegationResultListener
Get the undone.
isUndone() - Method in class jadex.commons.gui.future.SwingExceptionDelegationResultListener
Get the undone.
isUndone() - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
Get the undone.
isUndone() - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
Get the undone.
isUndone() - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
Get the undone.
isUndone() - Method in class jadex.commons.gui.future.SwingResultListener
Get the undone.
isUndone(boolean) - Method in class jadex.bridge.service.component.interceptors.FutureFunctionality
Optionally alter the undone flag.
isUnicast() - Method in class jadex.commons.beans.EventSetDescriptor
 
isUnique() - Method in class jadex.bdiv3.model.MGoal
Get the unique.
isUnknown() - Method in class jadex.bridge.JadexVersion
Checks if the version is unknown.
isUnrestricted() - Method in interface jadex.bridge.service.IServiceIdentifier
Check if the service has unrestricted access.
isUnrestricted() - Method in class jadex.bridge.service.search.ServiceQuery
Get the unrestricted mode.
isUnrestricted() - Method in class jadex.bridge.service.ServiceIdentifier
Check if the service has unrestricted access.
isUnrestricted(IInternalAccess, ClassInfo) - Static method in class jadex.bridge.service.ServiceIdentifier
Is the service unrestricted.
isUnrestricted(IInternalAccess, Class<?>) - Static method in class jadex.bridge.service.ServiceIdentifier
Is the service unrestricted.
isUpdating() - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo
Get the updating.
ISuperpeerCollaborationService - Interface in jadex.bridge.service.types.registry
Interface for superpeer collaboration functionality.
ISuperpeerService - Interface in jadex.bridge.service.types.registry
Service for service registry superpeers.
ISuperpeerStatusService - Interface in jadex.bridge.service.types.registry
Monitoring service for displaying information about a superpeer, e.g.
isUseAlpha() - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Materialfile
 
isUsePlatformSecret() - Method in interface jadex.bridge.service.types.security.ISecurityService
Checks if platform secret is used.
isUseSecret() - Method in interface jadex.base.IPlatformConfiguration
Returns if the security service should use a platform secret for authentication.
ISuspendable - Interface in jadex.commons.future
Interface for suspendable entities.
isUTF8(byte[]) - Static method in class jadex.commons.SUtil
Test if starts with UTF-8 BOM.
isValid() - Method in class jadex.bdiv3.actions.AdoptGoalAction
Test if the action is valid.
isValid() - Method in class jadex.bdiv3.actions.DropGoalAction
Test if the action is valid.
isValid() - Method in class jadex.bdiv3.actions.ExecutePlanStepAction
Test if the action is valid.
isValid() - Method in class jadex.bdiv3.actions.FindApplicableCandidatesAction
Test if the action is valid.
isValid() - Method in class jadex.bdiv3.actions.SelectCandidatesAction
Test if the action is valid.
isValid() - Method in class jadex.bdiv3.runtime.PlanFinishedTaskCondition
Get the current state of the condition.
isValid() - Method in class jadex.bpmn.runtime.ExecuteProcessThread
Test if the action is valid.
isValid() - Method in class jadex.bridge.CheckedAction
Test if the timed object is valid.
isValid() - Method in interface jadex.bridge.IConditionalComponentStep
Test if the action is valid.
isValid() - Method in class jadex.bridge.service.BasicService
Test if the service is valid.
isValid() - Method in interface jadex.bridge.service.IService
Test if the service is valid.
isValid() - Method in interface jadex.commons.IBooleanCondition
Get the current state of the condition.
isValid(ProcessThread, IParsedExpression, IValueFetcher) - Method in class jadex.bpmn.runtime.handler.GatewayORActivityHandler
Safely evaluate a branch expression.
isValid(ProcessThread, IParsedExpression, IValueFetcher) - Method in class jadex.bpmn.runtime.handler.GatewayXORActivityHandler
Safely evaluate a branch expression.
isValid(IInternalAccess) - Method in interface jadex.bridge.component.IRemoteCommand
Checks if the remote command is internally valid.
isValid(Object) - Method in interface jadex.commons.IValidator
Return true when the given object is valid.
isValue() - Method in class jadex.commons.ConstantFilter
Get the value.
isVarArgs() - Method in class jadex.commons.SClassReader.MethodInfo
Tests if method is a varargs method.
isVisible() - Method in class jadex.extension.envsupport.observer.gui.plugin.EvaluationPlugin
Should plugin be visible.
isVisible() - Method in class jadex.extension.envsupport.observer.gui.plugin.InteractionTestPlugin
Should plugin be visible.
isVisible() - Method in class jadex.extension.envsupport.observer.gui.plugin.IntrospectorPlugin
Should plugin be visible.
isVisible() - Method in interface jadex.extension.envsupport.observer.gui.plugin.IObserverCenterPlugin
Should plugin be visible.
isVisible() - Method in class jadex.extension.envsupport.observer.gui.plugin.VisualsPlugin
Should plugin be visible.
isVolatile() - Method in class jadex.commons.SClassReader.FieldInfo
Tests if field is volatile.
isWaiting() - Method in class jadex.bpmn.runtime.ProcessThread
Is the process in a waiting state (i.e.
isWaiting() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the waiting flag.
isWaitingFor(Object) - Method in class jadex.bdiv3.runtime.WaitAbstraction
Test if this wait abstraction is waiting for the element.
ISwapService - Interface in jadex.bridge.service.types.persistence
The swap service is responsible for swapping idle components to/from disk in order to save memory.
ISWATER - jadex.extension.envsupport.observer.graphics.drawable3d.special.SpecialAction
 
isWindows() - Static method in class jadex.commons.SUtil
Tests if the OS is Windows.
isWireframe() - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
 
ISwitchCall - Interface in jadex.bridge.service.component
Interface for determining if the method invocation interceptor should do a switch call, i.e.
ISynchronizator - Interface in jadex.commons.concurrent
Synchronize some behavior.
ITableDataConsumer - Interface in jadex.extension.envsupport.evaluation
A table data consumer is triggered to consume data.
ITableDataProvider - Interface in jadex.extension.envsupport.evaluation
A table data provider is used for collecting data on demand, i.e.
ITargetResolver - Interface in jadex.bridge
The target resolver is used to determine dynamically a new service target by an intelligent proxy.
itargs - Variable in class jadex.bridge.service.component.multiinvoke.SequentialMultiplexDistributor
The arguments.
ITaskExecutionService - Interface in jadex.bpmn.runtime.exttask
 
iter - Variable in class jadex.commons.IterableIteratorWrapper
The iterator.
IterableIteratorWrapper<T> - Class in jadex.commons
Needed because Java does not support enhanced for loop with Iterator elements :-( why? Only Iterable is supported.
IterableIteratorWrapper(Iterator<T>) - Constructor for class jadex.commons.IterableIteratorWrapper
Create a new wrapper.
IterableStringMapper - Class in jadex.extension.rs.invoke.mapper
The iterable string mapper can be used to map an object that can be iterated over (e.g.
IterableStringMapper() - Constructor for class jadex.extension.rs.invoke.mapper.IterableStringMapper
Create a new string mapper.
IterableStringMapper(String) - Constructor for class jadex.extension.rs.invoke.mapper.IterableStringMapper
Create a new string mapper.
IterableStringMapper(String, IValueMapper) - Constructor for class jadex.extension.rs.invoke.mapper.IterableStringMapper
Create a new string mapper.
IterableStringMapper(String, String) - Constructor for class jadex.extension.rs.invoke.mapper.IterableStringMapper
Create a new string mapper.
IterableStringMapper(String, String, String) - Constructor for class jadex.extension.rs.invoke.mapper.IterableStringMapper
Create a new string mapper.
IterableStringMapper(String, String, String, IValueMapper) - Constructor for class jadex.extension.rs.invoke.mapper.IterableStringMapper
Create a new string mapper.
iterator() - Method in class jadex.bpmn.MultiColumnTable
 
iterator() - Method in class jadex.bridge.service.search.ServiceKeyExtractor.SetWrapper
 
iterator() - Method in class jadex.commons.beans.beancontext.BeanContextMembershipEvent
 
iterator() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Returns an iterator of children of this context, with remove() disabled.
iterator() - Method in class jadex.commons.collection.CheckedCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
iterator() - Method in class jadex.commons.collection.IdentityHashSet
Returns an iterator over the elements in this set.
iterator() - Method in class jadex.commons.collection.IndexMap
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class jadex.commons.collection.LeaseTimeSet
 
iterator() - Method in class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
 
iterator() - Method in class jadex.commons.collection.PassiveLeaseTimeSet
 
iterator() - Method in class jadex.commons.collection.WeakList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class jadex.commons.collection.WeakSet
Return an iteration over the elements in the set.
iterator() - Method in class jadex.commons.collection.wrappers.CollectionWrapper
 
iterator() - Method in class jadex.commons.IterableIteratorWrapper
Get the iterator.
iterator() - Method in class jadex.extension.envsupport.MObjectType
 
iteratorToArray(Iterator<T>, Class<T>) - Static method in class jadex.commons.SUtil
Transform an iterator to an array.
iteratorToList(Iterator<T>) - Static method in class jadex.commons.SUtil
Transform an iterator to a list.
iteratorToList(Iterator<T>, List<T>) - Static method in class jadex.commons.SUtil
Transform an iterator to a list.
ITerminableFuture<E> - Interface in jadex.commons.future
Interface for a future that can be terminated from caller side.
ITerminableIntermediateFuture<E> - Interface in jadex.commons.future
Interface for an intermediate future that can be terminated from caller side.
ITerminationCommand - Interface in jadex.commons.future
A command to customize termination of a terminable future.
IThreadPool - Interface in jadex.commons.concurrent
Common interface for different thread pool implementations.
IThreadPoolService - Interface in jadex.bridge.service.types.threadpool
Interface for threadpool service.
ITimedObject - Interface in jadex.bridge.service.types.clock
Interface for objects that are interested in timepoints.
ITimer - Interface in jadex.bridge.service.types.clock
Interface for a timer.
ITransferableStep<T> - Interface in jadex.bridge
Marker interface for transferable component steps.
ITransportAddressService - Interface in jadex.bridge.service.types.address
Service for translating platform names to communication addresses and address book management.
ITransportInfoService - Interface in jadex.bridge.service.types.transport
Provide information about a transport.
ITransportService - Interface in jadex.bridge.service.types.transport
Interface for a transport service.
its - Variable in class jadex.commons.collection.MultiIterator
The data collections.
ITuple2Future<E,​F> - Interface in jadex.commons.future
A tuple future has a defined number of results of possibly different types.
ITuple2ResultListener<E,​F> - Interface in jadex.commons.future
Listener for tuple2 futures.
ITypedComponentStep<T> - Interface in jadex.bridge
Component step with explicit return type.
ITypedPropertyObject - Interface in jadex.commons.meta
 
IUndoneIntermediateResultListener<E> - Interface in jadex.commons.future
 
IUndoneResultListener<E> - Interface in jadex.commons.future
 
IUntrustedMessageHandler - Interface in jadex.bridge.component
Marker interface that allows a message handler to handle untrusted messages.
IValidator - Interface in jadex.commons
Interface that can be used for validation, e.g., of text in a textfield.
IValueFetcher - Interface in jadex.commons
Interface for fetching a predefined value.
IValueMapper - Interface in jadex.extension.rs.publish.mapper
The value mapper interface.
IVector1 - Interface in jadex.extension.envsupport.math
 
IVector2 - Interface in jadex.extension.envsupport.math
Interface for cartesian 2-vectors NOTE: All operations on the vector are destructive and the instance returned is the same as the one whose method was called.
IVector3 - Interface in jadex.extension.envsupport.math
Interface for cartesian 2-vectors NOTE: All operations on the vector are destructive and the instance returned is the same as the one whose method was called.
IViewport - Interface in jadex.extension.envsupport.observer.graphics
This class manages the GUI and all user interaction.
IViewport3d - Interface in jadex.extension.envsupport.observer.graphics
 
IViewportListener - Interface in jadex.extension.envsupport.observer.graphics
Listener for viewport user events
IVisibilityTableColumnModel - Interface in jadex.commons.gui.jtable
User: Ruediger Leppin Date: 26.11.2003 Time: 01:52:25
IWaste - Interface in jadex.quickstart.cleanerworld.environment
(Knowledge about) a piece of waste.
IWastebin - Interface in jadex.quickstart.cleanerworld.environment
(Knowledge about) a waste bin.
IWebPublishService - Interface in jadex.bridge.service.types.publish
Publish something to the internal or external http server.
IXMLReader - Interface in jadex.xml.reader
 

J

JADEX_BINARY - Static variable in class jadex.bridge.fipa.SFipa
 
JADEX_PROJECTS - Static variable in class jadex.bridge.ResourceIdentifier
The jadex project names.
JADEX_RAW - Static variable in class jadex.bridge.fipa.SFipa
 
JADEX_VERSION - Static variable in class jadex.bridge.sensor.service.TagProperty
 
JADEX_XML - Static variable in class jadex.bridge.fipa.SFipa
 
jadex.base - package jadex.base
 
jadex.base.test - package jadex.base.test
 
jadex.base.test.util - package jadex.base.test.util
 
jadex.bdi.planlib - package jadex.bdi.planlib
 
jadex.bdi.planlib.iasteps - package jadex.bdi.planlib.iasteps
 
jadex.bdi.planlib.messaging - package jadex.bdi.planlib.messaging
 
jadex.bdi.planlib.ping - package jadex.bdi.planlib.ping
 
jadex.bdi.planlib.protocols - package jadex.bdi.planlib.protocols
 
jadex.bdi.planlib.protocols.cancelmeta - package jadex.bdi.planlib.protocols.cancelmeta
 
jadex.bdi.planlib.protocols.contractnet - package jadex.bdi.planlib.protocols.contractnet
 
jadex.bdi.planlib.protocols.dutchauction - package jadex.bdi.planlib.protocols.dutchauction
 
jadex.bdi.planlib.protocols.englishauction - package jadex.bdi.planlib.protocols.englishauction
 
jadex.bdi.planlib.protocols.subscribe - package jadex.bdi.planlib.protocols.subscribe
 
jadex.bdi.planlib.test - package jadex.bdi.planlib.test
 
jadex.bdi.planlib.watchdog - package jadex.bdi.planlib.watchdog
 
jadex.bdibpmn.task - package jadex.bdibpmn.task
 
jadex.bdiv3 - package jadex.bdiv3
 
jadex.bdiv3.actions - package jadex.bdiv3.actions
 
jadex.bdiv3.annotation - package jadex.bdiv3.annotation
 
jadex.bdiv3.asm - package jadex.bdiv3.asm
 
jadex.bdiv3.exceptions - package jadex.bdiv3.exceptions
 
jadex.bdiv3.features - package jadex.bdiv3.features
 
jadex.bdiv3.model - package jadex.bdiv3.model
 
jadex.bdiv3.runtime - package jadex.bdiv3.runtime
 
jadex.bdiv3.runtime.wrappers - package jadex.bdiv3.runtime.wrappers
 
jadex.bdiv3x - package jadex.bdiv3x
 
jadex.bdiv3x.features - package jadex.bdiv3x.features
 
jadex.bdiv3x.runtime - package jadex.bdiv3x.runtime
 
jadex.bpmn - package jadex.bpmn
 
jadex.bpmn.features - package jadex.bpmn.features
 
jadex.bpmn.runtime - package jadex.bpmn.runtime
 
jadex.bpmn.runtime.editor - package jadex.bpmn.runtime.editor
 
jadex.bpmn.runtime.exttask - package jadex.bpmn.runtime.exttask
 
jadex.bpmn.runtime.handler - package jadex.bpmn.runtime.handler
 
jadex.bpmn.runtime.handler.ui - package jadex.bpmn.runtime.handler.ui
 
jadex.bpmn.runtime.persist - package jadex.bpmn.runtime.persist
 
jadex.bpmn.runtime.task - package jadex.bpmn.runtime.task
 
jadex.bpmn.tools - package jadex.bpmn.tools
 
jadex.bridge - package jadex.bridge
 
jadex.bridge.component - package jadex.bridge.component
 
jadex.bridge.component.streams - package jadex.bridge.component.streams
 
jadex.bridge.fipa - package jadex.bridge.fipa
 
jadex.bridge.modelinfo - package jadex.bridge.modelinfo
 
jadex.bridge.nonfunctional - package jadex.bridge.nonfunctional
 
jadex.bridge.nonfunctional.annotation - package jadex.bridge.nonfunctional.annotation
 
jadex.bridge.nonfunctional.hardconstraints - package jadex.bridge.nonfunctional.hardconstraints
 
jadex.bridge.nonfunctional.search - package jadex.bridge.nonfunctional.search
 
jadex.bridge.sensor.cpu - package jadex.bridge.sensor.cpu
 
jadex.bridge.sensor.mac - package jadex.bridge.sensor.mac
 
jadex.bridge.sensor.memory - package jadex.bridge.sensor.memory
 
jadex.bridge.sensor.service - package jadex.bridge.sensor.service
 
jadex.bridge.sensor.time - package jadex.bridge.sensor.time
 
jadex.bridge.sensor.unit - package jadex.bridge.sensor.unit
 
jadex.bridge.service - package jadex.bridge.service
 
jadex.bridge.service.annotation - package jadex.bridge.service.annotation
 
jadex.bridge.service.component - package jadex.bridge.service.component
 
jadex.bridge.service.component.interceptors - package jadex.bridge.service.component.interceptors
 
jadex.bridge.service.component.multiinvoke - package jadex.bridge.service.component.multiinvoke
 
jadex.bridge.service.search - package jadex.bridge.service.search
 
jadex.bridge.service.types.address - package jadex.bridge.service.types.address
 
jadex.bridge.service.types.appstore - package jadex.bridge.service.types.appstore
 
jadex.bridge.service.types.awareness - package jadex.bridge.service.types.awareness
 
jadex.bridge.service.types.chat - package jadex.bridge.service.types.chat
 
jadex.bridge.service.types.cli - package jadex.bridge.service.types.cli
 
jadex.bridge.service.types.clock - package jadex.bridge.service.types.clock
 
jadex.bridge.service.types.cms - package jadex.bridge.service.types.cms
 
jadex.bridge.service.types.context - package jadex.bridge.service.types.context
 
jadex.bridge.service.types.cron - package jadex.bridge.service.types.cron
 
jadex.bridge.service.types.daemon - package jadex.bridge.service.types.daemon
 
jadex.bridge.service.types.df - package jadex.bridge.service.types.df
 
jadex.bridge.service.types.ecarules - package jadex.bridge.service.types.ecarules
 
jadex.bridge.service.types.email - package jadex.bridge.service.types.email
 
jadex.bridge.service.types.execution - package jadex.bridge.service.types.execution
 
jadex.bridge.service.types.factory - package jadex.bridge.service.types.factory
 
jadex.bridge.service.types.filetransfer - package jadex.bridge.service.types.filetransfer
 
jadex.bridge.service.types.library - package jadex.bridge.service.types.library
 
jadex.bridge.service.types.memstat - package jadex.bridge.service.types.memstat
 
jadex.bridge.service.types.message - package jadex.bridge.service.types.message
 
jadex.bridge.service.types.monitoring - package jadex.bridge.service.types.monitoring
 
jadex.bridge.service.types.persistence - package jadex.bridge.service.types.persistence
 
jadex.bridge.service.types.publish - package jadex.bridge.service.types.publish
 
jadex.bridge.service.types.registry - package jadex.bridge.service.types.registry
 
jadex.bridge.service.types.remote - package jadex.bridge.service.types.remote
 
jadex.bridge.service.types.security - package jadex.bridge.service.types.security
 
jadex.bridge.service.types.serialization - package jadex.bridge.service.types.serialization
 
jadex.bridge.service.types.settings - package jadex.bridge.service.types.settings
 
jadex.bridge.service.types.simulation - package jadex.bridge.service.types.simulation
 
jadex.bridge.service.types.threadpool - package jadex.bridge.service.types.threadpool
 
jadex.bridge.service.types.transport - package jadex.bridge.service.types.transport
 
jadex.bytecode - package jadex.bytecode
 
jadex.bytecode.invocation - package jadex.bytecode.invocation
 
jadex.bytecode.vmhacks - package jadex.bytecode.vmhacks
 
jadex.commons - package jadex.commons
 
jadex.commons.beans - package jadex.commons.beans
 
jadex.commons.beans.beancontext - package jadex.commons.beans.beancontext
 
jadex.commons.collection - package jadex.commons.collection
 
jadex.commons.collection.wrappers - package jadex.commons.collection.wrappers
 
jadex.commons.concurrent - package jadex.commons.concurrent
 
jadex.commons.functional - package jadex.commons.functional
 
jadex.commons.future - package jadex.commons.future
 
jadex.commons.gui - package jadex.commons.gui
 
jadex.commons.gui.autocombo - package jadex.commons.gui.autocombo
 
jadex.commons.gui.future - package jadex.commons.gui.future
 
jadex.commons.gui.jtable - package jadex.commons.gui.jtable
 
jadex.commons.gui.jtreetable - package jadex.commons.gui.jtreetable
 
jadex.commons.meta - package jadex.commons.meta
 
jadex.commons.random - package jadex.commons.random
 
jadex.commons.security - package jadex.commons.security
 
jadex.commons.security.random - package jadex.commons.security.random
 
jadex.extension.agr - package jadex.extension.agr
 
jadex.extension.envsupport - package jadex.extension.envsupport
 
jadex.extension.envsupport.dataview - package jadex.extension.envsupport.dataview
 
jadex.extension.envsupport.environment - package jadex.extension.envsupport.environment
 
jadex.extension.envsupport.environment.space2d - package jadex.extension.envsupport.environment.space2d
 
jadex.extension.envsupport.environment.space2d.action - package jadex.extension.envsupport.environment.space2d.action
 
jadex.extension.envsupport.environment.space3d - package jadex.extension.envsupport.environment.space3d
 
jadex.extension.envsupport.environment.space3d.action - package jadex.extension.envsupport.environment.space3d.action
 
jadex.extension.envsupport.evaluation - package jadex.extension.envsupport.evaluation
 
jadex.extension.envsupport.math - package jadex.extension.envsupport.math
 
jadex.extension.envsupport.observer.graphics - package jadex.extension.envsupport.observer.graphics
 
jadex.extension.envsupport.observer.graphics.drawable - package jadex.extension.envsupport.observer.graphics.drawable
 
jadex.extension.envsupport.observer.graphics.drawable3d - package jadex.extension.envsupport.observer.graphics.drawable3d
 
jadex.extension.envsupport.observer.graphics.drawable3d.special - package jadex.extension.envsupport.observer.graphics.drawable3d.special
 
jadex.extension.envsupport.observer.graphics.java2d - package jadex.extension.envsupport.observer.graphics.java2d
 
jadex.extension.envsupport.observer.graphics.layer - package jadex.extension.envsupport.observer.graphics.layer
 
jadex.extension.envsupport.observer.gui - package jadex.extension.envsupport.observer.gui
 
jadex.extension.envsupport.observer.gui.plugin - package jadex.extension.envsupport.observer.gui.plugin
 
jadex.extension.envsupport.observer.perspective - package jadex.extension.envsupport.observer.perspective
 
jadex.extension.rs - package jadex.extension.rs
 
jadex.extension.rs.invoke - package jadex.extension.rs.invoke
 
jadex.extension.rs.invoke.annotation - package jadex.extension.rs.invoke.annotation
 
jadex.extension.rs.invoke.mapper - package jadex.extension.rs.invoke.mapper
 
jadex.extension.rs.publish - package jadex.extension.rs.publish
 
jadex.extension.rs.publish.annotation - package jadex.extension.rs.publish.annotation
 
jadex.extension.rs.publish.mapper - package jadex.extension.rs.publish.mapper
 
jadex.extension.ws.invoke - package jadex.extension.ws.invoke
 
jadex.gpmn.plan - package jadex.gpmn.plan
 
jadex.javaparser - package jadex.javaparser
 
jadex.javaparser.javaccimpl - package jadex.javaparser.javaccimpl
 
jadex.micro - package jadex.micro
 
jadex.micro.annotation - package jadex.micro.annotation
 
jadex.micro.features - package jadex.micro.features
 
jadex.microservice - package jadex.microservice
 
jadex.microservice.annotation - package jadex.microservice.annotation
 
jadex.quickstart.cleanerworld - package jadex.quickstart.cleanerworld
 
jadex.quickstart.cleanerworld.environment - package jadex.quickstart.cleanerworld.environment
 
jadex.quickstart.cleanerworld.gui - package jadex.quickstart.cleanerworld.gui
 
jadex.quickstart.cleanerworld.multi.messaging - package jadex.quickstart.cleanerworld.multi.messaging
 
jadex.quickstart.cleanerworld.single - package jadex.quickstart.cleanerworld.single
 
jadex.xml - package jadex.xml
 
jadex.xml.bean - package jadex.xml.bean
 
jadex.xml.reader - package jadex.xml.reader
 
jadex.xml.stax - package jadex.xml.stax
 
jadex.xml.writer - package jadex.xml.writer
 
JadexAndroidEvent - Class in jadex.bridge.service.types.context
To create own events, just extend this class and add getters+setters for custom properties.
JadexAndroidEvent() - Constructor for class jadex.bridge.service.types.context.JadexAndroidEvent
 
JadexBDIGenerationException - Exception in jadex.bdiv3.exceptions
Created by kalinowski on 16.08.16.
JadexBDIGenerationException(String, Throwable) - Constructor for exception jadex.bdiv3.exceptions.JadexBDIGenerationException
 
JadexBDIGenerationRuntimeException - Exception in jadex.bdiv3.exceptions
Created by kalinowski on 16.08.16.
JadexBDIGenerationRuntimeException(String, Throwable) - Constructor for exception jadex.bdiv3.exceptions.JadexBDIGenerationRuntimeException
 
JADEXDIR - Static variable in class jadex.commons.SUtil
Directory were jadex stores files generated during runtime, to be used for later runs.
JadexExecutorServiceAdapter - Class in jadex.bridge.service.types.threadpool
Provides access to the Jadex thread pools as a Java ExecutorService.
JadexExecutorServiceAdapter(IThreadPool) - Constructor for class jadex.bridge.service.types.threadpool.JadexExecutorServiceAdapter
Creates the adapter.
JadexLocationWrapper - Class in jadex.xml.stax
Wraps a jadex.xml.ILocation Object to provide the javax.xml.stream.Location API.
JadexLocationWrapper(ILocation) - Constructor for class jadex.xml.stax.JadexLocationWrapper
Constructor
jadexversion - Variable in class jadex.bridge.VersionInfo
The Jadex version as bean object.
JadexVersion - Class in jadex.bridge
Bean containing a Jadex version.
JadexVersion() - Constructor for class jadex.bridge.JadexVersion
 
JadexXMLReporterWrapper - Class in jadex.xml.stax
Wraps a jadex.xml.stax.XMLReporter Object to provide the javax.xml.stream.XMLReporter API.
JadexXMLReporterWrapper(XMLReporter) - Constructor for class jadex.xml.stax.JadexXMLReporterWrapper
Constructor
JarAsDirectory - Class in jadex.base
A directory-like representation of a jar file.
JarAsDirectory(String) - Constructor for class jadex.base.JarAsDirectory
Create a directory representation of a jar file.
JarAsDirectory(String, String, boolean, boolean) - Constructor for class jadex.base.JarAsDirectory
Create a directory representation of a jar file entry.
JarAsDirectory(String, ZipEntry) - Constructor for class jadex.base.JarAsDirectory
Create a directory representation of a jar file entry.
jarentries - Variable in class jadex.base.RemoteJarFile
The map of jar entries.
jarpath - Variable in class jadex.base.JarAsDirectory
The path of the jar file.
JAVA_XML - Static variable in class jadex.bridge.fipa.SFipa
 
JavaCCExpressionParser - Class in jadex.javaparser.javaccimpl
The jadex parser parses all types of expressions in ADF and queries.
JavaCCExpressionParser() - Constructor for class jadex.javaparser.javaccimpl.JavaCCExpressionParser
 
javacmd - Variable in class jadex.bridge.service.types.daemon.StartOptions
The path to the java command.
JavaReader - Class in jadex.xml.bean
Java specific reader that supports collection classes and arrays.
JavaReader() - Constructor for class jadex.xml.bean.JavaReader
 
JavassistBDIClassGenerator - Class in jadex.bdiv3
 
JavassistBDIClassGenerator() - Constructor for class jadex.bdiv3.JavassistBDIClassGenerator
 
JavaThreadPool - Class in jadex.commons.concurrent
A thread pool based on the java.util.concurrent package.
JavaThreadPool(boolean) - Constructor for class jadex.commons.concurrent.JavaThreadPool
Create a new ThreadPool5.
JavaWriter - Class in jadex.xml.bean
Java specific reader that supports collection classes and arrays.
JavaWriter() - Constructor for class jadex.xml.bean.JavaWriter
Create a new reader.
JBusyRing - Class in jadex.commons.gui
Animated busy ring.
JBusyRing() - Constructor for class jadex.commons.gui.JBusyRing
 
JCCPLATFORMS - Static variable in interface jadex.base.IPlatformConfiguration
Open JCC for specific remote platforms.
JCopyPasteContextMenu - Class in jadex.commons.gui
A pop-up menu for text components to support cur, copy, paste, delete.
JCopyPasteContextMenu(JTextComponent) - Constructor for class jadex.commons.gui.JCopyPasteContextMenu
Creates the menu.
jjtAddChild(Node, int) - Method in interface jadex.javaparser.javaccimpl.Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(Node, int) - Method in class jadex.javaparser.javaccimpl.SimpleNode
 
jjtClose() - Method in interface jadex.javaparser.javaccimpl.Node
This method is called after all the child nodes have been added.
jjtClose() - Method in class jadex.javaparser.javaccimpl.SimpleNode
 
jjtGetChild(int) - Method in interface jadex.javaparser.javaccimpl.Node
This method returns a child node.
jjtGetChild(int) - Method in class jadex.javaparser.javaccimpl.SimpleNode
 
jjtGetNumChildren() - Method in interface jadex.javaparser.javaccimpl.Node
Return the number of children the node has.
jjtGetNumChildren() - Method in class jadex.javaparser.javaccimpl.SimpleNode
 
jjtGetParent() - Method in interface jadex.javaparser.javaccimpl.Node
 
jjtGetParent() - Method in class jadex.javaparser.javaccimpl.SimpleNode
 
jjtOpen() - Method in interface jadex.javaparser.javaccimpl.Node
This method is called after the node has been made the current node.
jjtOpen() - Method in class jadex.javaparser.javaccimpl.SimpleNode
 
jjtSetParent(Node) - Method in interface jadex.javaparser.javaccimpl.Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(Node) - Method in class jadex.javaparser.javaccimpl.SimpleNode
 
JNA_LIBRARY_NAME - Static variable in class jadex.commons.security.random.OpenSslAesCtr
OpenSSL Crypto lib name.
JNA_NATIVE_LIB - Static variable in class jadex.commons.security.random.OpenSslAesCtr
OpenSSL Crypto lib.
joinArbitraryArrays(Object[]) - Static method in class jadex.commons.SUtil
Joins any arrays of (possibly) different type.
joinArrays(Object, Object) - Static method in class jadex.commons.SUtil
Joins two arrays of the same type.
joinTypeInfos(Set) - Static method in class jadex.xml.bean.JavaWriter
Join sets of typeinfos.
joinTypeInfos(Set<TypeInfo>) - Static method in class jadex.xml.bean.JavaReader
Join sets of typeinfos.
JPlaceholderTextField - Class in jadex.commons.gui
Class offering a "placeholder" text similar to HTML input.
JPlaceholderTextField() - Constructor for class jadex.commons.gui.JPlaceholderTextField
Creates the field.
JPlaceholderTextField.RecolorLineBorder - Class in jadex.commons.gui
Line border with changeable color
json - Variable in class jadex.extension.rs.invoke.RestInvocationAgent
Receive json.
JSplitPanel - Class in jadex.commons.gui
Workaround for JSplitPane bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4101306 setDividerLocation() can only be called after component is visible.
JSplitPanel() - Constructor for class jadex.commons.gui.JSplitPanel
Creates a new JSplitPane configured to arrange the child components side-by-side horizontally with no continuous layout, using two buttons for the components.
JSplitPanel(int) - Constructor for class jadex.commons.gui.JSplitPanel
Creates a new JSplitPane configured with the specified orientation and no continuous layout.
JSplitPanel(int, boolean) - Constructor for class jadex.commons.gui.JSplitPanel
Creates a new JSplitPane with the specified orientation and redrawing style.
JSplitPanel(int, boolean, Component, Component) - Constructor for class jadex.commons.gui.JSplitPanel
Creates a new JSplitPane with the specified orientation and redrawing style, and with the specified components.
JSplitPanel(int, Component, Component) - Constructor for class jadex.commons.gui.JSplitPanel
Creates a new JSplitPane with the specified orientation and with the specified components that do not do continuous redrawing.
JTreeTable - Class in jadex.commons.gui.jtreetable
This example shows how to create a simple JTreeTable component, by using a JTree as a renderer (and editor) for the cells in a particular column in the JTable.
JTreeTable(TreeTableModel) - Constructor for class jadex.commons.gui.jtreetable.JTreeTable
 
JTreeTable.ListToTreeSelectionModelWrapper - Class in jadex.commons.gui.jtreetable
ListToTreeSelectionModelWrapper extends DefaultTreeSelectionModel to listen for changes in the ListSelectionModel it maintains.
JTreeTable.TreeTableCellEditor - Class in jadex.commons.gui.jtreetable
An editor that can be used to edit the tree column.
JTreeTable.TreeTableCellRenderer - Class in jadex.commons.gui.jtreetable
A TreeCellRenderer that displays a JTree.
JTreeTableTest - Class in jadex.commons.gui.jtreetable
A test usage of the tree table component.
JTreeTableTest() - Constructor for class jadex.commons.gui.jtreetable.JTreeTableTest
 
JValidatorTextField - Class in jadex.commons.gui
The validator text field allows to check the input and automatically underlines an invalid input with a red line (like an eclipse error).
JValidatorTextField() - Constructor for class jadex.commons.gui.JValidatorTextField
Constructs a new TextField.
JValidatorTextField(int) - Constructor for class jadex.commons.gui.JValidatorTextField
Constructs a new empty TextField with the specified number of columns.
JValidatorTextField(IValidator) - Constructor for class jadex.commons.gui.JValidatorTextField
Constructs a new TextField.
JValidatorTextField(String) - Constructor for class jadex.commons.gui.JValidatorTextField
Constructs a new TextField initialized with the specified text.
JValidatorTextField(String, int) - Constructor for class jadex.commons.gui.JValidatorTextField
Constructs a new TextField initialized with the specified text and columns.
JValidatorTextField(String, IValidator) - Constructor for class jadex.commons.gui.JValidatorTextField
Constructs a new TextField initialized with the specified text.
JValidatorTextField(Document, String, int) - Constructor for class jadex.commons.gui.JValidatorTextField
Constructs a new JTextField that uses the given text storage model and the given number of columns.
JWizard - Class in jadex.commons.gui
GUI class for creating wizard dialogs.
JWizard() - Constructor for class jadex.commons.gui.JWizard
Creates the wizard.
JWizard.ChoiceNode - Class in jadex.commons.gui
A node for implementing a multiple choice fork.
JWizard.WizardNode - Class in jadex.commons.gui
 

K

k - Variable in class jadex.commons.collection.BloomFilter
The number of hash (functions).
k - Variable in class jadex.commons.collection.MapEntry
 
KB - jadex.bridge.sensor.unit.MemoryUnit
 
KdNode - Class in jadex.extension.envsupport.environment.space2d
Node for the k-dimensional-tree.
KdNode(List<ISpaceObject>, Random) - Constructor for class jadex.extension.envsupport.environment.space2d.KdNode
Generates a new KdNode with the given input using default configuration.
KdNode(List<ISpaceObject>, Random, int, int) - Constructor for class jadex.extension.envsupport.environment.space2d.KdNode
Generates a new KdNode with the given input.
KdNode(List<ISpaceObject>, Random, KdNode.IKdValueFetcher, int, int) - Constructor for class jadex.extension.envsupport.environment.space2d.KdNode
Generates a new KdNode with the given input.
KdNode.IKdValueFetcher - Interface in jadex.extension.envsupport.environment.space2d
Interface for hyperplane coordinate value fetchers.
KdNode.KdValueFetcherX - Class in jadex.extension.envsupport.environment.space2d
Fetcher for the x-axis values.
KdNode.KdValueFetcherY - Class in jadex.extension.envsupport.environment.space2d
Fetcher for the x-axis values.
kdtree - Variable in class jadex.extension.envsupport.environment.space2d.Space2D.KdTreeProcess
The kd-tree
KdTree - Class in jadex.extension.envsupport.environment.space2d
Implementation of a 2D variant of a k-dimensional-tree for spatial separation and searches.
KdTree() - Constructor for class jadex.extension.envsupport.environment.space2d.KdTree
Generates an empty KdTree using default configuration.
KdTree(int, int) - Constructor for class jadex.extension.envsupport.environment.space2d.KdTree
Generates an empty KdTree.
KdTreeProcess(KdTree) - Constructor for class jadex.extension.envsupport.environment.space2d.Space2D.KdTreeProcess
Creates a new update process for a kd-tree.
kdTrees - Variable in class jadex.extension.envsupport.environment.space2d.Space2D
KD-Trees.
KdValueFetcherX() - Constructor for class jadex.extension.envsupport.environment.space2d.KdNode.KdValueFetcherX
 
KdValueFetcherY() - Constructor for class jadex.extension.envsupport.environment.space2d.KdNode.KdValueFetcherY
 
keep() - Method in annotation type jadex.bridge.service.annotation.CheckState
Flag how many intermediate results should be preserved.
keepalive() - Method in annotation type jadex.micro.annotation.Agent
If the agent body has a void return value or no body at all this flag can be used to determine if the agent should be kept alive.
KERNEL_EXTENSIONS - Static variable in class jadex.micro.KernelMultiAgent
Kernel model property for extensions
KernelBDIV3Agent - Class in jadex.bdiv3
Component kernel.
KernelBDIV3Agent() - Constructor for class jadex.bdiv3.KernelBDIV3Agent
 
KernelBDIXAgent - Class in jadex.bdiv3x
Component kernel for XML BDI agents.
KernelBDIXAgent() - Constructor for class jadex.bdiv3x.KernelBDIXAgent
 
KernelBpmnAgent - Class in jadex.bpmn
Bpmn kernel.
KernelBpmnAgent() - Constructor for class jadex.bpmn.KernelBpmnAgent
 
kernelfiles - Variable in class jadex.micro.KernelMultiAgent
The scanned kernel files (suffix -> {(classname, suffixes)} ).
KernelMicroAgent - Class in jadex.micro
Micro kernel.
KernelMicroAgent() - Constructor for class jadex.micro.KernelMicroAgent
 
KernelMicroserviceAgent - Class in jadex.microservice
Microservice kernel.
KernelMicroserviceAgent() - Constructor for class jadex.microservice.KernelMicroserviceAgent
 
KernelMultiAgent - Class in jadex.micro
Multi kernel.
KernelMultiAgent() - Constructor for class jadex.micro.KernelMultiAgent
 
kernels - Variable in class jadex.micro.KernelMultiAgent
The started factories (kernel classname -> kernel component).
KERNELS - Static variable in interface jadex.base.IPlatformConfiguration
The name(s) of kernel(s) to load (separated by comma).
key - Variable in class jadex.commons.security.PemKeyPair
The encoded key.
key - Variable in class jadex.xml.bean.MapEntry
The key attributes .
KEY_TYPE_ID - Static variable in class jadex.bridge.service.search.QueryInfoExtractor
Key type for the query id.
KEY_TYPE_INTERFACE - Static variable in class jadex.bridge.service.search.QueryInfoExtractor
Key type for the service interface.
KEY_TYPE_INTERFACE - Static variable in class jadex.bridge.service.search.ServiceKeyExtractor
Key type for the service interface.
KEY_TYPE_NETWORKS - Static variable in class jadex.bridge.service.search.QueryInfoExtractor
Key type for the id.
KEY_TYPE_NETWORKS - Static variable in class jadex.bridge.service.search.ServiceKeyExtractor
Key type for the networks.
KEY_TYPE_OWNER - Static variable in class jadex.bridge.service.search.QueryInfoExtractor
Key type for the owner.
KEY_TYPE_OWNER_PLATORM - Static variable in class jadex.bridge.service.search.QueryInfoExtractor
Key type for the owner.
KEY_TYPE_PLATFORM - Static variable in class jadex.bridge.service.search.QueryInfoExtractor
Key type for the service platform.
KEY_TYPE_PLATFORM - Static variable in class jadex.bridge.service.search.ServiceKeyExtractor
Key type for the service platform.
KEY_TYPE_PROVIDER - Static variable in class jadex.bridge.service.search.QueryInfoExtractor
Key type for the service provider.
KEY_TYPE_PROVIDER - Static variable in class jadex.bridge.service.search.ServiceKeyExtractor
Key type for the service provider.
KEY_TYPE_SID - Static variable in class jadex.bridge.service.search.QueryInfoExtractor
Key type for the service id.
KEY_TYPE_SID - Static variable in class jadex.bridge.service.search.ServiceKeyExtractor
Key type for the service id.
KEY_TYPE_TAGS - Static variable in class jadex.bridge.service.search.QueryInfoExtractor
Key type for the service tags.
KEY_TYPE_TAGS - Static variable in class jadex.bridge.service.search.ServiceKeyExtractor
Key type for the service tags.
KEY_TYPE_UNRESTRICTED - Static variable in class jadex.bridge.service.search.QueryInfoExtractor
Key type for the unrestricted services.
KEY_TYPE_UNRESTRICTED - Static variable in class jadex.bridge.service.search.ServiceKeyExtractor
Key type for the unrestricted mode.
keyextractor - Variable in class jadex.bridge.service.search.Indexer
Service key extractor.
keyfromparent - Variable in class jadex.xml.bean.BeanAccessInfo
The key source.
keyhelp - Variable in class jadex.xml.bean.BeanAccessInfo
The getter method for getting the key for a map access (if not supplied the xmlname will be used).
keySet() - Method in class jadex.bytecode.vmhacks.ClassStore
Override
keySet() - Method in class jadex.commons.collection.BiHashMap
Returns the keys of the forward map.
keySet() - Method in class jadex.commons.collection.CheckedMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class jadex.commons.collection.FastHashMap
 
keySet() - Method in class jadex.commons.collection.IndexMap
Returns a set view of the keys contained in this map.
keySet() - Method in class jadex.commons.collection.LeaseTimeMap
Returns a set view of the keys contained in this map.
keySet() - Method in class jadex.commons.collection.MultiCollection
Returns a set view of the keys contained in this map.
keySet() - Method in class jadex.commons.collection.NestedMap
Returns a set view of the keys contained in this map.
keySet() - Method in class jadex.commons.collection.OrderedProperties
Delegate.
keySet() - Method in class jadex.commons.collection.RwMapWrapper
Returns the key set.
keySet() - Method in class jadex.commons.collection.WeakKeyValueMap
Returns the key set.
keySet() - Method in class jadex.commons.collection.WeakValueMap
Get the key set.
keySet() - Method in class jadex.commons.collection.wrappers.MapWrapper
 
kill() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Called on init failure.
kill() - Method in interface jadex.bridge.component.IComponentFeature
Kill is only invoked, when shutdown does not return due to timeout.
killAgent() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Kill the agent.
killAgent() - Method in class jadex.bdiv3x.runtime.CapabilityWrapper
Kill the agent.
killAgent() - Method in interface jadex.bdiv3x.runtime.ICapability
Kill the agent.
killAgent() - Method in class jadex.bdiv3x.runtime.Plan
Kill this agent.
killavatar - Variable in class jadex.extension.envsupport.environment.AvatarMapping
The flag for deleting the avatar when component is killed.
killcomponent - Variable in class jadex.extension.envsupport.environment.AvatarMapping
The flag for deleting the component when avatar is killed.
killComponent() - Method in interface jadex.bridge.component.IExternalExecutionFeature
Kill the component.
killComponent() - Method in class jadex.bridge.service.types.cms.PlatformComponent
Kill the component.
killComponent(IComponentIdentifier) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Kill the component.
killComponent(Exception) - Method in interface jadex.bridge.component.IExternalExecutionFeature
Kill the component.
killComponent(Exception) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Kill the component.
killComponents(IComponentIdentifier...) - Method in interface jadex.bridge.component.IExternalSubcomponentsFeature
Stops a set of components, in order of dependencies.
killfuture - Variable in class jadex.bridge.service.types.cms.LockEntry
The kill flag.
killonexit - Variable in class jadex.extension.envsupport.observer.gui.ObserverCenter
Kill the application on exit.
known_kernels - Variable in class jadex.micro.KernelMultiAgent
The known factories.
known_kernels_cache - Variable in class jadex.micro.KernelMultiAgent
 
knownpluginviews - Variable in class jadex.extension.envsupport.observer.gui.ObserverCenterWindow
Known plugin views.

L

lane - Variable in class jadex.bpmn.tools.ProcessThreadInfo
The lane name.
language - Variable in class jadex.bdi.planlib.messaging.AIM
What language to use.
language - Variable in class jadex.bridge.modelinfo.UnparsedExpression
The language.
LANGUAGE - Static variable in class jadex.bridge.fipa.SFipa
 
LAST - Static variable in class jadex.bridge.ServiceCall
The upcoming service invocations.
lastack - Variable in class jadex.bridge.component.streams.InputConnectionHandler
The last in order sequence number acknowledged.
lastcheck - Variable in class jadex.commons.AbstractModelLoader.BrokenModel
Time of last check.
lastcl - Variable in class jadex.bdiv3.model.MClassBasedElement
 
lastdone - Variable in class jadex.bridge.service.types.chat.TransferInfo
The done size of the last update (for calculating speed).
lastIndexOf(Object) - Method in class jadex.bpmn.MultiColumnTable
 
lastIndexOf(Object) - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
lastIndexOf(Object) - Method in class jadex.commons.collection.IndexMap
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class jadex.commons.collection.WeakList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class jadex.commons.collection.wrappers.ListWrapper
 
lastmod - Variable in class jadex.bridge.ServiceCall
 
lastmod - Variable in class jadex.commons.AbstractModelLoader.BrokenModel
The file modification time.
lastmod - Variable in class jadex.commons.collection.CheckedCollection
The last modification.
lastmod - Variable in class jadex.commons.collection.CheckedMap
The last modification.
lastmodified - Variable in class jadex.base.JarAsDirectory
The timestamp of the file.
lastmodified - Variable in class jadex.bridge.service.types.filetransfer.FileData
The last modified date.
lastmodified - Variable in class jadex.commons.CachedObject
The last modified date.
lastmodified - Variable in class jadex.commons.ResourceInfo
The last modified date.
lastmodified - Variable in class jadex.commons.SClassReader.ClassInfo
Last modified date of the class file if available.
lastModified() - Method in class jadex.base.JarAsDirectory
 
LASTMODS - Static variable in class jadex.commons.SUtil
LRU for directory modification dates.
lastpattern - Variable in class jadex.commons.gui.autocombo.AutoCompleteCombo
The last pattern.
lastrate - Variable in class jadex.extension.envsupport.environment.DefaultObjectCreationProcess
The last rate.
lastsearch - Variable in class jadex.bridge.service.component.interceptors.ServiceGetter
The time of the last search.
lastsearch - Variable in class jadex.commons.gui.ClassSearchPanel
 
lastsend - Variable in class jadex.bridge.component.streams.OutputConnectionHandler.DataSendInfo
The sequence number during the last sending.
lastseqno - Variable in class jadex.bridge.component.streams.InputConnectionHandler
The last sequence number.
laststate - Variable in class jadex.base.SRemoteClock.RemoteSimServiceChangeListener
The last state.
lasttick - Variable in class jadex.extension.envsupport.environment.DefaultObjectCreationProcess
The last executed tick.
lasttime - Variable in class jadex.extension.envsupport.environment.DefaultObjectCreationProcess
The last executed time.
lastupdate - Variable in class jadex.bridge.service.types.chat.TransferInfo
The time (millis) of the last update (for calculating speed).
LatencyProperty - Class in jadex.bridge.sensor.service
Property for the overall latency a service call.
LatencyProperty(IInternalAccess, IService, MethodInfo) - Constructor for class jadex.bridge.sensor.service.LatencyProperty
Create a new property.
Layer - Class in jadex.extension.envsupport.observer.graphics.layer
 
Layer(int) - Constructor for class jadex.extension.envsupport.observer.graphics.layer.Layer
 
Layer(int, Object) - Constructor for class jadex.extension.envsupport.observer.graphics.layer.Layer
 
LAYER_TYPE_COLOR - Static variable in class jadex.extension.envsupport.observer.graphics.layer.Layer
 
LAYER_TYPE_GRID - Static variable in class jadex.extension.envsupport.observer.graphics.layer.Layer
 
LAYER_TYPE_TILED - Static variable in class jadex.extension.envsupport.observer.graphics.layer.Layer
 
layoutContainer(Container) - Method in class jadex.commons.gui.ObjectCardLayout
Set the components bounds in the parent.
lazy - Variable in class jadex.micro.MicroModel.ServiceInjectionInfo
The lazy flag.
lazy() - Method in annotation type jadex.micro.annotation.AgentServiceSearch
Deprecated.
todo: remove and replace by query.
lazy() - Method in annotation type jadex.micro.annotation.OnService
todo: remove and replace by query.
LazyResource - Class in jadex.commons
Representation of data loaded on first access.
LazyResource(Class<?>, String) - Constructor for class jadex.commons.LazyResource
Create a lazy resource.
leasetime - Variable in class jadex.bridge.component.streams.AbstractConnectionHandler
The lease time.
leasetime - Variable in class jadex.commons.collection.LeaseTimeSet
The leasetime.
leasetime - Variable in class jadex.commons.collection.PassiveLeaseTimeSet
The leasetime.
LeaseTimeMap<K,​V> - Class in jadex.commons.collection
Lease time map with supervised write/update access.
LeaseTimeMap(long) - Constructor for class jadex.commons.collection.LeaseTimeMap
Create a new lease time map.
LeaseTimeMap(long, ICommand<Tuple2<Map.Entry<K, V>, Long>>, boolean, boolean, boolean) - Constructor for class jadex.commons.collection.LeaseTimeMap
Create a new lease time map.
LeaseTimeMap(long, ICommand<Tuple2<Map.Entry<K, V>, Long>>, boolean, boolean, boolean, IDelayRunner, boolean) - Constructor for class jadex.commons.collection.LeaseTimeMap
Create a new lease time map.
LeaseTimeSet<E> - Class in jadex.commons.collection
Collection that remove elements after a lease time automatically.
LeaseTimeSet() - Constructor for class jadex.commons.collection.LeaseTimeSet
Create a new lease time handling object.
LeaseTimeSet(long) - Constructor for class jadex.commons.collection.LeaseTimeSet
Create a new lease time handling object.
LeaseTimeSet(long, ICommand<Tuple2<E, Long>>) - Constructor for class jadex.commons.collection.LeaseTimeSet
Create a new lease time handling object.
LeaseTimeSet(long, ICommand<Tuple2<E, Long>>, IDelayRunner) - Constructor for class jadex.commons.collection.LeaseTimeSet
Create a new lease time handling object.
LeaseTimeSet(ICommand<Tuple2<E, Long>>) - Constructor for class jadex.commons.collection.LeaseTimeSet
Create a new lease time handling object.
LeaseTimeSet.Checker - Class in jadex.commons.collection
The checker for removing entries.
LeaseTimeSet.SynchronizedLeaseTimeCollection<E> - Class in jadex.commons.collection
Synchronized lease time collection.
left - Variable in class jadex.extension.envsupport.environment.space2d.KdNode
Node for objects with coordinate below the splitting hyperplane, null for leaf nodes.
leftClicked(IVector2) - Method in interface jadex.extension.envsupport.observer.graphics.IViewportListener
This method gets called on left clicks.
leftClicked(String) - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
Set the selected Object in the Perspective.
len - Variable in class jadex.commons.ListenableStream
The currently used length of the buffer.
less(IVector1) - Method in interface jadex.extension.envsupport.math.IVector1
Tests if the vector is less than another vector.
less(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Double
 
less(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Int
Tests if the vector is less than another vector.
less(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Long
Tests if the vector is less than another vector.
LESS - Static variable in class jadex.bridge.nonfunctional.hardconstraints.MHardConstraint
The value should be less than the given value.
LESS - Static variable in class jadex.javaparser.javaccimpl.CompareNode
The less-than (<) operator.
LESS_OR_EQUAL - Static variable in class jadex.bridge.nonfunctional.hardconstraints.MHardConstraint
The value should be less than or equal to the given value.
LESSEQUAL - Static variable in class jadex.javaparser.javaccimpl.CompareNode
The less-equal (<=) operator.
level - Variable in enum jadex.bridge.service.types.monitoring.IMonitoringService.PublishEventLevel
 
level - Variable in class jadex.bridge.service.types.monitoring.MonitoringEvent
The event importance.
LEXICAL_COMPARATOR - Static variable in class jadex.commons.gui.jtable.TableSorter
 
lf - Static variable in class jadex.extension.envsupport.evaluation.CSVFileDataConsumer
The linefeed separator.
lf - Static variable in class jadex.xml.SXML
The linefeed separator.
LF - Static variable in class jadex.commons.SUtil
Line separator.
lfeatures - Variable in class jadex.bridge.service.types.cms.PlatformComponent
The feature instances as list (for reverse execution, cached for speed).
LIBPATH - Static variable in interface jadex.base.IPlatformConfiguration
Additional library paths (classpath entries) for loading agent models and classes.
libservice - Variable in class jadex.bdiv3.BDIAgentFactory
The library service.
libservice - Variable in class jadex.bdiv3x.BDIXComponentFactory
The library service.
libservice - Variable in class jadex.bpmn.BpmnFactory
The library service.
libservice - Variable in class jadex.micro.KernelMultiAgent
 
libservicelistener - Variable in class jadex.bdiv3.BDIAgentFactory
The library service listener
libservicelistener - Variable in class jadex.bdiv3x.BDIXComponentFactory
The library service listener
libservicelistener - Variable in class jadex.bpmn.BpmnFactory
The library service listener
libservicelistener - Variable in class jadex.micro.MicroAgentFactory
The library service listener
libservicelistener - Variable in class jadex.microservice.MicroserviceFactory
The library service listener
lid - Variable in class jadex.bridge.ResourceIdentifier
The local identifier.
LifecycleStateCondition(IGoal.GoalLifecycleState) - Constructor for class jadex.bdiv3x.features.BDIXAgentFeature.LifecycleStateCondition
Create a new condition.
LifecycleStateCondition(IGoal.GoalLifecycleState, boolean) - Constructor for class jadex.bdiv3x.features.BDIXAgentFeature.LifecycleStateCondition
Create a new condition.
LifecycleStateCondition(Set<IGoal.GoalLifecycleState>) - Constructor for class jadex.bdiv3x.features.BDIXAgentFeature.LifecycleStateCondition
Create a new condition.
LifecycleStateCondition(Set<IGoal.GoalLifecycleState>, boolean) - Constructor for class jadex.bdiv3x.features.BDIXAgentFeature.LifecycleStateCondition
Create a new condition.
limit - Variable in class jadex.commons.concurrent.LoadManagingExecutionService
A limit for concurrency (to avoid exceeding the timeslice).
LIMIT - Static variable in class jadex.base.SRemoteGui.ConsoleListener
The limit of characters sent in one event.
limitprice - Variable in class jadex.bdi.planlib.protocols.ExponentialPriceCalculator
The limit price.
limitprice - Variable in class jadex.bdi.planlib.protocols.LinearPriceCalculator
The limit price.
LinearPriceCalculator - Class in jadex.bdi.planlib.protocols
A sample implementation of the IPriceCalculator.
LinearPriceCalculator(double, double, double) - Constructor for class jadex.bdi.planlib.protocols.LinearPriceCalculator
Create a new linear price calculator.
LinearPriceCalculator(double, double, double, double, double) - Constructor for class jadex.bdi.planlib.protocols.LinearPriceCalculator
Create a new linear price calculator.
LinkData - Class in jadex.xml.reader
Data for linking two objects.
LinkData(Object, Object, QName[]) - Constructor for class jadex.xml.reader.LinkData
Create a new link data.
linker - Variable in class jadex.xml.LinkingInfo
The linker.
linkinfo - Variable in class jadex.xml.reader.LinkData
The linkinfo.
linkinfo - Variable in class jadex.xml.TypeInfo
The link info .
LinkingInfo - Class in jadex.xml
The link info stores how parent - child(ren) should be composed.
LinkingInfo(boolean) - Constructor for class jadex.xml.LinkingInfo
Create a new linking info.
LinkingInfo(Object) - Constructor for class jadex.xml.LinkingInfo
Create a new linking info.
LinkingInfo(Object, boolean) - Constructor for class jadex.xml.LinkingInfo
Create a new linking info.
linkObject(Object, Object, Object, QName[], AReadContext) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Link an object to its parent.
linkObject(Object, Object, Object, QName[], AReadContext) - Method in interface jadex.xml.reader.IObjectLinker
Link an object to its parent.
linkResults(IResultListener<Collection<Tuple2<String, Object>>>, IPlatformComponentAccess, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
 
list - Variable in class jadex.commons.collection.ConcurrencyCheckingList
The wrapped list.
list - Variable in class jadex.commons.collection.IndexMap
The key list.
LIST_ELEMENT_ATTRIBUTE_DELIMITER - Static variable in class jadex.bpmn.BpmnXMLReader
String delimiter for element attributes 0x240B (9227) SYMBOL FOR VERTICAL TABULATION
LIST_ELEMENT_DELIMITER - Static variable in class jadex.bpmn.BpmnXMLReader
String delimiter for list elements 0x241F (9247) SYMBOL FOR UNIT SEPARATOR
listDirectory(String) - Method in interface jadex.bridge.service.types.filetransfer.IFileTransferService
List the contents of a directory.
ListenableStream - Class in jadex.commons
A stream that can be listened to.
ListenableStream(OutputStream, String) - Constructor for class jadex.commons.ListenableStream
Create a new stream.
listener - Variable in class jadex.bridge.ComponentResultListener
The result listener.
listener - Variable in class jadex.bridge.nonfunctional.search.ServiceRankingResultListener
The delegate listener.
listener - Variable in class jadex.bridge.sensor.service.ExecutionTimeProperty
The listener.
listener - Variable in class jadex.bridge.sensor.service.LatencyProperty
The listener.
listener - Variable in class jadex.bridge.sensor.service.UserMethodInvocationListener
The protected listener.
listener - Variable in class jadex.bridge.sensor.service.WaitingTimeProperty
The listener.
listener - Variable in class jadex.bridge.sensor.service.WaitqueueProperty
The listener.
listener - Variable in class jadex.bridge.TimeoutResultListener
The delegation listener.
listener - Variable in class jadex.commons.future.Future
The first listener (for avoiding array creation).
listener - Variable in class jadex.commons.gui.future.SwingIntermediateResultListener
The delegation listener.
listener - Variable in class jadex.commons.gui.future.SwingResultListener
The delegation listener.
listener - Variable in class jadex.extension.envsupport.environment.ComponentActionList.ActionEntry
The result listener.
listenerList - Variable in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
 
listeners - Variable in class jadex.commons.concurrent.JavaThreadPool
The finished listeners.
listeners - Variable in class jadex.commons.concurrent.ThreadPool
The finished listeners.
listeners - Variable in class jadex.commons.future.Future
The listeners.
listeners - Variable in class jadex.commons.ListenableStream
The listeners.
listeners - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
The environment listeners.
listeners - Variable in class jadex.micro.KernelMultiAgent
The listeners.
listenToAll() - Method in interface jadex.bridge.component.IExternalExecutionFeature
Add a component listener for all components of a platform.
listenToAll(IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Add a component listener for all components.
listenToComponent() - Method in interface jadex.bridge.component.IExternalExecutionFeature
Add a component listener for a specific component.
listenToComponent(IComponentIdentifier) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Add a component listener for a specific component.
listenToComponent(IComponentIdentifier, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Add a component listener for a specific component.
listFiles() - Method in class jadex.base.JarAsDirectory
 
listFiles() - Method in class jadex.base.RemoteJarFile
List the files.
listFiles(FileData, IAsyncFilter) - Static method in class jadex.base.SRemoteGui
List files in a directory matching a filter (if any).
listFiles(FileData, IAsyncFilter, IExternalAccess) - Static method in class jadex.base.SRemoteGui
List files in a directory matching a filter (if any).
listFiles(FileFilter) - Method in class jadex.base.JarAsDirectory
 
listFiles(FilenameFilter) - Method in class jadex.base.JarAsDirectory
 
ListIndexMap() - Constructor for class jadex.commons.collection.IndexMap.ListIndexMap
Create a new list interface index map.
ListIndexMap(List<K>, Map<K, V>) - Constructor for class jadex.commons.collection.IndexMap.ListIndexMap
Create a new list interface index map.
listIterator() - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
listIterator() - Method in class jadex.commons.collection.IndexMap
Returns a list iterator of the elements in this list (in proper sequence).
listIterator() - Method in class jadex.commons.collection.WeakList
Returns a list iterator of the elements in this list (in proper sequence).
listIterator() - Method in class jadex.commons.collection.wrappers.ListWrapper
 
listIterator(int) - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
listIterator(int) - Method in class jadex.commons.collection.IndexMap
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator(int) - Method in class jadex.commons.collection.WeakList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator(int) - Method in class jadex.commons.collection.wrappers.ListWrapper
 
listJarFileEntries(FileData, IAsyncFilter) - Static method in class jadex.base.SRemoteGui
List files of a remote jar file
listJarFileEntries(FileData, IAsyncFilter, IExternalAccess) - Static method in class jadex.base.SRemoteGui
List files in a directory matching a filter (if any).
ListToTreeSelectionModelWrapper() - Constructor for class jadex.commons.gui.jtreetable.JTreeTable.ListToTreeSelectionModelWrapper
 
ListWrapper<T> - Class in jadex.bdiv3.runtime.wrappers
 
ListWrapper<T> - Class in jadex.commons.collection.wrappers
 
ListWrapper(List<T>) - Constructor for class jadex.commons.collection.wrappers.ListWrapper
Create a new wrapper.
ListWrapper(List<T>, IInternalAccess, EventType, EventType, EventType, MElement) - Constructor for class jadex.bdiv3.runtime.wrappers.ListWrapper
Create a new list wrapper.
ListWrapper(List<T>, IInternalAccess, String, String, String, MElement) - Constructor for class jadex.bdiv3.runtime.wrappers.ListWrapper
Create a new list wrapper.
load - Variable in class jadex.commons.concurrent.LoadManagingExecutionService
The desired CPU load.
loadAgentModel(String, String[], IResourceIdentifier, ClassLoader, Object) - Method in class jadex.bdiv3x.BDIXModelLoader
Load an agent model.
loadBinary(String) - Static method in class jadex.commons.SUtil
Load a binary file as base 64 string, e.g.
loadBpmnModel(String, String[], ClassLoader, Object) - Method in class jadex.bpmn.BpmnModelLoader
Load a BPMN model.
loadCachedObject(String, long) - Method in class jadex.commons.ObjectCache
Load the cached file.
loadCapabilityModel(String, String[], IResourceIdentifier, ClassLoader, Object) - Method in class jadex.bdiv3x.BDIXModelLoader
Load a capability model.
loadCertStore(byte[]) - Static method in class jadex.commons.security.SCertStore
Loads the cert store.
loadClass(String) - Method in interface jadex.bytecode.IByteCodeClassLoader
Loads a class.
loadClass(String) - Method in class jadex.commons.ByteClassLoader
Load a class via the classname.
loadClass(String, boolean) - Method in interface jadex.bridge.service.types.library.ISimpleDelegationClassLoader
 
loadClass(String, boolean) - Method in class jadex.commons.ByteClassLoader
Load a class via the classname.
loadClass(String, boolean) - Method in class jadex.micro.MicroClassReader.DummyClassLoader
This method implements a fallback to the library service baseclassloader if a) a library service classloader is used and b) the class was not found in the DummyClassLoader This still limits the scope of loadable classes to avoid accidental loading of non-enhanced user code while allowing Jadex classesto be in the baseclassloader instead of the system classloader.
loadClass(String, byte[], boolean) - Method in class jadex.commons.ByteClassLoader
Load a class via the classname.
loadClassInfo0(String, String[], IResourceIdentifier) - Method in class jadex.bdiv3.BDIAgentFactory
Load the class info for the model.
loadComponentModel(String, String[], IResourceIdentifier, ClassLoader, Object) - Method in class jadex.bdiv3.BDIModelLoader
Load a component model.
loadComponentModel(String, String[], IResourceIdentifier, ClassLoader, Object) - Method in class jadex.micro.MicroModelLoader
Load a component model.
loadComponentModel(String, String[], IResourceIdentifier, ClassLoader, Object) - Method in class jadex.microservice.MicroserviceModelLoader
Load a component model.
loadDependencies(IResourceIdentifier, boolean) - Method in interface jadex.bridge.service.types.library.IDependencyService
Load dependencies from a resource identifier.
LoadedClassesProperty - Class in jadex.bridge.sensor.memory
Property for the number of loaded classes in the JVM.
LoadedClassesProperty(IInternalAccess) - Constructor for class jadex.bridge.sensor.memory.LoadedClassesProperty
Create a new property.
loader - Variable in class jadex.bdiv3.BDIAgentFactory
The application model loader.
loader - Variable in class jadex.bdiv3.BDIClassReader
The model loader for subcapabilities.
loader - Variable in class jadex.bdiv3x.BDIXComponentFactory
The application model loader.
loader - Variable in class jadex.bdiv3x.BDIXMLReader
The loader for sub capabilities.
loader - Variable in class jadex.bpmn.BpmnFactory
The model loader
loader - Variable in class jadex.micro.MicroAgentFactory
The application model loader.
loader - Variable in class jadex.microservice.MicroserviceFactory
The model loader.
loadFile(String) - Method in interface jadex.bridge.service.types.settings.IPlatformSettings
Directly loads a file from the settings directory.
loadHashCache() - Static method in class jadex.commons.SUtil
Load the stored hashes.
LoadManagingExecutionService - Class in jadex.commons.concurrent
This class allows to perform background operations with adjustable CPU utilization.
LoadManagingExecutionService(IThreadPool) - Constructor for class jadex.commons.concurrent.LoadManagingExecutionService
Create an execution service with default settings (timeslice=50).
LoadManagingExecutionService(IThreadPool, long) - Constructor for class jadex.commons.concurrent.LoadManagingExecutionService
Create an execution service with given settings.
LoadManagingExecutionService.Task - Class in jadex.commons.concurrent
A task info holds a task and meta information.
loadModel(IExternalAccess, String, IResourceIdentifier) - Static method in class jadex.bridge.service.types.factory.SComponentFactory
Load an component model.
loadModel(ClassLoader, String, String) - Static method in class jadex.bridge.service.types.factory.SBootstrapLoader
Load a component model.
loadModel(String, CreationInfo, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Load a model with the following steps: - get the resource identifier for the model - resolve the filename (local types of subcomponents -> filenames) - get a suitable component factory - load the model with that factory - check if the model has errors and convert to exception
loadModel(String, String[], IResourceIdentifier) - Method in class jadex.bdiv3.BDIAgentFactory
Load a model.
loadModel(String, String[], IResourceIdentifier) - Method in class jadex.bdiv3x.BDIXComponentFactory
Load a model.
loadModel(String, String[], IResourceIdentifier) - Method in class jadex.bpmn.BpmnFactory
Load a model.
loadModel(String, String[], IResourceIdentifier) - Method in interface jadex.bridge.service.types.factory.IComponentFactory
Load a model.
loadModel(String, String[], IResourceIdentifier) - Method in class jadex.micro.KernelMultiAgent
Load a model.
loadModel(String, String[], IResourceIdentifier) - Method in class jadex.micro.MicroAgentFactory
Load a model.
loadModel(String, String[], IResourceIdentifier) - Method in class jadex.microservice.MicroserviceFactory
Load a model.
loadModel(String, String[], Object, ClassLoader, Object) - Method in class jadex.commons.AbstractModelLoader
Load a model.
loadModel(String, String, String[], Object, ClassLoader, Object) - Method in class jadex.commons.AbstractModelLoader
Load a model with a required extension.
loadObjectCache(String) - Static method in class jadex.commons.ObjectCache
Load the model cache.
loadPlugins(List) - Method in interface jadex.extension.envsupport.observer.gui.IObserverCenter
 
loadPlugins(List) - Method in class jadex.extension.envsupport.observer.gui.ObserverCenter
Loads all available plugins
loadProperties() - Method in interface jadex.bridge.service.types.settings.ISettingsService
Deprecated.
loadState(String) - Method in interface jadex.bridge.service.types.settings.IPlatformSettings
Loads arbitrary state form a persistent directory.
local - Variable in class jadex.commons.collection.NestedMap
The local map.
local() - Method in annotation type jadex.bridge.service.annotation.Reference
Set the local reference state.
LOCAL - Static variable in interface jadex.bridge.IComponentIdentifier
The currently executing component (if any).
LOCAL_SCOPES - Static variable in enum jadex.bridge.service.ServiceScope
The scopes local to a platform.
LocalAbstractConnectionHandler - Class in jadex.bridge.component.streams
 
LocalAbstractConnectionHandler(Map<String, Object>) - Constructor for class jadex.bridge.component.streams.LocalAbstractConnectionHandler
 
LocalAbstractConnectionHandler(Map<String, Object>, LocalAbstractConnectionHandler) - Constructor for class jadex.bridge.component.streams.LocalAbstractConnectionHandler
 
LocalDataView2D - Class in jadex.extension.envsupport.dataview
A view showing only objects in a local range.
LocalDataView2D() - Constructor for class jadex.extension.envsupport.dataview.LocalDataView2D
 
locale - Variable in class jadex.commons.beans.beancontext.BeanContextSupport
The locale of this context.
LocalInputConnectionHandler - Class in jadex.bridge.component.streams
Local version of the input connection handler.
LocalInputConnectionHandler(Map<String, Object>) - Constructor for class jadex.bridge.component.streams.LocalInputConnectionHandler
Create new local input connection handler.
LocalInputConnectionHandler(Map<String, Object>, LocalAbstractConnectionHandler) - Constructor for class jadex.bridge.component.streams.LocalInputConnectionHandler
Create new local input connection handler.
localizeModel(IExternalAccess, String, IResourceIdentifier) - Static method in class jadex.base.SRemoteGui
Localize a model name.
LocalObjectListener - Class in jadex.extension.envsupport.environment
 
LocalObjectListener() - Constructor for class jadex.extension.envsupport.environment.LocalObjectListener
 
LocalOutputConnectionHandler - Class in jadex.bridge.component.streams
 
LocalOutputConnectionHandler(Map<String, Object>) - Constructor for class jadex.bridge.component.streams.LocalOutputConnectionHandler
 
LocalOutputConnectionHandler(Map<String, Object>, LocalAbstractConnectionHandler) - Constructor for class jadex.bridge.component.streams.LocalOutputConnectionHandler
 
localpart - Variable in class jadex.xml.stax.XmlTag
The local part.
LocalResourceIdentifier - Class in jadex.bridge
Default implementation for resource identification.
LocalResourceIdentifier() - Constructor for class jadex.bridge.LocalResourceIdentifier
Create a resource identifier.
LocalResourceIdentifier(IComponentIdentifier, URI) - Constructor for class jadex.bridge.LocalResourceIdentifier
Create a resource identifier.
LocalResourceIdentifier(IComponentIdentifier, URI, String) - Constructor for class jadex.bridge.LocalResourceIdentifier
Create a resource identifier.
LocalResourceIdentifier(IComponentIdentifier, URL) - Constructor for class jadex.bridge.LocalResourceIdentifier
Create a resource identifier.
localserviceproxies - Variable in class jadex.bridge.service.search.ServiceRegistry
Map for looking up local services using the service identifier.
LOCALTRANSPORT - Static variable in interface jadex.base.IPlatformConfiguration
Flag if local transport is enabled.
localtype - Variable in class jadex.bridge.service.types.cms.CMSComponentDescription
The local type name (from parent).
localtype - Variable in class jadex.bridge.service.types.cms.CreationInfo
The local component type name.
localtypes - Variable in class jadex.bridge.service.types.cms.CmsState
The local types.
location - Variable in class jadex.xml.StackElement
The location of the start tag.
Location - Class in jadex.xml.stax
StaX API: Location
Location(int, int, int, String, String) - Constructor for class jadex.xml.stax.Location
 
lock - Variable in class jadex.bridge.service.types.cms.CmsState.CmsComponentState
Component lock for locking parent.
locked - Variable in class jadex.bridge.service.types.cms.LockEntry
The locked component.
LOCKED - jadex.bridge.service.types.remote.IProxyAgentService.State
 
LockEntry - Class in jadex.bridge.service.types.cms
Entry that represents a lock for a component.
LockEntry(IComponentIdentifier) - Constructor for class jadex.bridge.service.types.cms.LockEntry
Create a new lock entry.
lockers - Variable in class jadex.bridge.service.types.cms.LockEntry
The components that have a lock.
log(Level, String) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Log a message, with no arguments.
log(Level, String, Object) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Log a message, with one object parameter.
log(Level, String, Object[]) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Log a message, with an array of object arguments.
log(Level, String, Throwable) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Log a message, with associated Throwable information.
log(LogRecord) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Log a LogRecord.
log2(int) - Static method in class jadex.commons.SUtil
Fast way to compute log2(x).
log2(long) - Static method in class jadex.commons.SUtil
Fast way to compute log2(x).
logException(Exception, Exception, boolean, boolean, boolean) - Method in class jadex.bridge.service.component.interceptors.FutureFunctionality
Log an exception.
logger - Variable in class jadex.bridge.service.component.BasicServiceInvocationHandler
The logger for errors/warnings.
logger - Variable in class jadex.bridge.service.component.interceptors.FutureFunctionality
The logger used for notification failure warnings (if any).
logger - Variable in class jadex.bridge.service.types.cms.LoggerWrapper
The original logger.
logger - Variable in class jadex.bridge.service.types.cms.PlatformComponent
The logger.
loggerfetcher - Variable in class jadex.bridge.service.component.interceptors.FutureFunctionality
 
LoggerFilterStore - Class in jadex.bytecode.vmhacks
This class abuses the java.util.logging.* API to establish a VM-wide object store.
LoggerFilterStore() - Constructor for class jadex.bytecode.vmhacks.LoggerFilterStore
Creates the store.
LoggerTask - Class in jadex.bpmn.runtime.task
Log some text stored in variable text.
LoggerTask() - Constructor for class jadex.bpmn.runtime.task.LoggerTask
 
LoggerWrapper - Class in jadex.bridge.service.types.cms
The logger wrapper is used to encapsulate a logger and redirect messages to the logger with the correct time (according to a clock service).
LoggerWrapper(Logger, IClockService) - Constructor for class jadex.bridge.service.types.cms.LoggerWrapper
Create a new logger wrapper.
LOGGING - Static variable in interface jadex.base.IPlatformConfiguration
Enable verbose logging (shortcut for setting logging_level to info).
LOGGING_LEVEL - Static variable in interface jadex.base.IPlatformConfiguration
Logging level for platform.
login(String, String) - Method in class jadex.bdi.planlib.messaging.AIM
Log in to TOC
logout() - Method in class jadex.bdi.planlib.messaging.AIM
Logout of toc and close the socket
logp(Level, String, String, String) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Log a message, specifying source class and method, with no arguments.
logp(Level, String, String, String, Object) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Log a message, specifying source class and method, with a single object parameter to the log message.
logp(Level, String, String, String, Object[]) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Log a message, specifying source class and method, with an array of object arguments.
logp(Level, String, String, String, Throwable) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Log a message, specifying source class and method, with associated Throwable information.
logrb(Level, String, String, String, String) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Log a message, specifying source class, method, and resource bundle name with no arguments.
logrb(Level, String, String, String, String, Object) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Log a message, specifying source class, method, and resource bundle name, with a single object parameter to the log message.
logrb(Level, String, String, String, String, Object[]) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Log a message, specifying source class, method, and resource bundle name, with an array of object arguments.
logrb(Level, String, String, String, String, Throwable) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Log a message, specifying source class, method, and resource bundle name, with associated Throwable information.
logWarning(String, IExternalAccess) - Static method in class jadex.base.SRemoteGui
Log a warning on a component.
longIntoBytes(long, byte[]) - Static method in class jadex.commons.SUtil
Convert a long to bytes.
longIntoBytes(long, byte[], int) - Static method in class jadex.commons.SUtil
Convert a long to bytes.
longToBytes(long) - Static method in class jadex.commons.SUtil
Convert a long to bytes.
loop - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 
loop - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Animation
 
loopcmd - Variable in class jadex.bpmn.runtime.ProcessThread
The loop command.
LOSS_THRESHOLD - Static variable in class jadex.commons.concurrent.MonitoredThreadPoolExecutor
Threshold after which a _blocking_ thread is considered stolen.
LOSS_THRESHOLD_BUSY - Static variable in class jadex.commons.concurrent.MonitoredThreadPoolExecutor
Threshold after which a _non-blocking_ thread is considered stolen.
lru - Variable in class jadex.commons.collection.Cache
The lru.
LRU<K,​V> - Class in jadex.commons.collection
A least recently used map.
LRU() - Constructor for class jadex.commons.collection.LRU
Create a new LRU with 1000 entries.
LRU(int) - Constructor for class jadex.commons.collection.LRU
Create a new LRU.
LRU(int, ILRUEntryCleaner) - Constructor for class jadex.commons.collection.LRU
Create a new LRU.
LRU(int, ILRUEntryCleaner, boolean) - Constructor for class jadex.commons.collection.LRU
Create a new LRU.
LSHIFT - Static variable in class jadex.javaparser.javaccimpl.MathNode
The left shift operator.

M

m - Variable in class jadex.commons.collection.BloomFilter
The number of bits in the bit set
MacAddressProperty - Class in jadex.bridge.sensor.mac
The (first) mac address.
MacAddressProperty(IInternalAccess) - Constructor for class jadex.bridge.sensor.mac.MacAddressProperty
Create a new property.
macs - Static variable in class jadex.commons.SUtil
Cached for speed.
mactivity - Variable in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
The acticity.
MAGRSpaceInstance - Class in jadex.extension.agr
An instance of an AGR space.
MAGRSpaceInstance() - Constructor for class jadex.extension.agr.MAGRSpaceInstance
 
MAGRSpaceType - Class in jadex.extension.agr
An AGR space description.
MAGRSpaceType() - Constructor for class jadex.extension.agr.MAGRSpaceType
 
MailTest - Class in jadex.bdi.planlib.messaging
Test class for java mail API.
MailTest() - Constructor for class jadex.bdi.planlib.messaging.MailTest
 
main - Variable in class jadex.bridge.service.types.daemon.StartOptions
The main class to start.
main(String[]) - Static method in class jadex.base.Starter
Main for starting the platform (with meaningful fallbacks)
main(String[]) - Static method in class jadex.bdi.planlib.messaging.MailTest
Main method for testing.
main(String[]) - Static method in class jadex.bdi.planlib.protocols.ExponentialPriceCalculator
Main for testing.
main(String[]) - Static method in class jadex.bdi.planlib.protocols.LinearPriceCalculator
Main for testing.
main(String[]) - Static method in class jadex.bdiv3.ASMBDIClassGenerator
 
main(String[]) - Static method in class jadex.bdiv3.BDIEnhancer
Main for testing.
main(String[]) - Static method in class jadex.bridge.component.DependencyResolver
The main for testing.
main(String[]) - Static method in class jadex.bridge.service.search.Indexer
Main for testing.
main(String[]) - Static method in class jadex.bridge.service.types.address.TransportAddress
Main for testing.
main(String[]) - Static method in class jadex.bytecode.Proxy
Main for testing.
main(String[]) - Static method in class jadex.bytecode.vmhacks.NativeHelper
Test main
main(String[]) - Static method in class jadex.commons.collection.BlockingQueue
Main for testing.
main(String[]) - Static method in class jadex.commons.collection.BloomFilter
Main for testing.
main(String[]) - Static method in class jadex.commons.collection.LeaseTimeMap
Main for testing.
main(String[]) - Static method in class jadex.commons.collection.LeaseTimeSet
Main for testing.
main(String[]) - Static method in class jadex.commons.collection.SCollection
 
main(String[]) - Static method in class jadex.commons.collection.WeakList
Main method for testing.
main(String[]) - Static method in class jadex.commons.concurrent.LoadManagingExecutionService
 
main(String[]) - Static method in class jadex.commons.concurrent.MultiThreadTest
Main for testing.
main(String[]) - Static method in class jadex.commons.concurrent.ThreadPool
Main for testing.
main(String[]) - Static method in class jadex.commons.concurrent.ThreadTest
Main for testing.
main(String[]) - Static method in class jadex.commons.ExpressionTokenizer
Main for testing.
main(String[]) - Static method in class jadex.commons.gui.autocombo.AutoCompleteCombo
Main for testing.
main(String[]) - Static method in class jadex.commons.gui.ClassSearchPanel
Main for testing.
main(String[]) - Static method in class jadex.commons.gui.CombiIcon
 
main(String[]) - Static method in class jadex.commons.IdGenerator
 
main(String[]) - Static method in class jadex.commons.ProcessStarter
Start a java or non-java process.
main(String[]) - Static method in class jadex.commons.SReflect
 
main(String[]) - Static method in class jadex.commons.SUtil
 
main(String[]) - Static method in class jadex.commons.Tuple
 
main(String[]) - Static method in class jadex.extension.envsupport.observer.gui.plugin.EvaluationPlugin
 
main(String[]) - Static method in class jadex.javaparser.javaccimpl.GenParser
Invoke JJTree and JavaCC main classes.
main(String[]) - Static method in class jadex.quickstart.cleanerworld.Main
Main method for starting the scenario.
Main - Class in jadex.quickstart.cleanerworld
Main class for starting a cleanerworld scenario
Main() - Constructor for class jadex.quickstart.cleanerworld.Main
 
mainpanel - Variable in class jadex.commons.gui.JWizard
 
mainpanel - Variable in class jadex.extension.envsupport.observer.gui.ObserverCenterWindow
The main pane.
majorversion - Variable in class jadex.bridge.JadexVersion
The major version if available.
makeBasicType(InsnList, Type) - Static method in class jadex.bytecode.SASM
Make a value a basic type.
makeConform(String) - Static method in class jadex.commons.SUtil
Convert an output to html/wml conform presentation.
makeConform(String, int) - Static method in class jadex.commons.SUtil
Convert an output to html/wml conform presentation.
makeEnglishConform(String) - Static method in class jadex.commons.SUtil
Convert an output readable in english.
makeFullscreen() - Method in class jadex.extension.envsupport.observer.gui.ObserverCenterWindow
Display window in fullscreen.
makeIcon(Class, String) - Static method in class jadex.commons.gui.SGUI
Utility method that creates a UIDefaults.LazyValue that creates an ImageIcon for the specified gifFile filename.
makeNiceArrayNotation(String) - Static method in class jadex.commons.SReflect
Process a type name and replace array notation with nice one.
makeObject(InsnList, Type) - Static method in class jadex.bytecode.SASM
Make a value to an object.
makeObject(InsnList, Type, int) - Static method in class jadex.bytecode.SASM
Make a value to an object.
makeProposal(Object, IComponentIdentifier) - Method in class jadex.bdi.planlib.protocols.contractnet.CNPReceiverPlan
Make a proposal based on the task description.
makeRegistryClient() - Method in interface jadex.bridge.service.types.registry.IAutoConfigRegistryService
Make this platform registry client.
makeRegistrySuperpeer() - Method in interface jadex.bridge.service.types.registry.IAutoConfigRegistryService
Make this platform registry superpeer.
makeReturn(InsnList, Type) - Static method in class jadex.bytecode.SASM
Make a suitable return statement.
manageChargingstationsIn(Set<IChargingstation>) - Method in class jadex.quickstart.cleanerworld.environment.SensorActuator
Use the provided set to manage the known charging station objects.
manageCleanersIn(Set<ICleaner>) - Method in class jadex.quickstart.cleanerworld.environment.SensorActuator
Use the provided set to manage the known cleaner objects.
managementservice - Variable in class jadex.bridge.service.component.ServiceInfo
The management object.
manager - Static variable in class jadex.bpmn.BpmnXMLReader
The manager.
manageWastebinsIn(Set<IWastebin>) - Method in class jadex.quickstart.cleanerworld.environment.SensorActuator
Use the provided set to manage the known waste bin objects.
manageWastesIn(Set<IWaste>) - Method in class jadex.quickstart.cleanerworld.environment.SensorActuator
Use the provided set to manage the known waste objects.
MANY - Static variable in class jadex.bridge.service.RequiredServiceInfo
Constant for multiplicity many.
MANY - Static variable in annotation type jadex.micro.annotation.RequiredService
Constant for multiplicity many.
map - Variable in class jadex.commons.collection.CheckedMap
The map.
map - Variable in class jadex.commons.collection.IdentityHashSet
The backing map.
map - Variable in class jadex.commons.collection.IndexMap
The key/value map.
map - Variable in class jadex.commons.collection.LeaseTimeMap
The map.
map - Variable in class jadex.commons.collection.MultiCollection
The map.
map - Variable in class jadex.commons.collection.OrderedProperties
The internal map.
map - Variable in class jadex.commons.collection.RwMapWrapper
The wrapped map.
mapAsync(Function<E, IFuture<R>>) - Method in interface jadex.commons.future.IIntermediateFuture
Implements async loop and applies a an async function to each element.
mapAsync(Function<E, IFuture<R>>) - Method in class jadex.commons.future.IntermediateFuture
Implements async loop and applies a an async function to each element.
mapAsync(Function<E, IFuture<R>>, Class<?>) - Method in interface jadex.commons.future.IIntermediateFuture
Implements async loop and applies a an async function to each element.
mapAsync(Function<E, IFuture<R>>, Class<?>) - Method in class jadex.commons.future.IntermediateFuture
Implements async loop and applies a an async function to each element.
MapEntry<K,​V> - Class in jadex.commons.collection
Replacement for Map.Entry which cannot be instantiated :-(
MapEntry - Class in jadex.xml.bean
Replacement for HashMap.Entry which is not public accessible.
MapEntry() - Constructor for class jadex.xml.bean.MapEntry
 
MapEntry(K, V) - Constructor for class jadex.commons.collection.MapEntry
Create a new map entry.
MapIndexMap() - Constructor for class jadex.commons.collection.IndexMap.MapIndexMap
Create a new map interface index map.
MapIndexMap(List<K>, Map<K, V>) - Constructor for class jadex.commons.collection.IndexMap.MapIndexMap
Create a new map interface index map.
mapinfo - Variable in class jadex.xml.TypeInfo
The map info contains all mapping relevant data, e.g.
mapname - Variable in class jadex.xml.bean.BeanAccessInfo
The map name (if it should be put in map).
mapper - Variable in class jadex.extension.rs.publish.mapper.DefaultParameterMapper
The value mapper.
mapper() - Method in annotation type jadex.bdiv3.annotation.ServicePlan
The parameter mapper between goal parameters and service arguments/results.
mapper() - Method in annotation type jadex.extension.rs.invoke.annotation.ParameterMapper
The class or creation expression of the mapper.
mapperclass - Variable in class jadex.bdiv3.model.MBody
The parameter mapper.
mapping - Variable in class jadex.bridge.service.PublishInfo
The mapping information (e.g.
mapping() - Method in annotation type jadex.micro.annotation.Publish
The mapping information (e.g.
Mapping - Annotation Type in jadex.bdiv3.annotation
Mapping, e.g.
MappingInfo - Class in jadex.xml
The mapping info stores all for for mapping between the different elements of an object, i.e.
MappingInfo(TypeInfo) - Constructor for class jadex.xml.MappingInfo
Create a new mapping info.
MappingInfo(TypeInfo, AttributeInfo[]) - Constructor for class jadex.xml.MappingInfo
Create a new mapping info.
MappingInfo(TypeInfo, AttributeInfo[], SubobjectInfo[]) - Constructor for class jadex.xml.MappingInfo
Create a new mapping info.
MappingInfo(TypeInfo, SubobjectInfo[]) - Constructor for class jadex.xml.MappingInfo
Create a new mapping info.
MappingInfo(TypeInfo, Object, Object) - Constructor for class jadex.xml.MappingInfo
Create a new mapping info.
MappingInfo(TypeInfo, Object, Object, AttributeInfo[]) - Constructor for class jadex.xml.MappingInfo
Create a new mapping info.
MappingInfo(TypeInfo, Object, Object, AttributeInfo[], SubobjectInfo[]) - Constructor for class jadex.xml.MappingInfo
Create a new mapping info.
MappingInfo(TypeInfo, Object, Object, AttributeInfo[], SubobjectInfo[], Boolean, Boolean, Boolean) - Constructor for class jadex.xml.MappingInfo
Create a new mapping info.
MappingInfo(Boolean, Boolean) - Constructor for class jadex.xml.MappingInfo
Create a new mapping info.
MappingInfo(Boolean, Boolean, Boolean) - Constructor for class jadex.xml.MappingInfo
Create a new mapping info.
mapRow(int) - Method in class jadex.commons.gui.jtable.AbstractIndexTableModel
 
MapWrapper<T,​E> - Class in jadex.bdiv3.runtime.wrappers
 
MapWrapper<T,​E> - Class in jadex.commons.collection.wrappers
Wrap a map and call template methods on modification.
MapWrapper(Map<T, E>) - Constructor for class jadex.commons.collection.wrappers.MapWrapper
Create a new collection wrapper.
MapWrapper(Map<T, E>, IInternalAccess, EventType, EventType, EventType, MElement) - Constructor for class jadex.bdiv3.runtime.wrappers.MapWrapper
Create a new set wrapper.
MapWrapper(Map<T, E>, IInternalAccess, String, String, String, MElement) - Constructor for class jadex.bdiv3.runtime.wrappers.MapWrapper
Create a new set wrapper.
marker - Variable in class jadex.extension.envsupport.observer.perspective.Perspective2D
The marker drawable combiner
marker - Variable in class jadex.extension.envsupport.observer.perspective.Perspective3D
The marker drawable combiner
marker3d - Variable in class jadex.extension.envsupport.observer.perspective.Perspective3D
The marker drawable combiner
markParked() - Method in class jadex.commons.concurrent.ThreadPool.ServiceThread
(method "park" already exists in android - do not overwrite)
markUnpark() - Method in class jadex.commons.concurrent.ThreadPool.ServiceThread
(method "unpark" already exists in android - do not overwrite)
master - Variable in class jadex.bridge.fipa.CMSCreateComponent
Attribute for slot master.
masterid - Variable in class jadex.bridge.service.types.awareness.AwarenessInfo
The masterid (or null if not a master).
match(MMessageEvent, Map<String, Object>) - Method in class jadex.bdiv3x.features.BDIXMessageComponentFeature
Match a message with a message event.
match(List<Tuple3<String, String[], Boolean>>, T) - Method in class jadex.bridge.service.search.Indexer
Tests if the search specification matches a value (spec=query).
MATCH_ALWAYS - Static variable in interface jadex.bridge.service.search.IKeyExtractor
Match any value constant for values.
matchArgumentTypes(Class[], Class[][]) - Static method in class jadex.commons.SReflect
Match the given argument types to a set of parameter type arrays.
matchesKeys(IServiceIdentifier) - Method in class jadex.bridge.service.search.ServiceQuery
Tests if the query keys matches a service.
matchexp - Variable in class jadex.bdiv3.model.MMessageEvent
The match expression.
matchingmodes - Variable in class jadex.bridge.service.search.ServiceQuery
The matching mode for multivalued terms.
matchMessageEvents(Map<String, Object>, List<MMessageEvent>, List<MMessageEvent>, List<MMessageEvent>, int, boolean, String) - Method in class jadex.bdiv3x.features.BDIXMessageComponentFeature
Match message events with a message adapter.
matchModel(String, String, IExternalAccess) - Static method in class jadex.base.SRemoteGui
Compare a model to a path.
matchOr(List<Tuple2<String, String[]>>, T) - Method in class jadex.bridge.service.search.Indexer
Tests if the search specification matches a value (spec=service, value=query).
Materialfile - Class in jadex.extension.envsupport.observer.graphics.drawable3d.special
Dataholder for Material informations
Materialfile(String, String, boolean, SpecialAction, IParsedExpression) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.special.Materialfile
 
materialPath_ - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Path to the Material
materials - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Object3d
 
MathNode - Class in jadex.javaparser.javaccimpl
Math node performs mathematical operations on it's (one or two) child nodes.
MathNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.MathNode
Create a node.
MAVEN_DEPENDENCIES - Static variable in interface jadex.base.IPlatformConfiguration
Flag to enable the Maven dependency service (requires Jadex Pro add-on).
max - Variable in class jadex.bridge.sensor.service.WaitqueueEvaluator
The wait queue cutoff len.
max - Variable in class jadex.bridge.service.RequiredServiceInfo
The max number of services.
max - Variable in class jadex.commons.collection.LRU
The maximum number of entries.
max - Variable in class jadex.commons.gui.autocombo.AbstractAutoComboModel
 
max - Variable in class jadex.extension.agr.MRoleType
The maximum number of agents allowed for this role (-1 for no restriction).
max() - Method in annotation type jadex.micro.annotation.RequiredService
The maximum number of services
MAX_EVENTS - Static variable in class jadex.bridge.RemoteChangeListenerHandler
Maximum number of events per delay period.
max_winners - Variable in class jadex.bdi.planlib.protocols.Selector
The max number of proposals to be chosen.
maxackseqno - Variable in class jadex.bridge.component.streams.InputConnectionHandler
The highest yet (may be out of order) acknowledged sequence number (only used to trigger new acks every x messages).
maxbuf - Variable in class jadex.bridge.component.streams.InputConnectionHandler
The maximum buffer size for out of order packets.
maxcnt - Variable in class jadex.commons.DefaultPoolStrategy
The maximum number of allowed workers.
maxdepth - Variable in class jadex.bridge.fipa.SearchConstraints
Attribute for slot max-depth.
maximumLayoutSize(Container) - Method in class jadex.commons.gui.ObjectCardLayout
Compute the maximum layout size.
maxLeafNodeSize - Variable in class jadex.extension.envsupport.environment.space2d.KdNode
Default value for maximum number of objects in leaf nodes.
maxLeafNodeSize - Variable in class jadex.extension.envsupport.environment.space2d.KdTree
Maximum number of objects in leaf nodes.
maxMedianSamples - Variable in class jadex.extension.envsupport.environment.space2d.KdNode
Default value for maximum number of samples taken to estimate coordinate median.
maxMedianSamples - Variable in class jadex.extension.envsupport.environment.space2d.KdTree
Maximum number of samples taken to estimate coordinate median.
MaxMemoryProperty - Class in jadex.bridge.sensor.memory
The maximum physical memory.
MaxMemoryProperty(IInternalAccess) - Constructor for class jadex.bridge.sensor.memory.MaxMemoryProperty
Create a new property.
maxparked - Variable in class jadex.commons.concurrent.ThreadPool
The maximum number of parked threads.
MaxPermGenMemoryProperty - Class in jadex.bridge.sensor.memory
 
MaxPermGenMemoryProperty(IInternalAccess) - Constructor for class jadex.bridge.sensor.memory.MaxPermGenMemoryProperty
Create a new property.
maxqueued - Variable in class jadex.bridge.component.streams.OutputConnectionHandler
The max number of messages that can be sending concurrently (i.e.
maxresends - Variable in class jadex.bridge.component.streams.AbstractConnectionHandler
The maximum number of resends.
maxresults - Variable in class jadex.bridge.fipa.SearchConstraints
Attribute for slot max-results.
maxsend - Variable in class jadex.bridge.component.streams.OutputConnectionHandler
The max number of packets that can be sent without an ack is received.
maxseqno - Variable in class jadex.bridge.component.streams.InputConnectionHandler
The highest yet (may be out of order) received sequence number.
maxstored - Variable in class jadex.bridge.component.streams.InputConnectionHandler
The maximum bytes of data that can be stored in connection (without being consumed).
maxstored - Variable in class jadex.bridge.component.streams.LocalInputConnectionHandler
The maximum bytes of data that can be stored in connection (without being consumed).
maxstored - Variable in class jadex.bridge.component.streams.LocalOutputConnectionHandler
The maximum bytes of data that can be stored in connection (without being consumed).
maxwait - Variable in class jadex.commons.concurrent.ThreadPool
The time a task should maximum wait.
maxwait - Variable in class jadex.commons.DefaultPoolStrategy
The max wait time for workers.
MB - jadex.bridge.sensor.unit.MemoryUnit
 
MBelief - Class in jadex.bdiv3.model
Belief model.
MBelief() - Constructor for class jadex.bdiv3.model.MBelief
Bean Constructor.
MBelief(FieldInfo, String, boolean, long, String[], Collection<EventType>) - Constructor for class jadex.bdiv3.model.MBelief
Create a new belief.
MBelief(FieldInfo, String, boolean, long, Set<String>, Collection<EventType>) - Constructor for class jadex.bdiv3.model.MBelief
Create a new belief.
MBelief(FieldInfo, String, boolean, UnparsedExpression, Set<String>, Collection<EventType>) - Constructor for class jadex.bdiv3.model.MBelief
Create a new belief.
MBelief(MethodInfo, String, boolean, long, String[], Collection<EventType>) - Constructor for class jadex.bdiv3.model.MBelief
Create a new belief.
MBelief(MethodInfo, String, boolean, long, Set<String>, Collection<EventType>) - Constructor for class jadex.bdiv3.model.MBelief
Create a new belief.
MBelief(MethodInfo, String, boolean, UnparsedExpression, Set<String>, Collection<EventType>) - Constructor for class jadex.bdiv3.model.MBelief
Create a new belief.
MBody - Class in jadex.bdiv3.model
The plan mbody.
MBody() - Constructor for class jadex.bdiv3.model.MBody
Bean Constructor.
MBody(MethodInfo, ClassInfo, String, String, ClassInfo, String) - Constructor for class jadex.bdiv3.model.MBody
Create a new mbody.
mcapa - Variable in class jadex.bdiv3.model.BDIModel
The capability.
MCapability - Class in jadex.bdiv3.model
The capability model.
MCapability() - Constructor for class jadex.bdiv3.model.MCapability
Bean Constructor.
MCapability(String) - Constructor for class jadex.bdiv3.model.MCapability
Create a capability.
MCapabilityReference - Class in jadex.bdiv3.model
Reference to an external capability.
MCapabilityReference() - Constructor for class jadex.bdiv3.model.MCapabilityReference
 
MClassBasedElement - Class in jadex.bdiv3.model
Processable element based on a class.
MClassBasedElement() - Constructor for class jadex.bdiv3.model.MClassBasedElement
Bean Constructor.
MClassBasedElement(String, String, boolean, boolean, boolean, MProcessableElement.ExcludeMode) - Constructor for class jadex.bdiv3.model.MClassBasedElement
Create a new belief.
MCondition - Class in jadex.bdiv3.model
Model element for conditions.
MCondition() - Constructor for class jadex.bdiv3.model.MCondition
Bean Constructor.
MCondition(UnparsedExpression) - Constructor for class jadex.bdiv3.model.MCondition
Create a new mcondition.
MCondition(String, List<EventType>) - Constructor for class jadex.bdiv3.model.MCondition
Create a new mcondition.
MConfigBeliefElement - Class in jadex.bdiv3.model
Represents an initial / end belief (set).
MConfigBeliefElement() - Constructor for class jadex.bdiv3.model.MConfigBeliefElement
 
MConfigParameterElement - Class in jadex.bdiv3.model
Initial / end goals and plans.
MConfigParameterElement() - Constructor for class jadex.bdiv3.model.MConfigParameterElement
 
MConfiguration - Class in jadex.bdiv3.model
BDI configuration.
MConfiguration() - Constructor for class jadex.bdiv3.model.MConfiguration
Bean Constructor.
MConfiguration(String) - Constructor for class jadex.bdiv3.model.MConfiguration
 
MDeliberation - Class in jadex.bdiv3.model
Model element for inhibitions.
MDeliberation() - Constructor for class jadex.bdiv3.model.MDeliberation
Bean Constructor.
MDeliberation(Set<String>, Map<String, MethodInfo>, boolean) - Constructor for class jadex.bdiv3.model.MDeliberation
Create a new deliberation.
me - Variable in class jadex.bdi.planlib.protocols.contractnet.CNPInitiatorPlan
Last sent message with convid for receiving answer messages.
mean(Object) - Static method in class jadex.commons.SFunction
Calculate the mean value.
measureValue() - Method in class jadex.bridge.nonfunctional.SimpleValueNFProperty
Measure the value.
measureValue() - Method in class jadex.bridge.sensor.cpu.CoreNumberProperty
Measure the value.
measureValue() - Method in class jadex.bridge.sensor.cpu.CPULoadProperty
Measure the value.
measureValue() - Method in class jadex.bridge.sensor.mac.MacAddressProperty
Measure the value.
measureValue() - Method in class jadex.bridge.sensor.memory.LoadedClassesProperty
Measure the value.
measureValue() - Method in class jadex.bridge.sensor.memory.MaxMemoryProperty
Measure the value.
measureValue() - Method in class jadex.bridge.sensor.memory.MaxPermGenMemoryProperty
Measure the value.
measureValue() - Method in class jadex.bridge.sensor.memory.UsedMemoryProperty
Measure the value.
measureValue() - Method in class jadex.bridge.sensor.memory.UsedPermGenMemoryProperty
Measure the value.
measureValue() - Method in class jadex.bridge.sensor.service.ExecutionTimeProperty
Measure the value.
measureValue() - Method in class jadex.bridge.sensor.service.LatencyProperty
Measure the value.
measureValue() - Method in class jadex.bridge.sensor.service.WaitingTimeProperty
Measure the value.
measureValue() - Method in class jadex.bridge.sensor.service.WaitqueueProperty
Measure the value.
measureValue() - Method in class jadex.bridge.sensor.time.ComponentUptimeProperty
Measure the value.
MEDIUM - jadex.bridge.service.types.monitoring.IMonitoringService.PublishEventLevel
 
melement - Variable in class jadex.bdiv3.runtime.wrappers.EventPublisher
The belief model.
melement - Variable in class jadex.bdiv3.runtime.wrappers.InitEventPublisher
The melement.
MElement - Class in jadex.bdiv3.model
Base element for model elements.
MElement() - Constructor for class jadex.bdiv3.model.MElement
Bean Constructor.
MElement(String) - Constructor for class jadex.bdiv3.model.MElement
Create a new element.
MElementRef - Class in jadex.bdiv3.model
Reference to another element.
MElementRef() - Constructor for class jadex.bdiv3.model.MElementRef
 
MemoryProperty - Class in jadex.bridge.sensor.memory
Abstract base memory property.
MemoryProperty(String, IInternalAccess, long) - Constructor for class jadex.bridge.sensor.memory.MemoryProperty
Create a new property.
MemoryUnit - Enum in jadex.bridge.sensor.unit
Memory unit.
MEnvSpaceInstance - Class in jadex.extension.envsupport
Configuration of an Env space.
MEnvSpaceInstance() - Constructor for class jadex.extension.envsupport.MEnvSpaceInstance
 
MEnvSpaceType - Class in jadex.extension.envsupport
Java representation of environment space type for xml description.
MEnvSpaceType() - Constructor for class jadex.extension.envsupport.MEnvSpaceType
 
MEnvSpaceType.ClassConverter - Class in jadex.extension.envsupport
Parse class names.
merge(int, int, int) - Method in class jadex.commons.gui.jtreetable.MergeSort
 
mergeData(byte[]...) - Static method in class jadex.commons.SUtil
Primitive encoding approach: Merges multiple byte arrays into a single one so it can be split later.
mergeProperties(IPropertyMetaDataSet, Map) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Add type properties to runtime properties.
mergeProperties(Collection, Map) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Add type properties to runtime properties.
mergeSort(int, int) - Method in class jadex.commons.gui.jtreetable.MergeSort
 
MergeSort - Class in jadex.commons.gui.jtreetable
An implementation of MergeSort, needs to be subclassed to compare the terms.
MergeSort() - Constructor for class jadex.commons.gui.jtreetable.MergeSort
 
mergeSubcapabilities(IBDIModel, Map<String, IBDIModel>, ClassLoader) - Static method in class jadex.bdiv3.model.SBDIModel
Add elements from sub capabilities into model.
message - Variable in class jadex.bridge.TimeoutResultListener
The timeout message.
message - Variable in exception jadex.commons.MultiException
The message.
message(String, IComponentIdentifier[], boolean) - Method in interface jadex.bridge.service.types.chat.IChatGuiService
Post a message.
message(String, String, boolean) - Method in interface jadex.bridge.service.types.chat.IChatService
Post a message
MESSAGE_ATTRIBUTES - Static variable in class jadex.bridge.fipa.SFipa
The allowed message attributes.
MESSAGE_TYPE_NAME_FIPA - Static variable in class jadex.bridge.fipa.SFipa
The FIPA message type.
MESSAGE_TYPE_STREAM - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
The message type for streams.
messageeventmappings - Variable in class jadex.bdiv3.model.MPlanParameter
The message event mappings.
messageevents - Variable in class jadex.bdiv3.model.MTrigger
The message events.
messagenames - Variable in class jadex.bdiv3.model.MTrigger
 
messages - Variable in class jadex.bdiv3.model.MCapability
The message events.
MESSAGETYPES - Static variable in class jadex.bridge.component.streams.AbstractConnectionHandler
String type, boolean input, boolean initiator.
metagoal - Variable in class jadex.bdiv3.model.MGoal
The metagoal flag.
metainfo - Variable in class jadex.bridge.nonfunctional.AbstractNFProperty
Name of the property.
method - Variable in class jadex.bdiv3.model.ConstructorInfo
The field (cached).
method - Variable in class jadex.bdiv3.model.MBody
The body as seperate class.
method - Variable in class jadex.bridge.nonfunctional.NFPropertyRef
The method.
method - Variable in class jadex.bridge.sensor.service.ExecutionTimeProperty
The method info.
method - Variable in class jadex.bridge.sensor.service.LatencyProperty
The method info.
method - Variable in class jadex.bridge.sensor.service.WaitingTimeProperty
The method info.
method - Variable in class jadex.bridge.sensor.service.WaitqueueProperty
The method info.
method - Variable in class jadex.bridge.service.component.multiinvoke.SimpleMultiplexDistributor
The method.
method - Variable in class jadex.bridge.service.component.ServiceCallEvent
The method.
method - Variable in class jadex.bridge.service.component.ServiceInvocationContext
The method to be called.
method - Variable in class jadex.bytecode.invocation.SInvocation.FallBackInvoker
The method.
method - Variable in class jadex.commons.MethodInfo
Cached method.
method() - Method in annotation type jadex.bdiv3.annotation.Publish
The service method the goal should be mapped to.
method() - Method in annotation type jadex.bdiv3.annotation.ServicePlan
The method name.
method() - Method in annotation type jadex.bdiv3.annotation.ServiceTrigger
The method name that identifies the method.
METHOD - Static variable in class jadex.bridge.service.component.interceptors.NFRequiredServicePropertyProviderInterceptor
 
METHOD - Static variable in class jadex.javaparser.javaccimpl.ReflectNode
The method type.
METHOD_IJADEXPARAMETERMETAINFO_GET_CLAZZ - Static variable in interface jadex.bpmn.runtime.editor.IEditorParameterMetaInfo
The implementing getClazz() method name
METHOD_IJADEXPARAMETERMETAINFO_GET_DESCRIPTION - Static variable in interface jadex.bpmn.runtime.editor.IEditorParameterMetaInfo
The implementing getDescription() method name
METHOD_IJADEXPARAMETERMETAINFO_GET_DIRECTION - Static variable in interface jadex.bpmn.runtime.editor.IEditorParameterMetaInfo
The implementing getDirection() method name
METHOD_IJADEXPARAMETERMETAINFO_GET_INITIAL_VALUE - Static variable in interface jadex.bpmn.runtime.editor.IEditorParameterMetaInfo
The implementing getInitialValue() method name
METHOD_IJADEXPARAMETERMETAINFO_GET_NAME - Static variable in interface jadex.bpmn.runtime.editor.IEditorParameterMetaInfo
The implementing getName() method name
METHOD_IJADEXTASK_GET_TASK_METAINFO - Static variable in interface jadex.bpmn.runtime.editor.IEditorTask
getDescription() method name
METHOD_ITASKMETAINFO_GET_DESCRIPTION - Static variable in interface jadex.bpmn.runtime.editor.IEditorTaskMetaInfo
getDescription() method name
METHOD_ITASKMETAINFO_GET_PARAMETER_METAINFOS - Static variable in interface jadex.bpmn.runtime.editor.IEditorTaskMetaInfo
getParameterMetaInfos() method name
MethodBeliefs(MethodNode, Set<String>) - Constructor for class jadex.bdiv3.AbstractAsmBdiClassGenerator.MethodBeliefs
Create a new method beliefs.
methodcache - Static variable in class jadex.commons.SReflect
Method lookup cache (class->(name->method[])).
methodCallFinished(Object, Method, Object[], Object, ServiceInvocationContext) - Method in interface jadex.bridge.sensor.service.IMethodInvocationListener
Called when the method call is finished.
methodCallFinished(Object, Method, Object[], Object, ServiceInvocationContext) - Method in class jadex.bridge.sensor.service.UserMethodInvocationListener
Called when the method call is finished.
MethodCallListenerInterceptor - Class in jadex.bridge.service.component.interceptors
Interceptor for observing method calls start and end e.g.
MethodCallListenerInterceptor(IInternalAccess, IServiceIdentifier) - Constructor for class jadex.bridge.service.component.interceptors.MethodCallListenerInterceptor
Create a new interceptor.
methodCallStarted(Object, Method, Object[], Object, ServiceInvocationContext) - Method in interface jadex.bridge.sensor.service.IMethodInvocationListener
Called when a method call started.
methodCallStarted(Object, Method, Object[], Object, ServiceInvocationContext) - Method in class jadex.bridge.sensor.service.UserMethodInvocationListener
Called when a method call started.
MethodCallTask - Class in jadex.bpmn.runtime.task
Call a method.
MethodCallTask() - Constructor for class jadex.bpmn.runtime.task.MethodCallTask
 
MethodCallTask.ServiceCallTaskGui - Class in jadex.bpmn.runtime.task
 
methoddesc - Variable in class jadex.commons.SClassReader.MethodInfo
The method descriptor.
MethodDescriptor - Class in jadex.commons.beans
Describes a bean's method.
MethodDescriptor(Method) - Constructor for class jadex.commons.beans.MethodDescriptor
Method.
MethodDescriptor(Method, ParameterDescriptor[]) - Constructor for class jadex.commons.beans.MethodDescriptor
Method and ParameterDescriptors.
methodinfo - Variable in class jadex.bridge.modelinfo.NFRPropertyInfo
The method info.
methodinfo - Variable in class jadex.bridge.nonfunctional.search.BasicEvaluator
The method info.
methodinfo - Variable in class jadex.micro.MicroModel.ServiceInjectionInfo
The methodinfo.
MethodInfo - Class in jadex.commons
All info for identifying a method.
MethodInfo() - Constructor for class jadex.commons.MethodInfo
Create a new method info.
MethodInfo() - Constructor for class jadex.commons.SClassReader.MethodInfo
Create mew method info.
MethodInfo(Method) - Constructor for class jadex.commons.MethodInfo
Create a new method info.
MethodInfo(String, ClassInfo[]) - Constructor for class jadex.commons.MethodInfo
Create a new method info.
MethodInfo(String, Class<?>[]) - Constructor for class jadex.commons.MethodInfo
Create a new method info.
methodinfos - Variable in class jadex.commons.SClassReader.ClassInfo
Method infos, if available.
MethodInvocationInterceptor - Class in jadex.bridge.service.component.interceptors
Calls a methods on an object and returns the result.
MethodInvocationInterceptor() - Constructor for class jadex.bridge.service.component.interceptors.MethodInvocationInterceptor
 
MethodListenerHandler - Class in jadex.bridge.service.component
 
MethodListenerHandler() - Constructor for class jadex.bridge.service.component.MethodListenerHandler
 
methodlisteners - Variable in class jadex.bridge.service.component.MethodListenerHandler
The registered non-functional property hooks.
MethodMapper - Annotation Type in jadex.extension.rs.publish.annotation
Method mapper annotation.
methodname - Variable in class jadex.commons.SClassReader.MethodInfo
The method name.
methodname() - Method in annotation type jadex.bridge.nonfunctional.annotation.NFRProperty
The method name (if method property).
methodnfproperties - Variable in class jadex.bridge.nonfunctional.NFMethodPropertyProvider
Non-functional properties of methods.
methodNode - Variable in class jadex.bdiv3.AbstractAsmBdiClassGenerator.MethodBeliefs
 
methodparametertypes() - Method in annotation type jadex.bridge.nonfunctional.annotation.NFRProperty
The method name (if method property).
methodreferences - Static variable in class jadex.bridge.service.component.interceptors.DecouplingInterceptor
The reference method cache (method -> boolean[] (is reference)).
methods - Static variable in class jadex.commons.OperatingSystemMXBeanFacade
 
methods - Variable in class jadex.javaparser.javaccimpl.ReflectNode
The possible methods (for static and nonstatic methods).
mevents_max - Variable in class jadex.bdiv3x.features.BDIXMessageComponentFeature
The maximum number of outstanding messages.
mgetter - Variable in class jadex.bdiv3.model.MBelief
The method targets.
mgetter - Variable in class jadex.bdiv3.model.MParameter
The method targets.
mgoal - Variable in class jadex.bdiv3x.features.BDIXAgentFeature.GoalsExistCondition
 
MGoal - Class in jadex.bdiv3.model
Goal model.
MGoal() - Constructor for class jadex.bdiv3.model.MGoal
Bean Constructor.
MGoal(String, String, boolean, boolean, boolean, MProcessableElement.ExcludeMode, boolean, boolean, long, long, boolean, boolean, MDeliberation, List<MParameter>, Map<String, MethodInfo>, Map<String, MethodInfo>, MTrigger) - Constructor for class jadex.bdiv3.model.MGoal
Create a new goal model element.
MGroupInstance - Class in jadex.extension.agr
Group instance representation.
MGroupInstance() - Constructor for class jadex.extension.agr.MGroupInstance
 
MGroupType - Class in jadex.extension.agr
An AGR group type.
MGroupType() - Constructor for class jadex.extension.agr.MGroupType
 
MHardConstraint - Class in jadex.bridge.nonfunctional.hardconstraints
A hard constraint for non-functional properties.
MHardConstraint() - Constructor for class jadex.bridge.nonfunctional.hardconstraints.MHardConstraint
Creates a hard constraint for non-functional properties.
MHardConstraint(String, String, UnparsedExpression) - Constructor for class jadex.bridge.nonfunctional.hardconstraints.MHardConstraint
Creates a hard constraint for non-functional properties.
MHardConstraint(String, String, String) - Constructor for class jadex.bridge.nonfunctional.hardconstraints.MHardConstraint
Creates a hard constraint for non-functional properties.
MI_NOTFOUND - Static variable in class jadex.bdiv3.model.MBody
 
MICRO_FEATURES - Static variable in class jadex.micro.MicroAgentFactory
The specific component features for micro agents.
MicroAgentFactory - Class in jadex.micro
Factory for creating micro agents.
MicroAgentFactory(IInternalAccess, Map<String, Object>) - Constructor for class jadex.micro.MicroAgentFactory
Create a new agent factory.
MicroAgentFactory(String) - Constructor for class jadex.micro.MicroAgentFactory
Create a new agent factory for startup.
MicroAgentPersistInfo - Class in jadex.micro
Custom persistent data for micro agents.
MicroAgentPersistInfo() - Constructor for class jadex.micro.MicroAgentPersistInfo
Empty constructor for bean compatibility.
MicroClassReader - Class in jadex.micro
Reads micro agent classes and generates a model from metainfo and annotations.
MicroClassReader() - Constructor for class jadex.micro.MicroClassReader
 
MicroClassReader.DummyClassLoader - Class in jadex.micro
 
MicroModel - Class in jadex.micro
The micro agent model.
MicroModel(IModelInfo) - Constructor for class jadex.micro.MicroModel
Create a new model.
MicroModel.ServiceInjectionInfo - Class in jadex.micro
Struct for injection info.
MicroModelLoader - Class in jadex.micro
Loader for micro models.
MicroModelLoader() - Constructor for class jadex.micro.MicroModelLoader
Create a new BPMN model loader.
Microservice - Annotation Type in jadex.microservice.annotation
Marker for agent class and variable.
MicroserviceClassReader - Class in jadex.microservice
Reads microservice classes and generates a model from metainfo and annotations.
MicroserviceClassReader() - Constructor for class jadex.microservice.MicroserviceClassReader
 
MicroserviceFactory - Class in jadex.microservice
Factory for creating micro services.
MicroserviceFactory(IInternalAccess, Map<String, Object>) - Constructor for class jadex.microservice.MicroserviceFactory
Create a new agent factory.
MicroserviceFactory(String) - Constructor for class jadex.microservice.MicroserviceFactory
Create a new agent factory for startup.
MicroserviceModelLoader - Class in jadex.microservice
Loader for micro models.
MicroserviceModelLoader() - Constructor for class jadex.microservice.MicroserviceModelLoader
Create a new BPMN model loader.
mightContain(byte[]) - Method in class jadex.commons.collection.BloomFilter
Test if a value is contained in the filter.
MILLIS - jadex.bridge.sensor.unit.TimeUnit
 
MIMETYPES - Static variable in class jadex.commons.SUtil
The mime types.
min - Variable in class jadex.bridge.service.RequiredServiceInfo
The min number of services.
min - Variable in class jadex.extension.agr.MRoleType
The minimum number of agents required for this role.
min() - Method in annotation type jadex.micro.annotation.RequiredService
The minimum number of services.
MinimalAgent - Class in jadex.micro
A minimal micro agent.
MinimalAgent() - Constructor for class jadex.micro.MinimalAgent
 
minimumLayoutSize(Container) - Method in class jadex.commons.gui.ObjectCardLayout
Compute the minimum layout size.
minorversion - Variable in class jadex.bridge.JadexVersion
The minor version if available.
MINS - jadex.bridge.sensor.unit.TimeUnit
 
minstepwidth - Variable in class jadex.bdi.planlib.protocols.ExponentialPriceCalculator
The minimum step width.
minstepwidth - Variable in class jadex.bdi.planlib.protocols.LinearPriceCalculator
The minimum step width.
MInternalEvent - Class in jadex.bdiv3.model
Representation of internal event.
MInternalEvent() - Constructor for class jadex.bdiv3.model.MInternalEvent
 
MMessageEvent - Class in jadex.bdiv3.model
Model element for a message.
MMessageEvent() - Constructor for class jadex.bdiv3.model.MMessageEvent
Create a new message event.
MMessageEvent.Direction - Enum in jadex.bdiv3.model
The message direction.
MObjectType - Class in jadex.extension.envsupport
todo: comment me
MObjectType() - Constructor for class jadex.extension.envsupport.MObjectType
 
MObjectTypeProperty - Class in jadex.extension.envsupport
todo: comment me
MObjectTypeProperty() - Constructor for class jadex.extension.envsupport.MObjectTypeProperty
 
mod(IVector1) - Method in interface jadex.extension.envsupport.math.IVector1
 
mod(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Double
Calculate the modulo.
mod(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Int
Calculate the modulo.
mod(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Long
Calculate the modulo.
mod(IVector2) - Method in interface jadex.extension.envsupport.math.IVector2
Applies a modulo vector.
mod(IVector2) - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Applies a modulo vector.
mod(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Double
 
mod(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Int
Applies a modulo vector.
mod(IVector3) - Method in interface jadex.extension.envsupport.math.IVector3
Applies a modulo vector.
mod(IVector3) - Method in class jadex.extension.envsupport.math.Vector3Double
 
mod(IVector3) - Method in class jadex.extension.envsupport.math.Vector3Int
Applies a modulo vector.
modcolor - Variable in class jadex.commons.gui.ModulateComposite
Modulation color
mode - Variable in class jadex.javaparser.javaccimpl.SelectNode
The selection mode.
MODE_ACTION_STEP - Static variable in interface jadex.bridge.service.types.simulation.ISimulationService
The execution mode action step.
MODE_LASTACTION - Static variable in class jadex.extension.envsupport.environment.RoundBasedExecutor
The value for the last action execution mode.
MODE_NORMAL - Static variable in interface jadex.bridge.service.types.simulation.ISimulationService
The execution mode normal.
MODE_TIME_STEP - Static variable in interface jadex.bridge.service.types.simulation.ISimulationService
The execution mode time step.
model - Variable in class jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
The model.
model - Variable in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
The model.
model - Variable in class jadex.bridge.component.ComponentCreationInfo
The model.
model - Variable in class jadex.bridge.FactoryFilter
The model to be loaded.
model - Variable in class jadex.commons.gui.autocombo.ComboBoxEditor
The model.
model - Variable in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
The model, used to generate events.
modelcache - Variable in class jadex.bridge.service.types.cms.CmsState
The model cache.
modelcache - Variable in class jadex.commons.AbstractModelLoader
The model cache (filename/imports -> loaded model).
modelelements - Variable in class jadex.bdiv3.runtime.WaitAbstraction
The model elements.
ModelFileFilter - Class in jadex.base
Filter for Jadex component models.
ModelFileFilter() - Constructor for class jadex.base.ModelFileFilter
Create a new filter.
ModelFileFilter(boolean, Map<URL, IResourceIdentifier>, IExternalAccess) - Constructor for class jadex.base.ModelFileFilter
Create a new filter.
modelIndex(int) - Method in class jadex.commons.gui.jtable.TableSorter
 
ModelInfo - Class in jadex.bridge.modelinfo
Public model information that is provided as result from component factories when a model is loaded.
ModelInfo() - Constructor for class jadex.bridge.modelinfo.ModelInfo
Create a new model info.
ModelInfo(String, String, String, IErrorReport, IArgument[], IArgument[], boolean, String, Map<String, Object>, ClassLoader, RequiredServiceInfo[], ProvidedServiceInfo[], ConfigurationInfo[], SubcomponentTypeInfo[], String[], IResourceIdentifier, Object, IComponentFeatureFactory[]) - Constructor for class jadex.bridge.modelinfo.ModelInfo
Create a new model info.
modelname - Variable in class jadex.bridge.service.types.cms.CMSComponentDescription
The model name.
ModelValueProvider - Class in jadex.bridge.modelinfo
Default model value provider.
ModelValueProvider() - Constructor for class jadex.bridge.modelinfo.ModelValueProvider
Create a new provider.
ModelValueProvider(Map<String, Object>) - Constructor for class jadex.bridge.modelinfo.ModelValueProvider
Create a new provider.
modes - Static variable in class jadex.bdiv3.model.MProcessableElement
 
modified() - Method in interface jadex.bdiv3x.runtime.IBelief
Indicate that the fact of this belief was modified.
modified() - Method in class jadex.bdiv3x.runtime.RBeliefbase.RBelief
Deprecated.
Indicate that the fact of this belief was modified.
modified(Object) - Method in interface jadex.bdiv3x.runtime.IBeliefSet
Indicate that a fact of this belief set was modified.
modified(Object) - Method in class jadex.bdiv3x.runtime.RBeliefbase.RBeliefSet
Indicate that the fact of this belief was modified.
modifyData(Object, int, int) - Method in class jadex.commons.gui.jtable.ObjectTableModel
Modify a row at a position.
ModulateComposite - Class in jadex.commons.gui
Composite for modulating (tinting) images.
ModulateComposite - Class in jadex.extension.envsupport.observer.graphics
Abstract Modulation Composite.
ModulateComposite() - Constructor for class jadex.extension.envsupport.observer.graphics.ModulateComposite
 
ModulateComposite(Color) - Constructor for class jadex.commons.gui.ModulateComposite
Creates a new Composite.
ModulateComposite.ModulationContext - Class in jadex.commons.gui
Regular "correct" modulation context.
ModulateComposite.ModulationContextAccel - Class in jadex.commons.gui
Accelerated modulation context, based on some assumptions (4 color components, each 8 bits, etc.).
ModulationContext(ColorModel, ColorModel) - Constructor for class jadex.commons.gui.ModulateComposite.ModulationContext
Creates the context.
ModulationContextAccel(ColorModel, ColorModel) - Constructor for class jadex.commons.gui.ModulateComposite.ModulationContextAccel
Creates the context.
MODULO - Static variable in class jadex.javaparser.javaccimpl.MathNode
The modula operator.
MONIT_CYCLE - Static variable in class jadex.commons.concurrent.MonitoredThreadPoolExecutor
Min.
MONIT_THRESHOLD - Static variable in class jadex.commons.concurrent.MonitoredThreadPoolExecutor
Threshold for activating monitoring.
monitor - Variable in class jadex.commons.collection.ArrayBlockingQueue
The monitor.
monitor - Variable in class jadex.commons.collection.BlockingQueue
The monitor.
monitor - Variable in class jadex.commons.concurrent.Executor
The monitor to synchronize with at thread start (if any).
monitor - Variable in class jadex.extension.envsupport.dataview.GeneralDataView2D
Internal lock
monitor - Variable in class jadex.extension.envsupport.dataview.GeneralDataView2D3D
Internal lock
monitor - Variable in class jadex.extension.envsupport.dataview.GeneralDataView3D
Internal lock
monitor - Variable in class jadex.extension.envsupport.environment.SynchronizedPropertyObject
The monitor.
MonitoredThread - Class in jadex.commons.concurrent
Thread class used by MonitoredThreadPoolExecutor, contains additional state about the thread to monitor thread behavior.
MonitoredThread(Runnable, MonitoredThreadPoolExecutor) - Constructor for class jadex.commons.concurrent.MonitoredThread
Creates the thread.
MonitoredThreadPoolExecutor - Class in jadex.commons.concurrent
Thread pool executor based on the Java 5 ThreadPoolExecutor class.
MonitoredThreadPoolExecutor() - Constructor for class jadex.commons.concurrent.MonitoredThreadPoolExecutor
 
monitorExecution(IExternalAccess, IExecutionService) - Static method in class jadex.extension.envsupport.environment.RoundBasedExecutor
Check if no agent is running whenever the clock advances.
monitoring - Variable in class jadex.bridge.service.types.cms.CMSComponentDescription
The monitoring flag.
monitoring - Variable in class jadex.bridge.service.types.cms.CreationInfo
 
monitoring - Variable in class jadex.commons.concurrent.MonitoredThreadPoolExecutor
Flag for monitoring thread activity.
monitoring() - Method in annotation type jadex.micro.annotation.Agent
Specify if monitoring should be enabled on the component.
monitoring() - Method in annotation type jadex.micro.annotation.CreationInfo
The monitoring flag.
MONITORING - Static variable in interface jadex.base.IPlatformConfiguration
The monitoring flag argument.
MONITORING - Static variable in class jadex.bridge.ServiceCall
The monitoring constant.
MonitoringEvent - Class in jadex.bridge.service.types.monitoring
Default implementation for events.
MonitoringEvent() - Constructor for class jadex.bridge.service.types.monitoring.MonitoringEvent
Create a new monitoring event.
MonitoringEvent(IComponentIdentifier, long, String, long, IMonitoringService.PublishEventLevel) - Constructor for class jadex.bridge.service.types.monitoring.MonitoringEvent
Create a new monitoring event.
MonitoringEvent(IComponentIdentifier, long, String, String, long, IMonitoringService.PublishEventLevel) - Constructor for class jadex.bridge.service.types.monitoring.MonitoringEvent
Create a new monitoring event.
MonitoringEvent(IComponentIdentifier, long, String, String, long, IMonitoringService.PublishEventLevel, Map<String, Object>) - Constructor for class jadex.bridge.service.types.monitoring.MonitoringEvent
Create a new monitoring event.
monitoringlock - Variable in class jadex.commons.concurrent.MonitoredThreadPoolExecutor
The lock for the monitoring thread.
monitthread - Variable in class jadex.commons.concurrent.MonitoredThreadPoolExecutor
The monitoring thread.
mouseClicked(MouseEvent) - Method in class jadex.commons.gui.jtreetable.TreeTablePopupListener
 
MouseController() - Constructor for class jadex.extension.envsupport.observer.graphics.AbstractViewport.MouseController
 
mouseDragged(MouseEvent) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport.MouseController
 
mousePressed(MouseEvent) - Method in class jadex.commons.gui.jtreetable.TreeTablePopupListener
 
mousePressed(MouseEvent) - Method in class jadex.commons.gui.SGUI.TextCopyPasteMouseListener
Called when mouse pressed.
mousePressed(MouseEvent) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport.MouseController
 
mouseReleased(MouseEvent) - Method in class jadex.commons.gui.jtreetable.TreeTablePopupListener
 
mouseReleased(MouseEvent) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport.MouseController
 
mouseWheelMoved(MouseWheelEvent) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport.MouseController
 
moveColumn(int, int) - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
Moves the column and its header at columnIndex to newIndex.
MOVED - Static variable in class jadex.extension.envsupport.environment.space2d.DefaultVisionGenerator
The moved percept type.
MOVED - Static variable in class jadex.extension.envsupport.environment.space3d.DefaultVisionGenerator
The moved percept type.
moveFile(File, File) - Static method in class jadex.commons.SUtil
Moves a file to a target location.
moveTo(double, double) - Method in class jadex.quickstart.cleanerworld.environment.SensorActuator
Move to the given location.
moveTo(ILocation) - Method in class jadex.quickstart.cleanerworld.environment.SensorActuator
Move to the given location.
MParameter - Class in jadex.bdiv3.model
Parameter model.
MParameter() - Constructor for class jadex.bdiv3.model.MParameter
Bean Constructor.
MParameter(FieldInfo) - Constructor for class jadex.bdiv3.model.MParameter
Create a new parameter.
MParameter.Direction - Enum in jadex.bdiv3.model
The message direction.
MParameter.EvaluationMode - Enum in jadex.bdiv3.model
The message direction.
MParameterElement - Class in jadex.bdiv3.model
Base class for elements with parameters.
MParameterElement() - Constructor for class jadex.bdiv3.model.MParameterElement
Bean Constructor.
MParameterElement(String) - Constructor for class jadex.bdiv3.model.MParameterElement
Create a new element.
mpfut - Variable in class jadex.bridge.component.streams.OutputConnectionHandler
The current multipacket future (shared by all write requests that put data in the same multi packet).
mplan - Variable in class jadex.bdiv3x.features.BDIXAgentFeature.PlansExistCondition
 
MPlan - Class in jadex.bdiv3.model
Modelelement for a plan.
MPlan() - Constructor for class jadex.bdiv3.model.MPlan
Bean Constructor.
MPlan(String, MBody, MTrigger, MTrigger, int) - Constructor for class jadex.bdiv3.model.MPlan
Create a new belief.
MPlanParameter - Class in jadex.bdiv3.model
Extended parameter to store mappings.
MPlanParameter() - Constructor for class jadex.bdiv3.model.MPlanParameter
 
mpmaxsize - Variable in class jadex.bridge.component.streams.OutputConnectionHandler
The packet size to collect (in bytes).
MPosition - Class in jadex.extension.agr
A positions represents an instance of a role in a group instance.
MPosition() - Constructor for class jadex.extension.agr.MPosition
 
MProcessableElement - Class in jadex.bdiv3.model
Base class for all elements that can be processed with means-end reasoning.
MProcessableElement() - Constructor for class jadex.bdiv3.model.MProcessableElement
Bean Constructor.
MProcessableElement(String, boolean, boolean, boolean, MProcessableElement.ExcludeMode) - Constructor for class jadex.bdiv3.model.MProcessableElement
Create a new element.
MProcessableElement.ExcludeMode - Enum in jadex.bdiv3.model
The exclude mode determines when and if a plan is removed from the applicable plans list (APL).
mpsendtimeout - Variable in class jadex.bridge.component.streams.OutputConnectionHandler
The max delay before a multipacket is sent (even if not full).
mpsendtimer - Variable in class jadex.bridge.component.streams.OutputConnectionHandler
The multipacket send timer.
mpsize - Variable in class jadex.bridge.component.streams.OutputConnectionHandler
The current multipacket size.
MRoleType - Class in jadex.extension.agr
An AGR role.
MRoleType() - Constructor for class jadex.extension.agr.MRoleType
Create a new role.
MServiceCall - Class in jadex.bdiv3.model
Model element for a service call.
MServiceCall(String, boolean, boolean, MProcessableElement.ExcludeMode) - Constructor for class jadex.bdiv3.model.MServiceCall
Create a new service call.
msetter - Variable in class jadex.bdiv3.model.MBelief
 
msetter - Variable in class jadex.bdiv3.model.MParameter
 
msg - Variable in class jadex.bdiv3x.runtime.RMessageEvent
The message.
mtarget - Variable in class jadex.bdiv3.model.MCondition
The target method.
MTrigger - Class in jadex.bdiv3.model
Model element for a plan trigger.
MTrigger() - Constructor for class jadex.bdiv3.model.MTrigger
Create a new trigger.
muldis - Variable in class jadex.bridge.service.component.multiinvoke.MultiServiceInvocationHandler.IntermediateMethodResultListener
The call distributor.
multi - Variable in class jadex.bdiv3.model.MBelief
Flag if is multi.
multi - Variable in class jadex.bdiv3.model.MParameter
Flag if is multi.
multi - Variable in class jadex.bridge.service.PublishInfo
Flag for allowing publishing to multiple locations.
multi - Variable in class jadex.xml.SubobjectInfo
The multiplicity.
multi() - Method in annotation type jadex.micro.annotation.Publish
Flag if the service should be published to multiple locations.
MultiCollection<K,​V> - Class in jadex.commons.collection
An MultiCollection is a map with the ability to store more than one element per key (an collection).
MultiCollection() - Constructor for class jadex.commons.collection.MultiCollection
Create a new multi collection.
MultiCollection(Map<K, Collection<V>>, Class<?>) - Constructor for class jadex.commons.collection.MultiCollection
Create a new multi collection.
MultiColumnTable - Class in jadex.bpmn
SIMPLIFIED and ADAPTED Copy of editor common table!
MultiColumnTable(int) - Constructor for class jadex.bpmn.MultiColumnTable
 
MultiColumnTable.MultiColumnTableRow - Class in jadex.bpmn
ADAPTED!!! Copy of common MultiColumnTableRow
MultiColumnTableEx - Class in jadex.bpmn
ADAPTED !!! Copy of editor table version
MultiColumnTableEx(int, boolean[]) - Constructor for class jadex.bpmn.MultiColumnTableEx
 
MultiColumnTableEx(MultiColumnTable) - Constructor for class jadex.bpmn.MultiColumnTableEx
 
MultiColumnTableRow(String[], MultiColumnTable) - Constructor for class jadex.bpmn.MultiColumnTable.MultiColumnTableRow
default constructor
MultiException - Exception in jadex.commons
An exception that can store multiple causes.
MultiException() - Constructor for exception jadex.commons.MultiException
Create a new multi exception.
MultiException(String) - Constructor for exception jadex.commons.MultiException
Create a new multi exception.
MultiException(String, List<Throwable>) - Constructor for exception jadex.commons.MultiException
Create a new multi exception.
MultiException(List<Throwable>) - Constructor for exception jadex.commons.MultiException
Create a new multi exception.
MULTIFACTORY - Static variable in class jadex.micro.KernelMultiAgent
 
MultiIterator<T> - Class in jadex.commons.collection
Iterator that operates over multiple collections.
MultiIterator() - Constructor for class jadex.commons.collection.MultiIterator
Create a new MultiCollectionIterator.
multipacket - Variable in class jadex.bridge.component.streams.OutputConnectionHandler
The collected data for a packet.
multipackets - Variable in class jadex.bridge.component.streams.OutputConnectionHandler
Flag if multipackets should be used.
MultiplexCollector - Annotation Type in jadex.bridge.service.annotation
 
MultiplexDistributor - Annotation Type in jadex.bridge.service.annotation
 
multiplicity - Variable in class jadex.bridge.service.search.ServiceQuery
The multiple flag.
Multiplicity() - Constructor for class jadex.bridge.service.search.ServiceQuery.Multiplicity
Bean constructor.
Multiplicity(int, int) - Constructor for class jadex.bridge.service.search.ServiceQuery.Multiplicity
Create a multiplicity.
MultiplicityException - Exception in jadex.bridge.service.search
Exception that the multiplicity has been violated.
MultiplicityException() - Constructor for exception jadex.bridge.service.search.MultiplicityException
Create an exception.
MultiplicityException(String) - Constructor for exception jadex.bridge.service.search.MultiplicityException
Create an exception with message.
MultiplicityException(String, Throwable) - Constructor for exception jadex.bridge.service.search.MultiplicityException
Create an exception with message and cause.
MultiplicityException(Throwable) - Constructor for exception jadex.bridge.service.search.MultiplicityException
Create an exception with cause.
multiply(double) - Method in interface jadex.extension.envsupport.math.IVector2
Performs a scalar multiplication (scaling) on the vector.
multiply(double) - Method in interface jadex.extension.envsupport.math.IVector3
Performs a scalar multiplication (scaling) on the vector.
multiply(double) - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Performs a scalar multiplication (scaling) on the vector.
multiply(double) - Method in class jadex.extension.envsupport.math.Vector2Double
 
multiply(double) - Method in class jadex.extension.envsupport.math.Vector2Int
Performs a scalar multiplication (scaling) on the vector.
multiply(double) - Method in class jadex.extension.envsupport.math.Vector3Double
 
multiply(double) - Method in class jadex.extension.envsupport.math.Vector3Int
Performs a scalar multiplication (scaling) on the vector.
multiply(IVector1) - Method in interface jadex.extension.envsupport.math.IVector1
Performs a multiplication on the vector.
multiply(IVector1) - Method in interface jadex.extension.envsupport.math.IVector2
Performs a scalar multiplication (scaling) on the vector.
multiply(IVector1) - Method in interface jadex.extension.envsupport.math.IVector3
Performs a scalar multiplication (scaling) on the vector.
multiply(IVector1) - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Performs a scalar multiplication (scaling) on the vector.
multiply(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Double
 
multiply(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Int
Performs a multiplication on the vector.
multiply(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Long
Performs a multiplication on the vector.
multiply(IVector1) - Method in class jadex.extension.envsupport.math.Vector2Double
 
multiply(IVector1) - Method in class jadex.extension.envsupport.math.Vector2Int
Performs a scalar multiplication (scaling) on the vector.
multiply(IVector1) - Method in class jadex.extension.envsupport.math.Vector3Double
 
multiply(IVector1) - Method in class jadex.extension.envsupport.math.Vector3Int
Performs a scalar multiplication (scaling) on the vector.
multiply(IVector2) - Method in interface jadex.extension.envsupport.math.IVector2
Performs a multiplication on the vector.
multiply(IVector2) - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Performs a multiplication on the vector.
multiply(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Double
 
multiply(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Int
Performs a multiplication on the vector.
multiply(IVector3) - Method in interface jadex.extension.envsupport.math.IVector3
Performs a multiplication on the vector.
multiply(IVector3) - Method in class jadex.extension.envsupport.math.Vector3Double
 
multiply(IVector3) - Method in class jadex.extension.envsupport.math.Vector3Int
Performs a multiplication on the vector.
MULTIPLY - Static variable in class jadex.javaparser.javaccimpl.MathNode
The multiply operator.
MultiServiceInvocationHandler - Class in jadex.bridge.service.component.multiinvoke
Invocation handler for multiplexing service calls.
MultiServiceInvocationHandler(IInternalAccess, String, Class<?>) - Constructor for class jadex.bridge.service.component.multiinvoke.MultiServiceInvocationHandler
Create a new invocation handler.
MultiServiceInvocationHandler.IntermediateMethodResultListener<T> - Class in jadex.bridge.service.component.multiinvoke
Listener that invokes service methods and delegates the results.
MultiStream - Class in jadex.commons
Dispatch the write calls to a number of specified output streams.
MultiStream(OutputStream[]) - Constructor for class jadex.commons.MultiStream
Create a new multi stream.
MultiThreadTest - Class in jadex.commons.concurrent
This test class shows how the thread based scheduler works.
MultiThreadTest() - Constructor for class jadex.commons.concurrent.MultiThreadTest
 
murmur3(byte[], int) - Static method in class jadex.commons.collection.BloomFilter
Compute the murmur hash for a byte array.
MutableObject<T> - Class in jadex.commons
Encapsulates an Object to make it mutable for anonymous classes and lambdas.
MutableObject(T) - Constructor for class jadex.commons.MutableObject
Creates a new MutableObject
mutatesTo(Object, Object) - Method in class jadex.commons.beans.DefaultPersistenceDelegate
Determines whether one object mutates to the other object.
mutatesTo(Object, Object) - Method in class jadex.commons.beans.PersistenceDelegate
Determines whether one object mutates to the other object.
muxservicetype - Variable in class jadex.bridge.service.component.multiinvoke.MultiServiceInvocationHandler
The multiplex service type.
mydeps - Variable in class jadex.bridge.component.DependencyResolver.NodeInfo
The set of nodes this node depends on.
MyTestClass - Class in jadex.bdiv3
 
MyTestClass() - Constructor for class jadex.bdiv3.MyTestClass
 
MyTestClass(InvocationHandler) - Constructor for class jadex.bdiv3.MyTestClass
 

N

n - Variable in class jadex.commons.collection.BloomFilter
The number of expected entries.
name - Variable in class jadex.base.test.TestReport
The test name .
name - Variable in class jadex.bdi.planlib.watchdog.ContactData
The name.
name - Variable in class jadex.bdiv3.model.MElement
The element name.
name - Variable in class jadex.bridge.AbstractErrorReportBuilder
The unqualified (model/file) name.
name - Variable in class jadex.bridge.ComponentIdentifier
The component name.
name - Variable in class jadex.bridge.fipa.CMSCreateComponent
Attribute for slot name.
name - Variable in class jadex.bridge.modelinfo.ComponentInstanceInfo
The name.
name - Variable in class jadex.bridge.modelinfo.ConfigurationInfo
The name.
name - Variable in class jadex.bridge.modelinfo.ModelInfo
The name.
name - Variable in class jadex.bridge.modelinfo.NFPropertyInfo
The property name.
name - Variable in class jadex.bridge.modelinfo.SubcomponentTypeInfo
The name.
name - Variable in class jadex.bridge.modelinfo.UnparsedExpression
The name.
name - Variable in class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Name of the property.
name - Variable in class jadex.bridge.service.ProvidedServiceInfo
The name (used for referencing).
name - Variable in class jadex.bridge.service.RequiredServiceBinding
The service name.
name - Variable in class jadex.bridge.service.RequiredServiceInfo
The component internal service name.
name - Variable in class jadex.bridge.service.types.appstore.AppMetaInfo
The application name.
name - Variable in class jadex.bridge.service.types.cms.CMSComponentDescription
Attribute for slot component identifier.
name - Variable in class jadex.bridge.service.types.cms.CMSStatusEvent.CMSIntermediateResultEvent
The name of the result.
name - Variable in class jadex.bridge.service.types.cms.CreationInfo
The instance name.
name - Variable in class jadex.commons.FieldInfo
The field name.
name - Variable in class jadex.commons.gui.jtreetable.TreeTableNodeType
The type name.
name - Variable in class jadex.commons.MethodInfo
The method name.
name - Variable in class jadex.commons.Properties
The name.
name - Variable in class jadex.commons.Property
The name.
name - Variable in class jadex.extension.agr.Group
The group name.
name - Variable in class jadex.extension.agr.MAGRSpaceInstance
The name.
name - Variable in class jadex.extension.agr.MAGRSpaceType
The name.
name - Variable in class jadex.extension.agr.MGroupInstance
The name.
name - Variable in class jadex.extension.agr.MGroupType
The name.
name - Variable in class jadex.extension.agr.MRoleType
The name.
name - Variable in class jadex.extension.envsupport.environment.PerceptType
The percept name.
name - Variable in class jadex.extension.envsupport.evaluation.DataTable
The table name.
name - Variable in class jadex.extension.envsupport.MEnvSpaceInstance
The space name.
name - Variable in class jadex.extension.envsupport.MEnvSpaceType
The name.
name - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Animation
 
name - Variable in class jadex.extension.envsupport.observer.perspective.Perspective2D
Name of the presentation
name - Variable in class jadex.extension.envsupport.observer.perspective.Perspective3D
Name of the presentation
name() - Method in annotation type jadex.bdiv3.annotation.BDIConfiguration
The configuration name.
name() - Method in annotation type jadex.bdiv3.annotation.GoalServiceParameterMapping
The name of the service this mapping is used for.
name() - Method in annotation type jadex.bdiv3.annotation.GoalServiceResultMapping
The name of the service this mapping is used for.
name() - Method in annotation type jadex.bdiv3.annotation.ServicePlan
The required service name.
name() - Method in annotation type jadex.bdiv3.annotation.ServiceTrigger
The required service name.
name() - Method in annotation type jadex.bridge.nonfunctional.annotation.NameValue
The name.
name() - Method in annotation type jadex.bridge.nonfunctional.annotation.NFProperty
The name of the property.
name() - Method in annotation type jadex.bridge.nonfunctional.annotation.NFRProperty
The name of the property.
name() - Method in annotation type jadex.micro.annotation.Agent
Default name for the started component.
name() - Method in annotation type jadex.micro.annotation.AgentServiceSearch
Deprecated.
The required service name that is used for searching the service.
name() - Method in annotation type jadex.micro.annotation.AgentServiceValue
The required service name.
name() - Method in annotation type jadex.micro.annotation.Argument
The argument name.
name() - Method in annotation type jadex.micro.annotation.Component
The component name.
name() - Method in annotation type jadex.micro.annotation.ComponentType
The local component type name.
name() - Method in annotation type jadex.micro.annotation.Configuration
The configuration name.
name() - Method in annotation type jadex.micro.annotation.CreationInfo
The component name.
name() - Method in annotation type jadex.micro.annotation.OnService
The required service name that is used for searching the service.
name() - Method in annotation type jadex.micro.annotation.ProvidedService
The name (for referencing/overriding).
name() - Method in annotation type jadex.micro.annotation.RequiredService
The component internal service name.
name() - Method in annotation type jadex.micro.annotation.Result
The argument name.
NAME - Static variable in class jadex.bridge.sensor.cpu.CoreNumberProperty
The name of the property.
NAME - Static variable in class jadex.bridge.sensor.cpu.CPULoadProperty
The name of the property.
NAME - Static variable in class jadex.bridge.sensor.mac.MacAddressProperty
The name of the property.
NAME - Static variable in class jadex.bridge.sensor.memory.LoadedClassesProperty
The name of the property.
NAME - Static variable in class jadex.bridge.sensor.memory.MaxMemoryProperty
The name of the property.
NAME - Static variable in class jadex.bridge.sensor.memory.MaxPermGenMemoryProperty
The name of the property.
NAME - Static variable in class jadex.bridge.sensor.memory.UsedMemoryProperty
The name of the property.
NAME - Static variable in class jadex.bridge.sensor.memory.UsedPermGenMemoryProperty
The name of the property.
NAME - Static variable in class jadex.bridge.sensor.service.ExecutionTimeProperty
The name of the property.
NAME - Static variable in class jadex.bridge.sensor.service.LatencyProperty
The name of the property.
NAME - Static variable in class jadex.bridge.sensor.service.TagProperty
The name of the property.
NAME - Static variable in class jadex.bridge.sensor.service.WaitingTimeProperty
The name of the property.
NAME - Static variable in class jadex.bridge.sensor.service.WaitqueueProperty
The name of the property.
NAME - Static variable in class jadex.bridge.sensor.time.ComponentUptimeProperty
The name of the property.
NAME_SUFFIX_COUNTER - Static variable in class jadex.bytecode.invocation.SInvocation
Class name suffix counter.
namehint - Variable in class jadex.bridge.modelinfo.ModelInfo
The name hint for instances of this model.
namemappings - Static variable in class jadex.base.PlatformConfigurationHandler
Used for mapping method names to property names (if they differ).
names - Variable in class jadex.bdiv3x.runtime.BeliefbaseWrapper
The local belief names (cached on first access).
names - Variable in class jadex.bdiv3x.runtime.RBeliefbase
The local belief names (cached on first access).
Namespace - Class in jadex.xml
Namespace definition.
Namespace(String, String) - Constructor for class jadex.xml.Namespace
Create the namespace.
namespacebypackage - Variable in class jadex.xml.writer.AWriteContext
The namespaces.
namespaceuri - Variable in class jadex.xml.stax.XmlTag
The name space URI.
NameValue - Annotation Type in jadex.bridge.nonfunctional.annotation
Name, value pair.
NativeHelper - Class in jadex.bytecode.vmhacks
Helper class using JNA to provide native features.
NativeHelper() - Constructor for class jadex.bytecode.vmhacks.NativeHelper
Create helper.
needsGui() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Returns true if this context or its children needs GUI to work properly.
needsGui() - Method in interface jadex.commons.beans.Visibility
 
negate() - Method in interface jadex.extension.envsupport.math.IVector1
Negates the vector by negating its components.
negate() - Method in interface jadex.extension.envsupport.math.IVector2
Negates the vector by negating its components.
negate() - Method in interface jadex.extension.envsupport.math.IVector3
Negates the vector by negating its components.
negate() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Negates the vector by negating its components.
negate() - Method in class jadex.extension.envsupport.math.Vector1Double
 
negate() - Method in class jadex.extension.envsupport.math.Vector1Int
Negates the vector by negating its components.
negate() - Method in class jadex.extension.envsupport.math.Vector1Long
Negates the vector by negating its components.
negate() - Method in class jadex.extension.envsupport.math.Vector2Double
 
negate() - Method in class jadex.extension.envsupport.math.Vector2Int
Negates the vector by negating its components.
negate() - Method in class jadex.extension.envsupport.math.Vector3Double
 
negate() - Method in class jadex.extension.envsupport.math.Vector3Int
Negates the vector by negating its components.
negateX() - Method in interface jadex.extension.envsupport.math.IVector2
Negates the x-component.
negateX() - Method in interface jadex.extension.envsupport.math.IVector3
Negates the x-component.
negateX() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Negates the x-component.
negateX() - Method in class jadex.extension.envsupport.math.Vector2Double
 
negateX() - Method in class jadex.extension.envsupport.math.Vector2Int
Negates the x-component.
negateX() - Method in class jadex.extension.envsupport.math.Vector3Double
 
negateX() - Method in class jadex.extension.envsupport.math.Vector3Int
Negates the x-component.
negateY() - Method in interface jadex.extension.envsupport.math.IVector2
Negates the y-component.
negateY() - Method in interface jadex.extension.envsupport.math.IVector3
Negates the y-component.
negateY() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Negates the y-component.
negateY() - Method in class jadex.extension.envsupport.math.Vector2Double
 
negateY() - Method in class jadex.extension.envsupport.math.Vector2Int
Negates the y-component.
negateY() - Method in class jadex.extension.envsupport.math.Vector3Double
 
negateY() - Method in class jadex.extension.envsupport.math.Vector3Int
Negates the y-component.
negateZ() - Method in interface jadex.extension.envsupport.math.IVector3
Negates the z-component.
negateZ() - Method in class jadex.extension.envsupport.math.Vector3Double
 
negateZ() - Method in class jadex.extension.envsupport.math.Vector3Int
Negates the z-component.
NegotiationRecord - Class in jadex.bdi.planlib.protocols
The negotiation record has the purpose to store all information about one negotiation round e.g.
NegotiationRecord(Object, Object, IComponentIdentifier[], long) - Constructor for class jadex.bdi.planlib.protocols.NegotiationRecord
Create a new negotiation record.
NEIGHBORHOOD_MOORE - Static variable in class jadex.extension.envsupport.environment.space2d.Grid2D
The moore neighborhood.
NEIGHBORHOOD_MOORE - Static variable in class jadex.extension.envsupport.environment.space3d.Grid3D
The moore neighborhood.
NEIGHBORHOOD_VON_NEUMANN - Static variable in class jadex.extension.envsupport.environment.space2d.Grid2D
The von neumann neighborhood.
NEIGHBORHOOD_VON_NEUMANN - Static variable in class jadex.extension.envsupport.environment.space3d.Grid3D
The von neumann neighborhood.
NestedMap - Class in jadex.commons.collection
A nested map refers to parent maps for entries not found in this map.
NestedMap(Map) - Constructor for class jadex.commons.collection.NestedMap
Create a nested map, referring to the specified parent map.
NestedMap(Map[]) - Constructor for class jadex.commons.collection.NestedMap
Create a nested map, referring to the specified parent maps.
NestedMap(Map[], Map) - Constructor for class jadex.commons.collection.NestedMap
Create a nested map, referring to the specified parent map, using the given map for storing local mappings.
nestingSeparatorAt(int) - Method in class jadex.commons.ExpressionTokenizer
Check if there is a nesting level separator character at the specified position.
NETWORK - jadex.bridge.service.ServiceScope
Network scope (any platform with which a secret is shared).
NETWORK_SCOPES - Static variable in enum jadex.bridge.service.ServiceScope
The network scopes.
networknames - Variable in class jadex.bridge.service.search.ServiceQuery
The network names.
networknames - Variable in class jadex.bridge.service.ServiceIdentifier
The network names (shared object with security service).
NETWORKS_NOT_SET - Static variable in class jadex.bridge.service.search.ServiceQuery
Marker for networks not set.
Never - jadex.bdiv3.model.MProcessableElement.ExcludeMode
The plan is never removed.
NEVER - Static variable in interface jadex.commons.IAsyncFilter
A filter that always returns false.
NEVER - Static variable in interface jadex.commons.IFilter
A filter that always returns false.
NeverFilter() - Constructor for class jadex.commons.IAsyncFilter.NeverFilter
 
NEW - jadex.bdiv3.runtime.IGoal.GoalLifecycleState
 
newAccessor(Class<T>, Class<?>, Object) - Static method in class jadex.bytecode.invocation.SInvocation
Creates a new accessor from an accessor class.
newExtractor(Class<IExtractor>) - Static method in class jadex.bytecode.invocation.SInvocation
 
newInstance(String, ClassLoader, Object...) - Static method in class jadex.commons.SReflect
Reflectively instantiates an object by heuristically matching the constructor parameters.
newInstance(String, Object...) - Static method in class jadex.commons.SReflect
Reflectively instantiates an object by heuristically matching the constructor parameters.
newInvoker(Class<?>) - Static method in class jadex.bytecode.invocation.SInvocation
Instantiate a new method invoker from the invoker class.
newInvoker(Method) - Static method in class jadex.bytecode.invocation.SInvocation
Creates a new invoker for a method.
newInvoker(Method, IByteCodeClassLoader) - Static method in class jadex.bytecode.invocation.SInvocation
Creates a new invoker for a method.
newline - Variable in class jadex.commons.ListenableStream
The code(s) of the newline character.
newline - Variable in class jadex.xml.writer.Writer
Control flag for generating newlines.
newProxyInstance(ClassLoader, Class<?>[], InvocationHandler) - Static method in class jadex.bridge.ProxyFactory
Returns an instance of a proxy class for the specified interfaces that dispatches method invocations to the specified invocation handler.
newProxyInstance(ClassLoader, Class<?>[], InvocationHandler) - Static method in class jadex.bytecode.Proxy
Generate a proxy for an existing class.
newProxyInstance(ClassLoader, Class<?>, Class<?>[], InvocationHandler) - Static method in class jadex.bytecode.Proxy
Generate a proxy for an existing class.
next() - Method in class jadex.commons.beans.beancontext.BeanContextSupport.BCSIterator
 
next() - Method in class jadex.commons.collection.MultiIterator
Returns the next element in the iteration.
next() - Method in class jadex.commons.future.IntermediateFutureIterator
Get next result.
next() - Method in class jadex.commons.gui.JWizard
Shows the next panel.
next() - Method in interface jadex.xml.reader.IXMLReader
Selects the next event.
next() - Method in class jadex.xml.stax.StaxReaderWrapper
Selects the next event.
next(int) - Method in class jadex.commons.random.Xoroshiro128Random
 
NEXT - Static variable in class jadex.bridge.ServiceCall
The upcoming service invocations.
nextBlock() - Method in class jadex.commons.security.random.ChaCha20Random
Generates the next ChaCha block.
nextBlock(byte[]) - Method in class jadex.commons.security.random.ChaCha20Random
Generate next block (64 bytes).
nextBoolean() - Method in class jadex.commons.random.FastThreadedRandom
Wrapper method.
nextBoolean() - Method in class jadex.commons.security.random.SecureThreadedRandom
Wrapper method.
nextBoolean() - Method in class jadex.commons.security.random.SynchronizedSecureRandomWrapper
Delegation
nextbutton - Variable in class jadex.commons.gui.JWizard
The button for the next/finish action, can be disabled.
nextBytes() - Method in class jadex.commons.security.random.OpenSslAesCtr
Retrieves the next buffer of random values.
nextBytes(byte[]) - Method in class jadex.commons.random.FastThreadedRandom
Wrapper method.
nextBytes(byte[]) - Method in class jadex.commons.security.random.ChaCha20Random
Gets the next bytes.
nextBytes(byte[]) - Method in class jadex.commons.security.random.OpenSslAesCtrRandom
 
nextBytes(byte[]) - Method in class jadex.commons.security.random.SecureThreadedRandom
Wrapper method.
nextBytes(byte[]) - Method in class jadex.commons.security.random.SynchronizedSecureRandomWrapper
Delegation
nextcall - Variable in class jadex.bridge.service.component.ServiceInvocationContext
The next service call (will be current during call and last after call).
nextDouble() - Method in class jadex.commons.random.FastThreadedRandom
Wrapper method.
nextDouble() - Method in class jadex.commons.random.Xoroshiro128Random
 
nextDouble() - Method in class jadex.commons.security.random.SecureThreadedRandom
Wrapper method.
nextDouble() - Method in class jadex.commons.security.random.SynchronizedSecureRandomWrapper
Delegation
nextFetcher() - Method in interface jadex.extension.envsupport.environment.space2d.KdNode.IKdValueFetcher
Returns the fetcher for the next hyperplane in the tree.
nextFetcher() - Method in class jadex.extension.envsupport.environment.space2d.KdNode.KdValueFetcherX
Returns the fetcher for the next hyperplane in the tree.
nextFetcher() - Method in class jadex.extension.envsupport.environment.space2d.KdNode.KdValueFetcherY
Returns the fetcher for the next hyperplane in the tree.
nextFloat() - Method in class jadex.commons.random.FastThreadedRandom
Wrapper method.
nextFloat() - Method in class jadex.commons.security.random.SecureThreadedRandom
Wrapper method.
nextFloat() - Method in class jadex.commons.security.random.SynchronizedSecureRandomWrapper
Delegation
nextGaussian() - Method in class jadex.commons.random.FastThreadedRandom
Wrapper method.
nextGaussian() - Method in class jadex.commons.security.random.SecureThreadedRandom
Wrapper method.
nextGaussian() - Method in class jadex.commons.security.random.SynchronizedSecureRandomWrapper
Delegation
nextInt() - Method in class jadex.commons.random.FastThreadedRandom
Wrapper method.
nextInt() - Method in class jadex.commons.security.random.ChaCha20Random
Gets the next int.
nextInt() - Method in class jadex.commons.security.random.SecureThreadedRandom
Wrapper method.
nextInt() - Method in class jadex.commons.security.random.SynchronizedSecureRandomWrapper
Delegation
nextInt(int) - Method in class jadex.commons.random.FastThreadedRandom
Wrapper method.
nextInt(int) - Method in class jadex.commons.security.random.SecureThreadedRandom
Wrapper method.
nextInt(int) - Method in class jadex.commons.security.random.SynchronizedSecureRandomWrapper
Delegation
nextitem - Variable in class jadex.commons.gui.JWizard.WizardNode
The next item, 0 for default.
nextLong() - Method in class jadex.commons.random.FastThreadedRandom
Wrapper method.
nextLong() - Method in class jadex.commons.random.Xoroshiro128Random
 
nextLong() - Method in class jadex.commons.security.random.ChaCha20Random
Gets the next long.
nextLong() - Method in class jadex.commons.security.random.SecureThreadedRandom
Wrapper method.
nextLong() - Method in class jadex.commons.security.random.SynchronizedSecureRandomWrapper
Delegation
NextroundInfo(Object, Object, IComponentIdentifier[]) - Constructor for class jadex.bdi.planlib.protocols.IQueryNextroundInfo.NextroundInfo
Create a nextround info object.
nextToken() - Method in class jadex.commons.ExpressionTokenizer
Get the next token from the string.
NFMethodPropertyProvider - Class in jadex.bridge.nonfunctional
Default implementation for a method property provider.
NFMethodPropertyProvider(IComponentIdentifier, IInternalAccess) - Constructor for class jadex.bridge.nonfunctional.NFMethodPropertyProvider
Create a new provider.
nfproperties - Variable in class jadex.bridge.modelinfo.ModelInfo
The nf properties.
nfproperties - Variable in class jadex.bridge.nonfunctional.NFPropertyProvider
Non-functional properties.
nfproperties - Variable in class jadex.bridge.service.RequiredServiceInfo
The nf props.
NFProperties - Annotation Type in jadex.bridge.nonfunctional.annotation
The annotation for non functional properties in - components - provided services - provided service methods.
NFProperty - Annotation Type in jadex.bridge.nonfunctional.annotation
Non-functional property annotation.
NFPropertyInfo - Class in jadex.bridge.modelinfo
Info struct for a nf property.
NFPropertyInfo() - Constructor for class jadex.bridge.modelinfo.NFPropertyInfo
Create a new property.
NFPropertyInfo(String, ClassInfo, List<UnparsedExpression>) - Constructor for class jadex.bridge.modelinfo.NFPropertyInfo
Create a new property.
NFPropertyMetaInfo - Class in jadex.bridge.nonfunctional
Meta information about a non-functional property.
NFPropertyMetaInfo() - Constructor for class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Creates an empty meta info.
NFPropertyMetaInfo(String, ClassInfo) - Constructor for class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Creates a meta info.
NFPropertyMetaInfo(String, ClassInfo, ClassInfo, boolean) - Constructor for class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Creates a meta info.
NFPropertyMetaInfo(String, ClassInfo, ClassInfo, boolean, long, boolean, INFProperty.Target) - Constructor for class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Creates a meta info.
NFPropertyMetaInfo(String, Class<?>, Class<?>, boolean) - Constructor for class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Creates a meta info.
NFPropertyMetaInfo(String, Class<?>, Class<?>, boolean, long, boolean, INFProperty.Target) - Constructor for class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Creates a meta info.
NFPropertyProvider - Class in jadex.bridge.nonfunctional
Base impl for nf property property provider.
NFPropertyProvider(IComponentIdentifier, IInternalAccess) - Constructor for class jadex.bridge.nonfunctional.NFPropertyProvider
Create a new provider.
NFPropertyRef<T,​U> - Class in jadex.bridge.nonfunctional
Property reference.
NFPropertyRef(IExternalAccess, NFPropertyMetaInfo, IServiceIdentifier, MethodInfo) - Constructor for class jadex.bridge.nonfunctional.NFPropertyRef
Create a new property ref.
nfprops() - Method in annotation type jadex.micro.annotation.RequiredService
The required service non functional properties.
NFRequiredServicePropertyProviderInterceptor - Class in jadex.bridge.service.component.interceptors
Delegates 'getRequiredServicePropertyProvider()' calls to the underlying component.
NFRequiredServicePropertyProviderInterceptor(IInternalAccess, IServiceIdentifier) - Constructor for class jadex.bridge.service.component.interceptors.NFRequiredServicePropertyProviderInterceptor
Create a new interceptor.
NFRootProperty<T,​U> - Class in jadex.bridge.nonfunctional
Injects properties on root component.
NFRootProperty(IInternalAccess, NFPropertyMetaInfo) - Constructor for class jadex.bridge.nonfunctional.NFRootProperty
Create a new property.
NFRootProperty(IInternalAccess, NFPropertyMetaInfo, boolean) - Constructor for class jadex.bridge.nonfunctional.NFRootProperty
Create a new property.
NFRProperty - Annotation Type in jadex.bridge.nonfunctional.annotation
Property for required services and methods.
NFRPropertyInfo - Class in jadex.bridge.modelinfo
 
NFRPropertyInfo() - Constructor for class jadex.bridge.modelinfo.NFRPropertyInfo
Create a new property.
NFRPropertyInfo(String, ClassInfo, MethodInfo) - Constructor for class jadex.bridge.modelinfo.NFRPropertyInfo
Create a new property.
nick - Variable in class jadex.bridge.service.types.chat.ChatEvent
The nick name.
NiftyScreen - Class in jadex.extension.envsupport.observer.graphics.drawable3d.special
 
NiftyScreen(String, String, boolean) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.special.NiftyScreen
 
NIS - Static variable in class jadex.commons.SUtil
The cached network interfaces.
NISTIME - Static variable in class jadex.commons.SUtil
The time of the last caching of network interfaces.
NO_DECOUPLING - Static variable in class jadex.bridge.service.component.interceptors.DecouplingInterceptor
The static set of no decoupling methods.
NO_STACK_COMPACTION - Static variable in class jadex.commons.future.Future
Disable Stack unfolding for easier debugging.
no_typeinfos - Variable in class jadex.xml.bean.BeanObjectReaderHandler
No type infos.
no_typeinfos - Variable in class jadex.xml.bean.BeanObjectWriterHandler
No type infos.
NoCopy - Annotation Type in jadex.bridge.service.annotation
Parameters that should be copied / not copied.
Node - Interface in jadex.javaparser.javaccimpl
 
nodeForRow(int) - Method in class jadex.commons.gui.jtreetable.TreeTableModelAdapter
 
nodehelper - Variable in class jadex.bdiv3.AbstractAsmBdiClassGenerator
 
NodeHelper - Class in jadex.bdiv3
 
NodeHelper() - Constructor for class jadex.bdiv3.NodeHelper
 
NodeInfo() - Constructor for class jadex.bridge.component.DependencyResolver.NodeInfo
Create a node info.
nodeps - Variable in class jadex.bridge.component.DependencyResolver
The set of empty nodes.
nodes - Variable in class jadex.bridge.component.DependencyResolver
The nodes with dependencies.
NONE - jadex.bridge.service.ServiceScope
None component scope (nothing will be searched, forces required service creation).
NONE - Static variable in annotation type jadex.bridge.service.annotation.Timeout
Constant for no timeout.
NONE - Static variable in class jadex.commons.collection.LeaseTimeSet
Constant for no leasetime.
NONE - Static variable in class jadex.commons.collection.PassiveLeaseTimeSet
Constant for no leasetime.
NONE - Static variable in class jadex.commons.future.Future
Constant for no timeout.
NONE - Static variable in interface jadex.commons.gui.jtable.ISorterFilterTableModel
 
NONE - Static variable in class jadex.commons.gui.jtable.SortArrowIcon
 
nonfunc - Variable in class jadex.bridge.component.streams.AbstractConnectionHandler
The non-functional properties.
nonfunc - Variable in class jadex.bridge.component.streams.InitInfo
The non-functional properties.
nonfunc - Variable in class jadex.bridge.component.streams.LocalAbstractConnectionHandler
The non-functional properties.
nonfunc - Variable in class jadex.bridge.service.types.remote.ServiceInputConnectionProxy
The non-functional properties.
nonfunc - Variable in class jadex.bridge.service.types.remote.ServiceOutputConnectionProxy
The non-functional properties.
NOPLATFORM_DEFAULT_FEATURES - Static variable in class jadex.bdiv3.BDIAgentFactory
The default component features.
NOPLATFORM_DEFAULT_FEATURES - Static variable in class jadex.bpmn.BpmnFactory
The default component features.
NOPLATFORM_DEFAULT_FEATURES - Static variable in class jadex.micro.MicroAgentFactory
The default component features.
normalize() - Method in interface jadex.extension.envsupport.math.IVector2
Converts the vector to a unit vector (normalization)
normalize() - Method in interface jadex.extension.envsupport.math.IVector3
Converts the vector to a unit vector (normalization)
normalize() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Converts the vector to a unit vector (normalization)
normalize() - Method in class jadex.extension.envsupport.math.Vector2Double
 
normalize() - Method in class jadex.extension.envsupport.math.Vector2Int
Converts the vector to a unit vector (normalization)
normalize() - Method in class jadex.extension.envsupport.math.Vector3Double
 
normalize() - Method in class jadex.extension.envsupport.math.Vector3Int
Converts the vector to a unit vector (normalization)
normalize(String) - Method in class jadex.bdi.planlib.messaging.AIM
Called to normalize a screen name.
NOSTACKCOMPACTION - Static variable in interface jadex.base.IPlatformConfiguration
The stack compaction disable flag argument.
NOT - Static variable in class jadex.commons.ComposedFilter
The NOT operator.
NOT - Static variable in class jadex.commons.ComposedRemoteFilter
The NOT operator.
NOT - Static variable in class jadex.javaparser.javaccimpl.BooleanNode
The not (!) operator.
NOT - Static variable in class jadex.javaparser.javaccimpl.MathNode
The bitwise not operator (unary).
NOT_SORTED - Static variable in class jadex.commons.gui.jtable.TableSorter
 
NOT_UNDERSTOOD - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
NOT_UNDERSTOOD - Static variable in class jadex.bridge.fipa.SFipa
 
notcommand - Variable in class jadex.commons.future.Future
 
notcommand - Variable in class jadex.commons.future.IntermediateFuture
 
NOTHING - jadex.extension.envsupport.observer.graphics.drawable3d.special.SpecialAction
 
notifications - Variable in class jadex.commons.future.Future
The scheduled notifications.
notified - Variable in class jadex.bridge.TimeoutResultListener
The timeout occurred flag.
notified - Variable in class jadex.commons.concurrent.ThreadPool.ServiceThread
 
notified - Variable in class jadex.commons.future.CollectionResultListener
Flag to indicate that the delegate already has been notified.
notified - Variable in class jadex.commons.future.CounterResultListener
Flag to indicate that the delegate already has been notified.
notified - Variable in class jadex.commons.future.FutureFinishChecker
Flag to remember that delegate was notified.
notified - Variable in class jadex.commons.future.TerminableDelegationFuture
Flag if source has been notified.
notified - Variable in class jadex.commons.future.TerminableIntermediateDelegationFuture
Flag if source has been notified.
Notifier - Class in jadex.bpmn.runtime.handler
Notifier for initiating external notifications.
Notifier(MActivity, IInternalAccess, ProcessThread) - Constructor for class jadex.bpmn.runtime.handler.Notifier
Create a notifier.
notify - Variable in class jadex.commons.future.TerminableDelegationFuture
Flag if source has to be notified.
notify - Variable in class jadex.commons.future.TerminableIntermediateDelegationFuture
Flag if source has to be notified.
notify(MActivity, ProcessThread, Object) - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Method that should be called, when an activity is finished and the following activity should be scheduled.
notify(Object) - Method in class jadex.bpmn.runtime.handler.Notifier
Initiate the notification.
NotifyAdminPlan - Class in jadex.bdi.planlib.watchdog
Notify the human admin of some agent in case of problems.
NotifyAdminPlan() - Constructor for class jadex.bdi.planlib.watchdog.NotifyAdminPlan
 
notifycnt - Variable in class jadex.commons.future.PullIntermediateDelegationFuture
Flag if source has to be notified.
notifycnt - Variable in class jadex.commons.future.PullSubscriptionIntermediateDelegationFuture
Flag if source has to be notified.
notifyDataRead() - Method in interface jadex.bridge.component.streams.IInputConnectionHandler
Called by connection when user read some data so that other side can continue to send.
notifyDataRead() - Method in class jadex.bridge.component.streams.InputConnectionHandler
Called by connection when user read some data so that other side can continue to send.
notifyDataRead() - Method in class jadex.bridge.component.streams.LocalInputConnectionHandler
Called by connection when user read some data so that other side can continue to send.
notifyDelegate(Exception) - Method in class jadex.commons.future.CollectionResultListener
Notify the delegate.
notifyException(Exception) - Method in class jadex.bridge.nonfunctional.search.ServiceRankingDelegationResultListener
 
notifyException(Exception) - Method in class jadex.bridge.nonfunctional.search.ServiceRankingResultListener
 
notifyFinished() - Method in class jadex.bpmn.runtime.ProcessThread
Method that can be used to determine (override) that the thread is finished.
notifyFinishListeners() - Method in class jadex.commons.concurrent.JavaThreadPool
Notify the finish listeners.
notifyFinishListeners() - Method in class jadex.commons.concurrent.ThreadPool
Notify the finish listeners.
notifyInited() - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
 
notifyInited() - Method in interface jadex.bridge.component.streams.IAbstractConnectionHandler
 
notifyInited() - Method in class jadex.bridge.component.streams.LocalAbstractConnectionHandler
 
notifyInited() - Method in class jadex.bridge.component.streams.OutputConnectionHandler
 
notifyIntermediateResult(IIntermediateResultListener<E>, E) - Method in class jadex.commons.future.IntermediateFuture
Notify a result listener.
notifyIntermediateResult(IIntermediateResultListener<TupleResult>, TupleResult) - Method in class jadex.commons.future.Tuple2Future
Notify a result listener.
notifyListener() - Method in class jadex.commons.future.Future
Notify all result listeners of the finished future (result or exception).
notifyListener(IResultListener<E>) - Method in class jadex.commons.future.Future
Notify a specific result listener of the finished future (result or exception).
notifyListenersAdded(IComponentDescription) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Notify the cms listeners of an addition.
notifyListenersChanged(IComponentDescription) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Notify the cms listeners of a change.
notifyListenersRemoved(IComponentDescription, Exception, Map<String, Object>) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Notify the cms listeners of a removal.
notifyMethodListeners(boolean, Object, Method, Object[], Object, ServiceInvocationContext) - Method in class jadex.bridge.service.component.MethodListenerHandler
Notify registered listeners in case a method is called.
notifyMethodListeners(IServiceIdentifier, boolean, Object, Method, Object[], Object, ServiceInvocationContext) - Method in interface jadex.bridge.service.component.IProvidedServicesFeature
Notify listeners that a service method has been called.
notifyMethodListeners(IServiceIdentifier, boolean, Object, Method, Object[], Object, ServiceInvocationContext) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Notify listeners that a service method has been called.
notifyResults(List<Tuple2<S, Double>>) - Method in class jadex.bridge.nonfunctional.search.ServiceRankingDelegationResultListener
 
notifyResults(List<Tuple2<S, Double>>) - Method in class jadex.bridge.nonfunctional.search.ServiceRankingDelegationResultListener2
Notify the results,
notifyResults(List<Tuple2<S, Double>>) - Method in class jadex.bridge.nonfunctional.search.ServiceRankingResultListener
 
notifyStackedListeners() - Static method in class jadex.commons.future.FutureHelper
Process all collected listener notifications for the current thread.
notNull(Collection<T>) - Static method in class jadex.commons.SUtil
Helper method to allow iterating over possibly null collections.
notNull(List<T>) - Static method in class jadex.commons.SUtil
Helper method to allow iterating over possibly null lists.
notNull(Map<K, E>) - Static method in class jadex.commons.SUtil
Helper method to allow iterating over possibly null maps.
notNull(Set<T>) - Static method in class jadex.commons.SUtil
Helper method to allow iterating over possibly null sets.
NOTNULL - jadex.bridge.service.annotation.PostCondition.Type
 
NOTNULL - jadex.bridge.service.annotation.PreCondition.Type
 
NotUnderstoodPlan - Class in jadex.bdi.planlib
Send a not-understood message when no other plan is able to handle a message.
NotUnderstoodPlan() - Constructor for class jadex.bdi.planlib.NotUnderstoodPlan
 
nscnt - Variable in class jadex.xml.writer.AWriteContext
 
NUGGETS_XML - Static variable in class jadex.bridge.fipa.SFipa
 
NULL - jadex.bridge.service.types.monitoring.IMonitoringService.PublishEventLevel
 
NULL - jadex.commons.Boolean3
The undefined value.
NULL - Static variable in class jadex.bridge.service.component.interceptors.IntelligentProxyInterceptor
 
NULL - Static variable in class jadex.commons.future.CollectionResultListener
Null object.
NULL - Static variable in class jadex.commons.SUtil
A Null value.
NULL - Static variable in class jadex.xml.reader.AReader
The null object.
NULL - Static variable in class jadex.xml.SXML
The null tag.
NullOutputStream - Class in jadex.commons
An output stream that writes to dev null.
NullOutputStream() - Constructor for class jadex.commons.NullOutputStream
 
num - Variable in class jadex.commons.future.CollectionResultListener
The number of sub listeners to wait for.
num - Variable in class jadex.commons.future.CounterResultListener
The number of sub listeners to wait for.
num - Variable in class jadex.commons.future.TupleResult
The number.
number - Variable in class jadex.bridge.modelinfo.ComponentInstanceInfo
The number of components.
number - Variable in class jadex.commons.concurrent.MonitoredThread
The thread number assigned to the thread.
number() - Method in annotation type jadex.micro.annotation.Component
The number of components to start (parsed).
number() - Method in annotation type jadex.micro.annotation.CreationInfo
The number of components to start (parsed).
numRndFiles - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 

O

obj - Variable in class jadex.bdiv3.runtime.wrappers.InitEventPublisher
 
object - Variable in class jadex.bridge.service.component.ServiceInvocationContext
The object.
object - Variable in class jadex.extension.envsupport.dataview.LocalDataView2D
The space object, which is the center of the view.
object - Variable in class jadex.xml.StackElement
The created object.
OBJECT_CREATED - Static variable in class jadex.extension.envsupport.environment.EnvironmentEvent
Event type when an object has been created.
OBJECT_DESTROYED - Static variable in class jadex.extension.envsupport.environment.EnvironmentEvent
Event type when an object has been destroyed.
OBJECT_DESTROYED - Static variable in class jadex.extension.envsupport.environment.ObjectEvent
 
OBJECT_ID - Static variable in interface jadex.extension.envsupport.environment.ISpaceAction
The constant for the object id parameter (target of the action).
OBJECT_PROPERTY_CHANGED - Static variable in class jadex.extension.envsupport.environment.EnvironmentEvent
Event type when an object has been changed.
OBJECT_REMOVED - Static variable in class jadex.extension.envsupport.environment.ObjectEvent
 
Object3d - Class in jadex.extension.envsupport.observer.graphics.drawable3d
 
Object3d(Object, Object, Object, int, Object, String, String, String, boolean, boolean, IParsedExpression, String, List<Animation>, List<Materialfile>, ArrayList<SpatialControl>) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Object3d
Creates a new Polygon drawable.
Object3d(String, boolean) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Object3d
Creates default Polygon.
ObjectCache - Class in jadex.commons
A cache for CachedObjects that reflect files.
ObjectCache(String) - Constructor for class jadex.commons.ObjectCache
Create a new cache.
ObjectCache(String, boolean, boolean) - Constructor for class jadex.commons.ObjectCache
Create a new cache.
ObjectCache(String, boolean, boolean, int) - Constructor for class jadex.commons.ObjectCache
Create a new cache.
ObjectCardLayout - Class in jadex.commons.gui
A ObjectCardLayout is an object based cardlayout.
ObjectCardLayout() - Constructor for class jadex.commons.gui.ObjectCardLayout
Construct a new layout.
ObjectEvent - Class in jadex.extension.envsupport.environment
An EnvironmentObject event.
ObjectEvent(Object) - Constructor for class jadex.extension.envsupport.environment.ObjectEvent
Creates a new ObjectEvent
ObjectEvent.PrimitiveEventType - Class in jadex.extension.envsupport.environment
Primitive Event type
objectFromByteArray(byte[], ClassLoader, IErrorReporter) - Static method in class jadex.xml.bean.JavaReader
Convert a byte array (of an xml) to an object.
objectFromByteArray(byte[], ClassLoader, TypeInfoPathManager, IObjectReaderHandler, IErrorReporter) - Static method in class jadex.xml.bean.JavaReader
Convert a byte array (of an xml) to an object.
objectFromByteArray(AReader, byte[], ClassLoader, TypeInfoPathManager, IObjectReaderHandler) - Static method in class jadex.xml.reader.AReader
 
objectFromByteArray(AReader, byte[], ClassLoader, Object, TypeInfoPathManager, IObjectReaderHandler) - Static method in class jadex.xml.reader.AReader
 
objectFromInputStream(AReader, InputStream, ClassLoader, TypeInfoPathManager, IObjectReaderHandler) - Static method in class jadex.xml.reader.AReader
 
objectFromInputStream(AReader, InputStream, ClassLoader, Object, TypeInfoPathManager, IObjectReaderHandler) - Static method in class jadex.xml.reader.AReader
 
objectFromInputStream(InputStream, ClassLoader, IErrorReporter) - Static method in class jadex.xml.bean.JavaReader
Convert a byte array (of an xml) to an object.
objectFromInputStream(InputStream, ClassLoader, TypeInfoPathManager, IObjectReaderHandler, IErrorReporter) - Static method in class jadex.xml.bean.JavaReader
Convert a byte array (of an xml) to an object.
objectFromXML(AReader, String, ClassLoader, TypeInfoPathManager, IObjectReaderHandler) - Static method in class jadex.xml.reader.AReader
 
objectFromXML(AReader, String, ClassLoader, Object, TypeInfoPathManager, IObjectReaderHandler) - Static method in class jadex.xml.reader.AReader
 
objectFromXML(String, ClassLoader) - Static method in class jadex.xml.bean.JavaReader
Convert an xml to an object.
objectFromXML(String, ClassLoader, TypeInfoPathManager, IObjectReaderHandler) - Static method in class jadex.xml.bean.JavaReader
Convert an xml to an object.
objectidcounter - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Object id counter for new ids.
objectidentifier - Variable in class jadex.xml.AccessInfo
The object identifier.
objectinfo - Variable in class jadex.xml.SubobjectInfo
The object info (for writing).
objectinfo - Variable in class jadex.xml.TypeInfo
The object info for storing info about the object side, e.g.
ObjectInfo - Class in jadex.xml
Information about an object, esp.
ObjectInfo(Object) - Constructor for class jadex.xml.ObjectInfo
Create a new object info.
ObjectInfo(Object, IPostProcessor) - Constructor for class jadex.xml.ObjectInfo
Create a new object info.
objectLayers_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Registered object layers.
objectList_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport
List of objects that should be drawn.
OBJECTMETHODS - Static variable in class jadex.bytecode.Proxy
 
OBJECTPLACEMENT_BORDER - Static variable in class jadex.extension.envsupport.MEnvSpaceType
The border object placement.
OBJECTPLACEMENT_CENTER - Static variable in class jadex.extension.envsupport.MEnvSpaceType
The center object placement.
objects - Variable in class jadex.base.SRemoteClock.TimerEntries
The objects.
objects - Variable in class jadex.extension.envsupport.dataview.GeneralDataView2D
The current objects
objects - Variable in class jadex.extension.envsupport.dataview.GeneralDataView2D3D
The current objects
objects - Variable in class jadex.extension.envsupport.dataview.GeneralDataView3D
The current objects
objectShift - Variable in class jadex.extension.envsupport.observer.perspective.Perspective2D
The object shift
objectsygridpos - Variable in class jadex.extension.envsupport.environment.space2d.Grid2D
All simobject id's accessible per position.
objectsygridpos - Variable in class jadex.extension.envsupport.environment.space3d.Grid3D
All simobject id's accessible per position.
ObjectTableModel - Class in jadex.commons.gui.jtable
The object table model has associated an object with each row.
ObjectTableModel() - Constructor for class jadex.commons.gui.jtable.ObjectTableModel
Create a new object table model.
ObjectTableModel(String[]) - Constructor for class jadex.commons.gui.jtable.ObjectTableModel
Create a new object table model.
objectToByteArray(AWriter, Object, ClassLoader, IObjectWriterHandler) - Static method in class jadex.xml.writer.AWriter
Convert to a byte array.
objectToByteArray(AWriter, Object, ClassLoader, Object, IObjectWriterHandler) - Static method in class jadex.xml.writer.AWriter
Convert to a byte array.
objectToByteArray(AWriter, Object, String, ClassLoader, Object, IObjectWriterHandler) - Static method in class jadex.xml.writer.AWriter
Convert to a byte array.
objectToByteArray(Object) - Method in class jadex.commons.future.DuplicateRemovalIntermediateResultListener
Convert a value to a byte array.
objectToByteArray(Object, ClassLoader) - Static method in class jadex.xml.bean.JavaWriter
Convert to a byte array.
objectToByteArray(Object, ClassLoader, IObjectWriterHandler) - Static method in class jadex.xml.bean.JavaWriter
Convert to a byte array.
objectToByteArray(Object, String, ClassLoader, IObjectWriterHandler) - Static method in class jadex.xml.bean.JavaWriter
Convert to a byte array.
objectToOutputStream(AWriter, Object, OutputStream, ClassLoader, Object, IObjectWriterHandler) - Static method in class jadex.xml.writer.AWriter
Write to output stream.
objectToOutputStream(Object, OutputStream, ClassLoader) - Static method in class jadex.xml.bean.JavaWriter
Write to output stream.
objectToOutputStream(Object, OutputStream, ClassLoader, IObjectWriterHandler) - Static method in class jadex.xml.bean.JavaWriter
Write to output stream.
objectToXML(AWriter, Object, ClassLoader, IObjectWriterHandler) - Static method in class jadex.xml.writer.AWriter
Convert to a string.
objectToXML(AWriter, Object, ClassLoader, Object, IObjectWriterHandler) - Static method in class jadex.xml.writer.AWriter
Convert to a string.
objectToXML(Object, ClassLoader) - Static method in class jadex.xml.bean.JavaWriter
Convert to a string.
objectToXML(Object, ClassLoader, IObjectWriterHandler) - Static method in class jadex.xml.bean.JavaWriter
Convert to a string.
objecttype - Variable in class jadex.extension.envsupport.environment.AvatarMapping
The object type.
objecttype - Variable in class jadex.extension.envsupport.evaluation.SpaceObjectSource
The objecttype.
objecttypes - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
The space object types.
objecttypes - Variable in class jadex.extension.envsupport.environment.PerceptType
The object types.
objecttypesMeta - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
The space object meta data
objShiftX_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Object shift x-coordinate.
objShiftY_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Object shift y-coordinate.
obscenter - Variable in class jadex.extension.envsupport.observer.perspective.Perspective2D
The ObserverCenter
obscenter - Variable in class jadex.extension.envsupport.observer.perspective.Perspective3D
The ObserverCenter
ObservationDescription - Class in jadex.bdi.planlib.watchdog
The observation description
ObservationDescription() - Constructor for class jadex.bdi.planlib.watchdog.ObservationDescription
Create a new description.
ObservationDescription(IComponentIdentifier, long, ContactData[]) - Constructor for class jadex.bdi.planlib.watchdog.ObservationDescription
Create a new description.
ObserveAgentPlan - Class in jadex.bdi.planlib.watchdog
Observe an agent via ping requests.
ObserveAgentPlan() - Constructor for class jadex.bdi.planlib.watchdog.ObserveAgentPlan
 
ObserverCenter - Class in jadex.extension.envsupport.observer.gui
The default observer center.
ObserverCenter() - Constructor for class jadex.extension.envsupport.observer.gui.ObserverCenter
 
observercenters - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
The observers.
ObserverCenterWindow - Class in jadex.extension.envsupport.observer.gui
Default GUI main window.
ObserverCenterWindow(String) - Constructor for class jadex.extension.envsupport.observer.gui.ObserverCenterWindow
Creates the main window.
observeValue(Object) - Method in class jadex.bdiv3.runtime.wrappers.EventPublisher
 
observeValue(Object, IInternalAccess) - Method in class jadex.bdiv3.runtime.wrappers.InitEventPublisher
 
occurred - Variable in class jadex.bridge.RemoteChangeListenerHandler
The listed occurrences (if any).
occurrenceAppeared(String, Object) - Method in class jadex.bridge.RemoteChangeListenerHandler
An occurrence appeared.
od - Static variable in class jadex.commons.TimeFormat
 
OFF - jadex.bridge.service.types.monitoring.IMonitoringService.PublishEventLevel
 
offset - Variable in class jadex.bridge.component.streams.InputConnection
The offset (startvalue of current first row).
offValue - Static variable in class jadex.bridge.service.types.cms.LoggerWrapper
 
ofuture - Variable in class jadex.bridge.component.streams.InputConnection
 
okToUseGui - Variable in class jadex.commons.beans.beancontext.BeanContextSupport
A flag indicating whether this context is allowed to use GUI.
okToUseGui() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
 
okToUseGui() - Method in interface jadex.commons.beans.Visibility
 
oldcomp - Variable in class jadex.extension.envsupport.observer.gui.ObserverCenterWindow
 
olddim - Variable in class jadex.extension.envsupport.observer.gui.ObserverCenterWindow
 
olddivider - Variable in class jadex.extension.envsupport.observer.gui.ObserverCenterWindow
 
oldpos - Variable in class jadex.extension.envsupport.observer.gui.ObserverCenterWindow
 
oldvalue - Variable in class jadex.extension.envsupport.environment.EnvironmentEvent
The previous property value (if any).
onBack() - Method in class jadex.commons.gui.JWizard.WizardNode
Called when "Back" is clicked.
onCancel() - Method in class jadex.commons.gui.JWizard.WizardNode
Called when "Cancel" is clicked.
ONE - Static variable in class jadex.bdi.planlib.protocols.Selector
The constant for specifiying that one proposal should be chosen.
ONE - Static variable in class jadex.bridge.service.search.ServiceQuery.Multiplicity
'1' multiplicity for required service (default for searchService methods).
ONE_MANY - Static variable in class jadex.bridge.service.search.ServiceQuery.Multiplicity
'1..*' multiplicity for required service (default for searchService methods).
OnEnd - Annotation Type in jadex.bridge.service.annotation
A method marked with this annotation will be called upon end of the element.
onFinish() - Method in class jadex.commons.gui.JWizard.WizardNode
Called when "Finish" is clicked.
OnInit - Annotation Type in jadex.bridge.service.annotation
A method marked with this annotation will be called upon init of the element.
OnMessage - Annotation Type in jadex.micro.annotation
Marker for agent message arrived.
onNext() - Method in class jadex.commons.gui.JWizard.WizardNode
Called when "Next" is clicked.
OnService - Annotation Type in jadex.micro.annotation
 
onShow() - Method in class jadex.commons.gui.JWizard.WizardNode
Called when the component is shown.
OnStart - Annotation Type in jadex.bridge.service.annotation
A method marked with this annotation will be called upon start of the element.
OnStream - Annotation Type in jadex.micro.annotation
Marker for agent stream arrived.
ONTOLOGY - Static variable in class jadex.bridge.fipa.SFipa
 
op - Variable in class jadex.javaparser.javaccimpl.BooleanNode
The operation.
op - Variable in class jadex.javaparser.javaccimpl.CompareNode
The operation.
op - Variable in class jadex.javaparser.javaccimpl.MathNode
The operation.
OpcodeHelper - Class in jadex.bdiv3
 
OpcodeHelper() - Constructor for class jadex.bdiv3.OpcodeHelper
 
open - Variable in class jadex.commons.ExpressionTokenizer
The nesting level delimiters.
openConnection(String) - Method in class jadex.commons.HttpConnectionManager
Open a receiving connection.
openExternal(URL) - Method in class jadex.commons.gui.BrowserPane
Open an url in external browser.
openFile(String) - Method in interface jadex.bridge.service.types.context.IContextService
Opens a File with the default application.
openFile(String) - Method in interface jadex.bridge.service.types.filetransfer.IFileTransferService
Open a file.
openFile(String) - Static method in class jadex.commons.SNonAndroid
Opens a File with the default application.
OPENGL - Static variable in interface jadex.base.IPlatformConfiguration
The opengl disable flag argument.
OPENGL - Static variable in class jadex.extension.envsupport.observer.perspective.Perspective2D
Global flag for turning off OpenGL from starter.
OpenSSL_add_all_ciphers() - Static method in class jadex.commons.security.random.OpenSslAesCtr
 
OPENSSL_config(String) - Static method in class jadex.commons.security.random.OpenSslAesCtr
 
OpenSslAesCtr - Class in jadex.commons.security.random
Access to OpenSSL AES counter mode.
OpenSslAesCtr() - Constructor for class jadex.commons.security.random.OpenSslAesCtr
Create an instance.
OpenSslAesCtrRandom - Class in jadex.commons.security.random
Access to OpenSSL AES counter mode random.
OpenSslAesCtrRandom() - Constructor for class jadex.commons.security.random.OpenSslAesCtrRandom
 
openURL(String) - Static method in class jadex.commons.gui.BrowserLauncher
Attempts to open the default web browser to the given URL.
openURL(String) - Static method in class jadex.commons.gui.BrowserLauncher2
Open an url in a browser.
OperatingSystemMXBeanFacade - Class in jadex.commons
Reflective facade for the sun class OperatingSystemMXBeanFacade.
OperatingSystemMXBeanFacade() - Constructor for class jadex.commons.OperatingSystemMXBeanFacade
 
operator - Variable in class jadex.bridge.nonfunctional.hardconstraints.MHardConstraint
Operator used to evaluate the value.
operator - Variable in class jadex.commons.ComposedFilter
The operator.
operator - Variable in class jadex.commons.ComposedRemoteFilter
The operator.
operatorToString(int) - Static method in class jadex.commons.ComposedFilter
Create a string representation of the operator.
operatorToString(int) - Static method in class jadex.commons.ComposedRemoteFilter
Create a string representation of the operator.
ophelper - Variable in class jadex.bdiv3.AbstractAsmBdiClassGenerator
 
optimizeFilters() - Method in class jadex.bridge.nonfunctional.hardconstraints.RHardConstraints
Used after searches to make bound filters remotable.
OPTION - jadex.bdiv3.runtime.IGoal.GoalLifecycleState
 
optional - Variable in class jadex.bdiv3.model.MParameter
The optional flag.
OR - Static variable in class jadex.commons.ComposedFilter
The OR operator.
OR - Static variable in class jadex.commons.ComposedRemoteFilter
The OR operator.
OR - Static variable in class jadex.javaparser.javaccimpl.BooleanNode
The or (||) operator.
OR - Static variable in class jadex.javaparser.javaccimpl.MathNode
The bitwise or operator.
order - Variable in class jadex.javaparser.javaccimpl.SelectNode
The order direction.
orderAcceptables(Object, Object, NegotiationRecord[], ParticipantProposal[]) - Method in class jadex.bdi.planlib.protocols.ProposalEvaluator
Order acceptable proposals by preference.
orderby - Variable in class jadex.javaparser.javaccimpl.SelectNode
The flag indicating presence of an order by clause.
orderComponentFeatures(String, Collection<Collection<IComponentFeatureFactory>>) - Static method in class jadex.bridge.service.types.factory.SComponentFactory
Build an ordered list of component features.
OrderedProperties - Class in jadex.commons.collection
Class extending java.util.Properties to preserve order by redirecting calls to an internal linked hash map.
OrderedProperties() - Constructor for class jadex.commons.collection.OrderedProperties
 
orderFromString(String) - Static method in class jadex.javaparser.javaccimpl.SelectNode
Convert an ordering direction from a string representation.
orderToString(int) - Static method in class jadex.javaparser.javaccimpl.SelectNode
Convert an ordering direction to a string representation.
orig - Variable in class jadex.micro.MicroClassReader.DummyClassLoader
 
origcolor - Variable in class jadex.commons.gui.JPlaceholderTextField
Original color during animation.
origin - Variable in class jadex.bridge.Cause
The id.
origin - Variable in class jadex.commons.concurrent.MonitoredThread
Thread pool executor that created the thread.
orsuccess - Variable in class jadex.bdiv3.model.MGoal
The procedual success flag.
orsuccess() - Method in annotation type jadex.bdiv3.annotation.Goal
Should a procedural goal succeed when first plan executed successfully or after all plans have been executed (with at least one passed plan).
os - Variable in class jadex.bdi.planlib.messaging.AIM
An OutputStream to the connection.
osconv - Variable in class jadex.xml.AttributeConverter
The object string converter.
other - Variable in class jadex.bridge.service.types.chat.TransferInfo
The ID of the component at the other side of the transfer (i.e.
otherdeps - Variable in class jadex.bridge.component.DependencyResolver.NodeInfo
The set of nodes depending on this node.
out - Variable in class jadex.commons.ListenableStream
The super output stream.
out - Variable in class jadex.commons.SUtil.AccessiblePrintStream
The underlying output stream.
OUT - jadex.bdiv3.model.MParameter.Direction
 
OUT_FOR_SYSTEM_IN - Static variable in class jadex.commons.SUtil
 
outer - Variable in class jadex.commons.gui.GlowBorder
Outer color.
outgoing - Variable in class jadex.bpmn.runtime.handler.CompositeCancelable
 
outptr - Variable in class jadex.commons.security.random.ChaCha20Random
Pointer to unused output.
outputblock - Variable in class jadex.commons.security.random.ChaCha20Random
The output block.
OutputConnection - Class in jadex.bridge.component.streams
Output connection for writing data.
OutputConnection(IComponentIdentifier, IComponentIdentifier, int, boolean, IOutputConnectionHandler) - Constructor for class jadex.bridge.component.streams.OutputConnection
Create a new connection.
OutputConnectionHandler - Class in jadex.bridge.component.streams
The output connection handler.
OutputConnectionHandler(IInternalAccess, Map<String, Object>) - Constructor for class jadex.bridge.component.streams.OutputConnectionHandler
Create a new handler.
OutputConnectionHandler.DataSendInfo - Class in jadex.bridge.component.streams
Info about a sent but not yet acknowledged data message.
outputfile - Variable in class jadex.bridge.service.types.daemon.StartOptions
The output stream redirection file name (if any).
outs - Variable in class jadex.commons.MultiStream
The output streams.
owner - Variable in class jadex.bridge.service.search.ServiceQuery
The query owner.
ownership - Variable in class jadex.bridge.service.types.cms.CMSComponentDescription
Attribute for slot ownership.
ownresults - Variable in class jadex.commons.future.SubscriptionIntermediateDelegationFuture
The local results for a single thread.
ownresults - Variable in class jadex.commons.future.SubscriptionIntermediateFuture
The local results for a single thread.

P

packagename - Variable in class jadex.bridge.modelinfo.ModelInfo
The package.
paddedSize_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Real size of the viewport including padding.
paddedSize_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
Real size of the viewport including padding.
paint(Graphics) - Method in class jadex.commons.gui.JBusyRing
 
paint(Graphics) - Method in class jadex.commons.gui.JSplitPanel
 
paint(Graphics) - Method in class jadex.commons.gui.jtreetable.JTreeTable.TreeTableCellRenderer
Sublcassed to translate the graphics such that the last visible row will be drawn at 0,0.
paintBorder(Component, Graphics, int, int, int, int) - Method in class jadex.commons.gui.GlowBorder
 
paintComponent(Graphics) - Method in class jadex.commons.gui.JValidatorTextField
Paint the textfield and optionally add a red error indicator.
paintIcon(Component, Graphics, int, int) - Method in class jadex.commons.gui.CombiIcon
Paint the icons.
paintIcon(Component, Graphics, int, int) - Method in class jadex.commons.gui.jtable.SortArrowIcon
 
panel - Variable in class jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
The panel.
panel - Variable in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
The panel.
ParallelActivationPlan - Class in jadex.gpmn.plan
Plan for parallel goal activation in GPMN processes.
ParallelActivationPlan() - Constructor for class jadex.gpmn.plan.ParallelActivationPlan
 
paramconverter() - Method in annotation type jadex.bridge.service.annotation.MultiplexDistributor
The parameter converter.
PARAMETER_POSITION - Static variable in class jadex.extension.envsupport.environment.space2d.action.GetPosition
 
PARAMETER_POSITION - Static variable in class jadex.extension.envsupport.environment.space3d.action.GetPosition
 
PARAMETER_VELOCITY - Static variable in class jadex.extension.envsupport.environment.space2d.action.GetPosition
 
PARAMETER_VELOCITY - Static variable in class jadex.extension.envsupport.environment.space3d.action.GetPosition
 
PARAMETERCHANGED - Static variable in class jadex.bdiv3.runtime.ChangeEvent
Event type that a parameter value has changed (the whole value was changed).
PARAMETERCOPY - Static variable in interface jadex.base.IPlatformConfiguration
Flag if copying parameters for local service calls is allowed.
ParameterDescriptor - Class in jadex.commons.beans
 
ParameterDescriptor() - Constructor for class jadex.commons.beans.ParameterDescriptor
 
ParameterInfo - Annotation Type in jadex.bridge.service.annotation
Parameter info annotation.
ParameterMapper - Annotation Type in jadex.extension.rs.invoke.annotation
The parameter mapper can be used to state how a parameter should be mapped for a rest service invocation.
ParameterMappers - Annotation Type in jadex.extension.rs.invoke.annotation
Container annotation for more than one parameter mapper that should be annotated at the method itself.
ParameterNode - Class in jadex.javaparser.javaccimpl
Parameter node representing a parameter.
ParameterNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.ParameterNode
Create a node.
parameters - Variable in class jadex.bdi.planlib.iasteps.DispatchGoalStep
 
parameters - Variable in class jadex.bdiv3.model.MConfigParameterElement
The parameters.
parameters - Variable in class jadex.bdiv3.model.MParameterElement
The parameters.
parameters - Variable in class jadex.bridge.modelinfo.NFPropertyInfo
The parameters (optional).
parameters - Variable in class jadex.extension.envsupport.environment.ComponentActionList.ActionEntry
The action parameters.
parameters - Variable in class jadex.extension.envsupport.environment.ObjectEvent
The parameters.
parameters() - Method in annotation type jadex.bdiv3.annotation.GoalContextCondition
The parameters this condition should react to.
parameters() - Method in annotation type jadex.bdiv3.annotation.GoalCreationCondition
The parameters this condition should react to.
parameters() - Method in annotation type jadex.bdiv3.annotation.GoalDropCondition
The parameters this condition should react to.
parameters() - Method in annotation type jadex.bdiv3.annotation.GoalMaintainCondition
The parameters this condition should react to.
parameters() - Method in annotation type jadex.bdiv3.annotation.GoalRecurCondition
The parameters this condition should react to.
parameters() - Method in annotation type jadex.bdiv3.annotation.GoalTargetCondition
The parameters this condition should react to.
parameters() - Method in annotation type jadex.bridge.nonfunctional.annotation.NFProperty
The init parameter values.
parameters() - Method in annotation type jadex.bridge.service.annotation.TargetMethod
The method parameters.
parameters() - Method in annotation type jadex.extension.rs.publish.annotation.MethodMapper
The method parameters.
ParametersInURL - Annotation Type in jadex.extension.rs.invoke.annotation
Annotation that can be used to state if the parameters should be passed in the url or not.
ParametersMapper - Annotation Type in jadex.extension.rs.publish.annotation
Parameter mapper to map the parameters.
parametertypes - Variable in class jadex.bdiv3.model.ConstructorInfo
The fully qualified parameter clazz names.
parametertypes - Variable in class jadex.commons.MethodInfo
The parameter classes.
params - Variable in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
The parameter values flattened.
params - Variable in class jadex.bridge.sensor.service.TagProperty
The parameters.
PARANOID_PRNG - Static variable in class jadex.commons.security.SSecurity
Flag if the paranoid/hedged-mode PRNG should be used (much slower, but guarded against single-point failures).
parent - Variable in class jadex.bpmn.runtime.ProcessThread
The parent process thread.
parent - Variable in class jadex.bridge.fipa.CMSCreateComponent
Attribute for slot parent.
parent - Variable in class jadex.bridge.nonfunctional.NFPropertyProvider
The parent.
parent - Variable in class jadex.commons.collection.CheckedCollection
The paretn map (if any).
parent - Variable in class jadex.commons.gui.future.SwingDefaultResultListener
The component.
parent - Variable in class jadex.commons.SimpleParameterGuesser
The parent.
parent - Variable in class jadex.javaparser.javaccimpl.SimpleNode
 
parent - Variable in class jadex.javaparser.SimpleValueFetcher
The parent fetcher if any.
Parent - Annotation Type in jadex.micro.annotation
Marker for injecting component parent to a field.
PARENT - jadex.bridge.service.ServiceScope
Available in immediate parent and all direct and indirect subcomponents.
parentid - Variable in class jadex.bpmn.tools.ProcessThreadInfo
The parent id.
parentinjections - Variable in class jadex.micro.InjectionInfoHolder
The parent injection targets.
parents - Variable in class jadex.commons.collection.NestedMap
The parent maps.
parents - Variable in class jadex.commons.gui.JWizard.WizardNode
The parent node stack.
parked - Variable in class jadex.commons.concurrent.ThreadPool
The list of threads not used.
parseArg(IPlatformConfiguration, String, String, Object) - Method in class jadex.base.PlatformConfigurationHandler
Parse an argument.
parseArg(String, String, Map<String, Object>) - Static method in class jadex.base.Starter
 
parseArgs(String) - Static method in class jadex.base.Starter
Create a platform configuration.
parseArgs(String[]) - Static method in class jadex.base.Starter
 
parseArgs(Map<String, String>, IResourceIdentifier, IExternalAccess) - Static method in class jadex.base.SRemoteGui
 
parseBpmnMultiColumTable(List, List) - Static method in class jadex.bpmn.BpmnXMLReader
Parse a list of annotation details into an MultiColumnTableEx
parsed - Variable in class jadex.bridge.modelinfo.UnparsedExpression
The parsed expression (cached for speed, but not transmitted).
parseEAnnotationTable(List, List) - Static method in class jadex.bpmn.MultiColumnTableEx
Get annotation detail
ParseException - Exception in jadex.javaparser.javaccimpl
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for exception jadex.javaparser.javaccimpl.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(Token, int[][], String[]) - Constructor for exception jadex.javaparser.javaccimpl.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException(String) - Constructor for exception jadex.javaparser.javaccimpl.ParseException
Constructor with message.
parseExpression(UnparsedExpression, String[], ClassLoader) - Static method in class jadex.javaparser.SJavaParser
Parse the expression.
parseExpression(String, String[], ClassLoader) - Static method in class jadex.javaparser.SJavaParser
Evaluates a java expression.
parseExpression(String, String[], Map, ClassLoader) - Method in interface jadex.javaparser.IExpressionParser
Parse an expression string.
parseExpression(String, String[], Map, ClassLoader) - Method in class jadex.javaparser.javaccimpl.JavaCCExpressionParser
Parse an expression string.
parser - Static variable in class jadex.javaparser.SJavaParser
The java parser.
parser - Variable in class jadex.xml.reader.AReadContext
The parser.
part - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Materialfile
 
participant - Variable in class jadex.bdi.planlib.protocols.ParticipantProposal
The participants component identifier.
participant - Variable in class jadex.bridge.component.streams.AbstractConnection
The participant.
participant - Variable in class jadex.bridge.component.streams.InitInfo
The participant.
participant - Variable in class jadex.bridge.service.types.remote.ServiceInputConnectionProxy
The participant id.
participant - Variable in class jadex.bridge.service.types.remote.ServiceOutputConnectionProxy
The participant id.
ParticipantProposal - Class in jadex.bdi.planlib.protocols
An object containing information about a proposal made in a negotiation, i.e., the component identifier of the participant and the content object of the proposal message.
ParticipantProposal() - Constructor for class jadex.bdi.planlib.protocols.ParticipantProposal
Create a participant proposal.
ParticipantProposal(IComponentIdentifier) - Constructor for class jadex.bdi.planlib.protocols.ParticipantProposal
Create a participant proposal for a given participant.
participants - Variable in class jadex.bdi.planlib.protocols.IQueryNextroundInfo.NextroundInfo
The cfp object.
parts - Variable in class jadex.xml.StackElement
Collecting content.
passed() - Method in class jadex.bdi.planlib.protocols.AbstractReceiverPlan
Called when the plan is finished, i.e.
passed() - Method in class jadex.bdi.planlib.protocols.contractnet.CNPInitiatorPlan
 
passed() - Method in class jadex.bdi.planlib.protocols.dutchauction.DAInitiatorPlan
 
passed() - Method in class jadex.bdi.planlib.protocols.englishauction.EAInitiatorPlan
 
passed() - Method in class jadex.bdiv3x.runtime.Plan
The passed method is called on plan success.
passedmethod - Variable in class jadex.bdiv3.model.MBody
The passed method cached for speed.
PassiveLeaseTimeSet<E> - Class in jadex.commons.collection
Collection that remove elements after a lease time on trigger.
PassiveLeaseTimeSet() - Constructor for class jadex.commons.collection.PassiveLeaseTimeSet
Create a new lease time handling object.
PassiveLeaseTimeSet(long) - Constructor for class jadex.commons.collection.PassiveLeaseTimeSet
Create a new lease time handling object.
PassiveLeaseTimeSet(long, ICommand<Tuple2<E, Long>>) - Constructor for class jadex.commons.collection.PassiveLeaseTimeSet
Create a new lease time handling object.
PassiveLeaseTimeSet(ICommand<Tuple2<E, Long>>) - Constructor for class jadex.commons.collection.PassiveLeaseTimeSet
Create a new lease time handling object.
password - Variable in class jadex.bdi.planlib.messaging.EmailAccount
The user password.
path - Variable in class jadex.bridge.service.types.filetransfer.FileData
The path.
path - Variable in class jadex.commons.LazyResource
The resource path (relative to clazz or absolute).
path - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Materialfile
 
pathid - Variable in class jadex.bpmn.runtime.handler.SplitInfo
The path id (unique for each spawned thread).
pathids - Variable in class jadex.bpmn.runtime.handler.SplitInfo
All path ids belonging to the split id.
pathmanager - Static variable in class jadex.xml.bean.JavaReader
The path manager.
pathmanager - Static variable in class jadex.xml.PropertiesXMLHelper
The path manager.
pathmanager - Variable in class jadex.xml.reader.AReadContext
The type info path manager.
pathname - Variable in class jadex.xml.reader.LinkData
The pathname.
pattern - Variable in class jadex.bridge.service.types.cron.CronJob
The time pattern.
PatternEditor - Class in jadex.commons.gui.jtable
 
PatternEditor() - Constructor for class jadex.commons.gui.jtable.PatternEditor
 
pause() - Method in interface jadex.bridge.service.types.simulation.ISimulationService
Pause the execution (can be resumed via start or step).
PAUSE_DISPLAYING_OFF - Static variable in class jadex.commons.gui.jtable.SorterFilterTableModel
 
pauseApp() - Method in interface jadex.extension.envsupport.observer.graphics.IViewport3d
Pause the internal 3d Application
PAUSED - jadex.bdiv3.runtime.IGoal.GoalProcessingState
 
pauseDisplaying - Variable in class jadex.commons.gui.jtable.SorterFilterTableModel
 
pauseRow - Variable in class jadex.commons.gui.jtable.SorterFilterTableModel
 
pcs - Variable in class jadex.commons.SimplePropertyObject
The property change support.
pcSupport - Variable in class jadex.commons.beans.beancontext.BeanContextChildSupport
 
pdirconv - Static variable in class jadex.bdiv3x.BDIXMLReader
 
peek() - Method in class jadex.commons.collection.ArrayBlockingQueue
Peek the topmost element without dequeuing it.
peek() - Method in class jadex.commons.collection.BlockingQueue
Peek the topmost element without dequeuing it.
peek() - Method in interface jadex.commons.collection.IBlockingQueue
Peek the topmost element without dequeuing it.
PemKeyPair - Class in jadex.commons.security
PEM-encoded key/certificate pair.
PemKeyPair() - Constructor for class jadex.commons.security.PemKeyPair
 
PERCENT - jadex.bridge.sensor.unit.PercentUnit
 
PercentUnit - Enum in jadex.bridge.sensor.unit
Percent unit.
PerceptEntry(String, Object, IComponentDescription, ISpaceObject, IPerceptProcessor) - Constructor for class jadex.extension.envsupport.environment.PerceptList.PerceptEntry
Convenience constructor for inline entry creation.
perceptgenerators - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
The percept generators.
perceptlist - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
The list of scheduled percepts.
PerceptList - Class in jadex.extension.envsupport.environment
The list of scheduled component percepts and convenience methods for processing selected percepts.
PerceptList(IEnvironmentSpace) - Constructor for class jadex.extension.envsupport.environment.PerceptList
Create a new percept list.
PerceptList.PerceptEntry - Class in jadex.extension.envsupport.environment
Entry for a scheduled percept.
perceptprocessors - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
The percept processors.
percepts - Variable in class jadex.extension.envsupport.environment.PerceptList
The scheduled percepts.
PerceptType - Class in jadex.extension.envsupport.environment
Class for representation a percept type, which has a name, a set of object types and a set of component types.
PerceptType() - Constructor for class jadex.extension.envsupport.environment.PerceptType
Create a new percept type.
PerceptType(String, Set, Set) - Constructor for class jadex.extension.envsupport.environment.PerceptType
Create a new percept type.
percepttypes - Variable in class jadex.bdi.planlib.DefaultBDIVisionProcessor
The percepttypes infos.
percepttypes - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
The percepttypes.
perform(Map<String, Object>, IEnvironmentSpace) - Method in interface jadex.extension.envsupport.environment.ISpaceAction
Executes the delayed action.
perform(Map, IEnvironmentSpace) - Method in class jadex.extension.envsupport.environment.space2d.action.GetPosition
Perform an action.
perform(Map, IEnvironmentSpace) - Method in class jadex.extension.envsupport.environment.space2d.action.SetPosition
Perform an action.
perform(Map, IEnvironmentSpace) - Method in class jadex.extension.envsupport.environment.space3d.action.GetPosition
Perform an action.
perform(Map, IEnvironmentSpace) - Method in class jadex.extension.envsupport.environment.space3d.action.SetPosition
Perform an action.
Performative() - Constructor for class jadex.bridge.fipa.FipaMessage.Performative
 
PERFORMATIVE - Static variable in class jadex.bridge.fipa.SFipa
 
PERFORMATIVES - Static variable in class jadex.bridge.fipa.SFipa
The allowed message attributes.
performCall(IService, Object[]) - Method in class jadex.bridge.service.component.multiinvoke.SimpleMultiplexDistributor
Perform a call on given service with given arguments.
performJoin(MActivity, ProcessThread) - Method in class jadex.bpmn.runtime.handler.AbstractGatewayActivityHandler
Perform a join, if possible.
performOnAllNodes(ICommand<JWizard.WizardNode>) - Method in class jadex.commons.gui.JWizard
Recursively runs command all nodes.
performOnAllNodesRecur(ICommand<JWizard.WizardNode>, JWizard.WizardNode, Set<JWizard.WizardNode>) - Method in class jadex.commons.gui.JWizard
Recursively runs command all sub-nodes.
performRequest(IExternalAccess, String, String, Map<String, Object>, Map<String, Object>, String, Class<?>, boolean, Future<String>) - Static method in class jadex.extension.rs.invoke.RestInvocationHelper
Perform the REST call.
performSearch(String) - Method in class jadex.commons.gui.ClassSearchPanel
Perform a search using a search expression.
performSearch(String, boolean, boolean, boolean, boolean, int) - Method in class jadex.commons.gui.autocombo.ClassComboModel
Perform a search using a search expression.
performSpaceAction(String, Map) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Performs a space action.
performSpaceAction(String, Map, IResultListener) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Schedules an space action.
performSpaceAction(String, Map, IResultListener) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Perform an space action.
performSplit(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.AbstractGatewayActivityHandler
Perform a split.
performSplit(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.GatewayORActivityHandler
Perform a split.
performSplit(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.GatewayParallelActivityHandler
Perform a split.
period - Variable in class jadex.bridge.sensor.service.AverageEvaluator
The avg period.
persist() - Method in class jadex.commons.CachedObject
Persist the cached object.
persist() - Method in class jadex.commons.ObjectCache
Presist the cached object.
PERSIST - Static variable in interface jadex.base.IPlatformConfiguration
The persist flag argument.
persist_always - Variable in class jadex.commons.ObjectCache
The persist strategy (always or only on demand by manually calling persist).
persist_single - Variable in class jadex.commons.ObjectCache
The flag indicating if cached objects are stored on disk themselves.
persistable() - Method in annotation type jadex.bdiv3.annotation.BDIConfiguration
The persistable flag.
persistable() - Method in annotation type jadex.micro.annotation.Component
The persistable flag.
persistable() - Method in annotation type jadex.micro.annotation.Configuration
The persistable flag.
persistable() - Method in annotation type jadex.micro.annotation.CreationInfo
The persistable flag.
PersistenceDelegate - Class in jadex.commons.beans
PersistenceDelegate instances write received bean objects to encoders in the form of expressions and statements, which can be evaluated or executed to reconstruct the recorded bean objects in a new environment during decoding.
PersistenceDelegate() - Constructor for class jadex.commons.beans.PersistenceDelegate
Default constructor.
perspective - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport
IPropertyObject holding properties for layers.
perspective - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
IPropertyObject holding properties for layers.
Perspective2D - Class in jadex.extension.envsupport.observer.perspective
Perspective for viewing in 2D.
Perspective2D() - Constructor for class jadex.extension.envsupport.observer.perspective.Perspective2D
Creates a 2D-Perspective.
Perspective3D - Class in jadex.extension.envsupport.observer.perspective
Perspective for viewing in 3D.
Perspective3D(boolean, String, String) - Constructor for class jadex.extension.envsupport.observer.perspective.Perspective3D
Creates a 3D-Perspective.
pfetcher - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
 
pguesser - Variable in class jadex.commons.SimpleMethodParameterGuesser
The parameter guesser.
phone - Variable in class jadex.bdi.planlib.watchdog.ContactData
The mobile phone no.
pickUpWaste(IWaste) - Method in class jadex.quickstart.cleanerworld.environment.SensorActuator
Try to pick up some piece of waste.
pid - Variable in class jadex.bridge.service.PublishInfo
The publish id.
pinfos - Variable in class jadex.bridge.service.types.cms.CreationInfo
The provided service infos.
pingdelay - Variable in class jadex.bdi.planlib.watchdog.ObservationDescription
The delay between pings.
PingingPlan - Class in jadex.bdi.planlib.ping
The pinging plan continously sends ping messages to another agent on the same platform.
PingingPlan() - Constructor for class jadex.bdi.planlib.ping.PingingPlan
 
pixPosition_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Pixel-corrected viewport position.
pixPosition_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
Pixel-corrected viewport position.
placeholder - Variable in class jadex.commons.gui.JPlaceholderTextField
The placeholder text.
placeholdercolor - Variable in class jadex.commons.gui.JPlaceholderTextField
Color of the placeholder.
plan - Variable in class jadex.bdiv3.runtime.PlanFinishedTaskCondition
The finished flag.
Plan - Class in jadex.bdiv3x.runtime
Dummy class for loading v2 examples using v3x.
Plan - Annotation Type in jadex.bdiv3.annotation
 
Plan() - Constructor for class jadex.bdiv3x.runtime.Plan
 
Plan.PlanWaitAbstraction - Class in jadex.bdiv3x.runtime
The plan wait abstraction extends wait abstraction with convenience methods.
PlanAborted - Annotation Type in jadex.bdiv3.annotation
 
PLANADOPTED - Static variable in class jadex.bdiv3.runtime.ChangeEvent
Event type that a plan has been added.
PlanAPI - Annotation Type in jadex.bdiv3.annotation
 
planbase - Variable in class jadex.bdiv3x.runtime.PlanbaseWrapper
The flat plan base.
PlanbaseWrapper - Class in jadex.bdiv3x.runtime
Prepend capability prefix to plan names.
PlanbaseWrapper(IPlanbase, String) - Constructor for class jadex.bdiv3x.runtime.PlanbaseWrapper
Create a plan base wrapper.
PlanBody - Annotation Type in jadex.bdiv3.annotation
 
PlanCapability - Annotation Type in jadex.bdiv3.annotation
 
PlanContextCondition - Annotation Type in jadex.bdiv3.annotation
 
PlanFailed - Annotation Type in jadex.bdiv3.annotation
 
PLANFINISHED - Static variable in class jadex.bdiv3.runtime.ChangeEvent
Event type that a plan has been finished.
PlanFinishedTaskCondition - Class in jadex.bdiv3.runtime
Finished condition for a space object task to be removed when a plan is finished.
PlanFinishedTaskCondition(IPlan) - Constructor for class jadex.bdiv3.runtime.PlanFinishedTaskCondition
Create a plan finished task condition.
PlanPassed - Annotation Type in jadex.bdiv3.annotation
 
PlanPrecondition - Annotation Type in jadex.bdiv3.annotation
Note that the plan precondition is executed before a plan is scheduled for execution.
PlanReason - Annotation Type in jadex.bdiv3.annotation
 
plans - Variable in class jadex.bdiv3.model.MCapability
The plans.
Plans - Annotation Type in jadex.bdiv3.annotation
 
PlansExistCondition(MPlan, RCapability) - Constructor for class jadex.bdiv3x.features.BDIXAgentFeature.PlansExistCondition
 
PlanWaitAbstraction() - Constructor for class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
 
platform - Variable in class jadex.base.test.ComponentTestSuite
The platform.
platform - Variable in class jadex.bridge.service.component.ServiceInvocationContext
The platform identifier.
platform - Variable in class jadex.bridge.service.search.ServiceQuery
The service platform.
platform - Variable in class jadex.bridge.service.types.transport.PlatformData
The platform.
PLATFORM - jadex.bridge.service.ServiceScope
Available in all components on the local platform.
PLATFORM - Static variable in interface jadex.bridge.IExternalAccess
 
PLATFORM_COMPONENT - Static variable in interface jadex.base.IPlatformConfiguration
Tell the starter to use the default platform component implementation (usually no need to change).
PLATFORM_INTERNAL - Static variable in interface jadex.bridge.IExternalAccess
 
PLATFORM_NAME - Static variable in interface jadex.base.IPlatformConfiguration
The name of the platform component (null for auto generation).
PLATFORM_NAME - Static variable in class jadex.bridge.sensor.service.TagProperty
 
PLATFORMARGS - Static variable in interface jadex.base.IPlatformConfiguration
 
PlatformComponent - Class in jadex.bridge.service.types.cms
Standalone platform component implementation.
PlatformComponent() - Constructor for class jadex.bridge.service.types.cms.PlatformComponent
 
PlatformComponent.ExternalAccessInvocationHandler - Class in jadex.bridge.service.types.cms
Nested class for service annotation.
PLATFORMCONFIG - Static variable in interface jadex.base.IPlatformConfiguration
 
PlatformConfigurationHandler - Class in jadex.base
Platform configuration handler is a proxy handler that implements the logic for the configuration interfaces.
PlatformConfigurationHandler() - Constructor for class jadex.base.PlatformConfigurationHandler
Create a new handler.
PlatformData - Class in jadex.bridge.service.types.transport
Transfer object for information about a connected platform.
PlatformData() - Constructor for class jadex.bridge.service.types.transport.PlatformData
Create a new platform data.
PlatformData(IComponentIdentifier, String, boolean) - Constructor for class jadex.bridge.service.types.transport.PlatformData
Create a new platform data.
platformid - Variable in class jadex.bridge.service.types.address.TransportAddress
ID of the platform.
platformmem - Static variable in class jadex.base.Starter
Global platform data.
PLATFORMMODEL - Static variable in interface jadex.base.IPlatformConfiguration
 
PLATFORMPROXIES - Static variable in interface jadex.base.IPlatformConfiguration
Flag if CIDs may be reused (true for not).
PointLight3d - Class in jadex.extension.envsupport.observer.graphics.drawable3d
 
PointLight3d(double) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.PointLight3d
 
PointLight3d(Object, Object, double, IParsedExpression) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.PointLight3d
Generates a new PointLight3d
pojo - Variable in class jadex.bridge.service.types.cms.CreationInfo
The pojo (optional).
pojoclass - Variable in class jadex.micro.MicroModel
The micro agent class.
pojoproxies - Static variable in class jadex.bridge.service.component.BasicServiceInvocationHandler
The pojo service map (pojo -> proxy).
pojoresultreadaccess - Variable in class jadex.bdiv3.model.MGoal
The pojo result access (field or method).
pojoresultwriteaccess - Variable in class jadex.bdiv3.model.MGoal
 
pojotask - Variable in class jadex.bpmn.runtime.task.PojoTaskWrapper
The pojo task.
PojoTaskWrapper - Class in jadex.bpmn.runtime.task
Task that acts as wrapper for pojo tasks.
PojoTaskWrapper() - Constructor for class jadex.bpmn.runtime.task.PojoTaskWrapper
Bean constructor.
PojoTaskWrapper(Object, IInternalAccess, ProcessThread, List<FieldInfo>, Map<String, List<FieldInfo>>, Map<String, FieldInfo>) - Constructor for class jadex.bpmn.runtime.task.PojoTaskWrapper
Create a new wrapper task.
poll() - Method in class jadex.commons.collection.ActionReferenceQueue
Poll a stale entry.
POLLING - jadex.bdiv3.model.MParameter.EvaluationMode
 
pollingMode(Runnable) - Method in class jadex.commons.FileWatcher
Use polling mode.
pool - Variable in class jadex.bpmn.tools.ProcessThreadInfo
The pool name.
pool - Variable in class jadex.commons.concurrent.LoadManagingExecutionService
The thread pool.
pool - Variable in class jadex.commons.concurrent.ThreadPool
The pool of service threads.
poolcnt - Static variable in class jadex.commons.concurrent.ThreadPool
The static thread pool number.
pop() - Method in class jadex.bridge.service.component.ServiceInvocationContext
Pop delete the top most set of values.
popup - Variable in class jadex.commons.gui.BrowserPane
Indicates that the last mouse click included a popup trigger.
PopupBuilder - Class in jadex.commons.gui
The popup builder.
PopupBuilder() - Constructor for class jadex.commons.gui.PopupBuilder
Create the popup builder.
PopupBuilder(Object[]) - Constructor for class jadex.commons.gui.PopupBuilder
Create the popup builder.
PopupBuilder(List) - Constructor for class jadex.commons.gui.PopupBuilder
Create the popup builder.
port - Variable in class jadex.bdi.planlib.messaging.EmailAccount
The smpt host port.
porttype - Variable in class jadex.extension.ws.invoke.WebServiceMappingInfo
The porttype.
pos - Variable in class jadex.commons.ExpressionTokenizer
The current tokenization position.
position - Variable in class jadex.bridge.component.streams.InputConnection
The position.
position_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Virtual Viewport position.
position_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
Virtual Viewport position.
positional - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 
positions - Variable in class jadex.extension.agr.Group
The positions (role name -> Set{aids}).
positions - Variable in class jadex.extension.agr.MGroupInstance
The positions.
PostCondition - Annotation Type in jadex.bridge.service.annotation
 
PostCondition.Type - Enum in jadex.bridge.service.annotation
 
PostConditions - Annotation Type in jadex.bridge.service.annotation
 
postfix - Variable in class jadex.extension.rs.invoke.mapper.IterableStringMapper
The string postfix.
postlayers - Variable in class jadex.extension.envsupport.observer.perspective.Perspective2D
The postlayers
postLayers_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Layers applied after drawable rendering
POSTORDER - Static variable in class jadex.commons.collection.Tree
The postorder constant.
postproc - Variable in class jadex.xml.ObjectInfo
The post processor (if any).
postProcess(IContext, Object) - Method in class jadex.bdiv3x.BDIXMLReader.BeliefMultiProc
 
postProcess(IContext, Object) - Method in class jadex.bdiv3x.BDIXMLReader.GoalMetaProc
 
postProcess(IContext, Object) - Method in class jadex.bdiv3x.BDIXMLReader.ParamMultiProc
 
postProcess(IContext, Object) - Method in interface jadex.xml.IPostProcessor
Post-process an object after an XML has been loaded.
postprocessors - Variable in class jadex.xml.bean.BeanObjectReaderHandler
The filter based post processors.
postprocessors - Variable in class jadex.xml.reader.AReadContext
The post processors.
postServiceEvent(ServiceCallEvent) - Method in interface jadex.bridge.service.component.IInternalServiceMonitoringFeature
Post a service call event.
postServiceEvent(ServiceCallEvent) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Post a service call event.
posttoall - Variable in class jadex.bdiv3.model.MProcessableElement
Post to all flag.
posttoall() - Method in annotation type jadex.bdiv3.annotation.Goal
Post the goal to all plans of the APL in parallel.
pr - Variable in class jadex.bridge.service.component.RemoteMethodInvocationHandler
The proxy reference.
precompile() - Method in class jadex.javaparser.javaccimpl.ArrayNode
Precompute type, and perform checks.
precompile() - Method in class jadex.javaparser.javaccimpl.BooleanNode
Check argument types, and precompute expression when some children are constant.
precompile() - Method in class jadex.javaparser.javaccimpl.CastNode
Precompute the static type and check if cast is possible.
precompile() - Method in class jadex.javaparser.javaccimpl.CollectionNode
Precompute type, and perform checks.
precompile() - Method in class jadex.javaparser.javaccimpl.CompareNode
Check argument number, and precompute expression when all children are constant.
precompile() - Method in class jadex.javaparser.javaccimpl.ConditionalNode
Check argument types, and precompute expression when some children are constant.
precompile() - Method in class jadex.javaparser.javaccimpl.ExpressionNode
This method should be overridden to perform all possible checks and precompute all values (e.g.
precompile() - Method in class jadex.javaparser.javaccimpl.MathNode
Precompute the static type and constant value if possible.
precompile() - Method in class jadex.javaparser.javaccimpl.ReflectNode
Precompute the set of matching constructors if possible.
precompile() - Method in class jadex.javaparser.javaccimpl.SelectionNode
Check if value is array and precompute the static type.
precompile() - Method in class jadex.javaparser.javaccimpl.SelectNode
Precompile the node.
precompile() - Method in class jadex.javaparser.javaccimpl.TypeNode
Precompute the type.
precompileTree() - Method in class jadex.javaparser.javaccimpl.ExpressionNode
Precompile this node and all subnodes.
precompileUnary() - Method in class jadex.javaparser.javaccimpl.MathNode
Precompile unary node.
precondition - Variable in class jadex.bdiv3.model.MPlan
The precondition.
PreCondition - Annotation Type in jadex.bridge.service.annotation
 
PreCondition.Type - Enum in jadex.bridge.service.annotation
 
preconditionmethod - Variable in class jadex.bdiv3.model.MBody
The precondition method cached for speed.
PreConditions - Annotation Type in jadex.bridge.service.annotation
 
predecessors - Variable in class jadex.bridge.modelinfo.ModelInfo
The predecessors.
predecessors() - Method in annotation type jadex.micro.annotation.Agent
Required predecessors (dependencies).
predecessors() - Method in annotation type jadex.micro.annotation.Feature
The predecessors.
predefined - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Effect
 
predefinedId - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Effect
 
preferredLayoutSize(Container) - Method in class jadex.commons.gui.ObjectCardLayout
Compute the preferred layout size.
preferredsize - Variable in class jadex.commons.gui.ScrollablePanel
The preferred scrollable viewport size.
prefertags - Variable in class jadex.xml.MappingInfo
The include fields flag.
prefertags - Variable in class jadex.xml.writer.AbstractObjectWriterHandler
Flag indicating if writing tags should be preferred wrt.
prefix - Variable in class jadex.bdiv3x.runtime.BeliefbaseWrapper
The full capability prefix.
prefix - Variable in class jadex.bdiv3x.runtime.ExpressionbaseWrapper
The full capability prefix.
prefix - Variable in class jadex.bdiv3x.runtime.PlanbaseWrapper
The full capability prefix.
prefix - Variable in class jadex.bridge.service.types.filetransfer.FileData
The prefix length.
prefix - Variable in class jadex.extension.rs.invoke.mapper.IterableStringMapper
The string prefix,
prefix - Variable in class jadex.xml.Namespace
The prefix.
prelayers - Variable in class jadex.extension.envsupport.observer.perspective.Perspective2D
The prelayers
preLayers_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Layers applied before drawable rendering
PREORDER - Static variable in class jadex.commons.collection.Tree
The preorder constant.
prepare(CreationInfo) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Helper method for preparing the creation info.
prepareAndExecuteDraw(DrawableCombiner, Primitive, Object, ViewportJ2D) - Method in class jadex.extension.envsupport.observer.graphics.java2d.AbstractJ2DRenderer
Prepares the object for rendering to a Java2D viewport
prepareAndExecuteDraw(DrawableCombiner, Primitive, Object, ViewportJ2D) - Method in interface jadex.extension.envsupport.observer.graphics.java2d.IJ2DRenderer
Prepares the object for rendering to a Java2D viewport
prepareAndExecuteDraw(DrawableCombiner, Primitive, Object, ViewportJ2D) - Method in class jadex.extension.envsupport.observer.graphics.java2d.TextJ2DRenderer
Prepares the object for rendering to a Java2D viewport
prepareParameters(MethodVisitor, Class<?>[]) - Static method in class jadex.bytecode.invocation.SInvocation
Readies the parameters for delegated method invocation.
PrePostConditionFetcher(Object[], Object, Object, List<Object>) - Constructor for class jadex.bridge.service.component.interceptors.PrePostConditionInterceptor.PrePostConditionFetcher
 
PrePostConditionInterceptor - Class in jadex.bridge.service.component.interceptors
Interceptor that checks annotated pre- and postconditions.
PrePostConditionInterceptor(IInternalAccess) - Constructor for class jadex.bridge.service.component.interceptors.PrePostConditionInterceptor
Create a new AbstractLRUApplicableInterceptor.
PrePostConditionInterceptor.CheckReturnValueResultListener - Class in jadex.bridge.service.component.interceptors
Check return value, when service call is finished.
PrePostConditionInterceptor.IntermediateResultUnavailableException - Exception in jadex.bridge.service.component.interceptors
 
PrePostConditionInterceptor.PrePostConditionFetcher - Class in jadex.bridge.service.component.interceptors
Fetcher for pre and post condition.
preProcess(IContext, Object) - Method in interface jadex.xml.IPreProcessor
Pre-process an object after an XML has been loaded.
preprocessMessage(IMsgHeader, FipaMessage) - Method in class jadex.bridge.fipa.FipaMessagePreprocessor
Preprocess a message before sending.
preprocessor - Variable in class jadex.xml.XMLInfo
The preprocessor.
preprocessors - Variable in class jadex.xml.bean.BeanObjectWriterHandler
The filter based post processors.
preprocessors - Variable in class jadex.xml.writer.AWriteContext
The pre processors.
preserveAR_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Flag aspect ratio preservation.
preserveAR_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
Flag aspect ratio preservation.
prettyPrint(Double) - Method in enum jadex.bridge.sensor.unit.PercentUnit
Pretty print a value according to the underlying unit to a string.
prettyPrint(Long) - Method in enum jadex.bridge.sensor.unit.MemoryUnit
Pretty print a value according to the underlying unit to a string.
prettyPrint(Long) - Method in enum jadex.bridge.sensor.unit.TimeUnit
Pretty print a value according to the underlying unit to a string.
prettyPrint(T) - Method in interface jadex.bridge.sensor.unit.IPrettyPrintUnit
Pretty print a value according to the underlying unit to a string.
prgmargs - Variable in class jadex.bridge.service.types.daemon.StartOptions
The program arguments.
prices - Variable in class jadex.bdi.planlib.protocols.ExponentialPriceCalculator
The prices.
prices - Variable in class jadex.bdi.planlib.protocols.LinearPriceCalculator
The prices.
Primitive - Class in jadex.extension.envsupport.observer.graphics.drawable
 
Primitive() - Constructor for class jadex.extension.envsupport.observer.graphics.drawable.Primitive
 
Primitive(int, Object, Object, Object, int, Object, IParsedExpression) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Initializes the drawable.
PRIMITIVE_TYPE_ARROW - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
PRIMITIVE_TYPE_BOX - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
PRIMITIVE_TYPE_CYLINDER - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
PRIMITIVE_TYPE_DIRECTIONALLIGHT - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
PRIMITIVE_TYPE_DOME - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
PRIMITIVE_TYPE_EFFECT - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
PRIMITIVE_TYPE_ELLIPSE - Static variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
 
PRIMITIVE_TYPE_OBJECT3D - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
PRIMITIVE_TYPE_POINTLIGHT - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
PRIMITIVE_TYPE_QUAD - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
PRIMITIVE_TYPE_RECTANGLE - Static variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
 
PRIMITIVE_TYPE_REGULARPOLYGON - Static variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
 
PRIMITIVE_TYPE_SKY - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
PRIMITIVE_TYPE_SOUND - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
PRIMITIVE_TYPE_SPHERE - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
PRIMITIVE_TYPE_TERRAIN - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
PRIMITIVE_TYPE_TEXT - Static variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
 
PRIMITIVE_TYPE_TEXT3D - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
PRIMITIVE_TYPE_TEXTUREDRECTANGLE - Static variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
 
PRIMITIVE_TYPE_TORUS - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
PRIMITIVE_TYPE_TRIANGLE - Static variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
 
Primitive3d - Class in jadex.extension.envsupport.observer.graphics.drawable3d
 
Primitive3d() - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
Primitive3d(int) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
Primitive3d(int, Object, IParsedExpression) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
Primitive3d(int, Object, Object, IParsedExpression) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
Primitive3d(int, Object, Object, Object, int, Object, String, String, IParsedExpression, String, ArrayList<SpatialControl>) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Initializes the drawable.
Primitive3d(int, Object, Object, Object, IParsedExpression) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Initializes the drawable.
Primitive3d(int, Object, Object, Object, Object) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Initializes the drawable.
Primitive3d(int, Object, Object, Object, Object, IParsedExpression, String) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Initializes the drawable.
PrimitiveEventType(int) - Constructor for class jadex.extension.envsupport.environment.ObjectEvent.PrimitiveEventType
Creates the type.
PRINT_DELAY - Static variable in class jadex.bridge.service.component.ServiceInvocationContext
Print every 10 seconds.
PRINT_DELAY - Static variable in class jadex.commons.concurrent.ThreadPool
Print every 10 seconds.
printCollectionInfo(Iterator, int) - Static method in class jadex.commons.collection.SCollection
Print out all collections with more than boundary elements.
printExceptions() - Static method in class jadex.commons.future.SResultListener
Returns an OnExceptionListener that logs exceptions to console.
PRINTEXCEPTIONS - Static variable in interface jadex.base.IPlatformConfiguration
Flag if exceptions should be printed.
printStackTrace() - Method in exception jadex.bridge.ComponentNotFoundException
 
printStackTrace() - Method in exception jadex.bridge.ComponentTerminatedException
 
printStackTrace() - Method in exception jadex.bridge.service.search.ServiceNotFoundException
 
printStackTrace() - Method in exception jadex.commons.future.DuplicateResultException
Prints also stack trace of first exception, if available.
printStackTrace() - Method in exception jadex.commons.TimeoutException
 
PrintTask - Class in jadex.bpmn.runtime.task
Print out some text stored in variable text.
PrintTask() - Constructor for class jadex.bpmn.runtime.task.PrintTask
 
priority - Variable in class jadex.bdiv3.model.MPlan
The plan priority.
priority - Variable in class jadex.commons.concurrent.LoadManagingExecutionService.Task
The priority.
priority() - Method in annotation type jadex.bdiv3.annotation.Plan
The plan priority.
PRIVATE_ACCESS - Static variable in class jadex.bytecode.invocation.SInvocation
Flag if private access via ASM is available.
privatemessage - Variable in class jadex.bridge.service.types.chat.ChatEvent
Flag for privat message.
prngs - Variable in class jadex.commons.random.FastThreadedRandom
The random number generators.
prngs - Variable in class jadex.commons.security.random.SecureThreadedRandom
The random number generators.
proceed() - Method in class jadex.commons.future.CallSequentializer
Called when a command returns.
processArguments(String[]) - Static method in class jadex.commons.ProcessStarter
Process the cmd line args.
processes - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
The environment processes.
processor - Variable in class jadex.extension.envsupport.environment.PerceptList.PerceptEntry
The processor.
processPercept(IEnvironmentSpace, String, Object, IComponentDescription, ISpaceObject) - Method in class jadex.bdi.planlib.DefaultBDIVisionProcessor
Process a new percept.
processPercept(IEnvironmentSpace, String, Object, IComponentDescription, ISpaceObject) - Method in interface jadex.extension.envsupport.environment.IPerceptProcessor
Process a new percept.
processPercept(IEnvironmentSpace, String, Object, IComponentDescription, ISpaceObject) - Method in class jadex.extension.envsupport.environment.ServiceVisionProcessor
 
processPercepts(IFilter<PerceptList.PerceptEntry>) - Method in class jadex.extension.envsupport.environment.PerceptList
Process scheduled percepts.
ProcessServiceInvocationHandler - Class in jadex.bpmn.runtime
Invocation handler for mapping service requests to start events of BPMN processes.
ProcessServiceInvocationHandler(IInternalAccess, String) - Constructor for class jadex.bpmn.runtime.ProcessServiceInvocationHandler
Create a new process service invocation handler.
ProcessServiceInvocationHandler(IInternalAccess, Map<String, MActivity>) - Constructor for class jadex.bpmn.runtime.ProcessServiceInvocationHandler
Create a new process service invocation handler.
ProcessStarter - Class in jadex.commons
The process starter allows for starting another process in a completely detached way, i.e.
ProcessStarter() - Constructor for class jadex.commons.ProcessStarter
 
ProcessThread - Class in jadex.bpmn.runtime
Representation of a single control flow in a BPMN process instance, i.e.
ProcessThread(MActivity, ProcessThread, IInternalAccess) - Constructor for class jadex.bpmn.runtime.ProcessThread
Create a new process instance.
ProcessThread(MActivity, ProcessThread, IInternalAccess, boolean) - Constructor for class jadex.bpmn.runtime.ProcessThread
Create a new process instance.
ProcessThreadInfo - Class in jadex.bpmn.tools
Visualization data about a process thread.
ProcessThreadInfo() - Constructor for class jadex.bpmn.tools.ProcessThreadInfo
Create a new info.
ProcessThreadInfo(String, String, String, String, String, String) - Constructor for class jadex.bpmn.tools.ProcessThreadInfo
Create a new history info.
ProcessThreadInfo(String, String, String, String, String, String, String, boolean, String, String) - Constructor for class jadex.bpmn.tools.ProcessThreadInfo
Create a new process info.
ProcessThreadValueFetcher - Class in jadex.bpmn.runtime
Value fetcher for process threads.
ProcessThreadValueFetcher(ProcessThread, boolean, IValueFetcher) - Constructor for class jadex.bpmn.runtime.ProcessThreadValueFetcher
Create a value fetcher for a given process.
ProcessThreadValueFetcher.IfDefMap - Class in jadex.bpmn.runtime
 
processtypes - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
The space process types.
processUnhandledMessage(ISecurityInfo, IMsgHeader, Object) - Method in class jadex.bdiv3x.features.BDIXMessageComponentFeature
Test if there are matching message events in XML description.
PROFILING - Static variable in class jadex.bridge.service.component.ServiceInvocationContext
Enable call profiling.
PROFILING - Static variable in class jadex.commons.concurrent.ThreadPool
Enable call profiling.
PROGRAM_ARGUMENTS - Static variable in interface jadex.base.IPlatformConfiguration
 
PROPAGATE - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
PROPAGATE - Static variable in class jadex.bridge.fipa.SFipa
 
propagatedFrom - Variable in class jadex.commons.beans.beancontext.BeanContextEvent
 
properties - Variable in class jadex.bridge.modelinfo.ModelInfo
The properties.
properties - Variable in class jadex.bridge.service.ProvidedServiceInfo
The service properties.
properties - Variable in class jadex.bridge.service.PublishInfo
The mapping properties.
properties - Variable in class jadex.bridge.service.types.awareness.AwarenessInfo
A map of properties (if any).
properties - Variable in class jadex.bridge.service.types.awareness.DiscoveryInfo
Platform properties (if any).
properties - Variable in class jadex.bridge.service.types.monitoring.MonitoringEvent
The service call properties.
properties - Variable in class jadex.bridge.ServiceCall
The service call properties.
properties - Variable in class jadex.commons.Properties
The direct properties.
properties - Variable in class jadex.commons.SimplePropertyObject
The properties
properties - Variable in class jadex.extension.envsupport.MEnvSpaceInstance
The properties.
properties - Variable in class jadex.extension.envsupport.MEnvSpaceType
The properties.
properties - Variable in class jadex.extension.envsupport.observer.graphics.drawable.DrawableCombiner
The properties
properties - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
The properties
properties() - Method in annotation type jadex.micro.annotation.ProvidedService
Properties for the provided service.
properties() - Method in annotation type jadex.micro.annotation.Publish
Additional mapping properties.
Properties - Class in jadex.commons
The configuration properties.
Properties - Annotation Type in jadex.micro.annotation
Component properties as name value pairs.
Properties() - Constructor for class jadex.commons.Properties
Create a new properties.
Properties(String, String, String) - Constructor for class jadex.commons.Properties
Create a new properties.
PropertiesPanel - Class in jadex.commons.gui
Panel for showing properties.
PropertiesPanel() - Constructor for class jadex.commons.gui.PropertiesPanel
Create new properties panel.
PropertiesPanel(String) - Constructor for class jadex.commons.gui.PropertiesPanel
Create new properties panel.
PropertiesXMLHelper - Class in jadex.xml
A simple static helper class for reading and writing jadex.commons.Properties.
PropertiesXMLHelper() - Constructor for class jadex.xml.PropertiesXMLHelper
 
property - Variable in class jadex.extension.envsupport.environment.EnvironmentEvent
The property (if any).
Property - Class in jadex.commons
A configuration property.
Property() - Constructor for class jadex.commons.Property
Create a new property.
Property(String, String) - Constructor for class jadex.commons.Property
Create a new property.
Property(String, String, String) - Constructor for class jadex.commons.Property
Create a new property.
PROPERTY_AWAMECHANISM - Static variable in class jadex.bridge.service.types.awareness.AwarenessInfo
The mechanism src.
PROPERTY_BORDER - Static variable in class jadex.extension.envsupport.environment.space2d.Space2D
The constant for the border property.
PROPERTY_BORDER - Static variable in class jadex.extension.envsupport.environment.space3d.Space3D
The constant for the border property.
PROPERTY_CONDITION - Static variable in class jadex.extension.envsupport.environment.AbstractTask
The task condition property.
PROPERTY_EXECUTION_MONITORING - Static variable in interface jadex.extension.envsupport.environment.ISpaceExecutor
Property to enable execution monitoring (i.e.
PROPERTY_EXTERNALNOTIFIER - Static variable in class jadex.bpmn.runtime.handler.EventIntermediateNotificationHandler
The property for the external notifier (system).
PROPERTY_FILTER - Static variable in class jadex.bpmn.runtime.handler.EventIntermediateMessageActivityHandler
The filter property describes the filter for receiving a message.
PROPERTY_ID - Static variable in interface jadex.extension.envsupport.environment.IObjectTask
The property for holding the task id.
PROPERTY_JADEXDATE - Static variable in class jadex.bridge.service.types.awareness.AwarenessInfo
The property for the Jadex build date.
PROPERTY_JADEXVERSION - Static variable in class jadex.bridge.service.types.awareness.AwarenessInfo
The property for the Jadex version.
PROPERTY_MAXRANGE - Static variable in class jadex.bdi.planlib.DefaultBDIVisionProcessor
The maxrange property.
PROPERTY_MAXRANGE - Static variable in class jadex.extension.envsupport.environment.space2d.DefaultVisionGenerator
The maxrange property.
PROPERTY_MAXRANGE - Static variable in class jadex.extension.envsupport.environment.space3d.DefaultVisionGenerator
The maxrange property.
PROPERTY_MESSAGE - Static variable in class jadex.bpmn.runtime.handler.EventIntermediateMessageActivityHandler
The property message is the message object to be sent.
PROPERTY_METHOD - Static variable in class jadex.bpmn.runtime.task.MethodCallTask
Property for method name.
PROPERTY_METHOD - Static variable in class jadex.bpmn.runtime.task.ServiceCallTask
Property for method name.
PROPERTY_MODE - Static variable in class jadex.extension.envsupport.environment.RoundBasedExecutor
The property for the action execution mode.
PROPERTY_NEIGHBORHOOD - Static variable in class jadex.extension.envsupport.environment.space2d.Grid2D
The neighborhood property.
PROPERTY_NEIGHBORHOOD - Static variable in class jadex.extension.envsupport.environment.space3d.Grid3D
The neighborhood property.
PROPERTY_OWNER - Static variable in interface jadex.extension.envsupport.environment.ISpaceObject
The owner property.
PROPERTY_PERCEPTTYPES - Static variable in class jadex.bdi.planlib.DefaultBDIVisionProcessor
The percept types property.
PROPERTY_PERCEPTTYPES - Static variable in class jadex.extension.envsupport.environment.space2d.DefaultVisionGenerator
The percept types property.
PROPERTY_PERCEPTTYPES - Static variable in class jadex.extension.envsupport.environment.space3d.DefaultVisionGenerator
The percept types property.
PROPERTY_POSITION - Static variable in class jadex.extension.envsupport.environment.space2d.Space2D
The constant for the position property.
PROPERTY_POSITION - Static variable in class jadex.extension.envsupport.environment.space3d.Space3D
The constant for the position property.
PROPERTY_RANGE - Static variable in class jadex.bdi.planlib.DefaultBDIVisionProcessor
The maxrange property.
PROPERTY_RANGE - Static variable in class jadex.extension.envsupport.environment.space2d.DefaultVisionGenerator
The maxrange property.
PROPERTY_RANGE - Static variable in class jadex.extension.envsupport.environment.space3d.DefaultVisionGenerator
The maxrange property.
PROPERTY_RANKING - Static variable in class jadex.bpmn.runtime.task.ServiceCallTask
Property for ranking class name.
PROPERTY_RECEIVER - Static variable in class jadex.bpmn.runtime.handler.EventIntermediateMessageActivityHandler
The property receiver is the cid of the intended receiver (may be null if set in message object, e.g.
PROPERTY_SERVICE - Static variable in class jadex.bpmn.runtime.task.MethodCallTask
Property for service name.
PROPERTY_SERVICE - Static variable in class jadex.bpmn.runtime.task.ServiceCallTask
Property for service name.
PROPERTY_TERMINATION_TIMEOUT - Static variable in class jadex.bridge.service.types.cms.PlatformComponent
Property name for timeout after which component long running cleanup is forcefully aborted.
PROPERTY_TEST_TIMEOUT - Static variable in class jadex.base.test.Testcase
The name of the property for defining a test timeout.
propertyChange(PropertyChangeEvent) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
 
propertyChange(PropertyChangeEvent) - Method in interface jadex.commons.beans.PropertyChangeListener
 
propertyChange(PropertyChangeEvent) - Method in class jadex.commons.beans.PropertyChangeListenerProxy
 
PropertyChangeEvent - Class in jadex.commons.beans
 
PropertyChangeEvent(Object, String, Object, Object) - Constructor for class jadex.commons.beans.PropertyChangeEvent
 
PropertyChangeListener - Interface in jadex.commons.beans
 
PropertyChangeListenerProxy - Class in jadex.commons.beans
 
PropertyChangeListenerProxy(String, PropertyChangeListener) - Constructor for class jadex.commons.beans.PropertyChangeListenerProxy
 
PropertyChangeSupport - Class in jadex.commons.beans
 
PropertyChangeSupport(Object) - Constructor for class jadex.commons.beans.PropertyChangeSupport
 
PropertyDescriptor - Class in jadex.commons.beans
 
PropertyDescriptor(String, Class<?>) - Constructor for class jadex.commons.beans.PropertyDescriptor
 
PropertyDescriptor(String, Class<?>, String, String) - Constructor for class jadex.commons.beans.PropertyDescriptor
 
PropertyDescriptor(String, Method, Method) - Constructor for class jadex.commons.beans.PropertyDescriptor
 
PropertyEditor - Interface in jadex.commons.beans
 
PropertyEditorManager - Class in jadex.commons.beans
 
PropertyEditorManager() - Constructor for class jadex.commons.beans.PropertyEditorManager
 
PropertyEditorSupport - Class in jadex.commons.beans
 
PropertyEditorSupport() - Constructor for class jadex.commons.beans.PropertyEditorSupport
 
PropertyEditorSupport(Object) - Constructor for class jadex.commons.beans.PropertyEditorSupport
 
propertyname - Variable in class jadex.bridge.nonfunctional.search.BasicEvaluator
The property name.
PROPERTYNAME - Static variable in interface jadex.commons.beans.DesignMode
 
PropertyVetoException - Exception in jadex.commons.beans
Indicates that a proposed property change is unacceptable.
PropertyVetoException(String, PropertyChangeEvent) - Constructor for exception jadex.commons.beans.PropertyVetoException
propname - Variable in class jadex.bridge.nonfunctional.hardconstraints.AbstractConstraintFilter
Name of the property being kept constant.
propname - Variable in class jadex.bridge.nonfunctional.hardconstraints.MHardConstraint
Name of the property.
proposal - Variable in class jadex.bdi.planlib.protocols.ParticipantProposal
The proposal object.
proposal_evaluator - Variable in class jadex.bdi.planlib.protocols.ICNPHandler
The proposal evaluator.
ProposalEvaluator - Class in jadex.bdi.planlib.protocols
A default implementation of the proposal evaluator interface.
ProposalEvaluator() - Constructor for class jadex.bdi.planlib.protocols.ProposalEvaluator
Create a default proposal evaluator.
ProposalEvaluator(Object, boolean) - Constructor for class jadex.bdi.planlib.protocols.ProposalEvaluator
Create a default proposal evaluator with a given limit value.
ProposalEvaluator(Comparator, Object, boolean) - Constructor for class jadex.bdi.planlib.protocols.ProposalEvaluator
Create a default proposal evaluator with a given limit value.
proposals - Variable in class jadex.bdi.planlib.protocols.NegotiationRecord
The participant proposals.
PROPOSE - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
PROPOSE - Static variable in class jadex.bridge.fipa.SFipa
 
props - Variable in class jadex.bridge.service.types.email.EmailAccount
All settings are stored in standard javax.mail...
props - Static variable in class jadex.micro.KernelMultiAgent
Used in SComponentFactory to reorder checks (multi last).
ProtectedInputStream - Class in jadex.commons
Protects the underlying input stream from being closed.
ProtectedInputStream(InputStream) - Constructor for class jadex.commons.ProtectedInputStream
Create a protected input stream.
protocol - Variable in class jadex.bridge.service.types.transport.PlatformData
The protocol name (i.e.
PROTOCOL - Static variable in class jadex.bridge.fipa.SFipa
 
PROTOCOL_BROKERING - Static variable in class jadex.bridge.fipa.SFipa
 
PROTOCOL_CANCEL_META - Static variable in class jadex.bridge.fipa.SFipa
 
PROTOCOL_CONTRACT_NET - Static variable in class jadex.bridge.fipa.SFipa
 
PROTOCOL_DUTCH_AUCTION - Static variable in class jadex.bridge.fipa.SFipa
 
PROTOCOL_ENGLISH_AUCTION - Static variable in class jadex.bridge.fipa.SFipa
 
PROTOCOL_ITERATED_CONTRACT_NET - Static variable in class jadex.bridge.fipa.SFipa
 
PROTOCOL_PROPOSE - Static variable in class jadex.bridge.fipa.SFipa
 
PROTOCOL_QUERY - Static variable in class jadex.bridge.fipa.SFipa
 
PROTOCOL_RECRUITING - Static variable in class jadex.bridge.fipa.SFipa
 
PROTOCOL_REQUEST - Static variable in class jadex.bridge.fipa.SFipa
 
PROTOCOL_REQUEST_WHEN - Static variable in class jadex.bridge.fipa.SFipa
 
PROTOCOL_SUBSCRIBE - Static variable in class jadex.bridge.fipa.SFipa
 
PROTOCOL_TYPEINFO - Static variable in class jadex.xml.SXML
The package protocol constant.
PROTOCOLS - Static variable in class jadex.bridge.fipa.SFipa
The standard protocols.
PROV_RSA_FULL - Static variable in class jadex.commons.security.WindowsEntropyApi
Default provider to use.
ProvidedService - Annotation Type in jadex.micro.annotation
Provided service annotation.
ProvidedServiceImplementation - Class in jadex.bridge.service
Contains information for provided service implementation: - implementation class or - creation expression or - implementation forward to other component via binding
ProvidedServiceImplementation() - Constructor for class jadex.bridge.service.ProvidedServiceImplementation
Create a new service implementation.
ProvidedServiceImplementation(ProvidedServiceImplementation) - Constructor for class jadex.bridge.service.ProvidedServiceImplementation
Create a new service implementation.
ProvidedServiceImplementation(Class<?>, String, String, RequiredServiceBinding, UnparsedExpression[]) - Constructor for class jadex.bridge.service.ProvidedServiceImplementation
Create a new service implementation.
ProvidedServiceInfo - Class in jadex.bridge.service
Info for provided services.
ProvidedServiceInfo() - Constructor for class jadex.bridge.service.ProvidedServiceInfo
Create a new service info.
ProvidedServiceInfo(String, ClassInfo, ProvidedServiceImplementation, ServiceScope, PublishInfo, List<UnparsedExpression>, boolean) - Constructor for class jadex.bridge.service.ProvidedServiceInfo
Create a new service info.
ProvidedServiceInfo(String, Class<?>, ProvidedServiceImplementation, ServiceScope, PublishInfo, List<UnparsedExpression>) - Constructor for class jadex.bridge.service.ProvidedServiceInfo
Create a new service info.
providedservices - Variable in class jadex.bridge.modelinfo.ConfigurationInfo
The provided service overridings.
providedservices - Variable in class jadex.bridge.modelinfo.ModelInfo
The provided services.
providedservices() - Method in annotation type jadex.bdiv3.annotation.BDIConfiguration
The provided service implementations.
providedservices() - Method in annotation type jadex.micro.annotation.Configuration
The provided service implementations.
ProvidedServices - Annotation Type in jadex.micro.annotation
The provided services annotation.
ProvidedServicesComponentFeature - Class in jadex.bridge.service.component
Feature for provided services.
ProvidedServicesComponentFeature(IInternalAccess, ComponentCreationInfo) - Constructor for class jadex.bridge.service.component.ProvidedServicesComponentFeature
Factory method constructor for instance level.
provider - Variable in class jadex.bdiv3.BDIAgentFactory
The platform.
provider - Variable in class jadex.bdiv3x.BDIXComponentFactory
The provider.
provider - Variable in class jadex.bpmn.BpmnFactory
The provider.
provider - Variable in class jadex.bridge.service.types.appstore.AppMetaInfo
The application provider.
provider - Variable in class jadex.micro.MicroAgentFactory
The platform.
provider - Variable in class jadex.microservice.MicroserviceFactory
The platform.
providerid - Variable in class jadex.bridge.service.BasicService
The provider id.
providerid - Variable in class jadex.bridge.service.ServiceIdentifier
The provider identifier.
proxy - Variable in class jadex.bridge.service.component.ServiceInvocationContext
The origin (proxy object).
proxy - Variable in class jadex.bridge.service.types.awareness.DiscoveryInfo
Component id of local proxy (if any).
proxy - Variable in class jadex.commons.beans.beancontext.BeanContextServicesSupport
A proxy service provider that delegates service requests to the parent context.
Proxy - Class in jadex.bytecode
Proxy class allows for generating proxy objects for interfaces and/or one class.
Proxy() - Constructor for class jadex.bytecode.Proxy
 
PROXY - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
PROXY - Static variable in class jadex.bridge.fipa.SFipa
 
ProxyFactory - Class in jadex.bridge
Create a proxy with standard Java or per Jadex ASM.
ProxyFactory() - Constructor for class jadex.bridge.ProxyFactory
 
ProxyFilter - Class in jadex.bridge.service.search
Test if a class is a proxy.
ProxyFilter() - Constructor for class jadex.bridge.service.search.ProxyFilter
 
PROXYFILTER - Static variable in class jadex.bridge.service.search.ProxyFilter
Static proxy filter instance.
ProxyInputStream - Class in jadex.commons
The proxy input stream is similar to filter input stream but overrides read(byte[]) to redirect it to the same input stream method.
ProxyInputStream(InputStream) - Constructor for class jadex.commons.ProxyInputStream
Constructs a new ProxyInputStream.
proxyrwlock - Variable in class jadex.bridge.service.search.ServiceRegistry
Read-Write Lock for proxy map.
proxytype - Variable in class jadex.bridge.service.ProvidedServiceImplementation
The proxy type.
proxytype - Variable in class jadex.bridge.service.RequiredServiceBinding
The proxytype.
proxytype() - Method in annotation type jadex.micro.annotation.Implementation
The proxy type.
proxytype() - Method in annotation type jadex.micro.annotation.RequiredService
Deprecated.
PROXYTYPE_DECOUPLED - Static variable in class jadex.bridge.service.component.BasicServiceInvocationHandler
The (default) decoupled proxy type (decouples from caller thread to component thread).
PROXYTYPE_DECOUPLED - Static variable in class jadex.bridge.service.search.ServiceQuery
The (default) decoupled proxy type (decouples from component thread to caller thread).
PROXYTYPE_DECOUPLED - Static variable in annotation type jadex.micro.annotation.Implementation
The (default) decoupled proxy type (decouples from caller thread to component thread).
PROXYTYPE_DECOUPLED - Static variable in annotation type jadex.micro.annotation.RequiredService
The (default) decoupled proxy type (decouples from component thread to caller thread).
PROXYTYPE_DIRECT - Static variable in class jadex.bridge.service.component.BasicServiceInvocationHandler
The direct proxy type (supports custom interceptors, but uses caller thread).
PROXYTYPE_DIRECT - Static variable in class jadex.bridge.service.search.ServiceQuery
The direct proxy type (supports custom interceptors, but uses caller thread).
PROXYTYPE_DIRECT - Static variable in annotation type jadex.micro.annotation.Implementation
The direct proxy type (supports custom interceptors, but uses caller thread).
PROXYTYPE_DIRECT - Static variable in annotation type jadex.micro.annotation.RequiredService
The direct proxy type (supports custom interceptors, but uses caller thread).
PROXYTYPE_RAW - Static variable in class jadex.bridge.service.component.BasicServiceInvocationHandler
The raw proxy type (i.e.
PROXYTYPE_RAW - Static variable in class jadex.bridge.service.search.ServiceQuery
The raw proxy type (i.e.
PROXYTYPE_RAW - Static variable in annotation type jadex.micro.annotation.Implementation
The raw proxy type (i.e.
PROXYTYPE_RAW - Static variable in annotation type jadex.micro.annotation.RequiredService
The raw proxy type (i.e.
publish - Variable in class jadex.bridge.service.ProvidedServiceInfo
Publish information.
publish() - Method in annotation type jadex.bdiv3.annotation.Goal
The publication settings can be used to export goal as a component service.
publish() - Method in annotation type jadex.micro.annotation.ProvidedService
Publish details.
Publish - Annotation Type in jadex.bdiv3.annotation
Publish information for a goal.
Publish - Annotation Type in jadex.micro.annotation
The name (for referencing/overriding).
PUBLISH_RS - Static variable in interface jadex.bridge.service.types.publish.IPublishService
The publish type rest service.
PUBLISH_WS - Static variable in interface jadex.bridge.service.types.publish.IPublishService
The publish type web service.
publisher - Variable in class jadex.bdiv3.runtime.wrappers.ListWrapper
The event publisher.
publisher - Variable in class jadex.bdiv3.runtime.wrappers.MapWrapper
The event publisher.
publisher - Variable in class jadex.bdiv3.runtime.wrappers.SetWrapper
The event publisher.
publisher - Variable in class jadex.bdiv3x.runtime.RBeliefbase.RBelief
Deprecated.
The publisher.
publishEvent(IMonitoringEvent) - Method in interface jadex.bridge.service.types.monitoring.IMonitoringService
Publish a new event.
publishEvent(IMonitoringEvent, IMonitoringService.PublishTarget) - Method in interface jadex.bridge.component.IExternalMonitoringComponentFeature
Publish a monitoring event.
publishHMTLPage(String, String, String) - Method in interface jadex.bridge.service.types.publish.IWebPublishService
Publish a static page (without ressources).
publishid() - Method in annotation type jadex.micro.annotation.Publish
The publishing id, e.g.
PublishInfo - Class in jadex.bridge.service
Info struct for service publishing details.
PublishInfo() - Constructor for class jadex.bridge.service.PublishInfo
Create a new publish info.
PublishInfo(PublishInfo) - Constructor for class jadex.bridge.service.PublishInfo
Create a new publish info.
PublishInfo(String, String, ServiceScope, boolean, Class<?>, UnparsedExpression[]) - Constructor for class jadex.bridge.service.PublishInfo
Create a new publish info.
PublishInfo(String, String, ServiceScope, boolean, Class<?>, Object[]) - Constructor for class jadex.bridge.service.PublishInfo
Create a new publish info.
PublishInfo(String, String, Class<?>) - Constructor for class jadex.bridge.service.PublishInfo
Create a new publish info.
publishResources(String, String) - Method in interface jadex.bridge.service.types.publish.IWebPublishService
Publish file resources from the classpath.
publishscope - Variable in class jadex.bridge.service.PublishInfo
The publish scope.
publishscope() - Method in annotation type jadex.micro.annotation.Publish
The scope user to find the publish service.
publishService(IServiceIdentifier, PublishInfo) - Method in interface jadex.bridge.service.types.publish.IPublishService
Publish a service.
publishToolBeliefEvent() - Method in class jadex.bdiv3.runtime.wrappers.EventPublisher
 
publishToolBeliefEvent(IInternalAccess, MBelief) - Static method in class jadex.bdiv3x.features.BDIXAgentFeature
 
publishtype - Variable in class jadex.bridge.service.PublishInfo
The publish type.
publishtype() - Method in annotation type jadex.micro.annotation.Publish
The publishing type, e.g.
pubs - Variable in class jadex.bdiv3.model.MCapability
The goal/service publications.
PULL - jadex.bdiv3.model.MParameter.EvaluationMode
 
pullcmd - Variable in class jadex.commons.future.PullIntermediateFuture
The pull command.
pullcmd - Variable in class jadex.commons.future.PullSubscriptionIntermediateFuture
The pull command.
PullIntermediateDelegationFuture<E> - Class in jadex.commons.future
Delegation future for pull future.
PullIntermediateDelegationFuture() - Constructor for class jadex.commons.future.PullIntermediateDelegationFuture
Create a new future.
PullIntermediateDelegationFuture(IPullIntermediateFuture<?>) - Constructor for class jadex.commons.future.PullIntermediateDelegationFuture
Create a new future.
PullIntermediateFuture<E> - Class in jadex.commons.future
Intermediate future that can be terminated from caller side.
PullIntermediateFuture() - Constructor for class jadex.commons.future.PullIntermediateFuture
Create a new future.
PullIntermediateFuture(ICommand<PullIntermediateFuture<E>>) - Constructor for class jadex.commons.future.PullIntermediateFuture
Create a new future.
PullIntermediateFuture(ICommand<PullIntermediateFuture<E>>, ITerminationCommand) - Constructor for class jadex.commons.future.PullIntermediateFuture
Create a new future.
PullIntermediateFuture(Exception) - Constructor for class jadex.commons.future.PullIntermediateFuture
Create a future that is already done (failed).
pullIntermediateResult() - Method in interface jadex.commons.future.IPullIntermediateFuture
Pull an intermediate result.
pullIntermediateResult() - Method in interface jadex.commons.future.IPullSubscriptionIntermediateFuture
Pull an intermediate result.
pullIntermediateResult() - Method in class jadex.commons.future.PullIntermediateDelegationFuture
Pull an intermediate result.
pullIntermediateResult() - Method in class jadex.commons.future.PullIntermediateFuture
Pull an intermediate result.
pullIntermediateResult() - Method in class jadex.commons.future.PullSubscriptionIntermediateDelegationFuture
Pull an intermediate result.
pullIntermediateResult() - Method in class jadex.commons.future.PullSubscriptionIntermediateFuture
Pull an intermediate result.
PullSubscriptionIntermediateDelegationFuture<E> - Class in jadex.commons.future
Delegation future for pull future.
PullSubscriptionIntermediateDelegationFuture() - Constructor for class jadex.commons.future.PullSubscriptionIntermediateDelegationFuture
Create a new future.
PullSubscriptionIntermediateDelegationFuture(IPullSubscriptionIntermediateFuture<?>) - Constructor for class jadex.commons.future.PullSubscriptionIntermediateDelegationFuture
Create a new future.
PullSubscriptionIntermediateFuture<E> - Class in jadex.commons.future
Intermediate future that can be terminated from caller side.
PullSubscriptionIntermediateFuture(ICommand<PullSubscriptionIntermediateFuture<E>>) - Constructor for class jadex.commons.future.PullSubscriptionIntermediateFuture
Create a new future.
PullSubscriptionIntermediateFuture(ICommand<PullSubscriptionIntermediateFuture<E>>, ITerminationCommand) - Constructor for class jadex.commons.future.PullSubscriptionIntermediateFuture
Create a new future.
PullSubscriptionIntermediateFuture(Exception) - Constructor for class jadex.commons.future.PullSubscriptionIntermediateFuture
Create a future that is already done (failed).
push(Object, Method, List<Object>, Object) - Method in class jadex.bridge.service.component.ServiceInvocationContext
Push saves and copies the current set of values.
PUSH - jadex.bdiv3.model.MParameter.EvaluationMode
 
pushImmediate(InsnList, int) - Static method in class jadex.bytecode.SASM
Push an immediate (constant) integer value onto the stack with the best set of instructions.
pushImmediate(InsnList, long) - Static method in class jadex.bytecode.SASM
Push an immediate (constant) long value onto the stack with the best set of instructions.
put(Object[], Class<?>) - Method in class jadex.bytecode.vmhacks.ClassStore
Override
put(Object, Object) - Method in class jadex.commons.collection.CheckedMap
Associates the specified value with the specified key in this map (optional operation).
put(Object, Object) - Method in class jadex.commons.collection.FastHashMap
 
put(Object, Object) - Method in class jadex.commons.collection.NestedMap
Associates the specified value with the specified key in this map (optional operation).
put(Object, Object) - Method in class jadex.commons.collection.OrderedProperties
Delegate.
put(Object, Object, long) - Method in class jadex.commons.collection.Cache
Put an entry in the cache.
put(Object, Object, long, long) - Method in class jadex.commons.collection.Cache
Put an entry in the cache.
put(K, Collection<V>) - Method in class jadex.commons.collection.MultiCollection
Associates the specified value with the specified key in this map (optional operation).
put(K, V) - Method in class jadex.commons.collection.BiHashMap
Puts an entry into the map, forward direction.
put(K, V) - Method in class jadex.commons.collection.IndexMap
Associates the specified value with the specified key in this map (optional operation).
put(K, V) - Method in class jadex.commons.collection.LeaseTimeMap
Associates the specified value with the specified key in this map (optional operation).
put(K, V) - Method in class jadex.commons.collection.LRU
 
put(K, V) - Method in class jadex.commons.collection.RwMapWrapper
Puts a key-value pair.
put(K, V) - Method in class jadex.commons.collection.WeakKeyValueMap
Adds value for key.
put(K, V) - Method in class jadex.commons.collection.WeakValueMap
Add value for key.
put(K, V, long) - Method in class jadex.commons.collection.LeaseTimeMap
 
put(T, E) - Method in class jadex.commons.collection.wrappers.MapWrapper
 
putAll(Map) - Method in class jadex.commons.collection.CheckedMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map) - Method in class jadex.commons.collection.FastHashMap
 
putAll(Map) - Method in class jadex.commons.collection.NestedMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map<? extends Object, ? extends Object>) - Method in class jadex.commons.collection.OrderedProperties
Delegate.
putAll(Map<? extends Object[], ? extends Class<?>>) - Method in class jadex.bytecode.vmhacks.ClassStore
Override
putAll(Map<? extends K, ? extends Collection<V>>) - Method in class jadex.commons.collection.MultiCollection
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map<? extends K, ? extends V>) - Method in class jadex.commons.collection.BiHashMap
Puts all entries of a map into this map, forward direction.
putAll(Map<? extends K, ? extends V>) - Method in class jadex.commons.collection.IndexMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map<? extends K, ? extends V>) - Method in class jadex.commons.collection.LeaseTimeMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map<? extends K, ? extends V>) - Method in class jadex.commons.collection.RwMapWrapper
Puts all key-value pairs into map.
putAll(Map<? extends K, ? extends V>) - Method in class jadex.commons.collection.WeakKeyValueMap
Adds other map content.
putAll(Map<? extends K, ? extends V>) - Method in class jadex.commons.collection.WeakValueMap
Add all mappings.
putAll(Map<? extends K, ? extends V>, long) - Method in class jadex.commons.collection.LeaseTimeMap
 
putAll(Map<? extends T, ? extends E>) - Method in class jadex.commons.collection.wrappers.MapWrapper
 
putPlatformValue(IComponentIdentifier, String, Object) - Static method in class jadex.base.Starter
Get a global platform value.

Q

QName - Class in jadex.xml.stax
StaX API: QName
QName(String) - Constructor for class jadex.xml.stax.QName
Constructor for the QName with just a local part.
QName(String, String) - Constructor for class jadex.xml.stax.QName
Constructor for the QName with a namespace URI and a local part.
QName(String, String, String) - Constructor for class jadex.xml.stax.QName
Constructor for the QName.
queries - Variable in class jadex.bridge.service.search.ServiceRegistry
The persistent service queries.
query - Variable in class jadex.bridge.service.component.UnresolvedServiceInvocationHandler
The search query for a lazy proxy.
query - Variable in class jadex.bridge.service.search.ServiceQueryInfo
The query.
query - Variable in class jadex.micro.MicroModel.ServiceInjectionInfo
The query flag.
query() - Method in annotation type jadex.micro.annotation.OnService
Should be used as service query.
QUERY_IF - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
QUERY_IF - Static variable in class jadex.bridge.fipa.SFipa
 
QUERY_KEY_TYPES - Static variable in class jadex.bridge.service.search.QueryInfoExtractor
The key types.
QUERY_KEY_TYPES_INDEXABLE - Static variable in class jadex.bridge.service.search.QueryInfoExtractor
The indexable types.
query_nextround_info - Variable in class jadex.bdi.planlib.protocols.ICNPHandler
The query nextround info.
QUERY_REF - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
QUERY_REF - Static variable in class jadex.bridge.fipa.SFipa
 
QueryInfoExtractor - Class in jadex.bridge.service.search
Extractor for query infos.
QueryInfoExtractor() - Constructor for class jadex.bridge.service.search.QueryInfoExtractor
 
queryNextroundInfo(IQueryNextroundInfo.NextroundInfo, NegotiationRecord[], ParticipantProposal[]) - Method in class jadex.bdi.planlib.protocols.ICNPHandler
Collect information for next negotiation round.
queryNextroundInfo(IQueryNextroundInfo.NextroundInfo, NegotiationRecord[], ParticipantProposal[]) - Method in interface jadex.bdi.planlib.protocols.IQueryNextroundInfo
Collect information for next negotiation round.
queryNextroundInfo(NegotiationRecord) - Method in class jadex.bdi.planlib.protocols.contractnet.CNPInitiatorPlan
Decide if a new iteration should be performed.
queue - Variable in class jadex.commons.collection.WeakList
Reference queue for garbage-collected elements.
queue - Variable in class jadex.commons.collection.WeakSet
The reference queue used to get object removal notifications.
queue - Variable in class jadex.commons.collection.WeakValueMap
The reference queue.
queuecnt - Variable in class jadex.bridge.component.streams.OutputConnectionHandler
The number of sending messages (i.e.

R

radius - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.PointLight3d
 
random - Variable in class jadex.commons.IdGenerator
Random number generator.
random - Variable in class jadex.extension.envsupport.environment.space2d.KdTree
Random for picking object samples for estimating median.
randomselection - Variable in class jadex.bdiv3.model.MProcessableElement
Random selection flag.
randomselection() - Method in annotation type jadex.bdiv3.annotation.Goal
Select a plan randomly.
randomX(IVector1, IVector1) - Method in interface jadex.extension.envsupport.math.IVector2
Sets the x-component to a random value in the interval [lower,upper]
randomX(IVector1, IVector1) - Method in interface jadex.extension.envsupport.math.IVector3
Sets the x-component to a random value in the interval [lower,upper]
randomX(IVector1, IVector1) - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Sets the x-component to a random value in the interval [lower,upper]
randomX(IVector1, IVector1) - Method in class jadex.extension.envsupport.math.Vector2Double
 
randomX(IVector1, IVector1) - Method in class jadex.extension.envsupport.math.Vector2Int
Sets the x-component to a random value in the interval [lower,upper]
randomX(IVector1, IVector1) - Method in class jadex.extension.envsupport.math.Vector3Double
 
randomX(IVector1, IVector1) - Method in class jadex.extension.envsupport.math.Vector3Int
Sets the x-component to a random value in the interval [lower,upper]
randomY(IVector1, IVector1) - Method in interface jadex.extension.envsupport.math.IVector2
Sets the y-component to a random value in the interval [lower,upper]
randomY(IVector1, IVector1) - Method in interface jadex.extension.envsupport.math.IVector3
Sets the y-component to a random value in the interval [lower,upper]
randomY(IVector1, IVector1) - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Sets the y-component to a random value in the interval [lower,upper]
randomY(IVector1, IVector1) - Method in class jadex.extension.envsupport.math.Vector2Double
 
randomY(IVector1, IVector1) - Method in class jadex.extension.envsupport.math.Vector2Int
Sets the y-component to a random value in the interval [lower,upper]
randomY(IVector1, IVector1) - Method in class jadex.extension.envsupport.math.Vector3Double
 
randomY(IVector1, IVector1) - Method in class jadex.extension.envsupport.math.Vector3Int
Sets the y-component to a random value in the interval [lower,upper]
randomZ(IVector1, IVector1) - Method in interface jadex.extension.envsupport.math.IVector3
Sets the z-component to a random value in the interval [lower,upper]
randomZ(IVector1, IVector1) - Method in class jadex.extension.envsupport.math.Vector3Double
 
randomZ(IVector1, IVector1) - Method in class jadex.extension.envsupport.math.Vector3Int
Sets the z-component to a random value in the interval [lower,upper]
range - Variable in class jadex.extension.envsupport.dataview.LocalDataView2D
The range of the view.
rank(List<S>) - Method in class jadex.bridge.nonfunctional.search.ComposedEvaluator
Ranks services according to non-functional criteria.
rank(List<S>) - Method in interface jadex.bridge.nonfunctional.search.IServiceRanker
Ranks services according to non-functional criteria.
ranker - Variable in class jadex.bridge.nonfunctional.search.ServiceRankingDelegationResultListener
The ranker.
ranker - Variable in class jadex.bridge.nonfunctional.search.ServiceRankingResultListener
The ranker.
rankResults() - Method in class jadex.bridge.nonfunctional.search.ServiceRankingDelegationResultListener
Rank the results and announce them
rankResults() - Method in class jadex.bridge.nonfunctional.search.ServiceRankingResultListener
Rank the results and announce them
rankServices(ITerminableIntermediateFuture<S>, IServiceRanker<S>, IRankingSearchTerminationDecider<S>) - Static method in class jadex.bridge.service.search.SServiceProvider
Rank the services of a search with a specific ranker.
rankServicesWithScores(ITerminableIntermediateFuture<S>, IServiceRanker<S>, IRankingSearchTerminationDecider<S>) - Static method in class jadex.bridge.service.search.SServiceProvider
Rank the services of a search with a specific ranker and emit the scores.
rankWithScores(List<S>) - Method in class jadex.bridge.nonfunctional.search.ComposedEvaluator
Ranks services according to non-functional criteria.
rankWithScores(List<S>) - Method in interface jadex.bridge.nonfunctional.search.IServiceRanker
Ranks services according to non-functional criteria.
Raw - Annotation Type in jadex.bridge.service.annotation
Explicitly declare a method as raw.
rawattrs - Variable in class jadex.xml.StackElement
The raw attributes.
RawEvent - Annotation Type in jadex.bdiv3.annotation
Raw event allows to specify exactly on what condition to wait.
rawevents - Variable in class jadex.bdiv3.model.MBelief
The raw events.
rawevents() - Method in annotation type jadex.bdiv3.annotation.Belief
The events this condition should react to.
rawevents() - Method in annotation type jadex.bdiv3.annotation.GoalContextCondition
The events this condition should react to.
rawevents() - Method in annotation type jadex.bdiv3.annotation.GoalCreationCondition
The events this condition should react to.
rawevents() - Method in annotation type jadex.bdiv3.annotation.GoalDropCondition
The events this condition should react to.
rawevents() - Method in annotation type jadex.bdiv3.annotation.GoalMaintainCondition
The events this condition should react to.
rawevents() - Method in annotation type jadex.bdiv3.annotation.GoalRecurCondition
The events this condition should react to.
rawevents() - Method in annotation type jadex.bdiv3.annotation.GoalTargetCondition
The events this condition should react to.
rawevents() - Method in annotation type jadex.bdiv3.annotation.PlanContextCondition
The events this condition should react to.
rawmenu - Variable in class jadex.commons.gui.PopupBuilder
The menu-items and actions.
rawmodel - Variable in class jadex.bridge.modelinfo.ModelInfo
The raw model.
RBelief(MBelief, IInternalAccess) - Constructor for class jadex.bdiv3x.runtime.RBeliefbase.RBelief
Deprecated.
Create a new parameter.
RBelief(MBelief, IInternalAccess, Object) - Constructor for class jadex.bdiv3x.runtime.RBeliefbase.RBelief
Deprecated.
Create a new parameter.
RBeliefbase - Class in jadex.bdiv3x.runtime
Runtime element for storing beliefs.
RBeliefbase(IInternalAccess) - Constructor for class jadex.bdiv3x.runtime.RBeliefbase
Create a new beliefbase.
RBeliefbase.RBelief - Class in jadex.bdiv3x.runtime
Deprecated.
RBeliefbase.RBeliefSet - Class in jadex.bdiv3x.runtime
 
RBeliefSet(MBelief, IInternalAccess) - Constructor for class jadex.bdiv3x.runtime.RBeliefbase.RBeliefSet
Create a new parameter.
RBeliefSet(MBelief, IInternalAccess, Object) - Constructor for class jadex.bdiv3x.runtime.RBeliefbase.RBeliefSet
Create a new parameter.
rcl - Variable in class jadex.bridge.RemoteChangeListenerHandler
The change listener (proxy) to be informed about important changes.
rconv - Variable in class jadex.xml.SubObjectConverter
The object object read converter.
reactivateGoal(RGoal) - Method in class jadex.bdiv3.runtime.EasyDeliberationStrategy
(Re)activate a goal.
read() - Method in class jadex.bridge.component.streams.InputConnection
Non-blocking read.
read() - Method in interface jadex.bridge.IInputConnection
Non-blocking read.
read() - Method in class jadex.bridge.service.types.remote.ServiceInputConnection
Non-blocking read.
read() - Method in class jadex.bridge.service.types.remote.ServiceInputConnectionProxy
 
read(byte[]) - Method in class jadex.bridge.component.streams.InputConnection
Non-blocking read.
read(byte[]) - Method in interface jadex.bridge.IInputConnection
Non-blocking read.
read(byte[]) - Method in class jadex.bridge.service.types.remote.ServiceInputConnection
Non-blocking read.
read(byte[]) - Method in class jadex.bridge.service.types.remote.ServiceInputConnectionProxy
 
read(byte[]) - Method in class jadex.commons.ProxyInputStream
Invokes the delegate's read(byte[]) method.
read(ResourceInfo, ClassLoader, IResourceIdentifier, IComponentIdentifier) - Static method in class jadex.bpmn.BpmnXMLReader
Read properties from xml.
read(TypeInfoPathManager, IObjectReaderHandler, IXMLReader, ClassLoader, Object) - Method in class jadex.xml.reader.AReader
Read properties from xml.
read(TypeInfoPathManager, IObjectReaderHandler, InputStream, ClassLoader, Object) - Method in class jadex.xml.reader.AReader
Read properties from xml.
read(TypeInfoPathManager, IObjectReaderHandler, Reader, ClassLoader, Object) - Method in class jadex.xml.reader.AReader
Read properties from xml.
read(InputStream, ClassLoader) - Static method in class jadex.xml.PropertiesXMLHelper
Convert an xml to an object.
read(String, Class<?>, ClassLoader, IResourceIdentifier, IComponentIdentifier, List<IComponentFeatureFactory>) - Method in class jadex.bdiv3.BDIClassReader
Load the model.
read(String, Class<?>, ClassLoader, IResourceIdentifier, IComponentIdentifier, List<IComponentFeatureFactory>) - Method in class jadex.micro.MicroClassReader
Load the model.
read(String, Class<?>, ClassLoader, IResourceIdentifier, IComponentIdentifier, List<IComponentFeatureFactory>) - Method in class jadex.microservice.MicroserviceClassReader
Load the model.
read(String, ClassLoader) - Static method in class jadex.xml.PropertiesXMLHelper
Convert an xml to an object.
read(String, String[], ClassLoader, IResourceIdentifier, IComponentIdentifier, List<IComponentFeatureFactory>) - Method in class jadex.bdiv3.BDIClassReader
Load a model.
read(String, String[], ClassLoader, IResourceIdentifier, IComponentIdentifier, List<IComponentFeatureFactory>) - Method in class jadex.micro.MicroClassReader
Load a model.
read(String, String[], ClassLoader, IResourceIdentifier, IComponentIdentifier, List<IComponentFeatureFactory>) - Method in class jadex.microservice.MicroserviceClassReader
Load a model.
READ_CONTEXT - Static variable in class jadex.xml.reader.AReader
This thread local variable provides access to the read context, e.g.
readAccount(InputStream) - Method in class jadex.bridge.service.types.email.EmailAccount
Read account data from property file.
readAccount(String) - Method in class jadex.bridge.service.types.email.EmailAccount
Read account data from property file.
readAnnotation(DataInputStream, Map<Integer, byte[]>) - Static method in class jadex.commons.SClassReader
Read a specific annotation.
readAnnotationEvents(MCapability, Annotation[][], ClassLoader) - Static method in class jadex.bdiv3.BDIClassReader
Read the annotation events from method annotations.
readAnnotationEvents(IInternalAccess, Annotation[][]) - Static method in class jadex.bdiv3x.features.BDIXAgentFeature
Read the annotation events from method annotations.
readAnnotations(DataInputStream, Map<Integer, byte[]>) - Static method in class jadex.commons.SClassReader
Read a set of annotations.
readAnnotationValue(DataInputStream, Map<Integer, byte[]>) - Static method in class jadex.commons.SClassReader
Read an annotation value.
readCertificateChainFromPEM(String) - Static method in class jadex.commons.security.SSecurity
Reads a certificate chain.
readCertificateFromPEM(String) - Static method in class jadex.commons.security.SSecurity
Read a certificate from a PEM-encoded string.
readChildren(ObjectInputStream) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Deserializes children from the given object input stream.
readConstantPoolStrings(DataInputStream) - Static method in class jadex.commons.SClassReader
Reads strings from the constant pool.
reader - Variable in class jadex.bdiv3.BDIModelLoader
The xml reader.
reader - Variable in class jadex.bdiv3x.BDIXModelLoader
The xml reader.
reader - Static variable in class jadex.bpmn.BpmnXMLReader
The singleton reader instance.
reader - Variable in class jadex.micro.MicroModelLoader
The xml reader.
reader - Variable in class jadex.microservice.MicroserviceModelLoader
The xml reader.
reader - Static variable in class jadex.xml.bean.JavaReader
The reader.
reader - Variable in class jadex.xml.stax.StaxReaderWrapper
The wrapped reader.
Reader - Class in jadex.xml.reader
Stax XML reader.
Reader() - Constructor for class jadex.xml.reader.Reader
Create a new reader.
Reader(boolean) - Constructor for class jadex.xml.reader.Reader
Create a new reader.
Reader(boolean, boolean, boolean, XMLReporter) - Constructor for class jadex.xml.reader.Reader
Create a new reader.
Reader(boolean, boolean, XMLReporter) - Constructor for class jadex.xml.reader.Reader
Create a new reader.
readerhandler - Static variable in class jadex.xml.PropertiesXMLHelper
The reader handler.
readerhandler - Variable in class jadex.xml.StackElement
The reader handler (if any).
readerhandler - Variable in class jadex.xml.TypeInfo
The reader handler (if any).
readFields(DataInputStream, Map<Integer, byte[]>) - Static method in class jadex.commons.SClassReader
Reads the class fields.
readFile(File) - Static method in class jadex.commons.SUtil
Reads a file into memory (byte array).
readFile(String) - Static method in class jadex.commons.SUtil
Read a file to string.
readFile(String, ClassLoader) - Static method in class jadex.commons.SUtil
Read a file to string.
readignore - Variable in class jadex.xml.reader.AReadContext
The readignore counter (0=do not ignore).
readLock() - Method in class jadex.bridge.service.types.cms.CmsState
Locks the read lock for resource-based locking.
readLock() - Method in interface jadex.commons.collection.IRwMap
Locks the read lock for resource-based locking.
readLock() - Method in class jadex.commons.collection.RwAutoLock
Locks the read lock for resource-based locking.
readLock() - Method in class jadex.commons.collection.RwMapWrapper
Locks the read lock for resource-based locking.
readMethods(DataInputStream, Map<Integer, byte[]>) - Static method in class jadex.commons.SClassReader
Reads the class methods.
readNFProperties(Class<?>, IInternalAccess, IService, MethodInfo) - Static method in class jadex.bridge.nonfunctional.AbstractNFProperty
Create nf properties form a class with nf annotations.
readObject() - Method in class jadex.commons.beans.XMLDecoder
Reads the next object.
readobjects - Variable in class jadex.xml.reader.AReadContext
The read objects per id.
readonly - Variable in class jadex.base.PlatformConfigurationHandler
Readonly flag.
readPrivateKeyFromPEM(String) - Static method in class jadex.commons.security.SSecurity
Reads a private key from a PEM string.
readResolve() - Method in class jadex.commons.collection.WeakList
Perform special handling on deserialization.
readResolve() - Method in class jadex.commons.collection.WeakSet
Perform special handling on serialization.
readStream(byte[], int, int, InputStream) - Static method in class jadex.commons.SUtil
Reads part of an input stream into a buffer.
readStream(byte[], int, int, InputStream, long) - Static method in class jadex.commons.SUtil
Reads part of an input stream into a buffer.
readStream(byte[], InputStream) - Static method in class jadex.commons.SUtil
Fills buffer from an input stream.
readStream(InputStream) - Static method in class jadex.commons.SUtil
Reads an input stream into memory (byte array).
readStreamLines(InputStream) - Static method in class jadex.commons.SUtil
Reads a (text) stream line-wise and returns lines as array.
readStreamLines(InputStream, Charset) - Static method in class jadex.commons.SUtil
Reads a (text) stream line-wise and returns lines as array.
readunlock - Variable in class jadex.commons.collection.RwAutoLock
The resource read unlock.
readVisibleAnnotations(DataInputStream, Map<Integer, byte[]>, boolean) - Static method in class jadex.commons.SClassReader
Read runtime visible annotations.
ready(int) - Method in class jadex.bridge.component.streams.LocalOutputConnectionHandler
Called by local input connection handler to signal that user has read some data.
readyfuture - Variable in class jadex.bridge.component.streams.LocalOutputConnectionHandler
The ready future.
readyfuture - Variable in class jadex.bridge.component.streams.OutputConnectionHandler
Future used in waitForReady().
readyfuture - Variable in class jadex.bridge.service.types.remote.ServiceOutputConnection
The ready future.
realtime - Variable in class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Flag indicating if the update rate is real time.
realtime - Variable in class jadex.bridge.TimeoutResultListener
The realtime flag.
realtime - Variable in class jadex.micro.IntervalBehavior
The realtime flag.
REALTIME - Static variable in class jadex.bridge.ServiceCall
The realtime constant.
REALTIMETIMEOUT - Static variable in interface jadex.base.IPlatformConfiguration
Flag if local timeouts should be realtime (instead of clock dependent).
reason - Variable in class jadex.base.test.TestReport
The failure reason.
reason - Variable in exception jadex.bridge.ComponentCreationException
The reason.
reason - Variable in class jadex.commons.future.TerminableDelegationFuture
Exception used for notification.
reason - Variable in class jadex.commons.future.TerminableIntermediateDelegationFuture
Exception used for notification.
REASON_COMPONENT_EXISTS - Static variable in exception jadex.bridge.ComponentCreationException
Constant that indicates that the component already exists.
REASON_MODEL_ERROR - Static variable in exception jadex.bridge.ComponentCreationException
Constant that indicates that a model has occurred.
REASON_NO_COMPONENT_FACTORY - Static variable in exception jadex.bridge.ComponentCreationException
Constant that indicates that no component factory has been found.
REASON_WRONG_ID - Static variable in exception jadex.bridge.ComponentCreationException
Constant that indicates that component has a wrong/errorneous id.
rebuild - Variable in class jadex.bdiv3.model.MProcessableElement
The rebuild mode.
rebuild() - Method in annotation type jadex.bdiv3.annotation.Goal
Rebuild the APL on each retry;
rebuild() - Method in class jadex.extension.envsupport.environment.space2d.KdTree
Rebuilds the tree, updating spatial information, adding objects and removing objects.
RECEIVE - jadex.bdiv3.model.MMessageEvent.Direction
 
receiveMessage(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventIntermediateMessageActivityHandler
Receive a message.
receiver - Variable in class jadex.bridge.component.streams.StreamPacket
The reqceiver.
RECEIVER - Static variable in interface jadex.bridge.component.IMsgHeader
Message header key for the receiver.
receivers - Variable in class jadex.bridge.service.types.email.Email
The receivers.
RECEIVERS - Static variable in class jadex.bridge.fipa.SFipa
 
recharge(IChargingstation, double) - Method in class jadex.quickstart.cleanerworld.environment.SensorActuator
Recharge a cleaner at a charging station to a desired charging level.
RecolorLineBorder(Color, int) - Constructor for class jadex.commons.gui.JPlaceholderTextField.RecolorLineBorder
Create.
RecoveryInterceptor - Class in jadex.bridge.service.component.interceptors
The recovery interceptor is used in required service proxies for automatically reassigning a service if it fails due to one of specific exceptions.
RecoveryInterceptor() - Constructor for class jadex.bridge.service.component.interceptors.RecoveryInterceptor
 
RectangleJ2DRenderer - Class in jadex.extension.envsupport.observer.graphics.java2d
 
RectangleJ2DRenderer() - Constructor for class jadex.extension.envsupport.observer.graphics.java2d.RectangleJ2DRenderer
 
recur - Variable in class jadex.bdiv3.model.MGoal
The recur flag.
recur() - Method in annotation type jadex.bdiv3.annotation.Goal
If true (defaults to false), a new round of means-end reasoning is started after each plan execution.
recurdelay - Variable in class jadex.bdiv3.model.MGoal
The recur delay.
recurdelay() - Method in annotation type jadex.bdiv3.annotation.Goal
The delay (default 0 for no delay) before restarting goal processing if recur is set to true (in milliseconds).
redefineClass(Class<?>, byte[]) - Method in class jadex.bytecode.vmhacks.VmHacks.Unsafe
Redefine class byte code.
redefineClassIndirect(Class<?>, byte[]) - Method in class jadex.bytecode.vmhacks.VmHacks.Unsafe
Redefine class byte code.
redirconv - Static variable in class jadex.bdiv3x.BDIXMLReader
 
redirect(double) - Method in interface jadex.extension.envsupport.math.IVector2
Redirects the vector to a new direction, maintaining the magnitude.
redirect(double) - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Redirects the vector to a new direction, maintaining the magnitude.
redirect(double) - Method in class jadex.extension.envsupport.math.Vector2Double
Redirects the vector to a new direction, maintaining the magnitude.
redirect(double) - Method in class jadex.extension.envsupport.math.Vector2Int
Redirects the vector to a new direction, maintaining the magnitude.
redirectInput(IExternalAccess, String) - Static method in class jadex.base.SRemoteGui
Redirect some text to the remote input stream.
reevamodeconv - Static variable in class jadex.bdiv3x.BDIXMLReader
 
reexcludeconv - Static variable in class jadex.bdiv3x.BDIXMLReader
 
ref - Variable in class jadex.bdiv3.model.MBelief
The reference.
ref - Variable in class jadex.bdiv3.model.MConfigParameterElement
The referenced element.
ref - Variable in class jadex.bdiv3.model.MElementRef
The referenced element name.
reference - Variable in class jadex.commons.gui.BrowserPane
The current URL under the mouse cursor when local reference (i.e.
Reference - Annotation Type in jadex.bridge.service.annotation
Can be used to give objects reference semantics in local and remote calls: - in local calls references are not copied.
ReflectNode - Class in jadex.javaparser.javaccimpl
A node for a constructor or method invocation or field access.
ReflectNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.ReflectNode
Create an expression node.
refresh - Variable in class jadex.base.JarAsDirectory
The refresh flag (normally only for root jar file but in remote case also for entries (partial jars).
refresh() - Method in class jadex.base.JarAsDirectory
Refresh the jar entries.
refresh() - Method in class jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
 
refresh() - Method in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
 
refresh() - Method in class jadex.commons.gui.EditableList
Update the ui, when the aid has changed.
refresh() - Method in class jadex.extension.envsupport.evaluation.AbstractChartDataConsumer
Refresh the chart.
refresh() - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Refreshes the viewport.
refresh() - Method in class jadex.extension.envsupport.observer.graphics.java2d.ViewportJ2D
 
refresh() - Method in class jadex.extension.envsupport.observer.gui.plugin.AbstractInteractionPlugin
 
refresh() - Method in class jadex.extension.envsupport.observer.gui.plugin.EvaluationPlugin
Refreshes the display
refresh() - Method in class jadex.extension.envsupport.observer.gui.plugin.IntrospectorPlugin
 
refresh() - Method in interface jadex.extension.envsupport.observer.gui.plugin.IObserverCenterPlugin
Refreshes the display
refresh() - Method in class jadex.extension.envsupport.observer.gui.plugin.VisualsPlugin
Refreshes the display
refresh() - Method in interface jadex.extension.envsupport.observer.perspective.IPerspective
Refreshes the perspective.
refresh() - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Refreshes the perspective.
refresh() - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
Refreshes the perspective.
refresh(List<Object[]>, Collection<DrawableCombiner3d>) - Method in interface jadex.extension.envsupport.observer.graphics.IViewport3d
Refreshes the viewport.
refreshCanvasSize() - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Refreshes the size of the canvas.
refreshCanvasSize() - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Refreshes the size of the canvas.
refreshLatency() - Method in interface jadex.bridge.service.types.remote.IProxyAgentService
Refresh the latency value.
REFUSE - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
REFUSE - Static variable in class jadex.bridge.fipa.SFipa
 
registerClient(String) - Method in interface jadex.bridge.service.types.registry.ISuperpeerService
Initiates the client registration procedure (super peer will answer initially with an empty intermediate result, client will send updates with backward commands).
registered - Variable in class jadex.commons.AbstractModelLoader
The registered models (filename -> loaded model).
registerEditor(Class<?>, Class<?>) - Static method in class jadex.commons.beans.PropertyEditorManager
 
registerMessageEvent(RMessageEvent<Object>) - Method in class jadex.bdiv3x.features.BDIXMessageComponentFeature
Register a conversation or reply-with to be able to send back answers to the source capability.
registerMessageEvent(RMessageEvent<Object>) - Method in interface jadex.bdiv3x.features.IInternalBDIXMessageFeature
Register a conversation or reply-with to be able to send back answers to the source capability.
registerModel(String, ICacheableModel) - Method in class jadex.commons.AbstractModelLoader
Register a model.
registerPropertiesProvider(String, IPropertiesProvider) - Method in interface jadex.bridge.service.types.settings.ISettingsService
Deprecated.
RegularPolygon - Class in jadex.extension.envsupport.observer.graphics.drawable
 
RegularPolygon() - Constructor for class jadex.extension.envsupport.observer.graphics.drawable.RegularPolygon
Generates a size 1.0 triangle.
RegularPolygon(Object, Object, Object, int, Object, int, IParsedExpression) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable.RegularPolygon
Generates a new RegularPolygon.
RegularPolygonJ2DRenderer - Class in jadex.extension.envsupport.observer.graphics.java2d
 
RegularPolygonJ2DRenderer() - Constructor for class jadex.extension.envsupport.observer.graphics.java2d.RegularPolygonJ2DRenderer
 
REJECT_PROPOSAL - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
REJECT_PROPOSAL - Static variable in class jadex.bridge.fipa.SFipa
 
rejectedSetBCOnce - Variable in class jadex.commons.beans.beancontext.BeanContextChildSupport
 
rejectExcludedProposals(NegotiationRecord, IComponentIdentifier[], Map) - Method in class jadex.bdi.planlib.protocols.contractnet.CNPInitiatorPlan
Reject all proposals, which are not part of the next round.
rejectFile(String) - Method in interface jadex.bridge.service.types.chat.IChatGuiService
Reject a waiting file transfer.
relativepath - Variable in class jadex.base.RemoteJarFile
The relative path inside of the jar file.
RELAYADDRESSES - Static variable in interface jadex.base.IPlatformConfiguration
Address(es) for relay transport (one or more addresses separated by commas).
RELAYFORWARDING - Static variable in interface jadex.base.IPlatformConfiguration
 
RELAYTRANSPORT - Static variable in interface jadex.base.IPlatformConfiguration
Flag if relay transport is enabled.
release() - Method in interface jadex.commons.collection.IAutoLock
Manually releases the lock.
releaseBeanContextResources() - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
 
releaseBeanContextResources() - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
Called before the parent context is updated.
releaseLock(Semaphore) - Static method in class jadex.commons.concurrent.MonitoredThreadPoolExecutor
Releases the semaphore, includes null check.
releaseService(BeanContextChild, Object, Object) - Method in interface jadex.commons.beans.beancontext.BeanContextServices
 
releaseService(BeanContextChild, Object, Object) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
Release a service which has been requested previously.
releaseService(BeanContextServices, Object, Object) - Method in interface jadex.commons.beans.beancontext.BeanContextServiceProvider
 
releaseService(BeanContextServices, Object, Object) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
Delegate to the wrapped BeanContextServices.
relevants - Variable in class jadex.bdiv3.model.MGoal
The unique relevant attributes
reload(TreeNode) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
Invoke this method if you've modified the TreeNodes upon which this model depends.
reloadable - Variable in class jadex.javaparser.javaccimpl.ReflectNode
Flag indicating that this node is a candidate dynamic class reloading (currently only supported for plan constructors).
reloadedclass - Variable in class jadex.javaparser.javaccimpl.ReflectNode
The dynamically reloaded class (currently only for constructor nodes).
remainingTokens() - Method in class jadex.commons.ExpressionTokenizer
Get the remaining tokens as single string.
remevent - Variable in class jadex.bdiv3.runtime.wrappers.EventPublisher
The remove event name.
remevent - Variable in class jadex.bdiv3.runtime.wrappers.InitEventPublisher
The remove event name.
remote - Variable in class jadex.bridge.fipa.CMSSearchComponents
Flag if remote search should be done.
remote() - Method in annotation type jadex.bridge.service.annotation.Reference
Set the remote reference state.
REMOTE_REGISTRY_NAME - Static variable in interface jadex.bridge.service.types.registry.IRemoteRegistryService
Name of the remote registry component and service.
RemoteChangeListenerHandler - Class in jadex.bridge
A listener to be installed remotely in a component.
RemoteChangeListenerHandler(String, IInternalAccess, IRemoteChangeListener) - Constructor for class jadex.bridge.RemoteChangeListenerHandler
Create a BDI listener.
RemoteClockChangeListener(String, IInternalAccess, IRemoteChangeListener<?>, ISimulationService) - Constructor for class jadex.base.SRemoteClock.RemoteClockChangeListener
Create a BPMN listener.
RemoteDelegationResultListener<E> - Class in jadex.commons.future
Result listener that delegates calls to a future and can be called from remote.
RemoteDelegationResultListener(Future<E>) - Constructor for class jadex.commons.future.RemoteDelegationResultListener
Create a new listener.
remoteexcluded - Variable in class jadex.bridge.service.types.awareness.DiscoveryInfo
Flag indicating that the remote component has excluded our local component.
RemoteJarFile - Class in jadex.base
The remote jar file.
RemoteJarFile() - Constructor for class jadex.base.RemoteJarFile
Create a remote jar file.
RemoteJarFile(String, String, boolean, String, Map<String, Collection<FileData>>, String, long, char, int, long) - Constructor for class jadex.base.RemoteJarFile
Create a remote jar file.
RemoteMethodInvocationHandler - Class in jadex.bridge.service.component
Class that implements the Java proxy InvocationHandler, which is called when a method on a proxy is called.
RemoteMethodInvocationHandler(IInternalAccess, ProxyReference) - Constructor for class jadex.bridge.service.component.RemoteMethodInvocationHandler
Create a new invocation handler.
RemoteSimServiceChangeListener(String, IInternalAccess, IRemoteChangeListener, ISimulationService) - Constructor for class jadex.base.SRemoteClock.RemoteSimServiceChangeListener
Create a BPMN listener.
RemoteTimerChangeListener(String, IInternalAccess, IRemoteChangeListener, IClockService) - Constructor for class jadex.base.SRemoteClock.RemoteTimerChangeListener
Create a BPMN listener.
remove() - Method in class jadex.commons.beans.beancontext.BeanContextSupport.BCSIterator
 
remove() - Method in class jadex.commons.collection.ActionReferenceQueue
Remove an element from the queue.
remove() - Method in class jadex.commons.collection.MultiIterator
Removes from the underlying collection the last element returned by this iterator (optional operation).
remove() - Method in class jadex.commons.concurrent.ThreadPool.ServiceThread
Remove the service thread from the pool.
remove() - Method in class jadex.commons.future.IntermediateFutureIterator
Not supported.
remove(int) - Method in class jadex.bpmn.MultiColumnTable
 
remove(int) - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
remove(int) - Method in class jadex.commons.collection.IndexMap
Removes the element at the specified position in this list.
remove(int) - Method in class jadex.commons.collection.WeakList
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class jadex.commons.collection.wrappers.ListWrapper
 
remove(int) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
Removes the child at index from the receiver.
remove(int, int) - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo.AutoCompleteDocument
 
remove(long) - Method in class jadex.commons.collection.ActionReferenceQueue
Remove an element from the queue.
remove(Object) - Method in class jadex.bpmn.MultiColumnTable
 
remove(Object) - Method in class jadex.bridge.service.search.ServiceKeyExtractor.SetWrapper
 
remove(Object) - Method in class jadex.bytecode.vmhacks.ClassStore
Override
remove(Object) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Removes the given child from this context.
remove(Object) - Method in class jadex.commons.beans.Encoder
Remvoe the existing new copy of the given old object.
remove(Object) - Method in class jadex.commons.collection.BiHashMap
Removes an entry, forward direction.
remove(Object) - Method in class jadex.commons.collection.Cache
Remove an entry.
remove(Object) - Method in class jadex.commons.collection.CheckedCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(Object) - Method in class jadex.commons.collection.CheckedMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object) - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
remove(Object) - Method in class jadex.commons.collection.FastHashMap
 
remove(Object) - Method in class jadex.commons.collection.IdentityHashSet
Removes the specified element from this set if it is present (optional operation).
remove(Object) - Method in class jadex.commons.collection.IndexMap.ListIndexMap
Removes the first occurrence in this list of the specified element.
remove(Object) - Method in class jadex.commons.collection.IndexMap.MapIndexMap
Removes the mapping for this key from this map if it is present.
remove(Object) - Method in class jadex.commons.collection.LeaseTimeMap
Removes the mapping for this key from this map if it is present.
remove(Object) - Method in class jadex.commons.collection.LeaseTimeSet
 
remove(Object) - Method in class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
 
remove(Object) - Method in class jadex.commons.collection.MultiCollection
Removes the mapping for this key from this map if it is present.
remove(Object) - Method in class jadex.commons.collection.NestedMap
Removes the mapping for this key from this map if it is present (optional operation).
remove(Object) - Method in class jadex.commons.collection.OrderedProperties
Delegate.
remove(Object) - Method in class jadex.commons.collection.PassiveLeaseTimeSet
 
remove(Object) - Method in class jadex.commons.collection.RwMapWrapper
Removes a key-value pair.
remove(Object) - Method in class jadex.commons.collection.TwoWayMultiCollection
Removes the mapping for this key from this map if it is present.
remove(Object) - Method in class jadex.commons.collection.WeakKeyValueMap
Removes key.
remove(Object) - Method in class jadex.commons.collection.WeakList
Removes the first occurrence in this list of the specified element (optional operation).
remove(Object) - Method in class jadex.commons.collection.WeakSet
Removes the given element from this set if it is present.
remove(Object) - Method in class jadex.commons.collection.WeakValueMap
Remove value for key.
remove(Object) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
 
remove(Object) - Method in class jadex.commons.collection.wrappers.MapWrapper
 
remove(Object, boolean) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Removes the given child from this context.
remove(String) - Method in class jadex.commons.ObjectCache
Add a cached object.
remove(HttpURLConnection) - Method in class jadex.commons.HttpConnectionManager
Remove a connection.
REMOVE - Static variable in class jadex.bdi.planlib.DefaultBDIVisionProcessor
The remove action.
REMOVE_OUTDATED - Static variable in class jadex.bdi.planlib.DefaultBDIVisionProcessor
The remove_outdated action (checks all entries in the belief set, if they should be seen, but are no longer there).
removeAll(Collection) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
This method is unsupported, throws UnsupportedOperationException.
removeAll(Collection) - Method in class jadex.commons.collection.CheckedCollection
Removes all of this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Collection) - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
removeAll(Collection) - Method in class jadex.commons.collection.WeakList
Removes from this list all the elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class jadex.bridge.service.search.ServiceKeyExtractor.SetWrapper
 
removeAll(Collection<?>) - Method in class jadex.commons.collection.IdentityHashSet
Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class jadex.commons.collection.IndexMap
Removes from this list all the elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in class jadex.commons.collection.LeaseTimeSet
 
removeAll(Collection<?>) - Method in class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
 
removeAll(Collection<?>) - Method in class jadex.commons.collection.PassiveLeaseTimeSet
 
removeAll(Collection<?>) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
 
removeAllRows() - Method in class jadex.commons.gui.jtable.ObjectTableModel
Remove all rows from the model.
removeAvatarMappings(AvatarMapping) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Remove an avatar mapping.
removeBackwardCommand(ICommand<Object>) - Method in class jadex.commons.future.TerminableFuture
Add a command with a filter.
removeBackwardCommand(ICommand<Object>) - Method in class jadex.commons.future.TerminableIntermediateFuture
Add a command with a filter.
removeBeanContextMembershipListener(BeanContextMembershipListener) - Method in interface jadex.commons.beans.beancontext.BeanContext
 
removeBeanContextMembershipListener(BeanContextMembershipListener) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
 
removeBeanContextServicesListener(BeanContextServicesListener) - Method in interface jadex.commons.beans.beancontext.BeanContextServices
 
removeBeanContextServicesListener(BeanContextServicesListener) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
 
removeBelief(MBelief) - Method in class jadex.bdiv3.model.MCapability
Remove a belief.
removeBeliefChanged(String) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Remove a belief change type.
removeBeliefListener(IBeliefListener<T>) - Method in interface jadex.bdiv3x.runtime.IBelief
Remove a belief listener.
removeBeliefListener(IBeliefListener<T>) - Method in class jadex.bdiv3x.runtime.RBeliefbase.RBelief
Deprecated.
Remove a belief set listener.
removeBeliefListener(String, IBeliefListener) - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Remove a belief listener.
removeBeliefListener(String, IBeliefListener<?>) - Method in interface jadex.bdiv3.features.IBDIAgentFeature
Remove a belief listener.
removeBeliefListener(String, IBeliefListener<T>) - Method in interface jadex.bdiv3.runtime.ICapability
Remove a belief listener.
removeBeliefSetListener(IBeliefListener<T>) - Method in interface jadex.bdiv3x.runtime.IBeliefSet
Remove a belief set listener.
removeBeliefSetListener(IBeliefListener<T>) - Method in class jadex.bdiv3x.runtime.RBeliefbase.RBeliefSet
Remove a belief set listener.
removeBOM(String) - Static method in class jadex.commons.SUtil
Remove BOM from UTF text.
removeBreakpoint(Object) - Method in interface jadex.commons.ISteppable
Remove a breakpoint from the interpreter.
removeBreakpointListener(IChangeListener) - Method in interface jadex.commons.IBreakpointPanel
Remove a listener from receiving breakpoint selected events.
removeChangeEventType(String) - Method in class jadex.bdiv3.runtime.WaitAbstraction
 
removeChangeEventType(String) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Remove a change event type.
removeChangeListener(IChangeListener) - Method in interface jadex.bridge.service.types.clock.IClock
Remove a change listener.
removeChangeListener(IChangeListener) - Method in interface jadex.bridge.service.types.clock.IClockService
Remove a change listener.
removeChangeListener(IChangeListener) - Method in interface jadex.bridge.service.types.simulation.ISimulationService
Remove a change listener.
removeChangeListener(IRemoteChangeListener<IComponentIdentifier>) - Method in interface jadex.bridge.service.types.daemon.IDaemonService
Remove a change listener.
removeChild(IComponentIdentifier) - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Remove a child component.
removeChild(JWizard.WizardNode) - Method in class jadex.commons.gui.JWizard.WizardNode
Removes a child.
removeChildAt(int) - Method in class jadex.commons.collection.TreeNode
Remove the Node element at index index of the List.
removeChildren(Object) - Method in class jadex.xml.reader.AReadContext
Remove a child.
removeClockListener(String, ISimulationService, IExternalAccess) - Static method in class jadex.base.SRemoteClock
Remove a clock listener.
removecmd - Variable in class jadex.commons.collection.LeaseTimeSet
The cleaner.
removecmd - Variable in class jadex.commons.collection.PassiveLeaseTimeSet
The cleaner.
removeColumn(TableColumn) - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
Deletes the TableColumn column from the tableColumns array.
removeComponentAction(ComponentActionList.ActionEntry) - Method in class jadex.extension.envsupport.environment.ComponentActionList
Remove an component action.
removeComponentDescription(IComponentDescription) - Method in class jadex.bridge.fipa.CMSSearchComponents
Remove a componentdescription from this CMSSearchComponents.
removeComponentFactory(IComponentIdentifier) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Remove the bootstrap factory
removeComponentInstance(ComponentInstanceInfo) - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Removes a component.
removeConsoleListener(IExternalAccess, String) - Static method in class jadex.base.SRemoteGui
 
removeCopyPasteMenu(JTextComponent) - Static method in class jadex.commons.gui.SGUI
Removes copy & paste menu from a text component.
removed - Variable in class jadex.bridge.RemoteChangeListenerHandler
The removed elements (if any).
REMOVED - Static variable in interface jadex.bridge.service.types.daemon.IDaemonService
Event for a removed platform.
removeDataView(String) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Removes a view from the space.
removeDataView(String) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Removes a dataview from the space.
removeDependency(T, T) - Method in class jadex.bridge.component.DependencyResolver
Remove a dependency that a depends on b.
removeDuplicates() - Method in class jadex.commons.gui.EditableList
Remove all duplicates from the list.
removeEldestEntry(Map.Entry<K, V>) - Method in class jadex.commons.collection.LRU
Remove the eldest entry.
removeEntries() - Method in class jadex.commons.gui.EditableList
Remove all entries.
removeEntry(Object) - Method in class jadex.commons.collection.ActionReferenceQueue
Remove an entry.
removeEntry(String) - Method in class jadex.commons.gui.EditableList
Add a new entry.
removeEnvironmentListener(IEnvironmentListener) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Remove an environment listener.
removeEnvironmentListener(IEnvironmentListener) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Remove an environment listener.
removeEvaluator(IServiceEvaluator) - Method in class jadex.bridge.nonfunctional.search.ComposedEvaluator
Removes an evaluator.
removeEventMatcher(String) - Method in interface jadex.bpmn.runtime.IInternalProcessEngineService
Register an event description to be notified, when the event happens.
removeExcludedComponent(IComponentIdentifier) - Method in interface jadex.bridge.service.search.IServiceRegistry
Remove an excluded component.
removeExcludedComponent(IComponentIdentifier) - Method in class jadex.bridge.service.search.ServiceRegistry
Remove an excluded component.
removeExtension(String) - Static method in class jadex.commons.SUtil
Remove file extension.
removeFact(Object) - Method in interface jadex.bdiv3x.runtime.IBeliefSet
Remove a fact to a belief.
removeFact(Object) - Method in class jadex.bdiv3x.runtime.RBeliefbase.RBeliefSet
Remove a fact to a belief.
removeFactAdded(String) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Remove a fact added.
removeFactChanged(String) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Remove a fact changed.
removeFactRemoved(String) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Remove a fact removed.
removeFacts() - Method in interface jadex.bdiv3x.runtime.IBeliefSet
Remove all facts from a belief.
removeFacts() - Method in class jadex.bdiv3x.runtime.RBeliefbase.RBeliefSet
Remove all facts from a belief.
removeGoalFinished(IGoal) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Remove the goal to wait for.
removeGoalFinished(String) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Remove the goal to wait for.
removeHandler(Handler) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Remove a log Handler.
removeInhibitor(RGoal, RGoal) - Method in class jadex.bdiv3.runtime.EasyDeliberationStrategy
Remove an inhibitor from a goal.
removeInterceptor(UnparsedExpression) - Method in class jadex.bridge.service.ProvidedServiceImplementation
Remove an interceptor.
removeInterceptor(UnparsedExpression) - Method in class jadex.bridge.service.RequiredServiceBinding
Remove an interceptor.
removeInterceptor(UnparsedExpression) - Method in class jadex.bridge.service.RequiredServiceInfo
Remove an interceptor.
removeInterceptor(IServiceInvocationInterceptor, Object) - Method in interface jadex.bridge.service.component.IProvidedServicesFeature
Remove a service interceptor.
removeInterceptor(IServiceInvocationInterceptor, Object) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Remove a service interceptor.
removeInternalEvent(String) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Remove an internal event.
removeItem(Object) - Method in class jadex.commons.gui.PopupBuilder
Remove an item.
removeJob(String) - Method in interface jadex.bridge.service.types.cron.ICronService
Remove a schedule job.
removeKernelListener(IMultiKernelListener) - Method in interface jadex.bridge.service.types.factory.IMultiKernelNotifierService
Removes a kernel listener.
removeKernelListener(IMultiKernelListener) - Method in class jadex.micro.KernelMultiAgent
Removes a kernel listener.
removeKey(K) - Method in class jadex.commons.collection.IndexMap
Removes the mapping for this key from this map if it is present.
removeLayoutComponent(Component) - Method in class jadex.commons.gui.ObjectCardLayout
Will be called from the container, when a component was removed.
removeLibraryServiceListener(ILibraryServiceListener) - Method in interface jadex.bridge.service.types.library.ILibraryService
Remove an Library Service listener.
removeLineListener(IChangeListener) - Method in class jadex.commons.ListenableStream
Remove a line listener.
removeListener(IResultListener<E>) - Method in interface jadex.bdiv3x.runtime.IFinishableElement
Remove a listener.
removeLocker(String) - Method in class jadex.bridge.service.types.cms.LockEntry
Remove a locker id.
removeMenu(JMenu) - Method in class jadex.extension.envsupport.observer.gui.ObserverCenterWindow
Removes a menu
removeMessageEvent(MMessageEvent) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Remove a message event.
removeMessageEvent(String) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Remove a message event.
removeMessageHandler(IMessageHandler) - Method in interface jadex.bridge.component.IMessageFeature
Remove a message handler.
removeMethodInvocationListener(IServiceIdentifier, MethodInfo, IMethodInvocationListener) - Method in interface jadex.bridge.service.component.IProvidedServicesFeature
Remove a method invocation handler.
removeMethodInvocationListener(IServiceIdentifier, MethodInfo, IMethodInvocationListener) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Remove a method invocation handler.
removeMethodListener(MethodInfo, IMethodInvocationListener) - Method in class jadex.bridge.service.component.MethodListenerHandler
Add a method listener.
removeMethodNFProperty(IExternalAccess, IServiceIdentifier, MethodInfo, String) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Remove a non-functional property.
removeMethodNFProperty(IServiceIdentifier, MethodInfo, String) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Remove a non-functional property.
removeMethodNFProperty(MethodInfo, String) - Method in interface jadex.bridge.nonfunctional.INFMethodPropertyProvider
Remove a non-functional property.
removeMethodNFProperty(MethodInfo, String) - Method in class jadex.bridge.nonfunctional.NFMethodPropertyProvider
Remove a non-functional property.
removeMGroupType(MGroupType) - Method in class jadex.extension.agr.MAGRSpaceType
Remove a group type from this space type.
removeModelElement(MElement) - Method in class jadex.bdiv3.runtime.WaitAbstraction
 
removeMouseListener(MouseListener) - Method in class jadex.extension.envsupport.observer.gui.plugin.AbstractInteractionPlugin
Removes a MouseListener.
removeMRoleType(MRoleType) - Method in class jadex.extension.agr.MGroupType
Remove a role from this group type.
removeNameAuthority(String) - Method in interface jadex.bridge.service.types.security.ISecurityService
Remvoes an authority for authenticating platform names.
removeNetwork(String, String) - Method in interface jadex.bridge.service.types.security.ISecurityService
Remove a network.
removeNFProperty(IExternalAccess, IServiceIdentifier, String) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Remove a non-functional property.
removeNFProperty(IExternalAccess, String) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Remove a non-functional property.
removeNFProperty(IServiceIdentifier, String) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Remove a non-functional property.
removeNFProperty(String) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Remove a non-functional property.
removeNFProperty(String) - Method in interface jadex.bridge.nonfunctional.INFPropertyProvider
Remove a non-functional property.
removeNFProperty(String) - Method in class jadex.bridge.nonfunctional.NFPropertyProvider
Remove a non-functional property.
removeObject(ISpaceObject) - Method in class jadex.extension.envsupport.environment.space2d.KdTree
Removes an object to the tree.
removeObject(Object, Object) - Method in class jadex.commons.collection.MultiCollection
Remove a special object from the collection of a defined key.
removeObject(Object, Object) - Method in class jadex.commons.collection.TwoWayMultiCollection
Remove a special object from the collection of a defined key.
removeObjectTask(Object, Object) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Remove an object task.
removeObjectTask(Object, Object) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Remove an object task.
removeObjectTaskType(String) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Remove an object task type.
removeObjectTaskType(String) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Remove an object task type.
removeParameterValue(String) - Method in class jadex.bpmn.runtime.ProcessThread
Remove the value of a parameter.
removeParticipant(IComponentIdentifier) - Method in class jadex.bdi.planlib.protocols.IQueryNextroundInfo.NextroundInfo
Remove a participant.
removePerceptGenerator(Object) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Remove a percept generator.
removePerceptGenerator(Object) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Remove a percept generator.
removePerceptProcessor(String, IPerceptProcessor) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
remove a percept processor.
removePerceptType(String) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Remove a space process type.
removePerceptType(String) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Remove a space process type.
removePlatformMemory(IComponentIdentifier) - Static method in class jadex.base.Starter
Get a global platform value.
removePojoServiceProxy(IServiceIdentifier) - Static method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Remove a pojo - proxy pair.
removePostProcessor(IFilter<Object>) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Remove a post processor.
removePreProcessor(IFilter<Object>) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Remove a pre processor.
removePrimitive(Primitive) - Method in class jadex.extension.envsupport.observer.graphics.drawable.DrawableCombiner
Removes a primitive from all layers in the combiner.
removePrimitive(Primitive3d) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
Removes a primitive from all layers in the combiner.
removeProperty(String) - Method in class jadex.bridge.ServiceCall
Remove a property.
removePropertyChangeListener(PropertyChangeListener) - Method in interface jadex.commons.beans.Customizer
 
removePropertyChangeListener(PropertyChangeListener) - Method in class jadex.commons.beans.PropertyChangeSupport
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface jadex.commons.beans.PropertyEditor
 
removePropertyChangeListener(PropertyChangeListener) - Method in class jadex.commons.beans.PropertyEditorSupport
 
removePropertyChangeListener(PropertyChangeListener) - Method in class jadex.commons.SimplePropertyChangeSupport
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class jadex.commons.SimplePropertyObject
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class jadex.extension.envsupport.environment.SynchronizedPropertyObject
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface jadex.commons.beans.beancontext.BeanContextChild
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class jadex.commons.beans.PropertyChangeSupport
 
removeProvidedService(ProvidedServiceInfo) - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Remove a provided service.
removeProvidedService(ProvidedServiceInfo) - Method in class jadex.bridge.modelinfo.ModelInfo
Remove a provided service.
removeQueries(IComponentIdentifier) - Method in interface jadex.bridge.service.search.IServiceRegistry
Remove all service queries of a specific component from the registry.
removeQueries(IComponentIdentifier) - Method in class jadex.bridge.service.search.ServiceRegistry
Remove all service queries of a specific component from the registry.
removeQueriesOfPlatform(IComponentIdentifier) - Method in interface jadex.bridge.service.search.IServiceRegistry
Remove all service queries of a specific platform from the registry.
removeQueriesOfPlatform(IComponentIdentifier) - Method in class jadex.bridge.service.search.ServiceRegistry
Remove all service queries of a specific platform from the registry.
removeQuery(ServiceQuery<?>) - Method in interface jadex.bridge.service.search.IServiceRegistry
Remove a service query from the registry.
removeQuery(ServiceQuery<?>) - Method in class jadex.bridge.service.search.ServiceRegistry
Remove a service query from the registry.
removeReceiver(IComponentIdentifier) - Method in class jadex.bridge.fipa.FipaMessage
Denotes the identity of the intended recipients of the message.
removeReply(IMessageEvent) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Remove a message event reply.
removeReply(RMessageEvent) - Method in class jadex.bdiv3.runtime.WaitAbstraction
Add a message event reply.
removeRequiredMethodNFProperty(IExternalAccess, IServiceIdentifier, MethodInfo, String) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Remove a non-functional property.
removeRequiredMethodNFProperty(IServiceIdentifier, MethodInfo, String) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Remove a non-functional property.
removeRequiredNFProperty(IExternalAccess, IServiceIdentifier, String) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Remove a non-functional property.
removeRequiredNFProperty(IServiceIdentifier, String) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Remove a non-functional property.
removeRequiredService(RequiredServiceInfo) - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Remove a required service.
removeRequiredService(RequiredServiceInfo) - Method in class jadex.bridge.modelinfo.ModelInfo
Remove a required service.
removeResourceIdentifier(IResourceIdentifier, IResourceIdentifier) - Method in interface jadex.bridge.service.types.library.ILibraryService
Remove a resource identifier.
removeRole(String, String) - Method in interface jadex.bridge.service.types.security.ISecurityService
Adds a role of an entity (platform or network name).
removeRoleForType(String, String) - Method in class jadex.extension.agr.Group
Remove a role name for an agent type name.
removeRow(int) - Method in class jadex.commons.gui.jtable.ObjectTableModel
Remove a row from the model.
removeRow(Object) - Method in class jadex.commons.gui.jtable.ObjectTableModel
Remove a row from the model.
removeRule(String) - Method in interface jadex.bridge.service.types.ecarules.IRulebaseService
Remove a rule.
removeRuntimeElement(RElement) - Method in class jadex.bdiv3.runtime.WaitAbstraction
 
removeRuntimeElement(RElement) - Method in class jadex.bdiv3x.runtime.Plan.PlanWaitAbstraction
Remove a runtime element.
removeSelectedObjectListener(ChangeListener) - Method in class jadex.extension.envsupport.observer.gui.ObserverCenter
Removes a listener for change of the selected object
removeService(IInternalService) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Remove a service.
removeService(IServiceIdentifier) - Method in interface jadex.bridge.service.component.IExternalProvidedServicesFeature
Removes a service from the container (shutdowns also the service if the container is running).
removeService(IServiceIdentifier) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Removes a service from the platform (shutdowns also the service).
removeService(IServiceIdentifier) - Method in interface jadex.bridge.service.search.IServiceRegistry
Remove a service from the registry.
removeService(IServiceIdentifier) - Method in class jadex.bridge.service.search.ServiceRegistry
Remove a service from the registry.
removeServiceInterceptor(IServiceInvocationInterceptor) - Method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Remove an interceptor.
removeServices(IComponentIdentifier) - Method in interface jadex.bridge.service.search.IServiceRegistry
Remove services of a platform from the registry.
removeServices(IComponentIdentifier) - Method in class jadex.bridge.service.search.ServiceRegistry
Remove services of a platform from the registry.
removeSimulationListener(String, ISimulationService, IExternalAccess) - Static method in class jadex.base.SRemoteClock
Remove a sim listener.
removeSpaceAction(String) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Removes an space action.
removeSpaceAction(String) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Removes an space action.
RemoveSpaceObjectTaskTask - Class in jadex.bdibpmn.task
Create a task for a space object.
RemoveSpaceObjectTaskTask() - Constructor for class jadex.bdibpmn.task.RemoveSpaceObjectTaskTask
 
removeSpaceObjectType(String) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Remove a space object type.
removeSpaceObjectType(String) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Remove a space object type.
removeSpaceProcess(Object) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Removes a space process.
removeSpaceProcess(Object) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Removes a space process.
removeSpaceProcessType(String) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Remove a space process type.
removeSpaceProcessType(String) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Remove a space process type.
removeSplitInfo(SplitInfo) - Method in class jadex.bpmn.runtime.ProcessThread
Remove the split info.
removeStackedListeners() - Static method in class jadex.commons.future.FutureHelper
Remove all collected listener notifications for the current thread.
removeStackElement() - Method in class jadex.xml.reader.AReadContext
 
removeSubcontext() - Method in class jadex.bpmn.runtime.ProcessThread
Remove a sub context but keep the corresponding thread.
removeSubproperties(String) - Method in class jadex.commons.Properties
Remove all subproperties of a given type.
removeSystemErrListener(IChangeListener) - Static method in class jadex.commons.SUtil
Remove a listener from System.err.
removeSystemOutListener(IChangeListener) - Static method in class jadex.commons.SUtil
Remove a listener from System.out.
removeSystemUrls(URL[]) - Static method in class jadex.commons.SUtil
Removes the (.jar) URLs contained in directories associated with the JVM.
removeTask(Object, Exception) - Method in class jadex.extension.envsupport.environment.SpaceObject
Removes a task from the object.
removeTaskListener(Object, IResultListener) - Method in class jadex.extension.envsupport.environment.SpaceObject
Remove a result listener from a task.
removeTaskListener(Object, Object, IResultListener) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Remove a result listener from an object task.
removeTaskListener(Object, Object, IResultListener) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Remove a result listener from an object task.
removeTerminationListener(ActionListener) - Method in class jadex.commons.gui.JWizard
Removes a termination listener.
removeThread(ProcessThread) - Method in class jadex.bpmn.runtime.ProcessThread
Remove a thread from this context.
removeThreadLocal(ThreadLocal<?>) - Static method in class jadex.commons.future.ThreadLocalTransferHelper
Add a thread local that will be automatically copied on thread resumption.
removeTickTimer(ITimer) - Method in interface jadex.bridge.service.types.clock.IClock
Remove a tick timer.
removeTimeDelay(String) - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Remove a time support.
removeTimer(ITimer) - Method in interface jadex.bridge.service.types.clock.IClock
Remove a timer.
removeTimerListener(String, ISimulationService, IExternalAccess) - Static method in class jadex.base.SRemoteClock
Remove a timer listener.
removeTopLevelURL(URL) - Method in interface jadex.bridge.service.types.library.ILibraryService
Remove a top level url.
removeTreeModelListener(TreeModelListener) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
 
removeTrustedPlatform(String) - Method in interface jadex.bridge.service.types.security.ISecurityService
Adds a name of an authenticated platform to allow access.
removeURL(IExternalAccess, String) - Static method in class jadex.base.SRemoteGui
Remove a URL from the lib service.
removeURL(IResourceIdentifier, URL) - Method in interface jadex.bridge.service.types.library.ILibraryService
Remove a url.
removeUsedId(String) - Method in class jadex.commons.IdGenerator
Removes a used ID, only useful in collision-free mode.
removeValue(Object) - Method in interface jadex.bdiv3x.runtime.IParameterSet
Remove a value to a parameter set.
removeValue(Object) - Method in class jadex.commons.collection.IndexMap
Removes the first occurrence in this list of the specified element.
removeValue(T) - Method in class jadex.bridge.service.search.Indexer
Remove a value from the indexer.
removeValues() - Method in interface jadex.bdiv3x.runtime.IParameterSet
Remove all values from a parameter set.
removeVetoableChangeListener(VetoableChangeListener) - Method in class jadex.commons.beans.VetoableChangeSupport
 
removeVetoableChangeListener(String, VetoableChangeListener) - Method in interface jadex.commons.beans.beancontext.BeanContextChild
 
removeVetoableChangeListener(String, VetoableChangeListener) - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
 
removeVetoableChangeListener(String, VetoableChangeListener) - Method in class jadex.commons.beans.VetoableChangeSupport
 
removeViewportListener(IViewportListener) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Removes a IViewportListener
removeViewportListener(IViewportListener) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
Removes a IViewportListener
removeViewportListener(IViewportListener) - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Removes a IViewportListener
removeVisual(Object) - Method in interface jadex.extension.envsupport.observer.perspective.IPerspective
Removes a new visual object.
removeVisual(Object) - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Removes a new visual object.
removeVisual(Object) - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
Removes a new visual object.
rename(String) - Method in class jadex.bridge.service.component.RequiredServicesFeatureAdapter
Rename if necessary.
renameFile(String, String) - Method in interface jadex.bridge.service.types.filetransfer.IFileTransferService
Rename a file.
renderinfos - Variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Cached render information
renderinfos - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Cached render information
rendering - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Flag to indicate that rendering is in progress.
rendering - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
Flag to indicate that rendering is in progress.
renderObject(Graphics, Component, double, double, int, int, int) - Static method in class jadex.commons.gui.SGUI
Render an object on a grid.
renewIndex() - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
 
rentrySet() - Method in class jadex.commons.collection.BiHashMap
Returns the entry set of the reverse map.
reorderMultiFactory(Collection<IComponentFactory>) - Static method in class jadex.bridge.service.types.factory.SComponentFactory
Exclude the multifactory from a collection.
repdirconv - Static variable in class jadex.bdiv3x.BDIXMLReader
 
repeatStep(long, long, IComponentStep<T>) - Method in interface jadex.bridge.component.IExternalExecutionFeature
Repeats a ComponentStep periodically, until terminate() is called on result future or a failure occurs in a step.
repeatStep(long, long, IComponentStep<T>, boolean) - Method in interface jadex.bridge.component.IExternalExecutionFeature
Repeats a ComponentStep periodically, until terminate() is called on result future.
replace() - Method in annotation type jadex.bdiv3.annotation.BDIConfigurations
Replace content of the base classes.
replace() - Method in annotation type jadex.micro.annotation.Arguments
Replace content of the base classes.
replace() - Method in annotation type jadex.micro.annotation.Breakpoints
Replace content of the base classes.
replace() - Method in annotation type jadex.micro.annotation.ComponentTypes
Replace content of the base classes.
replace() - Method in annotation type jadex.micro.annotation.Configuration
Replace content of the base classes.
replace() - Method in annotation type jadex.micro.annotation.Configurations
Replace content of the base classes.
replace() - Method in annotation type jadex.micro.annotation.Feature
Replace content of the existing classes.
replace() - Method in annotation type jadex.micro.annotation.Features
Replace content of the inherited classes.
replace() - Method in annotation type jadex.micro.annotation.Properties
Replace content of the base classes.
replace() - Method in annotation type jadex.micro.annotation.ProvidedServices
Replace content of the base classes.
replace() - Method in annotation type jadex.micro.annotation.RequiredServices
Replace content of the base classes.
replace() - Method in annotation type jadex.micro.annotation.Results
Replace content of the base classes.
replace(int, int, String, AttributeSet) - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo.AutoCompleteDocument
 
replace(String, StringBuffer, String, String) - Static method in class jadex.commons.SUtil
Parse a source string replacing occurrences and storing the result in the given string buffer.
replace(String, String, String) - Static method in class jadex.commons.SUtil
Parse a source string replacing occurrences and returning the result.
replace(K, V) - Method in class jadex.commons.collection.IndexMap
Replace an object for the given key.
replaceLast(String, String, String) - Static method in class jadex.commons.SUtil
Replace the last occurrence of a substring.
Replacement - Annotation Type in jadex.bridge.service.annotation
Define a replacement object to be called instead of the remote method.
replaceNativeGetter(String, MethodNode, String) - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator
Replace native getter for abstract belief.
replaceNativeGetter(String, MethodNode, String) - Method in class jadex.bdiv3.ASMBDIClassGenerator
 
replaceNativeSetter(String, MethodNode, String) - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator
Replace native setter for abstract belief.
replaceNativeSetter(String, MethodNode, String) - Method in class jadex.bdiv3.ASMBDIClassGenerator
 
replaceReferences(IBDIModel) - Static method in class jadex.bdiv3.model.SBDIModel
Add elements from sub capabilities into model.
REPLY_BY - Static variable in class jadex.bridge.fipa.SFipa
 
REPLY_TO - Static variable in class jadex.bridge.fipa.SFipa
 
REPLY_WITH - Static variable in class jadex.bridge.fipa.SFipa
 
replyelements - Variable in class jadex.bdiv3.runtime.WaitAbstraction
The reply elements.
report - Variable in class jadex.bridge.modelinfo.ModelInfo
The report.
report(String, String, Object, ILocation) - Method in class jadex.xml.stax.StaxXMLReporterWrapper
Report the desired message in an application specific format.
report(String, String, Object, ILocation) - Method in interface jadex.xml.stax.XMLReporter
Report the desired message in an application specific format.
report(String, String, Object, Location) - Method in class jadex.xml.stax.JadexXMLReporterWrapper
Report the desired message in an application specific format.
reporter - Variable in class jadex.xml.reader.AReadContext
The parser.
reporter - Variable in class jadex.xml.reader.AReader
 
reportError(IContext, String) - Static method in class jadex.extension.envsupport.MEnvSpaceType
Report an error including the line and column.
reports - Variable in class jadex.base.test.Testcase
The test reports.
republish() - Method in interface jadex.bridge.service.types.awareness.IDiscoveryService
Republish the awareness info.
reqname - Variable in class jadex.bridge.service.component.multiinvoke.MultiServiceInvocationHandler
The required service name.
reqname - Variable in class jadex.bridge.ServiceCallInfo
The required service name.
reqserinfo - Variable in class jadex.micro.MicroModel.ServiceInjectionInfo
The required service info.
request - Variable in class jadex.bdi.planlib.protocols.RPQPInitiatorPlan
The request (must be saved because of conversation tracking).
REQUEST - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
REQUEST - Static variable in class jadex.bridge.fipa.SFipa
 
REQUEST_WHEN - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
REQUEST_WHEN - Static variable in class jadex.bridge.fipa.SFipa
 
REQUEST_WHENEVER - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
REQUEST_WHENEVER - Static variable in class jadex.bridge.fipa.SFipa
 
RequestFailedException(String, int, String) - Constructor for exception jadex.extension.rs.invoke.RestInvocationHelper.RequestFailedException
Create the exception.
requestFinished(boolean, Object) - Method in class jadex.bdi.planlib.protocols.RPQPInitiatorPlan
Method, that is being called, when the request has finished.
required - Variable in class jadex.bridge.nonfunctional.search.BasicEvaluator
The required flag.
required - Variable in class jadex.bridge.service.component.BasicServiceInvocationHandler
The flag if the proxy is required (provided otherwise).
required - Variable in class jadex.bridge.service.component.interceptors.DecouplingInterceptor
Is the interceptor for a required service proxy?
required - Variable in class jadex.micro.MicroModel.ServiceInjectionInfo
The required flag (fail if not present).
required() - Method in annotation type jadex.micro.annotation.AgentServiceSearch
Deprecated.
Fail at startup if no service is found?
required() - Method in annotation type jadex.micro.annotation.OnService
Fail at startup if no service is found?
requiredproxytype - Variable in class jadex.bridge.service.search.ServiceQuery
Required service proxy type.
requiredservice() - Method in annotation type jadex.micro.annotation.AgentServiceQuery
Deprecated.
Define a required service inline.
requiredservice() - Method in annotation type jadex.micro.annotation.AgentServiceSearch
Deprecated.
Define a required service inline.
requiredservice() - Method in annotation type jadex.micro.annotation.OnService
Define a required service inline.
RequiredService - Annotation Type in jadex.micro.annotation
Required service data.
RequiredServiceBinding - Class in jadex.bridge.service
Required service binding information.
RequiredServiceBinding() - Constructor for class jadex.bridge.service.RequiredServiceBinding
Create a new binding.
RequiredServiceBinding(RequiredServiceBinding) - Constructor for class jadex.bridge.service.RequiredServiceBinding
Create a new binding.
RequiredServiceBinding(String, ServiceScope) - Constructor for class jadex.bridge.service.RequiredServiceBinding
Create a new binding.
RequiredServiceBinding(String, String, String, ServiceScope, UnparsedExpression[], String) - Constructor for class jadex.bridge.service.RequiredServiceBinding
Create a new binding.
RequiredServiceInfo - Class in jadex.bridge.service
Struct for information about a required service.
RequiredServiceInfo() - Constructor for class jadex.bridge.service.RequiredServiceInfo
Create a new service info.
RequiredServiceInfo(Class<?>) - Constructor for class jadex.bridge.service.RequiredServiceInfo
Create a new service info.
RequiredServiceInfo(String, ClassInfo, int, int, RequiredServiceBinding, List<NFRPropertyInfo>, Collection<String>) - Constructor for class jadex.bridge.service.RequiredServiceInfo
Create a new service info.
RequiredServiceInfo(String, Class<?>) - Constructor for class jadex.bridge.service.RequiredServiceInfo
Create a new service info.
RequiredServiceInfo(String, Class<?>, int, int, RequiredServiceBinding, List<NFRPropertyInfo>, Collection<String>) - Constructor for class jadex.bridge.service.RequiredServiceInfo
Create a new service info.
RequiredServiceInfo(String, Class<?>, ServiceScope) - Constructor for class jadex.bridge.service.RequiredServiceInfo
Create a new service info.
requiredserviceinfos - Variable in class jadex.bridge.service.component.RequiredServicesComponentFeature
The required service infos.
requiredservices - Variable in class jadex.bridge.modelinfo.ConfigurationInfo
The required service overridings.
requiredservices - Variable in class jadex.bridge.modelinfo.ModelInfo
The required services.
requiredservices() - Method in annotation type jadex.bdiv3.annotation.BDIConfiguration
The provided service implementations.
requiredservices() - Method in annotation type jadex.micro.annotation.Configuration
The provided service implementations.
RequiredServices - Annotation Type in jadex.micro.annotation
Requires services annotation.
RequiredServicesComponentFeature - Class in jadex.bridge.service.component
Feature for provided services.
RequiredServicesComponentFeature(IInternalAccess, ComponentCreationInfo) - Constructor for class jadex.bridge.service.component.RequiredServicesComponentFeature
Factory method constructor for instance level.
RequiredServicesFeatureAdapter - Class in jadex.bridge.service.component
Adapter for the required services feature.
RequiredServicesFeatureAdapter(IRequiredServicesFeature) - Constructor for class jadex.bridge.service.component.RequiredServicesFeatureAdapter
Create a new adapter.
requiresparentloader - Variable in class jadex.bytecode.invocation.SInvocation.ExtendedClassWriter
Flag whether the resulting class requires the class loader parent.
requiresParentLoader() - Method in class jadex.bytecode.invocation.SInvocation.ExtendedClassWriter
Returns flag whether the resulting class requires the class loader parent
rescuethreads - Static variable in class jadex.base.Starter
The rescue threads - per platform.
reseed() - Method in class jadex.commons.security.random.ChaCha20Random
Reseeds the PRNG.
reseed(byte[]) - Method in class jadex.commons.security.random.ChaCha20Random
Reseeds the PRNG.
reseedPrng(byte[]) - Method in class jadex.commons.security.random.OpenSslAesCtrRandom
Reseeds the PRNG.
reserved - Static variable in class jadex.commons.ProcessStarter
 
reset() - Method in interface jadex.bridge.service.types.clock.IClock
Reset the clock.
reset() - Method in class jadex.commons.gui.JWizard
Resets the wizard.
reset() - Method in interface jadex.extension.envsupport.observer.perspective.IPerspective
Resets position and flushes render info
reset() - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Resets position and flushes render info
reset() - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
Resets position and flushes render info
resetCurrentInvocation() - Static method in class jadex.bridge.service.component.interceptors.CallAccess
Remove the current service call.
resetLastInvocation() - Static method in class jadex.bridge.service.component.interceptors.CallAccess
Reset the invocation data for the last service call.
resetNextInvocation() - Static method in class jadex.bridge.service.component.interceptors.CallAccess
Reset the invocation data for the next service call.
resetRowSelection() - Method in class jadex.commons.gui.jtreetable.JTreeTable.ListToTreeSelectionModelWrapper
This is overridden to set updatingListSelectionModel and message super.
resetService() - Method in class jadex.bridge.service.component.interceptors.ServiceGetter
Set the service to null, if e.g.
resetZoomAndPosition() - Method in interface jadex.extension.envsupport.observer.perspective.IPerspective
Resets position of the perspective.
resetZoomAndPosition() - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Resets the zoom and position.
resetZoomAndPosition() - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
 
resinjections - Variable in class jadex.bpmn.runtime.task.PojoTaskWrapper
The resinjections.
ResizeableTableHeader - Class in jadex.commons.gui.jtable
This subclass of JTableHeader extends a JTable with the ability to resize a column to fit all its content on double click on the right end of the column's header cell.
ResizeableTableHeader() - Constructor for class jadex.commons.gui.jtable.ResizeableTableHeader
Constructs a ResizeableTableHeader with a default TableColumnModel.
ResizeableTableHeader(TableColumnModel) - Constructor for class jadex.commons.gui.jtable.ResizeableTableHeader
Constructs a ResizeableTableHeader which is initialized with cm as the column model.
resizeAllColumns() - Method in class jadex.commons.gui.jtable.ResizeableTableHeader
Resizes all columns to fit all their content.
resizeColumn(TableColumn) - Method in class jadex.commons.gui.jtable.ResizeableTableHeader
Resizes the given column to fit all its content.
resolveAddresses(IComponentIdentifier, String) - Method in interface jadex.bridge.service.types.address.ITransportAddressService
Resolves the addresses of a platform for a specific transport type using multiple methods.
resolveClass(ObjectStreamClass) - Method in class jadex.commons.CLObjectInputStream
Resolve a class.
resolveDependencies(boolean) - Method in class jadex.bridge.component.DependencyResolver
Resolve the DAG and deliver a valid order of nodes.
resolveDependenciesWithLevel() - Method in class jadex.bridge.component.DependencyResolver
Resolve the DAG and deliver a valid order of nodes with sets of nodes for same levels.
resolveFilename(String, CreationInfo, IResourceIdentifier, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Find the file name and local component type name for a component to be started.
ResolveInterceptor - Class in jadex.bridge.service.component.interceptors
The resolve interceptor is responsible for determining the object on which the method invocation is finally performed.
ResolveInterceptor(IInternalAccess) - Constructor for class jadex.bridge.service.component.interceptors.ResolveInterceptor
Create a new ResolveInterceptor.
ResolveInterceptor.SerializedValue - Class in jadex.bridge.service.component.interceptors
Struct for serialized value.
resolveLocalService(ServiceQuery<T>, RequiredServiceInfo) - Method in interface jadex.bridge.service.component.IInternalRequiredServicesFeature
Search for matching services and provide first result.
resolveLocalService(ServiceQuery<T>, RequiredServiceInfo) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Search for matching services and provide first result.
resolveLocalServices(ServiceQuery<T>, RequiredServiceInfo) - Method in interface jadex.bridge.service.component.IInternalRequiredServicesFeature
Search for all matching services.
resolveLocalServices(ServiceQuery<T>, RequiredServiceInfo) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Search for all matching services.
resolveQuery(ServiceQuery<T>, RequiredServiceInfo) - Method in interface jadex.bridge.service.component.IInternalRequiredServicesFeature
Query for all matching services.
resolveQuery(ServiceQuery<T>, RequiredServiceInfo) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Query for all matching services.
resolveService(ServiceQuery<T>, RequiredServiceInfo) - Method in interface jadex.bridge.service.component.IInternalRequiredServicesFeature
Search for matching services and provide first result.
resolveService(ServiceQuery<T>, RequiredServiceInfo) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Search for matching services and provide first result.
resolveServices(ServiceQuery<T>, RequiredServiceInfo) - Method in interface jadex.bridge.service.component.IInternalRequiredServicesFeature
Search for all matching services.
resolveServices(ServiceQuery<T>, RequiredServiceInfo) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Search for all matching services.
ResourceIdentifier - Class in jadex.bridge
Default implementation for resource identification.
ResourceIdentifier() - Constructor for class jadex.bridge.ResourceIdentifier
Create a resource identifier.
ResourceIdentifier(ILocalResourceIdentifier, IGlobalResourceIdentifier) - Constructor for class jadex.bridge.ResourceIdentifier
Create a resource identifier.
resourceIdentifierAdded(IResourceIdentifier, IResourceIdentifier, boolean) - Method in interface jadex.bridge.service.types.library.ILibraryServiceListener
Called when a new rid has been added.
resourceIdentifierRemoved(IResourceIdentifier, IResourceIdentifier) - Method in interface jadex.bridge.service.types.library.ILibraryServiceListener
Called when a rid has been removed.
ResourceInfo - Class in jadex.commons
Info for a resource to load.
ResourceInfo(String, InputStream, long) - Constructor for class jadex.commons.ResourceInfo
Create a new resource info.
RESOURCEINFO_MAPPERS - Static variable in class jadex.commons.SUtil
 
restargs - Variable in class jadex.extension.rs.invoke.RestInvocationAgent
Arguments for the REST call.
RestInvocationAgent - Class in jadex.extension.rs.invoke
Alternative to threaded execution for RestInvocationHelper, useful for simulation.
RestInvocationAgent() - Constructor for class jadex.extension.rs.invoke.RestInvocationAgent
 
RestInvocationHelper - Class in jadex.extension.rs.invoke
Simple API for calling JSON-based REST services.
RestInvocationHelper() - Constructor for class jadex.extension.rs.invoke.RestInvocationHelper
Creates the helper.
RestInvocationHelper.RequestFailedException - Exception in jadex.extension.rs.invoke
Exception
restore(IPersistInfo) - Method in interface jadex.bridge.service.types.persistence.IPersistenceService
Restore a component from a snapshot.
restore(Collection<IPersistInfo>) - Method in interface jadex.bridge.service.types.persistence.IPersistenceService
Restore components from a snapshot.
restoreValues(Map<ThreadLocal<Object>, Object>) - Static method in class jadex.commons.future.ThreadLocalTransferHelper
Method to be called on new thread on resumption.
RestResponse - Class in jadex.extension.rs.invoke
Rest Response container.
RestResponse() - Constructor for class jadex.extension.rs.invoke.RestResponse
Default Constructor, no data set.
RestResponse(byte[]) - Constructor for class jadex.extension.rs.invoke.RestResponse
Constructor
RestResponse(InputStream) - Constructor for class jadex.extension.rs.invoke.RestResponse
Constructor
RestServiceAgent - Class in jadex.extension.rs.invoke
Convenience agent that wraps a normal rest web service as Jadex service.
RestServiceAgent() - Constructor for class jadex.extension.rs.invoke.RestServiceAgent
 
RestServiceInvocationAgent - Class in jadex.extension.rs.invoke
The invocation agent is used to execute the synchronous web service call.
RestServiceInvocationAgent() - Constructor for class jadex.extension.rs.invoke.RestServiceInvocationAgent
 
RestServiceWrapperInvocationHandler - Class in jadex.extension.rs.invoke
Create a new web service wrapper invocation handler.
RestServiceWrapperInvocationHandler(IInternalAccess, Class<?>) - Constructor for class jadex.extension.rs.invoke.RestServiceWrapperInvocationHandler
Create a new service wrapper invocation handler.
result - Variable in class jadex.bdiv3.model.MBelief
The result flag.
result - Variable in class jadex.bdiv3.model.MElementRef
The exported flag.
result - Variable in class jadex.bridge.component.streams.AbstractConnectionHandler.SendInfo
The result future of the call.
result - Variable in class jadex.bridge.service.component.interceptors.PrePostConditionInterceptor.PrePostConditionFetcher
The result.
result - Variable in class jadex.bridge.service.component.ServiceInvocationContext
The call result.
result - Variable in class jadex.commons.future.Future
The result.
result - Variable in class jadex.commons.future.TupleResult
The result.
result - Variable in class jadex.extension.envsupport.environment.ComponentActionList.ActionEntry
The result (set after successful execution).
Result - Annotation Type in jadex.micro.annotation
The result annotation.
RESULT - jadex.bridge.service.component.ServiceCallEvent.Type
 
resultavailable - Variable in class jadex.commons.future.Future
Flag indicating if result is available.
resultAvailable(E) - Method in class jadex.bridge.ComponentResultListener
Called when the result is available.
resultAvailable(E) - Method in class jadex.bridge.TimeoutResultListener
Called when the result is available.
resultAvailable(E) - Method in class jadex.commons.future.CollectionResultListener
Called when some result is available.
resultAvailable(E) - Method in class jadex.commons.future.CounterResultListener
Called when the result is available.
resultAvailable(E) - Method in class jadex.commons.future.DelegationResultListener
Called when the result is available.
resultAvailable(E) - Method in class jadex.commons.future.ExceptionDelegationResultListener
Called when the result is available.
resultAvailable(E) - Method in class jadex.commons.future.ExceptionResultListener
Called when the result is available, ignore.
resultAvailable(E) - Method in interface jadex.commons.future.IFunctionalResultListener
Called when the result is available.
resultAvailable(E) - Method in class jadex.commons.future.RemoteDelegationResultListener
Called when the result is available.
resultAvailable(E) - Method in class jadex.commons.gui.future.SwingDefaultResultListener
Called when the result is available.
resultAvailable(E) - Method in class jadex.commons.gui.future.SwingDelegationResultListener
Called when the result is available.
resultAvailable(E) - Method in class jadex.commons.gui.future.SwingExceptionDelegationResultListener
Called when the result is available.
resultAvailable(E) - Method in class jadex.commons.gui.future.SwingResultListener
Called when the result is available.
resultAvailable(Collection<E>) - Method in class jadex.commons.future.CollectingIntermediateResultListener
Called when the result is available.
resultAvailable(Collection<E>) - Method in class jadex.commons.future.IntermediateDefaultResultListener
Called when the result is available.
resultAvailable(Collection<E>) - Method in class jadex.commons.future.IntermediateDelegationResultListener
Called when the result is available.
resultAvailable(Collection<E>) - Method in class jadex.commons.future.IntermediateExceptionDelegationResultListener
Called when the result is available.
resultAvailable(Collection<E>) - Method in class jadex.commons.future.UnlimitedIntermediateDelegationResultListener
Called when the result is available.
resultAvailable(Collection<E>) - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
Called when the result is available.
resultAvailable(Collection<E>) - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
Called when the result is available.
resultAvailable(Collection<E>) - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
Called when the result is available.
resultAvailable(Collection<TupleResult>) - Method in class jadex.commons.future.DefaultTuple2ResultListener
Called when the result is available.
resultAvailable(Collection<Object>) - Method in class jadex.bridge.service.component.multiinvoke.FlattenMultiplexCollector
 
resultAvailable(Collection<S>) - Method in class jadex.bridge.nonfunctional.search.ServiceRankingResultListener
Called when result is available.
resultAvailable(Collection<T>) - Method in class jadex.bridge.service.component.multiinvoke.MultiServiceInvocationHandler.IntermediateMethodResultListener
Called when services have been found.
resultAvailableIfUndone(E) - Method in class jadex.bridge.ComponentResultListener
Called when the result is available.
resultAvailableIfUndone(E) - Method in class jadex.bridge.TimeoutResultListener
Called when the result is available.
resultAvailableIfUndone(E) - Method in class jadex.commons.future.CollectionResultListener
Called when the result is available.
resultAvailableIfUndone(E) - Method in class jadex.commons.future.CounterResultListener
Called when the result is available.
resultAvailableIfUndone(E) - Method in class jadex.commons.future.DelegationResultListener
Called when the result is available.
resultAvailableIfUndone(E) - Method in class jadex.commons.future.ExceptionDelegationResultListener
Called when the result is available.
resultAvailableIfUndone(E) - Method in interface jadex.commons.future.IUndoneResultListener
Called when the result is available.
resultAvailableIfUndone(E) - Method in class jadex.commons.gui.future.SwingDelegationResultListener
Called when the result is available.
resultAvailableIfUndone(E) - Method in class jadex.commons.gui.future.SwingExceptionDelegationResultListener
Called when the result is available.
resultAvailableIfUndone(E) - Method in class jadex.commons.gui.future.SwingResultListener
Called when the result is available.
resultAvailableIfUndone(Collection<E>) - Method in class jadex.commons.future.IntermediateDelegationResultListener
Called when the result is available.
resultAvailableIfUndone(Collection<E>) - Method in class jadex.commons.future.IntermediateExceptionDelegationResultListener
Called when the result is available.
resultAvailableIfUndone(Collection<E>) - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
Called when the result is available.
resultAvailableIfUndone(Collection<E>) - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
Called when the result is available.
resultAvailableIfUndone(Collection<E>) - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
Called when the result is available.
RESULTCID - Static variable in interface jadex.bridge.IComponentIdentifier
The constant to fetch the component id out of the results of a component.
resultexception - Variable in class jadex.extension.rs.invoke.RestInvocationAgent
Exception if it occurred.
resulthandler - Variable in class jadex.bpmn.runtime.ProcessThread
The subprocess intermediate result received command.
resultinjections - Variable in class jadex.micro.InjectionInfoHolder
The result injection targets.
ResultMapper - Annotation Type in jadex.extension.rs.publish.annotation
Result mapper annotation.
resultmappings - Variable in class jadex.bdiv3.model.MCapability
The result mappings
results - Variable in class jadex.bridge.modelinfo.ConfigurationInfo
The list of result default values.
results - Variable in class jadex.bridge.modelinfo.ModelInfo
The results.
results - Variable in class jadex.bridge.nonfunctional.search.ServiceRankingDelegationResultListener
The saved results.
results - Variable in class jadex.bridge.nonfunctional.search.ServiceRankingResultListener
The saved results.
results - Variable in class jadex.bridge.service.component.multiinvoke.SimpleMultiplexDistributor
The results.
results - Variable in class jadex.bridge.service.types.cms.CMSStatusEvent.CMSTerminatedEvent
The component results.
results - Variable in class jadex.commons.future.CollectingIntermediateResultListener
The results.
results - Variable in class jadex.commons.future.CollectionResultListener
The original result collection.
results - Variable in class jadex.commons.future.IntermediateFuture
The intermediate results.
results - Variable in class jadex.commons.gui.ClassSearchPanel
The results table.
results() - Method in annotation type jadex.bdiv3.annotation.BDIConfiguration
The results.
results() - Method in annotation type jadex.micro.annotation.Configuration
The results.
Results - Annotation Type in jadex.micro.annotation
The results annotation.
resume() - Method in class jadex.commons.future.Future
Resume after result or exception has been set.
resume() - Method in class jadex.commons.future.IntermediateFuture
Resume also intermediate waiters.
resume(Future<?>) - Method in class jadex.bridge.service.component.ComponentSuspendable
Resume the execution of the suspendable.
resume(Future<?>) - Method in interface jadex.commons.future.ISuspendable
Resume the execution of the suspendable.
resume(Future<?>) - Method in class jadex.commons.future.ThreadSuspendable
Resume the execution of the suspendable.
resumeComponent() - Method in interface jadex.bridge.component.IExternalExecutionFeature
Resume the execution of an component.
resumeComponent(IComponentIdentifier) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Resume the execution of an component.
resumeComponent(IComponentIdentifier, boolean, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Resume the execution of an component.
resumed - Variable in class jadex.commons.future.ThreadSuspendable
The resumed flag to differentiante from timeout.
resumeIntermediate() - Method in class jadex.commons.future.IntermediateFuture
Resume after intermediate result.
retainAll(Collection) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
This method is unsupported, throws UnsupportedOperationException.
retainAll(Collection) - Method in class jadex.commons.collection.CheckedCollection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
retainAll(Collection) - Method in class jadex.commons.collection.WeakList
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class jadex.bridge.service.search.ServiceKeyExtractor.SetWrapper
 
retainAll(Collection<?>) - Method in class jadex.commons.collection.IdentityHashSet
Retains only the elements in this set that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class jadex.commons.collection.IndexMap
Retains only the elements in this list that are contained in the specified collection.
retainAll(Collection<?>) - Method in class jadex.commons.collection.LeaseTimeSet
 
retainAll(Collection<?>) - Method in class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
 
retainAll(Collection<?>) - Method in class jadex.commons.collection.PassiveLeaseTimeSet
 
retainAll(Collection<?>) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
 
rethrowAsUnchecked(Throwable) - Static method in class jadex.commons.SUtil
Re-throws a throwable as a RuntimeException.
retry - Variable in class jadex.bdiv3.model.MGoal
The retry flag.
retry() - Method in annotation type jadex.bdiv3.annotation.Goal
If true (default) means-end reasoning is allowed to select another plan after a plan has already been executed.
retry() - Method in class jadex.bridge.component.streams.OutputConnectionHandler.DataSendInfo
Retry sending the message.
retrydelay - Variable in class jadex.bdiv3.model.MGoal
The retry delay.
retrydelay() - Method in annotation type jadex.bdiv3.annotation.Goal
The delay between two plan executions (in milliseconds).
retsep - Variable in class jadex.commons.ExpressionTokenizer
Return the separators.
returntype - Variable in class jadex.commons.MethodInfo
Cached return type.
ReturnValueResultListener(Future<Void>, ServiceInvocationContext, Span, Scope) - Constructor for class jadex.bridge.service.component.interceptors.TracingInterceptor.ReturnValueResultListener
Create a result listener.
REventbase - Class in jadex.bdiv3x.runtime
The event base runtime element.
REventbase(IInternalAccess, String) - Constructor for class jadex.bdiv3x.runtime.REventbase
Create a new goalbase.
reverse - Variable in class jadex.commons.collection.BiHashMap
The reverse map.
reverse - Variable in class jadex.commons.collection.TwoWayMultiCollection
The reverse multi-collection.
revokeService(Class, BeanContextServiceProvider, boolean) - Method in interface jadex.commons.beans.beancontext.BeanContextServices
 
revokeService(Class, BeanContextServiceProvider, boolean) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
Revokes a service in this bean context.
rexconf - Static variable in class jadex.bdiv3x.BDIXMLReader
 
RExpression(UnparsedExpression, IInternalAccess) - Constructor for class jadex.bdiv3x.runtime.RExpressionbase.RExpression
 
RExpressionbase - Class in jadex.bdiv3x.runtime
The expression base runtime element.
RExpressionbase(IInternalAccess) - Constructor for class jadex.bdiv3x.runtime.RExpressionbase
Create a new beliefbase.
RExpressionbase.RExpression - Class in jadex.bdiv3x.runtime
 
rgbaToColor(double[]) - Static method in class jadex.commons.gui.SGUI
Converts a RGBA array to color.
rget(Object) - Method in class jadex.commons.collection.BiHashMap
Returns the value of the key from the reverse map.
RGoalbase - Class in jadex.bdiv3x.runtime
The goal base runtime element.
RGoalbase(IInternalAccess, String) - Constructor for class jadex.bdiv3x.runtime.RGoalbase
Create a new goalbase.
RHardConstraints - Class in jadex.bridge.nonfunctional.hardconstraints
Class defining runtime hard constraints.
RHardConstraints(IExternalAccess, Collection<MHardConstraint>) - Constructor for class jadex.bridge.nonfunctional.hardconstraints.RHardConstraints
Creates the runtime hard constraints.
rid - Variable in class jadex.bridge.FactoryFilter
The resource identifier.
rid - Variable in class jadex.bridge.fipa.CMSCreateComponent
Attribute for slot rid.
rid - Variable in class jadex.bridge.modelinfo.ModelInfo
The resource identifier.
rid - Variable in class jadex.bridge.service.ServiceIdentifier
The resource identifier.
rid - Variable in class jadex.bridge.service.types.appstore.AppMetaInfo
The download resource identifier.
rid - Variable in class jadex.bridge.service.types.cms.CMSComponentDescription
The resource identifier.
rid - Variable in class jadex.bridge.service.types.cms.CreationInfo
The resource identifier.
ridFromProperties(Properties, IComponentIdentifier) - Static method in class jadex.bridge.ResourceIdentifier
Create a rid from properties.
rids - Variable in class jadex.base.ModelFileFilter
The resource identifiers of the tree's root entries.
ridToProperties(IResourceIdentifier, IComponentIdentifier) - Static method in class jadex.bridge.ResourceIdentifier
Create properties from rid.
right - Variable in class jadex.extension.envsupport.environment.space2d.KdNode
Node for objects with coordinate above the splitting hyperplane, null for leaf nodes.
ringcolor - Variable in class jadex.commons.gui.JBusyRing
Color of the ring.
RInternalEvent - Class in jadex.bdiv3x.runtime
The runtime internal event.
RInternalEvent(MInternalEvent, IInternalAccess, MConfigParameterElement) - Constructor for class jadex.bdiv3x.runtime.RInternalEvent
Create a new runtime element.
RMessageEvent<T> - Class in jadex.bdiv3x.runtime
The runtime message event.
RMessageEvent(MMessageEvent, IInternalAccess, MConfigParameterElement) - Constructor for class jadex.bdiv3x.runtime.RMessageEvent
Create a new runtime element.
RMessageEvent(MMessageEvent, T, IInternalAccess, RMessageEvent<T>) - Constructor for class jadex.bdiv3x.runtime.RMessageEvent
Create a new runtime element.
RMessageEvent.RParam - Class in jadex.bdiv3x.runtime
 
RMessageEvent.RParamSet - Class in jadex.bdiv3x.runtime
 
roastPassword(String) - Method in class jadex.bdi.planlib.messaging.AIM
Called to roast the password.
roastString - Variable in class jadex.bdi.planlib.messaging.AIM
The string used to "roast" passwords.
role - Variable in class jadex.extension.agr.MPosition
The role type.
roles - Variable in class jadex.extension.agr.Group
The roles (agent type name -> Set{role names}).
roles - Variable in class jadex.extension.agr.MGroupType
The roles.
roles() - Method in annotation type jadex.bridge.service.annotation.Security
Use predefined role: see constants unrestricted, default and admin.
roll() - Static method in class jadex.bridge.service.component.interceptors.CallAccess
 
root - Variable in class jadex.bridge.ComponentIdentifier
Cache for platform name for getRoot() calls.
root - Variable in class jadex.bridge.nonfunctional.NFRootProperty
The root access.
root - Variable in class jadex.commons.collection.Tree
The root node.
root - Variable in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
 
root - Variable in class jadex.commons.gui.jtreetable.DefaultTreeTableModel
The root node.
Root - jadex.bridge.nonfunctional.INFProperty.Target
 
rootNode - Variable in class jadex.extension.envsupport.environment.space2d.KdTree
The root node.
rootobject - Variable in class jadex.xml.reader.AReadContext
The root object.
rootobject - Variable in class jadex.xml.writer.AWriteContext
The root object.
round - Variable in class jadex.bdi.planlib.protocols.ExponentialPriceCalculator
The negotiation round.
round - Variable in class jadex.bdi.planlib.protocols.LinearPriceCalculator
The negotiation round.
RoundBasedExecutor - Class in jadex.extension.envsupport.environment
Synchronized execution of all actions in rounds based on clock ticks.
RoundBasedExecutor() - Constructor for class jadex.extension.envsupport.environment.RoundBasedExecutor
Creates a new round based executor.
RoundBasedExecutor(AbstractEnvironmentSpace) - Constructor for class jadex.extension.envsupport.environment.RoundBasedExecutor
Creates a new round based executor.
RoundBasedExecutor(AbstractEnvironmentSpace, Comparator) - Constructor for class jadex.extension.envsupport.environment.RoundBasedExecutor
Creates a new round based executor.
roundtimeout - Variable in class jadex.bdi.planlib.protocols.AuctionDescription
The auction round timeout.
roundtimeout - Variable in class jadex.bdi.planlib.protocols.AuctionInfo
The auction round timeout.
rowproviders - Variable in class jadex.extension.envsupport.evaluation.DefaultDataProvider
The space object selector.
rows - Variable in class jadex.extension.envsupport.evaluation.DataTable
The data rows.
RParam(MParameter, String, IInternalAccess, UnparsedExpression, String) - Constructor for class jadex.bdiv3x.runtime.RMessageEvent.RParam
Create a new parameter.
RParam(MParameter, String, IInternalAccess, Object, String) - Constructor for class jadex.bdiv3x.runtime.RMessageEvent.RParam
Create a new parameter.
RParam(MParameter, String, IInternalAccess, String) - Constructor for class jadex.bdiv3x.runtime.RMessageEvent.RParam
Create a new parameter.
RParamSet(MParameter, String, IInternalAccess, Object, String) - Constructor for class jadex.bdiv3x.runtime.RMessageEvent.RParamSet
Create a new parameter.
RParamSet(MParameter, String, IInternalAccess, String) - Constructor for class jadex.bdiv3x.runtime.RMessageEvent.RParamSet
Create a new parameter.
RParamSet(MParameter, String, IInternalAccess, List<UnparsedExpression>, String) - Constructor for class jadex.bdiv3x.runtime.RMessageEvent.RParamSet
Create a new parameter.
rplan - Variable in class jadex.bdiv3.actions.ExecutePlanStepAction
The plan.
rplan - Variable in class jadex.bdiv3x.runtime.Plan
The rplan.
RPlanbase - Class in jadex.bdiv3x.runtime
The planbase.
RPlanbase(IInternalAccess) - Constructor for class jadex.bdiv3x.runtime.RPlanbase
Create a new goalbase.
RPQPInitiatorPlan - Class in jadex.bdi.planlib.protocols
The fipa request and query plan performs the initiator side of the fipa-request/query protocol.
RPQPInitiatorPlan() - Constructor for class jadex.bdi.planlib.protocols.RPQPInitiatorPlan
 
RPQPReceiverPlan - Class in jadex.bdi.planlib.protocols
Receive a request and answer it.
RPQPReceiverPlan() - Constructor for class jadex.bdi.planlib.protocols.RPQPReceiverPlan
 
rputAll(Map<? extends V, ? extends K>) - Method in class jadex.commons.collection.BiHashMap
Puts all entries of a map into this map, reverse direction.
rremove(Object) - Method in class jadex.commons.collection.BiHashMap
Removes an entry, reverse direction.
rseqno - Variable in class jadex.bridge.component.streams.InputConnectionHandler
The last in order received sequence number.
RSFactory - Class in jadex.extension.rs
Factory for instantiating the platform-specific RestServiceWrapperInvocationHandler.
RSFactory() - Constructor for class jadex.extension.rs.RSFactory
 
RSFactoryDesktop - Class in jadex.extension.rs.invoke
Factory for instantiating the Java SE RestServiceWrapperInvocationHandler.
RSFactoryDesktop() - Constructor for class jadex.extension.rs.invoke.RSFactoryDesktop
 
RSHIFT - Static variable in class jadex.javaparser.javaccimpl.MathNode
The right shift operator.
RSJAXAnnotationHelper - Class in jadex.extension.rs.invoke
 
RSJAXAnnotationHelper() - Constructor for class jadex.extension.rs.invoke.RSJAXAnnotationHelper
 
RSPUBLISH - Static variable in interface jadex.base.IPlatformConfiguration
Flag if rest service publishing is enabled.
RSPUBLISHCOMPONENT - Static variable in interface jadex.base.IPlatformConfiguration
Optionally provide alternative rs publish implementation.
rulesystem - Variable in class jadex.bdiv3x.features.BDIXAgentFeature
The rule system.
run() - Method in class jadex.commons.collection.LeaseTimeSet.Checker
The run method.
run() - Method in class jadex.commons.collection.SCollection.DebugPrinter
Wait some time and print out info.
run() - Method in class jadex.commons.concurrent.Executor
Execute the code.
run() - Method in class jadex.commons.concurrent.LoadManagingExecutionService.Task
Perform the task once and notify the manager.
run() - Method in class jadex.commons.concurrent.ThreadPool.ServiceThread
Dequeue an element from the queue and execute it.
run() - Method in class jadex.commons.StreamCopy
Copy data from source to target.
run(Instrumentation) - Method in class jadex.bytecode.vmhacks.VmHacks.InstrumentationCommand
Custom command code.
run(TestResult) - Method in class jadex.base.test.ComponentTestSuite
Overridden for pre and post code.
runInstrumentationCommand(VmHacks.InstrumentationCommand) - Method in class jadex.bytecode.vmhacks.VmHacks.Unsafe
Run an instrumentation command
running - Variable in class jadex.commons.concurrent.Executor
Flag indicating if the thread is running.
running - Variable in class jadex.commons.concurrent.ThreadPool
The running flag.
running - Variable in class jadex.commons.FileWatcher
Flag if running.
runningOnUiThread() - Method in interface jadex.commons.SUtil.AndroidUtils
Check whether the current Thread is the android UI thread.
runtimeelements - Variable in class jadex.bdiv3.runtime.WaitAbstraction
The runtime elements.
rwautolock - Variable in class jadex.commons.collection.RwMapWrapper
 
RwAutoLock - Class in jadex.commons.collection
Class wrapping a read-write lock mechanism that can be used with try-with-resources.
RwAutoLock() - Constructor for class jadex.commons.collection.RwAutoLock
Creates the auto-lock.
RwAutoLock(ReadWriteLock) - Constructor for class jadex.commons.collection.RwAutoLock
Creates the auto-lock.
rwlock - Variable in class jadex.bridge.service.search.ServiceRegistry
Read-Write Lock
rwlock - Variable in class jadex.commons.collection.RwAutoLock
The internal lock.
RwMapWrapper<K,​V> - Class in jadex.commons.collection
Thread-safe wrapper for maps that uses a read/write lock.
RwMapWrapper(Map<K, V>) - Constructor for class jadex.commons.collection.RwMapWrapper
Creates the wrapper.
RwMapWrapper(Map<K, V>, boolean) - Constructor for class jadex.commons.collection.RwMapWrapper
Creates the wrapper.
RwMapWrapper(Map<K, V>, ReadWriteLock) - Constructor for class jadex.commons.collection.RwMapWrapper
Creates the wrapper with a specific internal lock.

S

SAME_PLATFORM - Static variable in class jadex.base.test.ComponentTestSuite
Run all tests on the same platform.
SASM - Class in jadex.bytecode
Static ASM helper methods.
SASM() - Constructor for class jadex.bytecode.SASM
 
saveCertStore(Collection<PemKeyPair>) - Static method in class jadex.commons.security.SCertStore
Saves the cert store.
saveFile(String, byte[]) - Method in interface jadex.bridge.service.types.settings.IPlatformSettings
Directly saves a file in the settings directory.
SAVEONEXIT - Static variable in interface jadex.base.IPlatformConfiguration
Save platform settings on shutdown?
saveProperties() - Method in interface jadex.bridge.service.types.settings.ISettingsService
Deprecated.
saveState(String, Object) - Method in interface jadex.bridge.service.types.settings.IPlatformSettings
Saves arbitrary state to a persistent directory as JSON.
saveValues() - Static method in class jadex.commons.future.ThreadLocalTransferHelper
Method to be called on old thread before thread switch.
SBDIModel - Class in jadex.bdiv3.model
Helper methods for pojo BDI and BDI V3X models.
SBDIModel() - Constructor for class jadex.bdiv3.model.SBDIModel
 
SBootstrapLoader - Class in jadex.bridge.service.types.factory
Helper methods for loading component models without a running platform.
SBootstrapLoader() - Constructor for class jadex.bridge.service.types.factory.SBootstrapLoader
 
scaleBufferedImage(BufferedImage, int, int) - Static method in class jadex.commons.gui.SGUI
Scales a buffered image.
scaleImage(Image, int, int, int) - Static method in class jadex.commons.gui.SGUI
Scale an image.
scanDir(URL[], File, IFilter<Object>, Collection<String>, List<String>) - Static method in class jadex.commons.SReflect
Scan directories.
scanDir2(URL[], File, IFilter<Object>, Collection<String>, List<String>) - Static method in class jadex.commons.SReflect
Scan directories.
scanForClasses(ClassLoader, IFilter, IFilter, boolean) - Static method in class jadex.commons.SReflect
Scan for classes that fulfill certain criteria as specified by the file and classfilters.
scanForClasses(URL[], ClassLoader, IFilter, IFilter) - Static method in class jadex.commons.SReflect
Scan for classes that fulfill certain criteria as specified by the file and classfilters.
scanForClassFileInfos(URL[], IFilter<Object>, IFilter<SClassReader.ClassFileInfo>) - Static method in class jadex.commons.SReflect
Scan for component classes in the classpath.
scanForClassInfos(URL[], IFilter<Object>, IFilter<SClassReader.ClassInfo>) - Static method in class jadex.commons.SReflect
Scan for component classes in the classpath.
scanForFiles(URL[], IFilter<Object>) - Static method in class jadex.commons.SReflect
Scan for files in a given list of urls.
scanForFiles2(URL[], IFilter<Object>) - Static method in class jadex.commons.SReflect
Scan for files in a given list of urls.
scanForKernels() - Method in class jadex.micro.KernelMultiAgent
Scan files for kernel components.
SCertStore - Class in jadex.commons.security
Class for loading / saving the certificate store.
SCertStore() - Constructor for class jadex.commons.security.SCertStore
 
scheduleBackward(ICommand<Void>) - Method in class jadex.bridge.service.component.interceptors.FutureFunctionality
Schedule backward in result direction, i.e.
scheduleComponentAction(ISpaceAction, Map, IResultListener) - Method in class jadex.extension.envsupport.environment.ComponentActionList
Schedules an component action.
scheduled - Variable in class jadex.extension.envsupport.environment.DeltaTimeExecutor
Flag that a step was scheduled.
scheduleExecution() - Method in class jadex.bpmn.runtime.ProcessThread
Schedule notification of this thread.
scheduleForward(ICommand<T>, T) - Method in class jadex.bridge.service.component.ComponentFutureFunctionality
Send a foward command.
scheduleForward(ICommand<T>, T) - Method in class jadex.bridge.service.component.interceptors.FutureFunctionality
Schedule forward in result direction, i.e.
scheduleNotification(IResultListener<E>, ICommand<IResultListener<E>>) - Method in class jadex.commons.future.Future
Schedule a listener notification for a specific listener.
scheduleNotification(ICommand<IResultListener<E>>) - Method in class jadex.commons.future.Future
Schedule a notification for all listeners.
scheduleNotification(IFilter<IResultListener<E>>, ICommand<IResultListener<E>>) - Method in class jadex.commons.future.Future
Schedule a listener notification.
schedulePercept(String, Object, IComponentDescription, ISpaceObject, IPerceptProcessor) - Method in class jadex.extension.envsupport.environment.PerceptList
Schedules a percept.
scheduleRescueStep(IComponentIdentifier, Runnable) - Static method in class jadex.base.Starter
Schedule a rescue step.
scheduleStep(int, IComponentStep<T>) - Method in interface jadex.bridge.component.IExternalExecutionFeature
Execute a component step.
scheduleStep(IComponentIdentifier, IComponentStep<T>) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Schedule a step without getting external access.
scheduleStep(IComponentStep<E>) - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Schedule a step on the message service component.
scheduleStep(IComponentStep<T>) - Method in interface jadex.bridge.component.IExternalExecutionFeature
Execute a component step.
SClassReader - Class in jadex.commons
Class using the internal fast class path scanner to provide some utility methods for inspecting raw binary classes.
SClassReader() - Constructor for class jadex.commons.SClassReader
 
SClassReader.AnnotatedEntity - Class in jadex.commons
Entity with optional annotations
SClassReader.AnnotationInfo - Class in jadex.commons
Class containing annotation infos.
SClassReader.ClassEntity - Class in jadex.commons
Entity contained in a class.
SClassReader.ClassFileInfo - Class in jadex.commons
Class for infos about a class with full filename.
SClassReader.ClassInfo - Class in jadex.commons
Class for infos about a class.
SClassReader.EnumInfo - Class in jadex.commons
Info object for an enum.
SClassReader.FieldInfo - Class in jadex.commons
Info object describing a field.
SClassReader.MethodInfo - Class in jadex.commons
Info object describing a method.
SCollection - Class in jadex.commons.collection
Static methods for collection creation and observation.
SCollection() - Constructor for class jadex.commons.collection.SCollection
 
SCollection.DebugPrinter - Class in jadex.commons.collection
Create an info printer for the collections.
SComponentFactory - Class in jadex.bridge.service.types.factory
Standard meta component factory.
SComponentFactory() - Constructor for class jadex.bridge.service.types.factory.SComponentFactory
 
SComponentManagementService - Class in jadex.bridge.service.types.cms
Static CMS methods.
SComponentManagementService() - Constructor for class jadex.bridge.service.types.cms.SComponentManagementService
 
SConfigParser - Class in jadex.commons
Static methods for parsing objects (e.g.
SConfigParser() - Constructor for class jadex.commons.SConfigParser
 
scope - Variable in class jadex.bdiv3x.runtime.CapabilityWrapper
The scope (i.e., sub capability name).
scope - Variable in class jadex.bdiv3x.runtime.REventbase
The scope (for local views).
scope - Variable in class jadex.bdiv3x.runtime.RGoalbase
The scope (for local views).
scope - Variable in class jadex.bridge.service.component.interceptors.ServiceGetter
The scope.
scope - Variable in class jadex.bridge.service.component.interceptors.TracingInterceptor.ReturnValueResultListener
 
scope - Variable in class jadex.bridge.service.ProvidedServiceInfo
The scope.
scope - Variable in class jadex.bridge.service.RequiredServiceBinding
The search scope.
scope - Variable in class jadex.bridge.service.search.ServiceQuery
The search scope.
scope - Variable in class jadex.bridge.service.ServiceIdentifier
The scope.
scope() - Method in annotation type jadex.micro.annotation.AgentServiceQuery
Deprecated.
The search scope.
scope() - Method in annotation type jadex.micro.annotation.Configuration
The scope flag.
scope() - Method in annotation type jadex.micro.annotation.ProvidedService
The visibility scope.
scope() - Method in annotation type jadex.micro.annotation.RequiredService
The search scope.
SCOPE_APPLICATION - Static variable in class jadex.bridge.service.RequiredServiceInfo
Deprecated.
Use ServiceScope instead
SCOPE_APPLICATION_GLOBAL - Static variable in class jadex.bridge.service.RequiredServiceInfo
Deprecated.
Use ServiceScope instead
SCOPE_APPLICATION_NETWORK - Static variable in class jadex.bridge.service.RequiredServiceInfo
Deprecated.
Use ServiceScope instead
SCOPE_COMPONENT - Static variable in class jadex.bridge.service.RequiredServiceInfo
Deprecated.
Use ServiceScope instead
SCOPE_COMPONENT_ONLY - Static variable in class jadex.bridge.service.RequiredServiceInfo
Deprecated.
Use ServiceScope instead
SCOPE_GLOBAL - Static variable in class jadex.bridge.service.RequiredServiceInfo
Deprecated.
Use ServiceScope instead
SCOPE_NETWORK - Static variable in class jadex.bridge.service.RequiredServiceInfo
Deprecated.
Use ServiceScope instead
SCOPE_NONE - Static variable in class jadex.bridge.service.RequiredServiceInfo
Deprecated.
Use ServiceScope instead
SCOPE_PARENT - Static variable in class jadex.bridge.service.RequiredServiceInfo
Deprecated.
Use ServiceScope instead
SCOPE_PLATFORM - Static variable in class jadex.bridge.service.RequiredServiceInfo
Deprecated.
Use ServiceScope instead
scorelistener - Variable in class jadex.bridge.nonfunctional.search.ServiceRankingResultListener
The delegate listener.
ScrollablePanel - Class in jadex.commons.gui
A panel that can be used in scrollpanes.
ScrollablePanel(Dimension, boolean, boolean) - Constructor for class jadex.commons.gui.ScrollablePanel
Create a nee scrollable panel.
SDF - Static variable in class jadex.commons.SUtil
Simple date format.
SDF2 - Static variable in class jadex.commons.SUtil
 
SDF3 - Static variable in class jadex.commons.SUtil
 
SDirScan - Class in jadex.commons.gui
 
SDirScan() - Constructor for class jadex.commons.gui.SDirScan
 
searchComponents(IComponentDescription, ISearchConstraints) - Method in interface jadex.bridge.component.IExternalSubcomponentsFeature
Search for subcomponents matching the given description.
searchComponents(IComponentDescription, ISearchConstraints) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Search for components matching the given description.
searchComponents(IComponentDescription, ISearchConstraints, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Search for components matching the given description.
searchconstraints - Variable in class jadex.bridge.fipa.CMSSearchComponents
Attribute for slot searchconstraints.
SearchConstraints - Class in jadex.bridge.fipa
Java class for concept SearchConstraints of beanynizer_beans_fipa_default ontology.
SearchConstraints() - Constructor for class jadex.bridge.fipa.SearchConstraints
Default Constructor.
SearchConstraints(int, int) - Constructor for class jadex.bridge.fipa.SearchConstraints
Default Constructor.
searchid - Variable in class jadex.bridge.fipa.SearchConstraints
Attribute for slot search-id.
searchLocalService(ServiceQuery<T>) - Method in interface jadex.bridge.service.component.IRequiredServicesFeature
Search for matching services and provide first result.
searchLocalService(ServiceQuery<T>) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Search for matching services and provide first result.
searchLocalService(ServiceQuery<T>) - Method in class jadex.bridge.service.component.RequiredServicesFeatureAdapter
Search for matching services and provide first result.
searchLocalServices(ServiceQuery<T>) - Method in interface jadex.bridge.service.component.IRequiredServicesFeature
Search for all matching services.
searchLocalServices(ServiceQuery<T>) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Search for all matching services.
searchLocalServices(ServiceQuery<T>) - Method in class jadex.bridge.service.component.RequiredServicesFeatureAdapter
Search for all matching services.
searchMethod(Class<?>, Class<? extends Annotation>) - Method in class jadex.bridge.service.component.interceptors.ResolveInterceptor
Search an annotation method.
searchPlatforms() - Method in interface jadex.bridge.service.types.awareness.IAwarenessService
Try to find other platforms and finish after timeout.
searchService(ServiceQuery<?>) - Method in interface jadex.bridge.service.search.IServiceRegistry
Search for a service.
searchService(ServiceQuery<?>) - Method in class jadex.bridge.service.search.ServiceRegistry
Search for services.
searchService(ServiceQuery<?>) - Method in interface jadex.bridge.service.types.registry.IRemoteRegistryService
Search remote registry for a single service.
searchService(ServiceQuery<T>) - Method in interface jadex.bridge.service.component.IExternalRequiredServicesFeature
Search for matching services and provide first result.
searchService(ServiceQuery<T>) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Search for matching services and provide first result.
searchService(ServiceQuery<T>) - Method in class jadex.bridge.service.component.RequiredServicesFeatureAdapter
Search for matching services and provide first result.
searchService(ServiceQuery<T>) - Method in interface jadex.bridge.service.types.registry.ISearchQueryManagerService
Search for matching services using available remote information sources and provide first result.
searchService(ServiceQuery<T>, long) - Method in interface jadex.bridge.service.component.IRequiredServicesFeature
Performs a sustained search for a service.
searchService(ServiceQuery<T>, long) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Performs a sustained search for a service.
searchService(ServiceQuery<T>, long) - Method in class jadex.bridge.service.component.RequiredServicesFeatureAdapter
Performs a sustained search for a service.
searchServices(ServiceQuery<?>) - Method in interface jadex.bridge.service.search.IServiceRegistry
Search for services.
searchServices(ServiceQuery<?>) - Method in class jadex.bridge.service.search.ServiceRegistry
Search for services.
searchServices(ServiceQuery<?>) - Method in interface jadex.bridge.service.types.registry.IRemoteRegistryService
Search remote registry for services.
searchServices(ServiceQuery<T>) - Method in interface jadex.bridge.service.component.IExternalRequiredServicesFeature
Search for all matching services.
searchServices(ServiceQuery<T>) - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Search for all matching services.
searchServices(ServiceQuery<T>) - Method in class jadex.bridge.service.component.RequiredServicesFeatureAdapter
Search for all matching services.
searchServices(ServiceQuery<T>) - Method in interface jadex.bridge.service.types.registry.ISearchQueryManagerService
Search for all matching services.
searchstart - Variable in class jadex.bridge.service.search.ServiceQuery
Starting point for the search scoping.
second - Variable in exception jadex.commons.future.DuplicateResultException
The second result.
second() - Method in annotation type jadex.bdiv3.annotation.RawEvent
Second is the element type such as GoalX
secondc() - Method in annotation type jadex.bdiv3.annotation.RawEvent
Second is the element type such as GoalX as class.
secondResultAvailable(F) - Method in interface jadex.commons.future.ITuple2ResultListener
Called when the first result is available.
SECS - jadex.bridge.sensor.unit.TimeUnit
 
SECURE_RANDOM - Static variable in class jadex.commons.security.SSecurity
Common secure random number source.
SECURE_RANDOM - Static variable in class jadex.commons.SUtil
Access to secure random source.
SecureThreadedRandom - Class in jadex.commons.security.random
Wrapper for quick multi-threaded PRNG access using multiple PRNGs.
SecureThreadedRandom() - Constructor for class jadex.commons.security.random.SecureThreadedRandom
Creates the wrapper.
Security - Annotation Type in jadex.bridge.service.annotation
Set the roles that would allow access to a service interface or service method.
SECURITY_INFOS - Static variable in class jadex.bridge.ServiceCall
The security infos constant.
select(Object[]) - Method in interface jadex.bdi.planlib.protocols.ISelector
Select winner proposals.
select(Object[]) - Method in class jadex.bdi.planlib.protocols.Selector
Select proposals.
selectcandidatemethod - Variable in class jadex.bdiv3.model.MGoal
The method info for selecting (a) plan cadidate(s).
SelectCandidatesAction - Class in jadex.bdiv3.actions
Action for selecting a candidate from the APL.
SelectCandidatesAction(RProcessableElement) - Constructor for class jadex.bdiv3.actions.SelectCandidatesAction
Create a new action.
selectCycle - Variable in class jadex.extension.envsupport.observer.perspective.Perspective2D
Selection cycle for stacked objects
selectCycle - Variable in class jadex.extension.envsupport.observer.perspective.Perspective3D
Selection cycle for stacked objects
selected - Variable in class jadex.base.DefaultFileFilter
The selected component list.
selected - Variable in class jadex.commons.gui.autocombo.AbstractAutoComboModel
 
selectedobject - Variable in class jadex.extension.envsupport.observer.perspective.Perspective2D
The selected object
selectedobject - Variable in class jadex.extension.envsupport.observer.perspective.Perspective3D
The selected object
selectedObjectListeners - Variable in class jadex.extension.envsupport.observer.gui.ObserverCenter
Selected object listeners
selectIcon(Object) - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
Select an icon.
selectioncontroller - Variable in class jadex.extension.envsupport.observer.perspective.Perspective2D
Selection controller.
SelectionNode - Class in jadex.javaparser.javaccimpl
Node for selection from array.
SelectionNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.SelectionNode
Create an expression node.
SelectNode - Class in jadex.javaparser.javaccimpl
Node for OQL like select statements.
SelectNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.SelectNode
Create a node.
Selector - Class in jadex.bdi.planlib.protocols
Default selector implementation for evaluating a set of proposals.
Selector() - Constructor for class jadex.bdi.planlib.protocols.Selector
Create a new selector.
Selector(int) - Constructor for class jadex.bdi.planlib.protocols.Selector
Create a new selector.
Selector(Comparator) - Constructor for class jadex.bdi.planlib.protocols.Selector
Create a new selector.
Selector(Comparator, int) - Constructor for class jadex.bdi.planlib.protocols.Selector
Create a new selector.
selectorDistance - Variable in class jadex.extension.envsupport.observer.perspective.Perspective2D
Maximum selection distance
selectorDistance - Variable in class jadex.extension.envsupport.observer.perspective.Perspective3D
Maximum selection distance
Self - jadex.bridge.nonfunctional.INFProperty.Target
 
sem - Variable in class jadex.bytecode.vmhacks.VmHacks.InstrumentationCommand
The semaphore.
send - Variable in class jadex.bridge.service.component.interceptors.AuthenticationInterceptor
The mode (send or receive).
send(byte[]) - Method in interface jadex.bridge.component.streams.IOutputConnectionHandler
Called from connection.
send(byte[]) - Method in class jadex.bridge.component.streams.LocalOutputConnectionHandler
Called from connection.
send(byte[]) - Method in class jadex.bridge.component.streams.OutputConnectionHandler
Called from connection.
send(String, String) - Method in class jadex.bdi.planlib.messaging.AIM
Send a IM
SEND - jadex.bdiv3.model.MMessageEvent.Direction
 
sendAcknowledgedMessage(StreamPacket, Object) - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Send a message and wait for an ack.
sendAcknowledgedMultiPacket() - Method in class jadex.bridge.component.streams.OutputConnectionHandler
Called internally.
sendAlive() - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Send alive message.
sendBackwardCommand(Object) - Method in interface jadex.commons.future.IBackwardCommandFuture
Send a backward command in direction of the source.
sendBackwardCommand(Object) - Method in class jadex.commons.future.TerminableDelegationFuture
Send a backward command in direction of the source.
sendBackwardCommand(Object) - Method in class jadex.commons.future.TerminableFuture
Send a backward command in direction of the source.
sendBackwardCommand(Object) - Method in class jadex.commons.future.TerminableIntermediateDelegationFuture
Send a backward command in direction of the source.
sendBackwardCommand(Object) - Method in class jadex.commons.future.TerminableIntermediateFuture
Send a backward command in direction of the source.
sendCFP(NegotiationRecord, String) - Method in class jadex.bdi.planlib.protocols.contractnet.CNPInitiatorPlan
Send the cfp message.
sendCFP(Object, String, List) - Method in class jadex.bdi.planlib.protocols.dutchauction.DAInitiatorPlan
Send cfps to all receivers.
sendCFP(Object, String, List) - Method in class jadex.bdi.planlib.protocols.englishauction.EAInitiatorPlan
Send cfps to all receivers.
sendData(StreamPacket) - Method in class jadex.bridge.component.streams.OutputConnectionHandler
Send or resend a data message.
sendDataAck() - Method in class jadex.bridge.component.streams.InputConnectionHandler
Send ack data.
sendDataAck(int, int, boolean) - Method in class jadex.bridge.component.streams.InputConnectionHandler
 
sendEmail(Email, EmailAccount) - Method in interface jadex.bridge.service.types.email.IEmailService
Send an email.
SendEmailPlan - Class in jadex.bdi.planlib.messaging
Send an email.
SendEmailPlan() - Constructor for class jadex.bdi.planlib.messaging.SendEmailPlan
 
sender - Variable in class jadex.bdi.planlib.messaging.EmailAccount
The sender email.
sender - Variable in class jadex.bridge.service.types.awareness.AwarenessInfo
The sending component's identifier.
sender - Variable in class jadex.bridge.service.types.email.Email
The sender.
SENDER - Static variable in interface jadex.bridge.component.IMsgHeader
Message header key for the sender.
SENDER - Static variable in class jadex.bridge.fipa.SFipa
 
sendFile(String, byte[], IComponentIdentifier) - Method in interface jadex.bridge.service.types.chat.IChatGuiService
Send a file to the target component via bytes.
sendFile(String, IComponentIdentifier) - Method in interface jadex.bridge.service.types.chat.IChatGuiService
Send a local file to the target component.
sendFile(String, String, long, String, IInputConnection) - Method in interface jadex.bridge.service.types.chat.IChatService
Send a file.
sendFlap(int, String) - Method in class jadex.bdi.planlib.messaging.AIM
Send a FLAP packet
sendFlapSignon() - Method in class jadex.bdi.planlib.messaging.AIM
Send a FLAP signon packet
sendForwardCommand(Object) - Method in class jadex.commons.future.Future
Send a (forward) command to the listeners.
sendForwardCommand(Object) - Method in interface jadex.commons.future.IForwardCommandFuture
Send a command to the listeners.
SendICQPlan - Class in jadex.bdi.planlib.messaging
Send an instant message.
SendICQPlan() - Constructor for class jadex.bdi.planlib.messaging.SendICQPlan
 
SendInfo(StreamPacket, Object, int, TimerTask, Future<Object>) - Constructor for class jadex.bridge.component.streams.AbstractConnectionHandler.SendInfo
Create a new send info.
sendInit() - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Send init message.
sendInit() - Method in interface jadex.bridge.component.streams.IAbstractConnectionHandler
Send init message.
sendInit() - Method in class jadex.bridge.component.streams.LocalAbstractConnectionHandler
Send init message.
sendMessage(IMessageEvent<?>) - Method in interface jadex.bdiv3x.runtime.IEventbase
Send a message after some delay.
sendMessage(IMessageEvent<?>) - Method in class jadex.bdiv3x.runtime.Plan
Send a message.
sendMessage(IMessageEvent<?>) - Method in class jadex.bdiv3x.runtime.REventbase
Send a message after some delay.
sendMessage(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventIntermediateMessageActivityHandler
Send a message.
sendMessage(IMsgHeader, byte[], byte[]) - Method in interface jadex.bridge.service.types.transport.ITransportService
Send a message.
sendMessage(Object, IComponentIdentifier...) - Method in interface jadex.bridge.component.IMessageFeature
Send a message.
sendMessage(Object, Map<String, Object>, IComponentIdentifier...) - Method in interface jadex.bridge.component.IMessageFeature
Send a message.
sendMessageAndWait(IMessageEvent<T>) - Method in class jadex.bdiv3x.runtime.Plan
Send a message and wait for the answer.
sendMessageAndWait(IMessageEvent<T>, long) - Method in class jadex.bdiv3x.runtime.Plan
Send a message and wait for the answer.
sendMessageAndWait(IComponentIdentifier, Object) - Method in interface jadex.bridge.component.IMessageFeature
Send a message and wait for a reply.
sendMessageAndWait(IComponentIdentifier, Object, Long) - Method in interface jadex.bridge.component.IMessageFeature
Send a message and wait for a reply.
sendRaw(String) - Method in class jadex.bdi.planlib.messaging.AIM
Send a string over the socket as raw bytes
SENDRECEIVE - jadex.bdiv3.model.MMessageEvent.Direction
 
sendReply(IMsgHeader, Object) - Method in interface jadex.bridge.component.IMessageFeature
Send a message reply.
sendReturnValue(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventIntermediateServiceActivityHandler
Wait for a service call.
sendStored() - Method in class jadex.bridge.component.streams.OutputConnectionHandler
Called internally.
sendTask(StreamPacket) - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Send a task.
SendXMPPPlan - Class in jadex.bdi.planlib.messaging
Send an instant message.
SendXMPPPlan() - Constructor for class jadex.bdi.planlib.messaging.SendXMPPPlan
 
SensorActuator - Class in jadex.quickstart.cleanerworld.environment
The sensor / actuator gives access to the perceived environment and provides operations to manipulate the environment.
SensorActuator() - Constructor for class jadex.quickstart.cleanerworld.environment.SensorActuator
Create a sensor for a new cleaner robot.
SensorGui - Class in jadex.quickstart.cleanerworld.gui
The GUI for the cleaner world example.
SensorGui(SensorActuator) - Constructor for class jadex.quickstart.cleanerworld.gui.SensorGui
Creates a GUI that updates itself when beliefs change.
sent - Variable in class jadex.bridge.component.streams.OutputConnectionHandler
The data sent (not acknowledged).
sent_meventlist - Variable in class jadex.bdiv3x.features.BDIXMessageComponentFeature
Sent message tracking (insertion order).
sent_mevents - Variable in class jadex.bdiv3x.features.BDIXMessageComponentFeature
Sent message tracking (msg->cnt).
separator - Variable in class jadex.bridge.service.types.filetransfer.FileData
The separator char.
separatorAt(int) - Method in class jadex.commons.ExpressionTokenizer
Check if there is a separator character at the specified position.
separators - Variable in class jadex.commons.ExpressionTokenizer
The top level separators.
seps - Static variable in class jadex.commons.SUtil
Holds the single characters.
seqnr - Variable in class jadex.commons.concurrent.LoadManagingExecutionService.Task
The sequence number.
seqnumber - Variable in class jadex.bridge.component.streams.OutputConnectionHandler
The current sequence number.
sequence - Variable in class jadex.bdi.planlib.messaging.AIM
The sequence number used for FLAP packets.
SEQUENCE_EDGES - Static variable in class jadex.bpmn.BpmnXMLReader
Key for sequence edges in read context.
sequencenumber - Variable in class jadex.bridge.component.streams.StreamPacket
The sequence number.
SequentialActivationPlan - Class in jadex.gpmn.plan
Plan for sequential goal activation in GPMN processes.
SequentialActivationPlan() - Constructor for class jadex.gpmn.plan.SequentialActivationPlan
 
SequentialMultiplexDistributor - Class in jadex.bridge.service.component.multiinvoke
Sequential call distributor.
SequentialMultiplexDistributor() - Constructor for class jadex.bridge.service.component.multiinvoke.SequentialMultiplexDistributor
 
serializable - Variable in class jadex.commons.beans.beancontext.BeanContextServicesSupport
The number of serializable service providers currently registered.
serialize(ObjectOutputStream, Collection) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Serializes the given collection.
serialized_list - Variable in class jadex.commons.collection.WeakList
 
serialized_set - Variable in class jadex.commons.collection.WeakSet
 
SerializedValue() - Constructor for class jadex.bridge.service.component.interceptors.ResolveInterceptor.SerializedValue
Create a new serialized value.
SerializedValue(String) - Constructor for class jadex.bridge.service.component.interceptors.ResolveInterceptor.SerializedValue
Create a new serialized value.
SERIALIZER_ID - Static variable in interface jadex.bridge.service.types.message.ISerializer
Constant for accessing the serializer id.
seriesmap - Variable in class jadex.extension.envsupport.evaluation.TimeChartDataConsumer
The series map.
seriesmap - Variable in class jadex.extension.envsupport.evaluation.XYChartDataConsumer
The series map.
service - Variable in class jadex.bridge.service.component.BasicServiceInvocationHandler
The service.
service - Variable in class jadex.bridge.service.component.interceptors.ServiceGetter
The cached service.
service - Variable in class jadex.bridge.service.component.ServiceCallEvent
The service.
service - Variable in class jadex.bridge.service.search.ServiceEvent
The service.
service - Variable in class jadex.extension.ws.invoke.WebServiceMappingInfo
The porttype.
service() - Method in annotation type jadex.bdiv3.annotation.Body
The body as required service.
service() - Method in annotation type jadex.bdiv3.annotation.Trigger
Activate from service invocation, i.e.
Service - Annotation Type in jadex.bridge.service.annotation
Mark a class as implementing a service.
SERVICE_ADDED - Static variable in class jadex.bridge.service.search.ServiceEvent
Service was added event.
SERVICE_CHANGED - Static variable in class jadex.bridge.service.search.ServiceEvent
Service changed.
SERVICE_KEY_TYPES - Static variable in class jadex.bridge.service.search.ServiceKeyExtractor
The key types.
SERVICE_PROPERTY_NAME - Static variable in class jadex.bridge.sensor.service.TagProperty
The key used to store the tags in the service property map.
SERVICE_REMOVED - Static variable in class jadex.bridge.service.search.ServiceEvent
Service was removed event.
serviceAvailable(BeanContextServiceAvailableEvent) - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
 
serviceAvailable(BeanContextServiceAvailableEvent) - Method in interface jadex.commons.beans.beancontext.BeanContextServicesListener
 
serviceAvailable(BeanContextServiceAvailableEvent) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
Notify all listeners and children that implements BeanContextServices of the event.
ServiceCall - Class in jadex.bridge
Information about a current service call.
ServiceCall(IComponentIdentifier, Map<String, Object>) - Constructor for class jadex.bridge.ServiceCall
Create a service call info object.
ServiceCallEvent - Class in jadex.bridge.service.component
Represents the events associated with service calls (call, response, etc.).
ServiceCallEvent() - Constructor for class jadex.bridge.service.component.ServiceCallEvent
Bean constructor.
ServiceCallEvent(ServiceCallEvent.Type, IServiceIdentifier, MethodInfo, IComponentIdentifier, Object) - Constructor for class jadex.bridge.service.component.ServiceCallEvent
Instance constructor.
ServiceCallEvent.Type - Enum in jadex.bridge.service.component
 
ServiceCallInfo - Class in jadex.bridge
 
ServiceCallInfo() - Constructor for class jadex.bridge.ServiceCallInfo
Create a new service call info.
ServiceCallInfo(String, MethodInfo, FieldInfo) - Constructor for class jadex.bridge.ServiceCallInfo
Create a new service call info.
ServiceCallInfo(String, MethodInfo, MethodInfo) - Constructor for class jadex.bridge.ServiceCallInfo
Create a new service call info.
servicecalls - Variable in class jadex.micro.InjectionInfoHolder
The service value calls.
ServiceCallTask - Class in jadex.bpmn.runtime.task
Call a service.
ServiceCallTask() - Constructor for class jadex.bpmn.runtime.task.ServiceCallTask
 
ServiceCallTask.ServiceCallTaskGui - Class in jadex.bpmn.runtime.task
 
ServiceCallTaskGui() - Constructor for class jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
 
ServiceCallTaskGui() - Constructor for class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
 
serviceClass - Variable in class jadex.commons.beans.beancontext.BeanContextServiceAvailableEvent
 
serviceClass - Variable in class jadex.commons.beans.beancontext.BeanContextServiceRevokedEvent
 
ServiceComponent - Annotation Type in jadex.bridge.service.annotation
Annotation for field of pojo service in which the service component (internal access) should be injected.
ServiceEvent<T> - Class in jadex.bridge.service.search
Service event used if the service registry is used in event mode.
ServiceEvent() - Constructor for class jadex.bridge.service.search.ServiceEvent
Bean constructor.
ServiceEvent(T, int) - Constructor for class jadex.bridge.service.search.ServiceEvent
Creates the service event.
ServiceGetter<T> - Class in jadex.bridge.service.component.interceptors
The service getter allows for getting a service
ServiceGetter(IInternalAccess, long, Class<T>, ServiceScope) - Constructor for class jadex.bridge.service.component.interceptors.ServiceGetter
Create a new service getter.
ServiceGetter(IInternalAccess, Class<T>, ServiceScope) - Constructor for class jadex.bridge.service.component.interceptors.ServiceGetter
Create a new service getter.
serviceidentifier - Variable in class jadex.bridge.service.search.ServiceQuery
The service ID of the target service.
ServiceIdentifier - Class in jadex.bridge.service
Service identifier for uniquely identifying a service.
ServiceIdentifier - Annotation Type in jadex.bridge.service.annotation
Annotation for field of pojo service in which the service identifier should be injected.
ServiceIdentifier() - Constructor for class jadex.bridge.service.ServiceIdentifier
Create a new service identifier.
ServiceIdentifier(IComponentIdentifier, ClassInfo, ClassInfo[], String, IResourceIdentifier, ServiceScope, Set<String>, boolean) - Constructor for class jadex.bridge.service.ServiceIdentifier
Create a new service identifier.
ServiceIdentifier(IInternalAccess, Class<?>, String, IResourceIdentifier, ServiceScope) - Constructor for class jadex.bridge.service.ServiceIdentifier
Create a new service identifier.
ServiceIdFilter - Class in jadex.bridge.service.search
Filter for service ids.
ServiceIdFilter() - Constructor for class jadex.bridge.service.search.ServiceIdFilter
Create a new filter.
ServiceIdFilter(Object) - Constructor for class jadex.bridge.service.search.ServiceIdFilter
Create a new filter.
ServiceInfo - Class in jadex.bridge.service.component
Simple struct for storing a pojo/domain service with its management part.
ServiceInfo(Object, BasicService) - Constructor for class jadex.bridge.service.component.ServiceInfo
Create a new service info.
serviceinfos - Variable in class jadex.bridge.service.component.ProvidedServicesComponentFeature
The map of provided service infos.
ServiceInjectionInfo() - Constructor for class jadex.micro.MicroModel.ServiceInjectionInfo
Create a new injection info.
serviceinjections - Variable in class jadex.micro.InjectionInfoHolder
The service injection targets.
ServiceInputConnection - Class in jadex.bridge.service.types.remote
 
ServiceInputConnection() - Constructor for class jadex.bridge.service.types.remote.ServiceInputConnection
Create a new service input connection.
ServiceInputConnectionProxy - Class in jadex.bridge.service.types.remote
 
ServiceInputConnectionProxy() - Constructor for class jadex.bridge.service.types.remote.ServiceInputConnectionProxy
 
ServiceInputConnectionProxy(ServiceOutputConnection) - Constructor for class jadex.bridge.service.types.remote.ServiceInputConnectionProxy
 
ServiceInvalidException - Exception in jadex.bridge.service
Exception that is thrown when a service is called that is invalid.
ServiceInvalidException(String) - Constructor for exception jadex.bridge.service.ServiceInvalidException
Create a new service invalid exception.
ServiceInvocationContext - Class in jadex.bridge.service.component
Context for service invocations.
ServiceInvocationContext(ServiceInvocationContext) - Constructor for class jadex.bridge.service.component.ServiceInvocationContext
Create a copied context.
ServiceInvocationContext(Object, Method, IServiceInvocationInterceptor[], IComponentIdentifier, IServiceIdentifier) - Constructor for class jadex.bridge.service.component.ServiceInvocationContext
Create a new context.
ServiceKeyExtractor - Class in jadex.bridge.service.search
Responsible for extracting values.
ServiceKeyExtractor() - Constructor for class jadex.bridge.service.search.ServiceKeyExtractor
 
ServiceKeyExtractor.SetWrapper<T> - Class in jadex.bridge.service.search
Efficiently wrap a single value as a Set.
servicelisteners - Variable in class jadex.bridge.service.component.ProvidedServicesComponentFeature
The map of provided service infos.
servicemappings - Variable in class jadex.bdiv3.model.MParameter
The service mappings.
servicemethod - Variable in class jadex.bridge.ServiceCallInfo
The method to call on the service.
servicemethodname - Variable in class jadex.bdiv3.model.MBody
The body as required service.
SERVICEMETHODS - Static variable in class jadex.bridge.service.component.interceptors.ResolveInterceptor
The static map of subinterceptors (method -> interceptor).
servicename - Variable in class jadex.bdiv3.model.MBody
The body as required service.
servicename - Variable in class jadex.bridge.service.ServiceIdentifier
The service name.
ServiceNotFoundException - Exception in jadex.bridge.service.search
Exception to denote that a requested service was not found.
ServiceNotFoundException(String) - Constructor for exception jadex.bridge.service.search.ServiceNotFoundException
Create a new service not found exception.
ServiceOutputConnection - Class in jadex.bridge.service.types.remote
A service output connection can be used to write data to a remote input connection.
ServiceOutputConnection() - Constructor for class jadex.bridge.service.types.remote.ServiceOutputConnection
Create a new connection.
ServiceOutputConnectionProxy - Class in jadex.bridge.service.types.remote
 
ServiceOutputConnectionProxy() - Constructor for class jadex.bridge.service.types.remote.ServiceOutputConnectionProxy
Create a new connection proxy
ServiceOutputConnectionProxy(ServiceInputConnection) - Constructor for class jadex.bridge.service.types.remote.ServiceOutputConnectionProxy
Create a new connection proxy
ServicePlan - Annotation Type in jadex.bdiv3.annotation
Annotation for a service plan, i.e.
serviceProvider - Variable in class jadex.commons.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider
The service provider of the related service.
ServiceQuery<T> - Class in jadex.bridge.service.search
Service query definition.
ServiceQuery() - Constructor for class jadex.bridge.service.search.ServiceQuery
Create a new service query.
ServiceQuery(ClassInfo) - Constructor for class jadex.bridge.service.search.ServiceQuery
Create a new service query.
ServiceQuery(ClassInfo, ServiceScope, IComponentIdentifier) - Constructor for class jadex.bridge.service.search.ServiceQuery
Create a new service query.
ServiceQuery(ServiceQuery<T>) - Constructor for class jadex.bridge.service.search.ServiceQuery
Shallow copy constructor.
ServiceQuery(Class<T>) - Constructor for class jadex.bridge.service.search.ServiceQuery
Create a new service query.
ServiceQuery(Class<T>, ServiceScope) - Constructor for class jadex.bridge.service.search.ServiceQuery
Create a new service query.
ServiceQuery(Class<T>, ServiceScope, IComponentIdentifier) - Constructor for class jadex.bridge.service.search.ServiceQuery
Create a new service query.
ServiceQuery.Multiplicity - Class in jadex.bridge.service.search
Define cases for multiplicity.
ServiceQueryInfo<T> - Class in jadex.bridge.service.search
Info with query and result future.
ServiceQueryInfo(ServiceQuery<T>, TerminableIntermediateFuture<T>) - Constructor for class jadex.bridge.service.search.ServiceQueryInfo
Create a new query info.
ServiceRankingDelegationResultListener<S> - Class in jadex.bridge.nonfunctional.search
Listener that ranks results.
ServiceRankingDelegationResultListener(TerminableIntermediateDelegationFuture<S>, ITerminableIntermediateFuture<S>, IServiceRanker<S>, IRankingSearchTerminationDecider<S>) - Constructor for class jadex.bridge.nonfunctional.search.ServiceRankingDelegationResultListener
Create a new ranker.
ServiceRankingDelegationResultListener2<S> - Class in jadex.bridge.nonfunctional.search
Listener that ranks results.
ServiceRankingDelegationResultListener2(TerminableIntermediateDelegationFuture<Tuple2<S, Double>>, ITerminableIntermediateFuture<S>, IServiceRanker<S>, IRankingSearchTerminationDecider<S>) - Constructor for class jadex.bridge.nonfunctional.search.ServiceRankingDelegationResultListener2
Create a new ranker.
ServiceRankingResultListener<S> - Class in jadex.bridge.nonfunctional.search
Listener that ranks results.
ServiceRankingResultListener(IServiceRanker<S>, IRankingSearchTerminationDecider<S>, IResultListener<Collection<S>>) - Constructor for class jadex.bridge.nonfunctional.search.ServiceRankingResultListener
Create a new ranker.
ServiceRankingResultListener(IResultListener<Collection<Tuple2<S, Double>>>, IServiceRanker<S>, IRankingSearchTerminationDecider<S>) - Constructor for class jadex.bridge.nonfunctional.search.ServiceRankingResultListener
Create a new ranker.
ServiceRegistry - Class in jadex.bridge.service.search
Local service registry.
ServiceRegistry() - Constructor for class jadex.bridge.service.search.ServiceRegistry
Create a new registry.
serviceRevoked(BeanContextServiceRevokedEvent) - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
 
serviceRevoked(BeanContextServiceRevokedEvent) - Method in interface jadex.commons.beans.beancontext.BeanContextServiceRevokedListener
 
serviceRevoked(BeanContextServiceRevokedEvent) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
Throws UnsupportedOperationException.
serviceRevoked(BeanContextServiceRevokedEvent) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
Notify all listeners and children that implements BeanContextServices of the event.
services - Variable in class jadex.bdiv3.model.MCapability
The services.
services - Variable in class jadex.bdiv3.model.MTrigger
The service types.
services - Variable in class jadex.bridge.service.component.ProvidedServicesComponentFeature
The map of platform services.
services - Variable in class jadex.commons.beans.beancontext.BeanContextServicesSupport
A map of all registered services - key is service class, value is BCSSServiceProvider object.
ServiceScope - Enum in jadex.bridge.service
Scopes for service publication (provided) and search (e.g.
serviceSearchFinished() - Method in interface jadex.bridge.service.component.multiinvoke.IMultiplexDistributor
Search for services has finished.
serviceSearchFinished() - Method in class jadex.bridge.service.component.multiinvoke.SequentialMultiplexDistributor
Notify that the search has finished.
serviceSearchFinished() - Method in class jadex.bridge.service.component.multiinvoke.SimpleMultiplexDistributor
Notify that the search has finished.
ServiceShutdown - Annotation Type in jadex.bridge.service.annotation
Deprecated.
serviceShutdowned(IInternalService) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Called after a service has been shutdowned.
ServiceStart - Annotation Type in jadex.bridge.service.annotation
Deprecated.
serviceStarted(IInternalService) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Called after a service has been started.
servicetags - Variable in class jadex.bridge.service.search.ServiceQuery
Tags of the service.
ServiceTerminatedException - Exception in jadex.bridge
Thrown when operations are invoked after a service has been shut down.
ServiceTerminatedException(IServiceIdentifier) - Constructor for exception jadex.bridge.ServiceTerminatedException
Create a service termination exception.
ServiceThread() - Constructor for class jadex.commons.concurrent.ThreadPool.ServiceThread
Create a new thread.
ServiceTrigger - Annotation Type in jadex.bdiv3.annotation
Service trigger annotation.
servicetype - Variable in class jadex.bridge.service.component.multiinvoke.MultiServiceInvocationHandler
The service type.
servicetype - Variable in class jadex.bridge.service.search.ServiceQuery
The service type.
ServiceVisionProcessor - Class in jadex.extension.envsupport.environment
 
ServiceVisionProcessor() - Constructor for class jadex.extension.envsupport.environment.ServiceVisionProcessor
 
set - Variable in class jadex.commons.collection.WeakSet
The set which will be used for element storage.
set(int, MultiColumnTable.MultiColumnTableRow) - Method in class jadex.bpmn.MultiColumnTable
 
set(int, Object) - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
set(int, Object) - Method in class jadex.commons.collection.WeakList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, T) - Method in class jadex.commons.collection.wrappers.ListWrapper
 
set(int, V) - Method in class jadex.commons.collection.IndexMap
Replaces the element at the specified position in this list with the specified element.
set(T) - Method in class jadex.commons.MutableObject
 
SET - Static variable in class jadex.bdi.planlib.DefaultBDIVisionProcessor
The set action.
SET_POSITION - Static variable in class jadex.extension.envsupport.environment.space2d.action.GetPosition
The constant identifier for this action.
SET_POSITION - Static variable in class jadex.extension.envsupport.environment.space3d.action.GetPosition
The constant identifier for this action.
setAccess(IPlatformComponentAccess) - Method in class jadex.bridge.service.types.cms.CmsState.CmsComponentState
Sets the access.
setAccessFlags(int) - Method in class jadex.commons.SClassReader.AnnotatedEntity
Set the access flags.
setAccessible(AccessibleObject, boolean) - Method in class jadex.bytecode.vmhacks.VmHacks.Unsafe
Sets reflective object accessible without checks if native support is available.
setAccessible(String, AccessibleObject, boolean) - Method in interface jadex.bytecode.vmhacks.INativeHelper
Sets reflective object accessible without checks.
setAccessible(String, AccessibleObject, boolean) - Method in class jadex.bytecode.vmhacks.NativeHelper
Sets reflective object accessible without checks.
setActId(String) - Method in class jadex.bpmn.tools.ProcessThreadInfo
Set the actid.
setAction(IComponentAction) - Method in class jadex.bridge.fipa.Done
Set the action.
setActive(long) - Method in class jadex.micro.MicroModel.ServiceInjectionInfo
 
setActivity(MActivity) - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Set the mactivity.
setActivity(MActivity) - Method in class jadex.bpmn.runtime.ProcessThread
Set the next activity.
setActivity(String) - Method in class jadex.bpmn.tools.ProcessThreadInfo
Set the activity.
setActivityid(String) - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Sets the activityid.
setAddress(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the address flag.
setAddress(String) - Method in class jadex.bridge.service.types.address.TransportAddress
Sets the address.
setAddresses(List<TransportAddress>) - Method in class jadex.bridge.service.types.awareness.AwarenessInfo
Sets the addresses.
setAddresses(List<TransportAddress>) - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Sets the addresses.
setAgent(IInternalAccess) - Method in class jadex.bdiv3.runtime.wrappers.ListWrapper
 
setAgent(IInternalAccess) - Method in class jadex.bdiv3.runtime.wrappers.MapWrapper
 
setAgent(IInternalAccess) - Method in class jadex.bdiv3.runtime.wrappers.SetWrapper
 
setAgentMethod(Class<? extends Annotation>, MethodInfo) - Method in class jadex.micro.MicroModel
Set an agent method.
setAliveTime(long) - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Set the alive time of the other connection side.
setAll(boolean) - Method in class jadex.base.DefaultFileFilter
Set the all flag.
setAll(boolean) - Method in class jadex.base.ModelFileFilter
Set the all.
setAllButtonsEnabled(boolean) - Method in class jadex.commons.gui.JWizard
Sets the enabled state of all buttons (next, back etc.).
setAllColumnsVisible() - Method in interface jadex.commons.gui.jtable.IVisibilityTableColumnModel
Makes all columns in this model visible
setAllColumnsVisible() - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
Makes all columns in this model visible
setAllColumnWidths(int, int, int) - Method in class jadex.commons.gui.jtable.ResizeableTableHeader
Sets preferred width, the minimum and maximum width for all columns.
setAllEnabled(ButtonGroup, boolean) - Static method in class jadex.commons.gui.SGUI
Sets the enabled state of all buttons in a button group.
setAllowDuplicates(boolean) - Method in class jadex.commons.gui.EditableList
Set if duplicates are allowed.
setAlphamap(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
setAndroid(boolean, boolean) - Static method in class jadex.commons.SReflect
private setter that can be made accessible for robolectric testcases.
setAnimationCondition(IParsedExpression) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Animation
 
setAnimations(ArrayList<Animation>) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Object3d
 
setAnnotations(Collection<SClassReader.AnnotationInfo>) - Method in class jadex.commons.SClassReader.AnnotatedEntity
Set the annotations.
setApplet(Applet) - Static method in class jadex.commons.gui.BrowserLauncher2
Set the current applet.
setAreaSize(IVector2) - Method in class jadex.extension.envsupport.environment.space2d.Grid2D
Set the area size.
setAreaSize(IVector2) - Method in class jadex.extension.envsupport.environment.space2d.Space2D
Set the area size.
setAreaSize(IVector2) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Sets the maximum displayable size.
setAreaSize(IVector2) - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Sets the maximum displayable size.
setAreaSize(IVector3) - Method in class jadex.extension.envsupport.environment.space3d.Grid3D
Set the area size.
setAreaSize(IVector3) - Method in class jadex.extension.envsupport.environment.space3d.Space3D
Set the area size.
setAreaSize(IVector3) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
Sets the maximum displayable size.
setAreaSize(IVector3) - Method in interface jadex.extension.envsupport.observer.graphics.IViewport3d
Sets the maximum displayable size.
setArguments(IArgument[]) - Method in class jadex.bridge.modelinfo.ModelInfo
Set the arguments.
setArguments(UnparsedExpression[]) - Method in class jadex.bridge.modelinfo.ComponentInstanceInfo
Set the arguments.
setArguments(UnparsedExpression[]) - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Set the arguments.
setArguments(List<Object>) - Method in class jadex.bridge.service.component.ServiceInvocationContext
Set the arguments.
setArguments(Map) - Method in class jadex.bridge.fipa.CMSCreateComponent
Set the arguments of this AMSCreateComponent.
setArguments(Map<String, Object>) - Method in class jadex.bridge.service.types.cms.CreationInfo
Set the arguments.
setArgumentsExpression(UnparsedExpression) - Method in class jadex.bridge.modelinfo.ComponentInstanceInfo
Set the arguments expression.
setArray(byte[]) - Method in class jadex.commons.ByteArrayWrapper
Sets the array.
setAsDouble(double) - Method in class jadex.extension.envsupport.math.Vector1Double
 
setAsInteger(int) - Method in class jadex.extension.envsupport.math.Vector1Int
 
setAsLong(long) - Method in class jadex.extension.envsupport.math.Vector1Long
 
setAsText(String) - Method in interface jadex.commons.beans.PropertyEditor
 
setAsText(String) - Method in class jadex.commons.beans.PropertyEditorSupport
 
setAsyncExecution(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the async execution mode flag.
setAttachments(Object[]) - Method in class jadex.bridge.service.types.email.Email
Set the attachments.
setAutoResizingEnabled(boolean) - Method in class jadex.commons.gui.jtable.ResizeableTableHeader
Sets whether columns are resized on table model events.
setAutoRotation(boolean) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
 
setAwaDelay(long) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the delay between awareness notifications.
setAwaExcludes(String) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the awareness platform excludes.
setAwaIncludes(String) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the awareness platform includes.
setAwaMechanisms(String...) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the awareness mechanisms.
setAwareness(boolean) - Method in interface jadex.base.IPlatformConfiguration
Set the flag for starting with awareness.
setBackground(Color) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Sets the background color.
setBackground(Color) - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Sets the background color.
setBackground(Color) - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Sets the background color.
setBaseClassloader(ClassLoader) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the base classloader.
setBccs(String[]) - Method in class jadex.bridge.service.types.email.Email
Set the bccs.
setBeanContext(BeanContext) - Method in interface jadex.commons.beans.beancontext.BeanContextChild
 
setBeanContext(BeanContext) - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
 
setBeanInfoSearchPath(String[]) - Static method in class jadex.commons.beans.Introspector
Sets the search packages.
setBeliefEvents(Set<String>) - Method in class jadex.bdiv3.model.MBelief
Set the events.
setBeliefs(List<MBelief>) - Method in class jadex.bdiv3.model.MCapability
Set the beliefs.
setBeliefs(Set<String>) - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator.MethodBeliefs
Set the beliefs.
SetBeliefStep - Class in jadex.bdi.planlib.iasteps
 
SetBeliefStep(String, Object) - Constructor for class jadex.bdi.planlib.iasteps.SetBeliefStep
Sets an agent's belief.
SetBeliefStep(Map) - Constructor for class jadex.bdi.planlib.iasteps.SetBeliefStep
Sets multiple agent beliefs.
setBinaryMessages(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the flag for binary messages.
setBinding(RequiredServiceBinding) - Method in class jadex.bridge.service.ProvidedServiceImplementation
Set the binding.
setBindingOptions(UnparsedExpression) - Method in class jadex.bdiv3.model.MParameter
The binding options to set.
setBindings(RequiredServiceBinding[]) - Method in class jadex.bridge.modelinfo.ComponentInstanceInfo
Set the bindings.
setBloomFilter(BloomFilter) - Method in class jadex.commons.future.DuplicateRemovalIntermediateResultListener
Set the bloom filter used to find duplicates.
setBody(MBody) - Method in class jadex.bdiv3.model.MPlan
Set the body.
setBody(Object) - Method in class jadex.bridge.service.component.ServiceCallEvent
Set the body.
setBound(boolean) - Method in class jadex.commons.beans.PropertyDescriptor
 
setBounds(int, int, int, int) - Method in class jadex.commons.gui.jtreetable.JTreeTable.TreeTableCellRenderer
This is overridden to set the height to match that of the JTable.
setBreakpoints(String[]) - Method in class jadex.bridge.modelinfo.ModelInfo
Set the breakpoints.
setBreakpoints(String[]) - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Set the enabled breakpoints (if any).
setBuildTime(Date) - Method in class jadex.bridge.VersionInfo
Sets the build time through external mechanism.
setBulkAttributeValues(Object, QName, Object, List<Object>, Object, String, AReadContext) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Set an attribute value.
setBulkEvents(IMonitoringEvent[]) - Method in class jadex.bridge.BulkMonitoringEvent
Set the events.
setBulkField(String, Object, List<Object>, Object, AReadContext, String) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Directly access a field for setting the objects.
setCallbackField(FieldInfo) - Method in class jadex.bridge.ServiceCallInfo
The callbackfield to set.
setCallbackMethod(MethodInfo) - Method in class jadex.bridge.ServiceCallInfo
The callback to set.
setCallContext(Object) - Method in class jadex.xml.reader.AReadContext
Set the callcontext.
setCaller(IComponentIdentifier) - Method in class jadex.bridge.service.component.ServiceCallEvent
Set the caller.
setCamera(String) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
 
setCanceled(boolean) - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Sets the canceled.
setCanceled(boolean) - Method in class jadex.bpmn.runtime.ProcessThread
Set the canceled state.
setCancelMethod(Method) - Method in class jadex.bpmn.runtime.task.PojoTaskWrapper
Set the cancelmethod.
setCapabilities(List<MCapabilityReference>) - Method in class jadex.bdiv3.model.MCapability
Set the sub capabilities.
setCapability(MCapability) - Method in class jadex.bdiv3.model.BDIModel
Set the mcapa.
setCapacity(int) - Method in class jadex.commons.DefaultPoolStrategy
Set the capacity.
setCardinalityOne(boolean) - Method in class jadex.bdiv3.model.MDeliberation
Set the cardinalityone.
setCcs(String[]) - Method in class jadex.bridge.service.types.email.Email
Set the ccs.
setCertificate(String) - Method in class jadex.commons.security.PemKeyPair
Sets encoded certificate.
setCfp(Object) - Method in class jadex.bdi.planlib.protocols.IQueryNextroundInfo.NextroundInfo
Set the cfp object.
setCFP(Object) - Method in class jadex.bdi.planlib.protocols.NegotiationRecord
Set the call for proposal (sent to participants).
setCfpInfo(Object) - Method in class jadex.bdi.planlib.protocols.IQueryNextroundInfo.NextroundInfo
Set the cfp_info oobject.
setCFPInfo(Object) - Method in class jadex.bdi.planlib.protocols.NegotiationRecord
Set the cfp info (i.e.
setChannel(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Animation
 
setChannels(TreeSet<String>) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Object3d
 
setChat(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the flag for starting with chat.
setChildCount(int) - Method in class jadex.bridge.service.types.cms.CmsState.CmsComponentState
Sets the childcount.
setChildProcess(boolean) - Method in class jadex.bridge.service.types.daemon.StartOptions
Set the childProcess.
setChildren(List<TreeNode>) - Method in class jadex.commons.collection.TreeNode
Sets the children of a Node object.
setChildren(List<JWizard.WizardNode>) - Method in class jadex.commons.gui.JWizard.WizardNode
Sets the children.
setCircleSamples(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Torus3d
 
setClassInfo(SClassReader.ClassInfo) - Method in class jadex.commons.SClassReader.ClassFileInfo
 
setClassloader(ClassLoader) - Method in class jadex.bridge.modelinfo.ModelInfo
Set the classloader.
setClassloader(ClassLoader) - Method in class jadex.micro.MicroModel
Set the classloader.
setClassLoader(ClassLoader) - Method in class jadex.xml.reader.AReadContext
Set the classloader.
setClassLoader(ClassLoader) - Method in class jadex.xml.writer.AWriteContext
Set the classloader.
setClassName(String) - Method in class jadex.bdiv3.model.ConstructorInfo
Set the classname.
setClassName(String) - Method in class jadex.commons.FieldInfo
Set the classname.
setClassName(String) - Method in class jadex.commons.MethodInfo
Sets the class name for retrieving the method.
setClassName(String) - Method in class jadex.commons.SClassReader.ClassInfo
Set the class name.
setClassName(String) - Method in class jadex.extension.agr.MAGRSpaceType
Set the classname.
setClassName(String) - Method in class jadex.extension.envsupport.MEnvSpaceType
Set the classname.
setClasspath(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.SpatialControl
 
setClassPath(String) - Method in class jadex.bridge.service.types.daemon.StartOptions
Set the classpath.
setClazz(ClassInfo) - Method in class jadex.bdiv3.model.MBelief
The clazz to set.
setClazz(ClassInfo) - Method in class jadex.bdiv3.model.MBody
Set the clazz.
setClazz(ClassInfo) - Method in class jadex.bdiv3.model.MParameter
The clazz to set.
setClazz(ClassInfo) - Method in class jadex.bridge.modelinfo.NFPropertyInfo
Set the clazz.
setClazz(ClassInfo) - Method in class jadex.bridge.modelinfo.UnparsedExpression
Set the clazz.
setCleaner(ILRUEntryCleaner) - Method in class jadex.commons.collection.LRU
Set the cleaner object.
setCleanupFuture(IFuture<Map<String, Object>>) - Method in class jadex.bridge.service.types.cms.CmsState.CmsComponentState
Sets the cleanupfuture.
setCli(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the command line interface flag.
setCliConsole(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the cli console flag (in jcc).
setClock(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the clock flag.
setClock(String, IThreadPool) - Method in interface jadex.bridge.service.types.clock.IClockService
Set the clock.
setClockType(String) - Method in interface jadex.bridge.service.types.simulation.ISimulationService
Set the clock type.
setClosed() - Method in class jadex.bridge.component.streams.AbstractConnection
Set the connection to closed.
setClosed() - Method in class jadex.bridge.component.streams.InputConnection
Set the stream to be closed.
setClosed() - Method in class jadex.bridge.component.streams.OutputConnectionHandler
Set the connection closed.
setClosed(boolean) - Method in class jadex.commons.collection.ArrayBlockingQueue
Open/close the queue.
setClosed(boolean) - Method in class jadex.commons.collection.BlockingQueue
Open/close the queue.
setClosed(boolean) - Method in interface jadex.commons.collection.IBlockingQueue
Open/close the queue.
setClosing() - Method in class jadex.bridge.component.streams.AbstractConnection
Set the connection to closed.
setColor(Color) - Method in class jadex.commons.gui.JPlaceholderTextField.RecolorLineBorder
Sets the color.
setColor(Object) - Method in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Sets a new color or binding for the drawable
setColor(Object) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Sets a new color or binding for the drawable
setColor(Object) - Method in class jadex.extension.envsupport.observer.graphics.layer.Layer
 
setColumnChangeable(TableColumn, boolean) - Method in interface jadex.commons.gui.jtable.IVisibilityTableColumnModel
Sets whether this column can change visibility.
setColumnChangeable(TableColumn, boolean) - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
Sets whether this column can change visibility.
setColumnClass(Class, int) - Method in class jadex.commons.gui.jtable.ObjectTableModel
Set the class of the column.
setColumnComparator(Class, Comparator) - Method in class jadex.commons.gui.jtable.TableSorter
 
setColumnEditable(boolean, int) - Method in class jadex.commons.gui.jtable.ObjectTableModel
Set if a column is editable.
setColumnNames(String[]) - Method in class jadex.commons.gui.jtable.StringArrayTableModel
Sets the column names.
setColumnValueAt(int, String) - Method in class jadex.bpmn.MultiColumnTable.MultiColumnTableRow
 
setColumnValues(String[]) - Method in class jadex.bpmn.MultiColumnTable.MultiColumnTableRow
 
setColumnVisible(TableColumn, boolean) - Method in interface jadex.commons.gui.jtable.IVisibilityTableColumnModel
Sets the visibility of the specified TableColumn.
setColumnVisible(TableColumn, boolean) - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
Sets the visibility of the specified TableColumn.
setColumnWidths(TableColumn, int, int, int) - Method in class jadex.commons.gui.jtable.ResizeableTableHeader
Sets preferred width, the minimum and maximum width for a given column.
setCommand(IResultCommand<ISubscriptionIntermediateFuture<T>, Tuple2<IInternalAccess, Long>>) - Method in class jadex.bridge.service.types.cron.CronJob
Set the command.
setComment(String) - Method in class jadex.xml.reader.AReadContext
Set the comment.
setComment(String) - Method in class jadex.xml.writer.WriteObjectInfo
Set the comment.
setComplexValue(String, Map<String, String>) - Method in class jadex.bpmn.MultiColumnTableEx
Add a complex value to this table
setComponent(IExternalAccess) - Method in class jadex.bridge.service.search.TagFilter
Sets the component.
setComponent(String) - Method in class jadex.bdiv3.model.MBody
Set the component.
setComponentAccess(IInternalAccess) - Method in class jadex.bridge.service.BasicService
Sets the access for the component.
setComponentAccess(IInternalAccess) - Method in interface jadex.bridge.service.IInternalService
Sets the access for the component.
setComponentBreakpoints(IComponentIdentifier, String[]) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Set breakpoints for a component.
setComponentBreakpoints(IComponentIdentifier, String[], IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Set breakpoints for a component.
setComponentBreakpoints(String[]) - Method in interface jadex.bridge.component.IExternalExecutionFeature
Set breakpoints for a component.
setComponentDescription(int, IComponentDescription) - Method in class jadex.bridge.fipa.CMSSearchComponents
Set a componentdescription to this CMSSearchComponents.
setComponentDescription(IComponentDescription) - Method in class jadex.bridge.fipa.CMSSearchComponents
Set the componentdescription of this CMSSearchComponents.
setComponentDescription(IComponentDescription) - Method in class jadex.bridge.service.types.cms.CMSStatusEvent
Set the component description.
setComponentDescriptions(IComponentDescription[]) - Method in class jadex.bridge.fipa.CMSSearchComponents
Set the componentdescriptions of this CMSSearchComponents.
setComponentIdentifier(IComponentIdentifier) - Method in class jadex.bdi.planlib.watchdog.ObservationDescription
Set the component id.
setComponentIdentifier(IComponentIdentifier) - Method in exception jadex.bridge.ComponentNotFoundException
Get the component identifier.
setComponentIdentifier(IComponentIdentifier) - Method in exception jadex.bridge.ComponentPersistedException
Set the component identifier.
setComponentIdentifier(IComponentIdentifier) - Method in exception jadex.bridge.ComponentTerminatedException
Get the component identifier.
setComponentIdentifier(IComponentIdentifier) - Method in class jadex.bridge.fipa.CMSCreateComponent
Set the componentidentifier of this AMSCreateComponent.
setComponentIdentifier(IComponentIdentifier) - Method in class jadex.bridge.fipa.CMSDestroyComponent
Set the componentidentifier of this AMSDestroyComponent.
setComponentIdentifier(IComponentIdentifier) - Method in class jadex.bridge.fipa.CMSResumeComponent
Set the componentidentifier of this AMSResumeComponent.
setComponentIdentifier(IComponentIdentifier) - Method in class jadex.bridge.fipa.CMSSuspendComponent
Set the componentidentifier of this CMSSuspendComponent.
setComponentIdentifier(IComponentIdentifier) - Method in class jadex.bridge.LocalResourceIdentifier
Set the platform identifier belonging to the resource identifier.
setComponentIdentifier(IComponentIdentifier) - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Set the component identifier.
setComponentIdentifier(IComponentIdentifier) - Method in class jadex.bridge.service.types.chat.ChatEvent
Set the cid.
setComponentName(IParsedExpression) - Method in class jadex.extension.envsupport.environment.AvatarMapping
Set the component name expression.
setComponentName(String) - Method in class jadex.bridge.service.RequiredServiceBinding
Set the componentname.
setComponents(List<String>) - Method in interface jadex.base.IPlatformConfiguration
Set multiple components as list.
setComponentState(IComponentIdentifier, String) - Method in class jadex.bridge.service.types.cms.SComponentManagementService
Set the state of a component (i.e.
setComponentType(String) - Method in class jadex.bridge.service.RequiredServiceBinding
Set the componenttype.
setComponentType(String) - Method in class jadex.extension.agr.MPosition
Set the agent type.
setComponentType(String) - Method in class jadex.extension.envsupport.environment.AvatarMapping
 
setComponentTypes(Set) - Method in class jadex.extension.envsupport.environment.PerceptType
Set the component types.
setCond(IParsedExpression) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 
setCond(IParsedExpression) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.SpatialControl
 
setCondition(MCondition) - Method in class jadex.bdiv3.model.MTrigger
Set the condition.
setConditions(List<MCondition>) - Method in class jadex.bdiv3.model.MCapability
Set the conditions.
setConfiguration(String) - Method in class jadex.bridge.fipa.CMSCreateComponent
Set the configuration of this AMSCreateComponent.
setConfiguration(String) - Method in class jadex.bridge.modelinfo.ComponentInstanceInfo
Set the configuration.
setConfiguration(String) - Method in class jadex.bridge.service.types.cms.CreationInfo
Set the configuration.
setConfigurationFile(String) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the configuration file.
setConfigurationName(String) - Method in interface jadex.base.IPlatformConfiguration
Set the configuration name.
setConfigurations(ConfigurationInfo[]) - Method in class jadex.bridge.modelinfo.ModelInfo
Set the configurations.
setConfigurations(List<MConfiguration>) - Method in class jadex.bdiv3.model.MCapability
Set the configurations.
setConnection(AbstractConnection) - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Set the connection (needed as connection and handler need each other).
setConnection(AbstractConnection) - Method in interface jadex.bridge.component.streams.IAbstractConnectionHandler
Set the connection (needed as connection and handler need each other).
setConnection(AbstractConnection) - Method in class jadex.bridge.component.streams.LocalAbstractConnectionHandler
Set the connection (needed as connection and handler need each other).
setConnectionHandler(LocalAbstractConnectionHandler) - Method in class jadex.bridge.component.streams.LocalAbstractConnectionHandler
Set the connection handler of the other side.
setConnectionId(int) - Method in class jadex.bridge.service.types.remote.ServiceInputConnectionProxy
Set the connectionid.
setConnectionId(int) - Method in class jadex.bridge.service.types.remote.ServiceOutputConnectionProxy
Set the connectionid.
setConnectionId(Integer) - Method in class jadex.bridge.component.streams.StreamPacket
Set the connectionid.
setConstant(boolean) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
Set if the node is constant.
setConstantValue(Object) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
Set the constant value.
setConstrained(boolean) - Method in class jadex.commons.beans.PropertyDescriptor
 
setConstructorTarget(ConstructorInfo) - Method in class jadex.bdiv3.model.MCondition
Set the ctarget.
setContacts(ContactData[]) - Method in class jadex.bdi.planlib.watchdog.ObservationDescription
Set the contact data.
setContent(Object) - Method in class jadex.bridge.fipa.FipaMessage
Denotes the content of the message; equivalently denotes the object of the action.
setContent(String) - Method in class jadex.bridge.service.types.email.Email
Set the content.
setContent(String) - Method in exception jadex.extension.rs.invoke.RestInvocationHelper.RequestFailedException
Sets the received content.
setContent(String) - Method in class jadex.xml.writer.WriteObjectInfo
Set the content.
setContentLength(long) - Method in class jadex.extension.rs.invoke.RestResponse
 
setContentType(String) - Method in class jadex.bridge.service.types.email.Email
Set the contenttype.
setContentType(String) - Method in class jadex.extension.rs.invoke.RestResponse
 
setContext(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the context flag.
setContextCondition(MCondition) - Method in class jadex.bdiv3.model.MPlan
The contextcondition to set.
setContextVariable(String, Object) - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Set the value of the given context variable.
setContextVariable(String, Object, Object) - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Set the value of the given context variable.
setContinuosly(boolean) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 
setControler(ArrayList<SpatialControl>) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
setConversationId(String) - Method in class jadex.bridge.fipa.FipaMessage
Introduces an expression (a conversation identifier) which is used to identify the ongoing sequence of communicative acts that together form a conversation.
setCreateAvatar(boolean) - Method in class jadex.extension.envsupport.environment.AvatarMapping
 
setCreateComponent(boolean) - Method in class jadex.extension.envsupport.environment.AvatarMapping
 
setCreationInfo(ComponentInstanceInfo) - Method in class jadex.bridge.service.RequiredServiceBinding
Set the creationinfo.
setCreationTime(long) - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Set the creationtime.
setCreationTime(long) - Method in class jadex.bridge.service.types.monitoring.MonitoringEvent
Set the creation time.
setCreator(IComponentIdentifier) - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Set the creator.
setCurrentInvocation(ServiceCall) - Static method in class jadex.bridge.service.component.interceptors.CallAccess
Set the current service call.
setCurrentQuery(String) - Method in class jadex.commons.gui.ClassSearchPanel
Set the current query string.
setData(Object) - Method in class jadex.bridge.component.streams.StreamPacket
Set the data.
setData(Object) - Method in class jadex.commons.collection.TreeNode
Set the node data.
setData(Map<String, Object>) - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Sets the data.
setDataedges(Map<String, Object>) - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Sets the dataedges.
setDataEdgeValue(String, Object) - Method in class jadex.bpmn.runtime.ProcessThread
Set the value of a parameter.
setDate(long) - Method in class jadex.extension.rs.invoke.RestResponse
 
setDebugFutures(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the debug futures flag.
setDebugServices(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the debug services flag.
setDebugSteps(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the debug steps flag.
setDefaultBinding(RequiredServiceBinding) - Method in class jadex.bridge.service.RequiredServiceInfo
Set the binding.
setDefaultFact(UnparsedExpression) - Method in class jadex.bdiv3.model.MBelief
The value to set.
setDefaultFacts(List<UnparsedExpression>) - Method in class jadex.bdiv3.model.MBelief
Set the value.
setDefaultOpenMode(boolean) - Method in class jadex.commons.gui.BrowserPane
Set the default open mode for a link click.
setDefaultTimeout(long) - Method in interface jadex.base.IPlatformConfiguration
Set the default timeout.
setDefaultTimeout(IComponentIdentifier, long) - Static method in class jadex.base.Starter
Set the default timeout.
setDefaultValue(UnparsedExpression) - Method in class jadex.bdiv3.model.MParameter
The value to set.
setDefaultValues(List<UnparsedExpression>) - Method in class jadex.bdiv3.model.MParameter
The value to set.
setDelay(long) - Method in class jadex.bridge.service.types.awareness.AwarenessInfo
Set the delay.
setDelay(long) - Method in interface jadex.bridge.service.types.awareness.IDiscoveryService
Set the send delay.
setDelay(long) - Method in class jadex.micro.IntervalBehavior
Set the delay.
setDelays(Map<String, long[]>) - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Set the delays.
setDelegate(ISimpleDelegationClassLoader) - Method in interface jadex.bridge.service.types.library.ISimpleDelegationClassLoader
Set the delegation ClassLoader which will respond to all classloading requests.
setDeliberation(MDeliberation) - Method in class jadex.bdiv3.model.MGoal
The deliberation to set.
setDelta(long) - Method in interface jadex.bridge.service.types.clock.IClock
Set the clock delta.
setDelta(long) - Method in interface jadex.bridge.service.types.clock.IClockService
Set the clock delta.
setDelta(long, IExternalAccess) - Static method in class jadex.base.SRemoteClock
Set the delta.
setDeparture(long) - Method in class jadex.commons.concurrent.MonitoredThread
Sets the time the thread departed from the pool.
setDescription(String) - Method in class jadex.base.test.TestReport
Set the description.
setDescription(String) - Method in class jadex.bdiv3.model.MElement
Set the description.
setDescription(String) - Method in class jadex.bridge.modelinfo.Argument
Set the description.
setDescription(String) - Method in class jadex.bridge.modelinfo.Startable
Set the description.
setDescription(String) - Method in class jadex.bridge.service.types.appstore.AppMetaInfo
Set the description.
setDesignTime(boolean) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
 
setDesignTime(boolean) - Static method in class jadex.commons.beans.Beans
Used to indicate whether of not it's in an application construction environment.
setDesignTime(boolean) - Method in interface jadex.commons.beans.DesignMode
 
setDesiredFree(int) - Method in class jadex.commons.DefaultPoolStrategy
Set the desfree.
setDf(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Get the df (directory facilitator) flag.
setDilation(double) - Method in interface jadex.bridge.service.types.clock.IClockService
Set the clocks dilation.
setDilation(double, IExternalAccess) - Static method in class jadex.base.SRemoteClock
Set the dilation.
setDirection(MMessageEvent.Direction) - Method in class jadex.bdiv3.model.MMessageEvent
The direction to set.
setDirection(MParameter.Direction) - Method in class jadex.bdiv3.model.MParameter
The direction to set.
setDirectory(boolean) - Method in class jadex.bridge.service.types.filetransfer.FileData
Set the directory.
setDisplayName(String) - Method in class jadex.bridge.service.types.filetransfer.FileData
Set the displayname.
setDisplayName(String) - Method in class jadex.commons.beans.FeatureDescriptor
setDisplayOrder(Comparator) - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Sets the display order.
setDividerLocation(double) - Method in class jadex.commons.gui.JSplitPanel
 
setDocuments(Map<String, String>) - Method in class jadex.bridge.ErrorReport
Set the documents.
setDoFilter(boolean) - Method in interface jadex.commons.gui.jtable.ISorterFilterTableModel
 
setDoFilter(boolean) - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
 
setDone(long) - Method in class jadex.bridge.service.types.chat.TransferInfo
Set the done.
setDown(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
setDownload(boolean) - Method in class jadex.bridge.service.types.chat.TransferInfo
Set the transfer as a download or upload.
setDrawCondition(IParsedExpression) - Method in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Sets the draw condition.
setDrawCondition(IParsedExpression) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Sets the draw condition.
setDropPrivileges(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Sets if the platform should keep admin/root privileges or attempt to drop to a user.
setDuration(long) - Method in class jadex.base.test.Testcase
Get the test duration.
setDynamic(boolean) - Method in class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Sets the dynamic flag of the property.
setDynamic(boolean) - Method in class jadex.extension.envsupport.MObjectTypeProperty
 
setDynamic(boolean) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
 
setEast(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
setEdgeid(String) - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Sets the edgeid.
setEdges(String) - Method in class jadex.bpmn.tools.ProcessThreadInfo
Set the edges.
setEditable(boolean) - Method in class jadex.commons.gui.jtable.StringArrayTableModel
Sets if editable.
setEditable(String) - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
Make a column editable.
setEditor(ComboBoxEditor) - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo
 
setEditorSearchPath(String[]) - Static method in class jadex.commons.beans.PropertyEditorManager
 
setElementValue(Object, QName, Object, Object, Object, String, AReadContext) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Set an attribute value.
setEmail(String) - Method in class jadex.bdi.planlib.watchdog.ContactData
Set the email.
setEnabled(OutputStream, boolean) - Method in class jadex.commons.MultiStream
Set the enabled state of a stream.
setEnableNext(boolean) - Method in class jadex.commons.gui.JWizard
Sets the enabled state of the next/finish button.
setEncoding(String) - Method in class jadex.bridge.fipa.FipaMessage
Denotes the specific encoding of the content language expression.
setEndBeliefs(List<MConfigBeliefElement>) - Method in class jadex.bdiv3.model.MConfiguration
Set the end beliefs.
setEndEvents(List<MConfigParameterElement>) - Method in class jadex.bdiv3.model.MConfiguration
Set the end events.
setEndGoals(List<MConfigParameterElement>) - Method in class jadex.bdiv3.model.MConfiguration
Set the end goals.
setEndPlans(List<MConfigParameterElement>) - Method in class jadex.bdiv3.model.MConfiguration
Set the end plans.
setEndSequenceNumber(int) - Method in class jadex.bridge.component.streams.AckInfo
Set the endSequenceNumber.
setEndsize(float) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Effect
 
setEndSteps(UnparsedExpression[]) - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Set the end steps.
setEndtime(long) - Method in class jadex.bdi.planlib.protocols.NegotiationRecord
Set the end time.
setEntityInputStream(InputStream) - Method in class jadex.extension.rs.invoke.RestResponse
 
setEntries(String[]) - Method in class jadex.commons.gui.EditableList
Set the entries.
setEntries(Collection<Tuple2<String, RemoteJarFile>>) - Method in class jadex.bridge.service.types.filetransfer.BunchFileData
Set the entries.
setErrorFile(String) - Method in class jadex.bridge.service.types.daemon.StartOptions
Set the error stream redirection file (if any).
setErrorHTML(String) - Method in class jadex.bridge.ErrorReport
Set the errhtml.
setErrorText(String) - Method in class jadex.bridge.ErrorReport
Set the errtext.
setEvaluation(Object) - Method in class jadex.bdi.planlib.protocols.ParticipantProposal
Set the evaluation.
setEvaluationMode(MParameter.EvaluationMode) - Method in class jadex.bdiv3.model.MBelief
The evaluationmode to set.
setEvaluationMode(MParameter.EvaluationMode) - Method in class jadex.bdiv3.model.MParameter
The evaluationmode to set.
setEvent(boolean) - Method in class jadex.extension.envsupport.MObjectTypeProperty
 
setEventMode() - Method in class jadex.bridge.service.search.ServiceQuery
Changes the query to event mode.
setEventMode(boolean) - Method in class jadex.bridge.service.search.ServiceQuery
Deprecated.
For bean purposes only, use setEventMode().
setEvents(List<EventType>) - Method in class jadex.bdiv3.model.MBelief
The events to set.
setEvents(List<EventType>) - Method in class jadex.bdiv3.model.MCondition
The events to set.
setEvents(List<EventType>) - Method in class jadex.bdiv3.model.MParameter
The events to set.
setException(Exception) - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Sets the exception.
setException(Exception) - Method in class jadex.bpmn.runtime.ProcessThread
Set the exception.
setException(Exception) - Method in class jadex.bridge.service.component.multiinvoke.FlattenMultiplexCollector
Set an exception.
setException(Exception) - Method in class jadex.bridge.service.types.cms.CMSStatusEvent.CMSTerminatedEvent
Set the component exception if error occurred.
setException(Exception) - Method in class jadex.commons.future.Future
Set the exception.
setException(String) - Method in class jadex.bpmn.tools.ProcessThreadInfo
Set the exception.
setExceptionIfUndone(Exception) - Method in class jadex.commons.future.Future
Set the exception.
setExceptionListener(ExceptionListener) - Method in class jadex.commons.beans.Encoder
Sets the exception listener of this encoder.
setExceptionListener(ExceptionListener) - Method in class jadex.commons.beans.XMLDecoder
Sets the exception listener.
setExcludeMode(MProcessableElement.ExcludeMode) - Method in class jadex.bdiv3.model.MProcessableElement
Set the excludemode.
setExcludeOwner(boolean) - Method in class jadex.bridge.service.search.ServiceQuery
Sets if service of the query owner should be excluded.
setExcludes(String[]) - Method in class jadex.bridge.service.types.awareness.AwarenessInfo
Set the excludes.
setExcludes(String[]) - Method in interface jadex.bridge.service.types.awareness.IDiscoveryService
Set the excludes.
setExcludes(Set<String>) - Method in class jadex.bdiv3.model.MGoal
The excludes to set.
setExecutable(IExecutable) - Method in class jadex.commons.concurrent.Executor
Set the executable.
setExists(boolean) - Method in class jadex.bridge.service.types.filetransfer.FileData
Set the exists flag.
setExpert(boolean) - Method in class jadex.commons.beans.FeatureDescriptor
setExported(boolean) - Method in class jadex.bdiv3.model.MBelief
Set the exported flag.
setExported(boolean) - Method in class jadex.bdiv3.model.MElementRef
The exported to set.
setExported(boolean) - Method in class jadex.bdiv3.model.MProcessableElement
Set the exported flag.
setExpression(UnparsedExpression) - Method in class jadex.bdiv3.model.MCondition
Set the expression.
setExpressions(List<UnparsedExpression>) - Method in class jadex.bdiv3.model.MCapability
Set the expressions.
setExpressionText(String) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
Get the full expression text.
setExternalAccess(IExternalAccess) - Method in class jadex.base.ModelFileFilter
Set the external access.
setExternals(Map<String, String>) - Method in class jadex.commons.gui.BrowserPane
Set the externals of this BrowserPane.
setFact(Object) - Method in interface jadex.bdiv3x.runtime.IBelief
Set a fact of a belief.
setFact(Object) - Method in class jadex.bdiv3x.runtime.RBeliefbase.RBelief
Deprecated.
Set a fact of a belief.
setFactAddeds(List<String>) - Method in class jadex.bdiv3.model.MTrigger
Set the fact added triggers (belief set names).
setFactChangeds(List<String>) - Method in class jadex.bdiv3.model.MTrigger
Set the fact changeds triggers (belief set names).
setFactRemoveds(List<String>) - Method in class jadex.bdiv3.model.MTrigger
Set the fact removed triggers (belief set names).
setFacts(List<UnparsedExpression>) - Method in class jadex.bdiv3.model.MConfigBeliefElement
The value to set.
setFailed(Exception) - Method in class jadex.base.test.TestReport
Set the report result to failed and set the failure reason.
setFailed(String) - Method in class jadex.base.test.TestReport
Set the report result to failed and set the failure reason.
setFailure(Object) - Method in class jadex.bdi.planlib.protocols.InteractionState
Set the failure description.
setFast(boolean) - Method in interface jadex.bridge.service.types.awareness.IDiscoveryService
Set the fast awareness flag.
setFeatures(IComponentFeatureFactory[]) - Method in class jadex.bridge.modelinfo.ModelInfo
The features to set.
setFeatures(Collection<IComponentFeatureFactory>) - Method in class jadex.bdiv3.BDIAgentFactory
Set the features.
setFeatures(Collection<IComponentFeatureFactory>) - Method in class jadex.bpmn.BpmnFactory
Set the features.
setFeatures(Collection<IComponentFeatureFactory>) - Method in class jadex.micro.MicroAgentFactory
Set the features.
setFetcher(SimpleValueFetcher) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Set the fetcher.
setField(String, Object, Object, Object, AReadContext, String) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Directly access a field for setting/(adding) the object.
setFieldDescriptor(String) - Method in class jadex.commons.SClassReader.FieldInfo
Set the field descriptor.
setFieldInfo(FieldInfo) - Method in class jadex.micro.MicroModel.ServiceInjectionInfo
Set the fieldInfo.
setFieldInfos(List<SClassReader.FieldInfo>) - Method in class jadex.commons.SClassReader.ClassInfo
Set the field infos.
setFieldName(String) - Method in class jadex.commons.SClassReader.FieldInfo
Set the field name.
setFile(String) - Method in class jadex.bdiv3.model.MCapabilityReference
Set the file name.
setFilename(String) - Method in class jadex.bridge.modelinfo.ModelInfo
Set the filename.
setFilename(String) - Method in class jadex.bridge.modelinfo.SubcomponentTypeInfo
Set the filename.
setFilename(String) - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
 
setFilename(String) - Method in class jadex.bridge.service.types.cms.CreationInfo
Set the filename.
setFilename(String) - Method in class jadex.bridge.service.types.filetransfer.FileData
Set the filename.
setFilename(String) - Method in class jadex.commons.CachedObject
Set the filename.
setFilename(String) - Method in class jadex.commons.SClassReader.ClassFileInfo
 
setFileName(String) - Method in class jadex.bridge.service.types.chat.TransferInfo
Set the name of the local file (without path).
setFilenameClass(Class<?>) - Method in class jadex.bridge.service.types.cms.CreationInfo
Set the filename.
setFilePath(String) - Method in class jadex.bridge.service.types.chat.TransferInfo
Set the full path of the local file (including filename).
setFileSize(long) - Method in class jadex.bridge.service.types.filetransfer.FileData
Set the filesize.
setFiletransfer(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the file transfer flag.
setFilter(IFilter<Long>) - Method in class jadex.bridge.service.types.cron.CronJob
Set the filter.
setFilter(Filter) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Set a filter to control output on this Logger.
setFilter(Vector) - Method in interface jadex.commons.gui.jtable.ISorterFilterTableModel
 
setFilter(Vector) - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
Filter the table using the values in the given vector.
setFilters(IAsyncFilter<T>[]) - Method in class jadex.commons.ComposedRemoteFilter
Set the filters.
setFilters(IFilter<T>[]) - Method in class jadex.commons.ComposedFilter
Set the filters.
setFinished() - Method in class jadex.bridge.service.component.multiinvoke.FlattenMultiplexCollector
Set finished.
setFinished() - Method in class jadex.commons.future.IntermediateFuture
Declare that the future is finished.
setFinished(IEnvironmentSpace, ISpaceObject, boolean) - Method in class jadex.extension.envsupport.environment.AbstractTask
Indicate that the task is finished and should be removed.
setFinishedIfUndone() - Method in class jadex.commons.future.IntermediateFuture
Declare that the future is finished.
setFirstResult(E) - Method in class jadex.commons.future.Tuple2Future
Set the result.
setFirstResultIfUndone(E) - Method in class jadex.commons.future.Tuple2Future
Set the result.
setFlatName(String) - Method in class jadex.bdiv3.model.MElement
Set the flat name, i.e.
setFlatRef(String) - Method in class jadex.bdiv3.model.MConfigParameterElement
Set the referenced element.
setForeground(Color) - Method in class jadex.commons.gui.JPlaceholderTextField
 
setFramesPerSecond(double) - Method in class jadex.commons.gui.JBusyRing
Sets the animation frame rate.
setFrom(int) - Method in class jadex.bridge.service.search.ServiceQuery.Multiplicity
Set the 'from' value, i.e.
setFullscreen(boolean) - Method in class jadex.extension.envsupport.observer.gui.ObserverCenterWindow
 
setFuture(TerminableIntermediateFuture<T>) - Method in class jadex.bridge.service.search.ServiceQueryInfo
Set the future.
setGenerator(IBDIClassGenerator) - Method in class jadex.bdiv3.BDIClassReader
Set the generator.
setGenerator(IBDIClassGenerator) - Method in class jadex.bdiv3.BDIModelLoader
Set the generator.
setGeninfo(String) - Method in class jadex.bridge.ClassInfo
The geninfo to set.
setGetter(MethodInfo) - Method in class jadex.bdiv3.model.MBelief
Set the mgetter.
setGetter(MethodInfo) - Method in class jadex.bdiv3.model.MParameter
Set the mgetter.
setGlobalIdentifier(IGlobalResourceIdentifier) - Method in class jadex.bridge.ResourceIdentifier
Set the global identifier.
setGoalMappings(List<String>) - Method in class jadex.bdiv3.model.MPlanParameter
Set the goal mappings.
setGoalNames(List<String>) - Method in class jadex.bdiv3.model.MTrigger
Set the goalnames.
setGoalPublications(Map<ClassInfo, List<Tuple2<MGoal, String>>>) - Method in class jadex.bdiv3.model.MCapability
The pubs to set.
setGoals(List<MGoal>) - Method in class jadex.bdiv3.model.MCapability
Set the goals.
setGoals(List<MGoal>) - Method in class jadex.bdiv3.model.MTrigger
Set the goals.
setGui(boolean) - Method in interface jadex.base.IPlatformConfiguration
Set the gui flag.
setGuiAvailable(boolean) - Static method in class jadex.commons.beans.Beans
Set whether or not a GUI is available in the bean's current environment.
setHAlign(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Sets the horizontal alignment.
setHandler(IObjectWriterHandler) - Method in class jadex.xml.writer.AWriteContext
Set the handler.
setHasLightMaterials(boolean) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Object3d
 
setHasSpaceobject(boolean) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
 
setHeight(float) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Cylinder3d
 
setHeightmap(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
setHidden(boolean) - Method in class jadex.commons.beans.FeatureDescriptor
setHost(String) - Method in class jadex.bdi.planlib.messaging.EmailAccount
Set the host.
setHostIdentifier(String) - Method in class jadex.bridge.LocalResourceIdentifier
Set the host identifier.
setIcq(String) - Method in class jadex.bdi.planlib.watchdog.ContactData
Setter for icq.
setId(int) - Method in class jadex.xml.writer.AWriteContext
Set the id.
setId(Object) - Method in class jadex.bridge.component.streams.AbstractConnectionHandler.SendInfo
Set the id.
setId(Object) - Method in class jadex.bridge.service.search.ServiceIdFilter
Set the id.
setId(Object) - Method in class jadex.extension.envsupport.environment.SpaceObject
Set the id of the object.
setId(String) - Method in class jadex.bdi.planlib.messaging.IMAccount
Setter for id.
setId(String) - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Sets the id.
setId(String) - Method in class jadex.bridge.service.search.ServiceQuery
Set the id.
setId(String) - Method in class jadex.bridge.service.types.chat.TransferInfo
Set the id.
setId(String) - Method in class jadex.bridge.service.types.cron.CronJob
Set the id.
setId(String) - Method in class jadex.commons.Properties
Set the id.
setId(String) - Method in class jadex.micro.IntervalBehavior
Set the id.
setIdcnt(int) - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Sets the idcnt.
setImage(byte[]) - Method in class jadex.bridge.service.types.appstore.AppMetaInfo
Set the image.
setImage(byte[]) - Method in class jadex.bridge.service.types.chat.ChatEvent
Set the image.
setImage(byte[]) - Method in interface jadex.bridge.service.types.chat.IChatGuiService
Set the avatar image.
setImplClassName(String) - Method in class jadex.bdiv3.model.MBelief
Set the impl.
setImplementation(ProvidedServiceImplementation) - Method in class jadex.bridge.service.ProvidedServiceInfo
Set the implementation.
setImports(String[]) - Method in class jadex.bridge.modelinfo.ModelInfo
Set the imports.
setImports(String[]) - Method in class jadex.bridge.service.types.cms.CreationInfo
Set the imports
setIncludeHeaderWidth(boolean) - Method in class jadex.commons.gui.jtable.ResizeableTableHeader
Sets whether the header's width are included on calculation
setIncludes(String[]) - Method in class jadex.bridge.service.types.awareness.AwarenessInfo
Set the includes.
setIncludes(String[]) - Method in interface jadex.bridge.service.types.awareness.IDiscoveryService
Set the includes.
setInDefaultEventSet(boolean) - Method in class jadex.commons.beans.EventSetDescriptor
 
setIndexedReadMethod(Method) - Method in class jadex.commons.beans.IndexedPropertyDescriptor
Sets the indexed getter as the specified method.
setIndexedWriteMethod(Method) - Method in class jadex.commons.beans.IndexedPropertyDescriptor
Sets the indexed setter as the specified method.
setInfo(Object) - Method in class jadex.bdiv3.runtime.ChangeEvent
Set the info.
setInfo(Object) - Method in exception jadex.bridge.ComponentCreationException
Set the info.
setInhibitionMethods(Map<String, MethodInfo>) - Method in class jadex.bdiv3.model.MDeliberation
Set the inhmethods.
setInhibitions(Set<MGoal>) - Method in class jadex.bdiv3.model.MDeliberation
Set the inhibitions.
setInitCommand(ICommand<IComponentIdentifier>) - Method in interface jadex.base.IPlatformConfiguration
Set the init cmd.
setInitData(IInternalAccess, MEnvSpaceInstance, IValueFetcher) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
 
setInited() - Method in class jadex.bridge.component.streams.AbstractConnection
Set the inited.
setInited(boolean) - Method in class jadex.bdiv3x.features.BDIXLifecycleAgentFeature
The inited to set.
setInitialBeliefs(List<MConfigBeliefElement>) - Method in class jadex.bdiv3.model.MConfiguration
Set the initial beliefs.
setInitialEvents(List<MConfigParameterElement>) - Method in class jadex.bdiv3.model.MConfiguration
Set the initial events.
setInitialGoals(List<MConfigParameterElement>) - Method in class jadex.bdiv3.model.MConfiguration
Set the initial goals.
setInitialPlans(List<MConfigParameterElement>) - Method in class jadex.bdiv3.model.MConfiguration
Set the initial plans.
setInitialSteps(UnparsedExpression[]) - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Set the initial steps.
setInitiator(IComponentIdentifier) - Method in class jadex.bridge.component.streams.InitInfo
Set the initiator.
setInitiator(IComponentIdentifier) - Method in class jadex.bridge.service.types.remote.ServiceInputConnectionProxy
Set the initiator.
setInitiator(IComponentIdentifier) - Method in class jadex.bridge.service.types.remote.ServiceOutputConnectionProxy
Set the initiator.
setInitInfo(InitInfo) - Method in class jadex.bridge.service.types.cms.CmsState.CmsComponentState
Sets the initinfo.
setInnerColor(Color) - Method in class jadex.commons.gui.GlowBorder
Sets inner color.
setInnerColorTransparent() - Method in class jadex.commons.gui.GlowBorder
Sets inner color to a transparent version of the outer color.
setInnerRadius(double) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Torus3d
 
setInputConnection(IInputConnection) - Method in class jadex.bridge.service.types.remote.ServiceInputConnection
Set the input connection.
setInputConnection(IInputConnection) - Method in class jadex.bridge.service.types.remote.ServiceOutputConnectionProxy
 
setInReplyTo(String) - Method in class jadex.bridge.fipa.FipaMessage
Denotes an expression that references an earlier action to which this message is a reply.
setInstanceName(String) - Method in class jadex.bridge.modelinfo.ModelInfo
Set the default instance name.
setInteractionState(String) - Method in class jadex.bdi.planlib.protocols.InteractionState
Set the interaction state.
setInterfaceNames(List<String>) - Method in class jadex.commons.SClassReader.ClassInfo
Set the interface names.
setInternalAccess(IInternalAccess) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Set the internal access (proxy).
setInternalEventMappings(List<String>) - Method in class jadex.bdiv3.model.MPlanParameter
Set the internal event mappings.
setInternalEvents(List<MInternalEvent>) - Method in class jadex.bdiv3.model.MCapability
Set the internal events.
setInvalid(boolean) - Method in class jadex.extension.envsupport.environment.ComponentActionList.ActionEntry
Set the invalid.
setInvalidColor(Color) - Method in class jadex.commons.gui.JPlaceholderTextField
Sets color of invalid field.
setInvertX(boolean) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
If set to true, inverts the x-axis (right-left instead of left-right).
setInvertX(boolean) - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
If set to true, inverts the x-axis (right-left instead of left-right).
setInvertXAxis(boolean) - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Sets x-axis inversion.
setInvertXAxis(boolean) - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
Sets x-axis inversion.
setInvertY(boolean) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
If set to true, inverts the y-axis (top-down instead of bottom-up).
setInvertY(boolean) - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
If set to true, inverts the y-axis (top-down instead of bottom-up).
setInvertYAxis(boolean) - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Sets y-axis inversion.
setInvertYAxis(boolean) - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
Sets y-axis inversion.
setIsSphere(Boolean) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
setItem(Object) - Method in class jadex.commons.gui.autocombo.ComboBoxEditor
Set the item.
setIterations(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
setJarEntries(Map<String, Collection<FileData>>) - Method in class jadex.base.RemoteJarFile
Set the jarentries.
setJavaCommand(String) - Method in class jadex.bridge.service.types.daemon.StartOptions
Set the java.
setJccPlatforms(String) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set flag for open jcc for specific remote platforms.
setJTextPaneFont(JTextPane, Font, Color) - Static method in class jadex.commons.gui.BrowserPane
Utility method for setting the font and color of a JTextPane.
setKdTree(boolean) - Method in class jadex.extension.envsupport.MObjectType
 
setKeepalive(Boolean) - Method in class jadex.bridge.modelinfo.Startable
Set the keepalive.
setKey(Object) - Method in class jadex.xml.bean.MapEntry
Set the key.
setKey(String) - Method in class jadex.commons.security.PemKeyPair
Sets encoded key.
setKillAvatar(boolean) - Method in class jadex.extension.envsupport.environment.AvatarMapping
 
setKillComponent(boolean) - Method in class jadex.extension.envsupport.environment.AvatarMapping
 
setKillFuture(Future<Map<String, Object>>) - Method in class jadex.bridge.service.types.cms.LockEntry
Set the killfuture.
setLane(String) - Method in class jadex.bpmn.tools.ProcessThreadInfo
Set the lane.
setLanguage(String) - Method in class jadex.bridge.fipa.FipaMessage
Denotes the language in which the content parameter is expressed.
setLanguage(String) - Method in class jadex.bridge.modelinfo.UnparsedExpression
Set the language.
setLastChecked(long) - Method in class jadex.commons.AbstractModelLoader.BrokenModel
Set the last check time of the model.
setLastChecked(long) - Method in interface jadex.commons.ICacheableModel
Set the last check time of the model.
setLastEdge(MSequenceEdge) - Method in class jadex.bpmn.runtime.ProcessThread
Set the last edge.
setLastInvocation(ServiceCall) - Static method in class jadex.bridge.service.component.interceptors.CallAccess
Reset the invocation data for the last service call.
setLastModified(long) - Method in class jadex.bridge.service.types.filetransfer.FileData
Set the lastmodified.
setLastModified(long) - Method in class jadex.commons.CachedObject
Set the last modified date.
setLastModified(Date) - Method in class jadex.commons.SClassReader.ClassInfo
Sets the last modified date.
setLazy(Boolean) - Method in class jadex.micro.MicroModel.ServiceInjectionInfo
Set the lazy.
setLevel(IMonitoringService.PublishEventLevel) - Method in class jadex.bridge.service.types.monitoring.MonitoringEvent
Set the importance.
setLevel(Level) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Set the log level specifying which message levels will be logged by this logger.
setLibPath(String) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the library path.
setLibrary(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the library flag.
setLocale(Locale) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Sets the locale of this context.
setLocalIdentifier(ILocalResourceIdentifier) - Method in class jadex.bridge.ResourceIdentifier
Set the local identifier.
setLocalType(String) - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Set the localtype.
setLocalType(String) - Method in class jadex.bridge.service.types.cms.CreationInfo
Set the localtype.
setLock(LockEntry) - Method in class jadex.bridge.service.types.cms.CmsState.CmsComponentState
Sets the lock.
setLogging(boolean) - Method in interface jadex.base.IPlatformConfiguration
Set the logging flag.
setLoggingLevel(Level) - Method in interface jadex.base.IPlatformConfiguration
Set the logging level.
setLoop(boolean) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 
setLoop(boolean) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Animation
 
setLoopCommand(IResultCommand<Boolean, Void>) - Method in class jadex.bpmn.runtime.ProcessThread
Set the loopcmd.
setMain(String) - Method in class jadex.bridge.service.types.daemon.StartOptions
Set the main.
setMajorVersion(int) - Method in class jadex.bridge.JadexVersion
Sets the major version.
setMapperclass(ClassInfo) - Method in class jadex.bdiv3.model.MBody
Set the mapperclass.
setMapping(ClassInfo) - Method in class jadex.bridge.service.PublishInfo
Set the mapping information (e.g.
setMarkerDrawCombiner(DrawableCombiner) - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Sets the drawable combiner object for the object marker
setMarkerDrawCombiner(DrawableCombiner3d) - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
 
setMaster(boolean) - Method in class jadex.bridge.fipa.CMSCreateComponent
Set the master flag.
setMasterId(String) - Method in class jadex.bridge.service.types.awareness.AwarenessInfo
Set the masterid.
setMatchExpression(UnparsedExpression) - Method in class jadex.bdiv3.model.MMessageEvent
The match expression to set.
setMatchingMode(String, Boolean) - Method in class jadex.bridge.service.search.ServiceQuery
Set a matching mode.
setMaterialPath(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
setMaterials(ArrayList<Materialfile>) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Object3d
 
setMax(int) - Method in class jadex.bridge.service.RequiredServiceInfo
Set the max number of services.
setMax(int) - Method in class jadex.extension.agr.MRoleType
Set the maximum number of agents allowed for this role (-1 for no restriction).
setMaxCount(int) - Method in class jadex.commons.DefaultPoolStrategy
Set the max cnt.
setMaxDepth(int) - Method in class jadex.bridge.fipa.SearchConstraints
Set the max-depth of this SearchConstraints.
setMaxEntries(int) - Method in class jadex.commons.collection.LRU
Set the maximum number of entries.
setMaxradius(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
setMaxResults(int) - Method in class jadex.bridge.fipa.SearchConstraints
Set the max-results of this SearchConstraints.
setMaxWait(long) - Method in class jadex.commons.DefaultPoolStrategy
Set the maxwait.
setMessageEventMappings(List<String>) - Method in class jadex.bdiv3.model.MPlanParameter
Set the message event mappings.
setMessageEvents(List<MMessageEvent>) - Method in class jadex.bdiv3.model.MCapability
Set the messages.
setMetagoal(boolean) - Method in class jadex.bdiv3.model.MGoal
The metagoal to set.
setMethod(MethodInfo) - Method in class jadex.bdiv3.model.MBody
Set the method.
setMethod(MethodInfo) - Method in class jadex.bridge.service.component.ServiceCallEvent
Set the method.
setMethod(Method) - Method in class jadex.bridge.service.component.ServiceInvocationContext
Set the method.
setMethodDescriptor(String) - Method in class jadex.commons.SClassReader.MethodInfo
Set the method descriptor.
setMethodInfo(MethodInfo) - Method in class jadex.bridge.modelinfo.NFRPropertyInfo
Set the methodInfo.
setMethodInfo(MethodInfo) - Method in class jadex.micro.MicroModel.ServiceInjectionInfo
Set the methodInfo.
setMethodInfos(List<SClassReader.MethodInfo>) - Method in class jadex.commons.SClassReader.ClassInfo
Set the method infos.
setMethodName(String) - Method in class jadex.commons.SClassReader.MethodInfo
Set the method name.
setMethodNode(MethodNode) - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator.MethodBeliefs
Set the methodNode.
setMethodTarget(MethodInfo) - Method in class jadex.bdiv3.model.MCondition
Set the mtarget.
setMin(int) - Method in class jadex.bridge.service.RequiredServiceInfo
Set the min number of services.
setMin(int) - Method in class jadex.extension.agr.MRoleType
Set the minimum number of agents required for this role.
setMinimumSize(JComponent, int, int) - Static method in class jadex.commons.gui.SGUI
Sets the minimum size along with the preferred size.
setMinorVersion(int) - Method in class jadex.bridge.JadexVersion
Sets the minor version.
setMinradius(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
setModel(DefaultTreeTableModel) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
Set the model.
setModelName(String) - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Set the model name.
setModelPath(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Object3d
 
setMonitoring(IMonitoringService.PublishEventLevel) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the monitoring level.
setMonitoring(IMonitoringService.PublishEventLevel) - Method in class jadex.bridge.modelinfo.Startable
Set the monitoring.
setMonitoring(IMonitoringService.PublishEventLevel) - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Set the monitoring.
setMonitoring(IMonitoringService.PublishEventLevel) - Method in class jadex.bridge.service.types.cms.CreationInfo
Set the monitoring.
setMonitoringComp(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the monitoring component flag.
setMulti(boolean) - Method in class jadex.bdiv3.model.MBelief
The multi to set.
setMulti(boolean) - Method in class jadex.bdiv3.model.MParameter
The multi to set.
setMulti(boolean) - Method in class jadex.bridge.service.PublishInfo
Sets if the publishing should be done on multiple publishing services.
setMultiplicity(int) - Method in class jadex.bridge.service.search.ServiceQuery
Set the multiplicity.
setMultiplicity(int, int) - Method in class jadex.bridge.service.search.ServiceQuery
Set the multiplicity.
setMultiplicity(ServiceQuery.Multiplicity) - Method in class jadex.bridge.service.search.ServiceQuery
Set the multiplicity.
setMyDeps(Set<T>) - Method in class jadex.bridge.component.DependencyResolver.NodeInfo
Set the mydeps to set.
setName(IComponentIdentifier) - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Set the componentidentifier of this CESComponentDescription.
setName(String) - Method in class jadex.base.test.TestReport
Set the name.
setName(String) - Method in class jadex.bdi.planlib.watchdog.ContactData
Set the name.
setName(String) - Method in class jadex.bdiv3.model.MElement
Set the name.
setName(String) - Method in class jadex.bridge.ComponentIdentifier
Set the component name.
setName(String) - Method in class jadex.bridge.fipa.CMSCreateComponent
Set the name of this AMSCreateComponent.
setName(String) - Method in class jadex.bridge.modelinfo.ComponentInstanceInfo
Set the name.
setName(String) - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Set the name.
setName(String) - Method in class jadex.bridge.modelinfo.ModelInfo
Set the name.
setName(String) - Method in class jadex.bridge.modelinfo.NFPropertyInfo
Set the name.
setName(String) - Method in class jadex.bridge.modelinfo.SubcomponentTypeInfo
Set the name.
setName(String) - Method in class jadex.bridge.modelinfo.UnparsedExpression
Set the name.
setName(String) - Method in class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Sets the name of the property.
setName(String) - Method in class jadex.bridge.service.ProvidedServiceInfo
Set the name.
setName(String) - Method in class jadex.bridge.service.RequiredServiceBinding
Set the name.
setName(String) - Method in class jadex.bridge.service.RequiredServiceInfo
Set the name.
setName(String) - Method in class jadex.bridge.service.types.appstore.AppMetaInfo
Set the name.
setName(String) - Method in class jadex.bridge.service.types.cms.CMSStatusEvent.CMSIntermediateResultEvent
Set the name.
setName(String) - Method in class jadex.bridge.service.types.cms.CreationInfo
Set the name.
setName(String) - Method in interface jadex.bridge.service.types.df.IProperty
Set the name of this Property.
setName(String) - Method in class jadex.commons.beans.FeatureDescriptor
setName(String) - Method in class jadex.commons.FieldInfo
Set the name.
setName(String) - Method in class jadex.commons.MethodInfo
Set the name.
setName(String) - Method in class jadex.commons.Properties
Set the name of the properties.
setName(String) - Method in class jadex.commons.Property
Set the name.
setName(String) - Method in class jadex.extension.agr.MAGRSpaceInstance
Set the name.
setName(String) - Method in class jadex.extension.agr.MAGRSpaceType
Set the name.
setName(String) - Method in class jadex.extension.agr.MGroupInstance
Set the name of the group type.
setName(String) - Method in class jadex.extension.agr.MGroupType
Set the name of the group type.
setName(String) - Method in class jadex.extension.agr.MRoleType
Set the name of the role.
setName(String) - Method in class jadex.extension.envsupport.environment.PerceptType
Set the name.
setName(String) - Method in class jadex.extension.envsupport.MEnvSpaceInstance
Set the name.
setName(String) - Method in class jadex.extension.envsupport.MEnvSpaceType
 
setName(String) - Method in class jadex.extension.envsupport.MObjectType
 
setName(String) - Method in class jadex.extension.envsupport.MObjectTypeProperty
 
setName(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Animation
 
setName(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Materialfile
 
setName(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.NiftyScreen
 
setName(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.TerrainTexture
 
setName(String) - Method in interface jadex.extension.envsupport.observer.perspective.IPerspective
Sets the name of the perspective
setName(String) - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Sets the name of the perspective
setName(String) - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
Sets the name of the perspective
setNameHint(String) - Method in class jadex.bridge.modelinfo.ModelInfo
Set the namehint.
setnames - Variable in class jadex.bdiv3x.runtime.BeliefbaseWrapper
The local belief set names (cached on first access).
setnames - Variable in class jadex.bdiv3x.runtime.RBeliefbase
The local belief set names (cached on first access).
setNetwork(String, String) - Method in interface jadex.bridge.service.types.security.ISecurityService
Sets a new network.
setNetworkNames(String...) - Method in interface jadex.base.IPlatformConfiguration
Set the network name (used at startup).
setNetworkNames(String...) - Method in class jadex.bridge.service.search.ServiceQuery
Set the networknames.
setNetworkNames(Set<String>) - Method in class jadex.bridge.service.ServiceIdentifier
Set the network names.
setNetworkSecrets(String...) - Method in interface jadex.base.IPlatformConfiguration
Set the network secret (used at startup).
setNextCall(ServiceCall) - Method in class jadex.bridge.service.component.ServiceInvocationContext
Set the lastcall.
setNextInvocation(ServiceCall) - Static method in class jadex.bridge.service.component.interceptors.CallAccess
Reset the invocation data for the next service call.
setNextRound() - Method in class jadex.bdi.planlib.protocols.ExponentialPriceCalculator
Increase the round.
setNextRound() - Method in interface jadex.bdi.planlib.protocols.IOfferGenerator
Increase the round.
setNextRound() - Method in class jadex.bdi.planlib.protocols.LinearPriceCalculator
Increase the round.
setNFProperties(List<NFPropertyInfo>) - Method in class jadex.bridge.modelinfo.ModelInfo
Set the nfproperties.
setNFRProperties(List<NFRPropertyInfo>) - Method in class jadex.bridge.service.RequiredServiceInfo
Set the nfproperties.
setNick(String) - Method in class jadex.bridge.service.types.chat.ChatEvent
Set the nick name.
setNickName(String) - Method in interface jadex.bridge.service.types.chat.IChatGuiService
Set the user name.
setNoAuthentication(boolean) - Method in class jadex.bridge.service.types.email.EmailAccount
Set the noAuthentication.
setNodeps(Set<T>) - Method in class jadex.bridge.component.DependencyResolver
The nodeps to set.
setNodes(Map<T, DependencyResolver.NodeInfo<T>>) - Method in class jadex.bridge.component.DependencyResolver
The nodes to set.
setNonFunctionalProperties(Map<String, Object>) - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Set the non-functional properties.
setNonFunctionalProperties(Map<String, Object>) - Method in class jadex.bridge.component.streams.InitInfo
Set the nonFunctionalProperties.
setNonFunctionalProperties(Map<String, Object>) - Method in class jadex.bridge.service.types.remote.ServiceInputConnectionProxy
Set the non-functional properties of the connection.
setNonFunctionalProperties(Map<String, Object>) - Method in class jadex.bridge.service.types.remote.ServiceOutputConnectionProxy
Set the non-functional properties of the connection.
setNonPlaceholderText(String) - Method in class jadex.commons.gui.JPlaceholderTextField
Method for manually setting the text to a value, use instead of setText().
setNonWaiting() - Method in class jadex.bpmn.runtime.ProcessThread
Set to non waiting.
setNorth(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
setNoStackCompaction(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the no stack compaction flag.
setNotificationTime(long) - Method in interface jadex.bridge.service.types.clock.ITimer
Change notification time.
setNum(int) - Method in class jadex.commons.future.TupleResult
Set the num.
setNumber(int) - Method in class jadex.commons.concurrent.MonitoredThread
Sets the thread number.
setNumber(int) - Method in class jadex.commons.future.CollectionResultListener
Set the expected number of results.
setNumber(int) - Method in class jadex.commons.future.CounterResultListener
Set the number.
setNumber(String) - Method in class jadex.bridge.modelinfo.ComponentInstanceInfo
Set the number.
setNumRndFiles(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 
setObject(Serializable) - Method in class jadex.commons.CachedObject
Set the cached object.
setObject(Object) - Method in class jadex.bridge.service.component.ServiceInvocationContext
Set the object.
setObject(Object) - Method in interface jadex.commons.beans.Customizer
 
setObject(Object) - Method in class jadex.xml.StackElement
Set the object.
setObjectList(List) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Sets the current objects to draw.
setObjectList(List) - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Sets the current objects to draw.
setObjectShift(IVector2) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Sets the shift of all objects.
setObjectShift(IVector2) - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Sets the shift of all objects.
setObjectShift(IVector2) - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Sets the object shift.
setObjectType(String) - Method in class jadex.extension.envsupport.environment.AvatarMapping
 
setObjectTypes(Set) - Method in class jadex.extension.envsupport.environment.PerceptType
Set the object types.
setObserverCenter(IObserverCenter) - Method in interface jadex.extension.envsupport.observer.perspective.IPerspective
Sets the ObserverCenter.
setObserverCenter(IObserverCenter) - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Sets the ObserverCenter.
setObserverCenter(IObserverCenter) - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
Sets the ObserverCenter.
setOntology(String) - Method in class jadex.bridge.fipa.FipaMessage
Denotes the ontology(s) used to give a meaning to the symbols in the content expression.
setOpenGl(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the opengl flag.
setOpenGl(boolean) - Method in interface jadex.extension.envsupport.observer.perspective.IPerspective
Sets whether to try to use OpenGL.
setOpenGl(boolean) - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Sets whether to try to use OpenGL.
setOpenGl(boolean) - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
 
setOpenGLMode(String, boolean) - Method in class jadex.extension.envsupport.observer.gui.ObserverCenter
Sets the OpenGL mode for a perspective
setOperator(int) - Method in class jadex.commons.ComposedFilter
Set the operator.
setOperator(int) - Method in class jadex.commons.ComposedRemoteFilter
Set the operator.
setOperator(String) - Method in class jadex.bridge.nonfunctional.hardconstraints.MHardConstraint
Sets the operand.
setOptional(boolean) - Method in class jadex.bdiv3.model.MParameter
Set the optional flag.
setOrCreateParameterValue(String, Object) - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Set or create a parameter value directly in this thread.
setOrCreateParameterValue(String, Object) - Method in class jadex.bpmn.runtime.ProcessThread
Set or create a parameter value directly in this thread.
setOrCreateParameterValue(String, Object, Object) - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Set or create a parameter value directly in this thread.
setOrCreateParameterValue(String, Object, Object) - Method in class jadex.bpmn.runtime.ProcessThread
Set or create a parameter value directly in this thread.
setOrder(String) - Method in class jadex.javaparser.javaccimpl.SelectNode
Set the ordering direction.
setOrderBy(boolean) - Method in class jadex.javaparser.javaccimpl.SelectNode
Set the where order by flag.
setOrdering(Comparator) - Method in class jadex.extension.envsupport.environment.ComponentActionList
Set an ordering used for executing actions.
setOrdering(Comparator<PerceptList.PerceptEntry>) - Method in class jadex.extension.envsupport.environment.PerceptList
Set an ordering used for executing actions.
setOrigin(String) - Method in class jadex.bridge.Cause
Set the chain id.
setOriginal(ClassLoader) - Method in class jadex.micro.MicroClassReader.DummyClassLoader
Set the orig.
setOrSuccess(boolean) - Method in class jadex.bdiv3.model.MGoal
Set the or success.
setOther(IComponentIdentifier) - Method in class jadex.bridge.service.types.chat.TransferInfo
Set the opposite component.
setOtherDeps(Set<T>) - Method in class jadex.bridge.component.DependencyResolver.NodeInfo
Set the otherdeps to set.
setOuterColor(Color) - Method in class jadex.commons.gui.GlowBorder
Sets outer color.
setOuterColorTransparent() - Method in class jadex.commons.gui.GlowBorder
Sets outer color to a transparent version of the inner color.
setOuterRadius(double) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Torus3d
 
setOutputConnection(IOutputConnection) - Method in class jadex.bridge.service.types.remote.ServiceInputConnectionProxy
 
setOutputConnection(IOutputConnection) - Method in class jadex.bridge.service.types.remote.ServiceOutputConnection
Set the real output connection to the other side.
setOutputFile(String) - Method in class jadex.bridge.service.types.daemon.StartOptions
Set the output stream redirection file (if any).
setOutputStreams(OutputStream[]) - Method in class jadex.commons.MultiStream
Set the output streams.
setOwner(IComponentIdentifier) - Method in class jadex.bridge.service.search.ServiceQuery
Set the owner.
setOwner(Object) - Method in class jadex.commons.beans.XMLDecoder
Sets the owner of this decoder.
setOwner(Object) - Method in class jadex.commons.beans.XMLEncoder
Sets the owner of this encoder.
setOwner(Object, IComponentDescription) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Set the owner of an object.
setOwner(Object, IComponentDescription) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Set the owner of an object.
setOwnership(String) - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Set the ownership of this CESComponentDescription.
setPackage(String) - Method in class jadex.bridge.modelinfo.ModelInfo
Set the packagename.
setPage(URL) - Method in class jadex.commons.gui.BrowserPane
Open an url in this pane.
setParameter(String, Object) - Method in class jadex.extension.envsupport.environment.ObjectEvent
Sets an event parameter.
setParameters(List<MParameter>) - Method in class jadex.bdiv3.model.MParameterElement
Set the parameters.
setParameters(List<UnparsedExpression>) - Method in class jadex.bridge.modelinfo.NFPropertyInfo
Set the parameters.
setParameters(Map<String, Object>) - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Set the params.
setParameterTypeInfos(ClassInfo[]) - Method in class jadex.commons.MethodInfo
Set the parametertypes.
setParameterTypes(Class<?>[]) - Method in class jadex.commons.MethodInfo
Get the parametertypes as classes.
setParameterTypes(String[]) - Method in class jadex.bdiv3.model.ConstructorInfo
Set the parametertypes.
setParameterValue(String, Object) - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Set a parameter value.
setParameterValue(String, Object) - Method in class jadex.bpmn.runtime.ProcessThread
Set the value of a parameter.
setParameterValue(String, Object, Object) - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Set a parameter value.
setParameterValue(String, Object, Object) - Method in class jadex.bpmn.runtime.ProcessThread
Set the value of a parameter.
setParent(ProcessThread) - Method in class jadex.bpmn.runtime.ProcessThread
Set the parent.
setParent(IComponentIdentifier) - Method in class jadex.bridge.fipa.CMSCreateComponent
Set the parent of this AMSCreateComponent.
setParent(IParameterGuesser) - Method in class jadex.commons.SimpleParameterGuesser
Set the parent.
setParent(Logger) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Set the parent for this Logger.
setParentId(String) - Method in class jadex.bpmn.tools.ProcessThreadInfo
Set the parentid.
setParsedExp(Object) - Method in class jadex.bridge.modelinfo.UnparsedExpression
Set the parsed.
setParticipant(IComponentIdentifier) - Method in class jadex.bdi.planlib.protocols.ParticipantProposal
Set the participants component identifier.
setParticipant(IComponentIdentifier) - Method in class jadex.bridge.component.streams.InitInfo
Set the participant.
setParticipant(IComponentIdentifier) - Method in class jadex.bridge.service.types.remote.ServiceInputConnectionProxy
Set the participant.
setParticipant(IComponentIdentifier) - Method in class jadex.bridge.service.types.remote.ServiceOutputConnectionProxy
Set the participant.
setPassword(String) - Method in class jadex.bdi.planlib.messaging.EmailAccount
Set the password.
setPassword(String) - Method in class jadex.bdi.planlib.messaging.IMAccount
Setter for password.
setPassword(String) - Method in class jadex.bridge.service.types.email.EmailAccount
Set the password.
setPatchsize(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
setPath(String) - Method in class jadex.bridge.service.types.filetransfer.FileData
Set the path.
setPath(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Materialfile
 
setPath(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.NiftyScreen
 
setPathid(String) - Method in class jadex.bpmn.runtime.handler.SplitInfo
Sets the pathid.
setPathids(Set<String>) - Method in class jadex.bpmn.runtime.handler.SplitInfo
Sets the pathids.
setPattern(String) - Method in class jadex.bridge.service.types.cron.CronJob
Set the pattern.
setPattern(String) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
 
setPauseDisplaying(boolean) - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
 
setPerformative(String) - Method in class jadex.bridge.fipa.FipaMessage
Denotes the type of the communicative act of the ACL message.
setPersistenceDelegate(Class<?>, PersistenceDelegate) - Method in class jadex.commons.beans.Encoder
Register the PersistenceDelegate of the specified type.
setPerspectiveView(Component) - Method in class jadex.extension.envsupport.observer.gui.ObserverCenterWindow
Sets the perspective view.
setPhone(String) - Method in class jadex.bdi.planlib.watchdog.ContactData
Set the phone no.
setPicsize(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
setPingDelay(long) - Method in class jadex.bdi.planlib.watchdog.ObservationDescription
Set the ping delay.
setPlaceholder(String) - Method in class jadex.commons.gui.JPlaceholderTextField
Sets the placeholder.
setPlaceholderColor(Color) - Method in class jadex.commons.gui.JPlaceholderTextField
Sets the placeholder color.
setPlanes(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Dome3d
 
setPlans(List<MPlan>) - Method in class jadex.bdiv3.model.MCapability
Set the plans.
setPlatform(IComponentIdentifier) - Method in class jadex.bridge.service.search.ServiceQuery
Set the platform.
setPlatformId(IComponentIdentifier) - Method in class jadex.bridge.service.types.address.TransportAddress
Sets the ID of the platform owning the address.
setPlatformName(String) - Method in interface jadex.base.IPlatformConfiguration
Set the platform name.
setPlatformSecret(IComponentIdentifier, String) - Method in interface jadex.bridge.service.types.security.ISecurityService
Sets the secret of a platform.
setPluginView(String, Component) - Method in class jadex.extension.envsupport.observer.gui.ObserverCenterWindow
Sets the plugin view.
setPojo(Object) - Method in class jadex.bridge.service.types.cms.CreationInfo
Set the pojo.
setPojoClass(ClassInfo) - Method in class jadex.micro.MicroModel
Set the pojo class.
setPojoTask(Object) - Method in class jadex.bpmn.runtime.task.PojoTaskWrapper
Set the pojotask.
setPool(String) - Method in class jadex.bpmn.tools.ProcessThreadInfo
Set the pool.
setPort(Integer) - Method in class jadex.bdi.planlib.messaging.EmailAccount
Set the port.
setPortType(String) - Method in class jadex.extension.ws.invoke.WebServiceMappingInfo
Set the porttype.
setPosition(int) - Method in class jadex.commons.ExpressionTokenizer
Set the parse position manually.
setPosition(IVector2) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Sets the position of the viewport.
setPosition(IVector2) - Method in class jadex.extension.envsupport.observer.graphics.drawable.AbstractVisual2D
Sets the position of the visual to a fixed position.
setPosition(IVector2) - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Sets the position of the bottom left corner of the viewport.
setPosition(IVector3) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.AbstractVisual3d
Sets the position of the visual to a fixed position.
setPosition(Object, IVector2) - Method in class jadex.extension.envsupport.environment.space2d.Grid2D
Set the position of an object.
setPosition(Object, IVector2) - Method in class jadex.extension.envsupport.environment.space2d.Space2D
Set the position of an object.
setPosition(Object, IVector3) - Method in class jadex.extension.envsupport.environment.space3d.Grid3D
Set the position of an object.
setPosition(Object, IVector3) - Method in class jadex.extension.envsupport.environment.space3d.Space3D
Set the position of an object.
SetPosition - Class in jadex.extension.envsupport.environment.space2d.action
Set the position action.
SetPosition - Class in jadex.extension.envsupport.environment.space3d.action
Set the position action.
SetPosition() - Constructor for class jadex.extension.envsupport.environment.space2d.action.SetPosition
 
SetPosition() - Constructor for class jadex.extension.envsupport.environment.space3d.action.SetPosition
 
setPositional(boolean) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 
setPostlayers(Layer[]) - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Sets the Postlayers.
setPostlayers(Layer[]) - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
 
setPostLayers(Layer[]) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Sets the post-layers for the viewport.
setPostLayers(Layer[]) - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Sets the layers that are applied after the drawables are drawn.
setPostProcessors(MultiCollection<Integer, IPostProcessorCall>) - Method in class jadex.xml.reader.AReadContext
Set the postprocessors.
setPostToAll(boolean) - Method in class jadex.bdiv3.model.MProcessableElement
Set the posttoall.
setPrecondition(UnparsedExpression) - Method in class jadex.bdiv3.model.MPlan
Set the precondition.
setPredecessors(String[]) - Method in class jadex.bridge.modelinfo.ModelInfo
Set required predecessors (dependencies).
setPredefined(boolean) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Effect
 
setPredefinedId(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Effect
 
setPreferred(boolean) - Method in class jadex.commons.beans.FeatureDescriptor
setPrefixLength(int) - Method in class jadex.bridge.service.types.filetransfer.FileData
Set the prefix.
setPrelayers(Layer[]) - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Sets the prelayers.
setPrelayers(Layer[]) - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
 
setPreLayers(Layer[]) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Sets the pre-layers for the viewport.
setPreLayers(Layer[]) - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Sets the layers that are applied before the drawables are drawn.
setPreProcessors(MultiCollection<Integer, IPreProcessor>) - Method in class jadex.xml.writer.AWriteContext
Set the preprocessors.
setPreserveAspectRation(boolean) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
 
setPreserveAspectRation(boolean) - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Sets whether the viewport should preserve the aspect ratio of the size by padding.
setPrimitives3d(List<Primitive3d>) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
 
setPrintExceptions(boolean) - Method in interface jadex.base.IPlatformConfiguration
Set print exceptions flag.
setPrintPlatformSecret(boolean) - Method in interface jadex.bridge.service.types.security.ISecurityService
Sets whether the platform secret should be printed.
setPrintSecret(boolean) - Method in interface jadex.base.IPlatformConfiguration
Returns if the security service should print the platform secret during start.
setPriority(int) - Method in class jadex.bdiv3.model.MPlan
Set the priority.
setPrivateMessage(boolean) - Method in class jadex.bridge.service.types.chat.ChatEvent
Set the privatemessage.
setProgramArguments(String) - Method in class jadex.bridge.service.types.daemon.StartOptions
Set the prgmargs.
setPropagatedFrom(BeanContext) - Method in class jadex.commons.beans.beancontext.BeanContextEvent
 
setPropagationId(Object) - Method in class jadex.commons.beans.PropertyChangeEvent
 
setProperties(IPropertyObject, List, IValueFetcher) - Static method in class jadex.extension.envsupport.MEnvSpaceType
Set properties on a IPropertyObject.
setProperties(Properties) - Method in interface jadex.commons.IPropertiesProvider
Update from given properties.
setProperties(Property[]) - Method in class jadex.commons.Properties
Set the properties.
setProperties(String, Properties) - Method in interface jadex.bridge.service.types.settings.ISettingsService
Deprecated.
setProperties(List<UnparsedExpression>) - Method in class jadex.bridge.service.ProvidedServiceInfo
 
setProperties(List<UnparsedExpression>) - Method in class jadex.bridge.service.PublishInfo
Set the properties.
setProperties(Map) - Method in class jadex.commons.SimplePropertyObject
Set the properties (bean accessor).
setProperties(Map<String, Object>) - Method in class jadex.bridge.modelinfo.ModelInfo
Set the properties.
setProperties(Map<String, Object>) - Method in class jadex.bridge.service.types.monitoring.MonitoringEvent
Set the properties.
setProperties(Map<String, String>) - Method in class jadex.bridge.service.types.awareness.AwarenessInfo
Set the properties.
setProperties(Map<String, String>) - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Set the properties.
setProperties(Properties) - Method in class jadex.bridge.service.types.email.EmailAccount
Set the properties.
setProperty(String, Object) - Method in class jadex.bridge.service.types.monitoring.MonitoringEvent
Set a property.
setProperty(String, Object) - Method in class jadex.bridge.ServiceCall
Set a property.
setProperty(String, Object) - Method in interface jadex.commons.IPropertyObject
Sets a property
setProperty(String, Object) - Method in class jadex.commons.SimplePropertyObject
Sets a property
setProperty(String, Object) - Method in interface jadex.extension.envsupport.environment.ISpaceController
 
setProperty(String, Object) - Method in class jadex.extension.envsupport.environment.space2d.GridController
 
setProperty(String, Object) - Method in class jadex.extension.envsupport.environment.SpaceObject
Only for debugging.
setProperty(String, Object) - Method in class jadex.extension.envsupport.environment.SynchronizedPropertyObject
Sets a property
setProperty(String, Object) - Method in class jadex.extension.envsupport.observer.graphics.drawable.DrawableCombiner
Sets a property
setProperty(String, Object) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
Sets a property
setPropertyEditorClass(Class<?>) - Method in class jadex.commons.beans.PropertyDescriptor
 
setPropertyMap(Map<String, Object>) - Method in class jadex.bridge.service.BasicService
Set the properties.
setPropname(String) - Method in class jadex.bridge.nonfunctional.hardconstraints.MHardConstraint
Sets the propname.
setProposal(Object) - Method in class jadex.bdi.planlib.protocols.ParticipantProposal
Set the proposal object.
setProtocol(String) - Method in class jadex.bridge.fipa.FipaMessage
Denotes the interaction protocol that the sending agent is employing with this ACL message.
setProvidedServiceInfos(ProvidedServiceInfo[]) - Method in class jadex.bridge.service.types.cms.CreationInfo
Set the ProvidedServiceInfos.
setProvidedServices(ProvidedServiceInfo[]) - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Set the provided services.
setProvidedServices(ProvidedServiceInfo[]) - Method in class jadex.bridge.modelinfo.ModelInfo
Set the provided services.
setProvider(IComponentIdentifier) - Method in class jadex.bridge.service.search.ServiceQuery
Set the provider.
setProvider(String) - Method in class jadex.bridge.service.types.appstore.AppMetaInfo
Set the provider.
setProviderId(IComponentIdentifier) - Method in class jadex.bridge.service.ServiceIdentifier
Set the providerid.
setProxy(IFuture<IComponentIdentifier>) - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Set the proxy.
setProxy(Object) - Method in class jadex.bridge.service.component.ServiceInvocationContext
Set the proxy.
setProxytype(String) - Method in class jadex.bridge.service.ProvidedServiceImplementation
Set the proxy type.
setProxytype(String) - Method in class jadex.bridge.service.RequiredServiceBinding
Set the proxytype.
setPublish(PublishInfo) - Method in class jadex.bridge.service.ProvidedServiceInfo
Set the publish.
setPublishId(String) - Method in class jadex.bridge.service.PublishInfo
Set the publishid.
setPublishScope(ServiceScope) - Method in class jadex.bridge.service.PublishInfo
Set the publish scope.
setPublishType(String) - Method in class jadex.bridge.service.PublishInfo
Set the type.
setQuery(ServiceQuery<T>) - Method in class jadex.bridge.service.search.ServiceQueryInfo
Set the query.
setQuery(Boolean) - Method in class jadex.micro.MicroModel.ServiceInjectionInfo
Set the query.
setRadialSamples(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Torus3d
 
setRadius(double) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.PointLight3d
 
setRadius(float) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Cylinder3d
 
setRadius(float) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Dome3d
 
setRandomSelection(boolean) - Method in class jadex.bdiv3.model.MProcessableElement
Set the randomselection.
setRawEvents(Set<EventType>) - Method in class jadex.bdiv3.model.MBelief
Set the rawevents.
setReaderHandler(IObjectReaderHandler) - Method in class jadex.xml.TypeInfo
Set the reader handler associated to the object type (if any).
setReadIgnore(int) - Method in class jadex.xml.reader.AReadContext
Set the readignore.
setReadMethod(Method) - Method in class jadex.commons.beans.PropertyDescriptor
 
setReadObjects(Map<String, Object>) - Method in class jadex.xml.reader.AReadContext
Set the readobjects.
setReadOnly(boolean) - Method in interface jadex.base.IPlatformConfiguration
Set the readonly state.
setRealtime(boolean) - Method in class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Sets the real time flag of the property.
setReason(String) - Method in class jadex.base.test.TestReport
Set the failure reason.
setReason(String) - Method in exception jadex.bridge.ComponentCreationException
Set the reason.
setRebuild(boolean) - Method in class jadex.bdiv3.model.MProcessableElement
Set the rebuild.
setReceiveHost(String) - Method in class jadex.bridge.service.types.email.EmailAccount
Set the receivehost.
setReceiveProtocol(String) - Method in class jadex.bridge.service.types.email.EmailAccount
Set the receiveprotocol.
setReceivers(String[]) - Method in class jadex.bridge.service.types.email.Email
Set the receivers.
setReceivers(Set<IComponentIdentifier>) - Method in class jadex.bridge.fipa.FipaMessage
Denotes the identity of the intended recipients of the message.
setRecur(boolean) - Method in class jadex.bdiv3.model.MGoal
The recur to set.
setRecurdelay(long) - Method in class jadex.bdiv3.model.MGoal
The recurdelay to set.
setRef(String) - Method in class jadex.bdiv3.model.MBelief
Set the reference.
setRef(String) - Method in class jadex.bdiv3.model.MConfigParameterElement
Set the referenced element.
setRef(String) - Method in class jadex.bdiv3.model.MElementRef
The ref to set.
setRefuseUnauth(boolean) - Method in interface jadex.base.IPlatformConfiguration
Configure the security service to whether to allow unauthenticated connections.
setRelativePath(String) - Method in class jadex.base.RemoteJarFile
Set the relativepath.
setRelayAddresses(String) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the relay addresses.
setRelayDynamicRouting(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Sets if the relay transport should support routing through dynamically acquired peers.
setRelayForwarding(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Should the platform act as relay, i.e.
setRelayTransport(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the flag if the relay transport is active.
setRemote(boolean) - Method in class jadex.bridge.fipa.CMSSearchComponents
Set remote flag.
setRemoteComponentIdentifier(IComponentIdentifier) - Method in interface jadex.bridge.service.types.remote.IProxyAgentService
Set or update the component identifier of the remote platform, i.e., top reflect new transport addresses.
setRemoteExcluded(boolean) - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Set the remote excluded flag.
setRemoveCommand(ICommand<Tuple2<E, Long>>) - Method in interface jadex.commons.collection.ILeaseTimeSet
Set the remove cmd.
setRemoveCommand(ICommand<Tuple2<E, Long>>) - Method in class jadex.commons.collection.LeaseTimeSet
Set the remove cmd.
setRemoveCommand(ICommand<Tuple2<E, Long>>) - Method in class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
Set the remove cmd.
setRemoveCommand(ICommand<Tuple2<E, Long>>) - Method in class jadex.commons.collection.PassiveLeaseTimeSet
Set the remove cmd.
setRenderInfo(int, Object) - Method in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Sets cached render information.
setRenderInfo(int, Object) - Method in class jadex.extension.envsupport.observer.graphics.layer.Layer
Sets cached render information.
setReplyBy(Long) - Method in class jadex.bridge.fipa.FipaMessage
Denotes a time and/or date expression which indicates the latest time by which the sending agent would like to receive a reply.
setReplyTo(IComponentIdentifier) - Method in class jadex.bridge.fipa.FipaMessage
This parameter indicates that subsequent messages in this conversation thread are to be directed to the agent named in the reply-to parameter, instead of to the agent named in the sender parameter.
setReplyWith(String) - Method in class jadex.bridge.fipa.FipaMessage
Introduces an expression that will be used by the responding agent to identify this message.
setReport(IErrorReport) - Method in class jadex.bridge.modelinfo.ModelInfo
Set the report.
setReports(TestReport[]) - Method in class jadex.base.test.Testcase
Set the reports.
setRepositoryInfo(URI) - Method in class jadex.bridge.GlobalResourceIdentifier
Set the repository info.
setRequired(Boolean) - Method in class jadex.micro.MicroModel.ServiceInjectionInfo
 
setRequiredName(String) - Method in class jadex.bridge.ServiceCallInfo
The reqname to set.
setRequiredProxyType(String) - Method in class jadex.bridge.service.search.ServiceQuery
Sets the requested required service proxy type.
setRequiredServiceBindings(RequiredServiceBinding[]) - Method in class jadex.bridge.service.types.cms.CreationInfo
Set the bindings.
setRequiredServiceInfo(RequiredServiceInfo) - Method in class jadex.micro.MicroModel.ServiceInjectionInfo
Set the required service info.
setRequiredServices(RequiredServiceInfo[]) - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Set the required services.
setRequiredServices(RequiredServiceInfo[]) - Method in class jadex.bridge.modelinfo.ModelInfo
Set the required services.
setResourceId(String) - Method in class jadex.bridge.GlobalResourceIdentifier
Set the id.
setResourceIdentifier(IResourceIdentifier) - Method in class jadex.bridge.fipa.CMSCreateComponent
Set the parent of this AMSCreateComponent.
setResourceIdentifier(IResourceIdentifier) - Method in class jadex.bridge.modelinfo.ModelInfo
Set the resource identifier.
setResourceIdentifier(IResourceIdentifier) - Method in class jadex.bridge.service.ServiceIdentifier
Set the resource identifier.
setResourceIdentifier(IResourceIdentifier) - Method in class jadex.bridge.service.types.appstore.AppMetaInfo
Set the resourceIdentifier.
setResourceIdentifier(IResourceIdentifier) - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Set the resource identifier.
setResourceIdentifier(IResourceIdentifier) - Method in class jadex.bridge.service.types.cms.CreationInfo
Set the resource identifier for loading the component model.
setResourceIdentifiers(Map<URL, IResourceIdentifier>) - Method in class jadex.base.ModelFileFilter
Set the resource identifiers for the root path entries.
setResult(boolean) - Method in class jadex.bdiv3.model.MBelief
Set the result flag.
setResult(boolean) - Method in class jadex.bdiv3.model.MElementRef
The result to set.
setResult(E) - Method in class jadex.commons.future.Future
Set the result.
setResult(Future<Object>) - Method in class jadex.bridge.component.streams.AbstractConnectionHandler.SendInfo
Set the result.
setResult(Object) - Method in class jadex.bridge.service.component.ServiceInvocationContext
Set the result.
setResult(Object) - Method in class jadex.commons.future.TupleResult
Set the result.
setResultIfUndone(E) - Method in class jadex.commons.future.Future
Set the result.
setResultInjections(Map<String, FieldInfo>) - Method in class jadex.bpmn.runtime.task.PojoTaskWrapper
Set the resinjections.
setResults(boolean, Object, ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.PojoTaskWrapper
Set the results.
setResults(IArgument[]) - Method in class jadex.bridge.modelinfo.ModelInfo
Set the results.
setResults(UnparsedExpression[]) - Method in class jadex.bridge.modelinfo.ConfigurationInfo
Set the arguments.
setResults(Map<String, Object>) - Method in class jadex.bridge.service.types.cms.CMSStatusEvent.CMSTerminatedEvent
Set the results.
setRetry(boolean) - Method in class jadex.bdiv3.model.MGoal
The retry to set.
setRetrydelay(long) - Method in class jadex.bdiv3.model.MGoal
The retrydelay to set.
setReturnTypeInfo(ClassInfo) - Method in class jadex.commons.MethodInfo
Set the return type.
setRigDebug(boolean) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Object3d
 
setRingColor(Color) - Method in class jadex.commons.gui.JBusyRing
Sets the color of the ring.
setRnd(boolean) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
setRoleType(String) - Method in class jadex.extension.agr.MPosition
Set the role type.
setRootElement(TreeNode) - Method in class jadex.commons.collection.Tree
Set the root node for the tree.
setRootObject(Object) - Method in class jadex.xml.writer.AWriteContext
Set the root object.
setRotation(IVector3) - Method in class jadex.extension.envsupport.observer.graphics.drawable.AbstractVisual2D
Sets the rotation of the visual to a fixed rotation.
setRotation(IVector3) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.AbstractVisual3d
Sets the rotation of the visual to a fixed rotation.
setRotation3d(boolean) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
 
setRotationsPerSecond(double) - Method in class jadex.commons.gui.JBusyRing
Sets the rotations per second for the ring.
setRoundTimeout(long) - Method in class jadex.bdi.planlib.protocols.AuctionDescription
Set the round timeout.
setRoundTimeout(long) - Method in class jadex.bdi.planlib.protocols.AuctionInfo
Set the round timeout.
setRowHeight(int) - Method in class jadex.commons.gui.jtreetable.JTreeTable
Overridden to pass the new rowHeight to the tree.
setRowHeight(int) - Method in class jadex.commons.gui.jtreetable.JTreeTable.TreeTableCellRenderer
Sets the row height of the tree, and forwards the row height to the table.
setRsPublish(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the flag if rest publishing is on.
setRsPublishComponent(String) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the rest publishing component.
setSamples(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Dome3d
 
setSaveOnExit(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set flag for save settings on exit.
setSaveOnExit(boolean) - Method in interface jadex.bridge.service.types.settings.ISettingsService
Deprecated.
setScale(float) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.TerrainTexture
 
setScheduleCommand(ICommand) - Method in class jadex.extension.envsupport.environment.ComponentActionList
Set the schedule command to be invoked, when an action should be scheduled.
setScope(ServiceScope) - Method in class jadex.bridge.modelinfo.Startable
Set the scope.
setScope(ServiceScope) - Method in class jadex.bridge.service.ProvidedServiceInfo
Set the scope.
setScope(ServiceScope) - Method in class jadex.bridge.service.RequiredServiceBinding
Set the scope.
setScope(ServiceScope) - Method in class jadex.bridge.service.search.ServiceQuery
Set the scope.
setScope(ServiceScope) - Method in class jadex.bridge.service.ServiceIdentifier
Set the scope.
setSearchConstraints(ISearchConstraints) - Method in class jadex.bridge.fipa.CMSSearchComponents
Set the searchconstraints of this CMSSearchComponents.
setSearchId(String) - Method in class jadex.bridge.fipa.SearchConstraints
Set the search-id of this SearchConstraints.
setSearchStart(IComponentIdentifier) - Method in class jadex.bridge.service.search.ServiceQuery
Set the provider.
setSecondResult(F) - Method in class jadex.commons.future.Tuple2Future
Set the result.
setSecondResultIfUndone(F) - Method in class jadex.commons.future.Tuple2Future
Set the result.
setSecurity(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the security flag.
setSeed(byte[]) - Method in class jadex.commons.security.random.SynchronizedSecureRandomWrapper
Delegation
setSeed(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
setSeed(long) - Method in class jadex.commons.random.FastThreadedRandom
Wrapper method.
setSeed(long) - Method in class jadex.commons.security.random.SecureThreadedRandom
Wrapper method.
setSeed(long) - Method in class jadex.commons.security.random.SynchronizedSecureRandomWrapper
Delegation
setSelected(int, DrawableCombiner3d) - Method in interface jadex.extension.envsupport.observer.graphics.IViewport3d
Set the Selected Objects in the Viewport by the User
setSelectedBreakpoints(String[]) - Method in interface jadex.commons.IBreakpointPanel
Set the currently selected breakpoints.
setSelectedComponents(List<String>) - Method in class jadex.base.DefaultFileFilter
Set the selected elements.
setSelectedDataView(String) - Method in class jadex.extension.envsupport.observer.gui.ObserverCenter
Sets the selected dataview.
setSelectedIndex(int) - Method in class jadex.commons.FixedJComboBox
 
setSelectedItem(Object) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
 
setSelectedItemQuiet(Object) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
 
setSelectedObject(Object) - Method in interface jadex.extension.envsupport.observer.perspective.IPerspective
Sets the selected object.
setSelectedObject(Object) - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Sets the selected object.
setSelectedObject(Object) - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
Sets the selected object.
setSelectedPerspective(String) - Method in class jadex.extension.envsupport.observer.gui.ObserverCenter
Sets the selected perspective.
setSelectorDistance(IVector1) - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Sets the maximum distance for selecting objects.
setSender(IComponentIdentifier) - Method in class jadex.bridge.fipa.FipaMessage
Denotes the identity of the sender of the message, that is, the name of the agent of the communicative act.
setSender(IComponentIdentifier) - Method in class jadex.bridge.service.types.awareness.AwarenessInfo
Set the sender.
setSender(String) - Method in class jadex.bdi.planlib.messaging.EmailAccount
Set the sender.
setSender(String) - Method in class jadex.bridge.service.types.email.Email
Set the sender.
setSender(String) - Method in class jadex.bridge.service.types.email.EmailAccount
Set the sender.
setSensors(boolean) - Method in interface jadex.base.IPlatformConfiguration
Set the sensors flag.
setSeparatorChar(char) - Method in class jadex.bridge.service.types.filetransfer.FileData
Set the separator char.
setSequenceNumber(Integer) - Method in class jadex.bridge.component.streams.StreamPacket
Set the sequenceNumber.
setService(IServiceIdentifier) - Method in class jadex.bridge.service.component.ServiceCallEvent
Set the service.
setService(Class) - Method in class jadex.extension.ws.invoke.WebServiceMappingInfo
Set the service.
setService(T) - Method in class jadex.bridge.service.search.ServiceEvent
Sets the service.
setServiceCalls(List<ServiceCallInfo>) - Method in class jadex.micro.InjectionInfoHolder
Set the service calls.
setServiceCalls(List<ServiceCallInfo>) - Method in class jadex.micro.MicroModel
Set the service calls.
setServiceIdentifier(IServiceIdentifier) - Method in class jadex.bridge.service.BasicService
Set the service identifier.
setServiceIdentifier(IServiceIdentifier) - Method in class jadex.bridge.service.component.ServiceInvocationContext
Set the service id.
setServiceIdentifier(IServiceIdentifier) - Method in interface jadex.bridge.service.IInternalService
Set the service identifier.
setServiceIdentifier(IServiceIdentifier) - Method in class jadex.bridge.service.search.ServiceQuery
Sets the service identifier.
setServiceMappings(List<String>) - Method in class jadex.bdiv3.model.MParameter
Set the service mappings.
setServiceMethod(MethodInfo) - Method in class jadex.bridge.ServiceCallInfo
The method to set.
setServiceMethodName(String) - Method in class jadex.bdiv3.model.MBody
Set the servicemethodname.
setServiceName(String) - Method in class jadex.bdiv3.model.MBody
Set the servicename.
setServiceName(String) - Method in class jadex.bridge.service.ServiceIdentifier
Set the servicename.
setServices(List<MServiceCall>) - Method in class jadex.bdiv3.model.MCapability
Set the services.
setServiceSuperTypes(ClassInfo[]) - Method in class jadex.bridge.service.ServiceIdentifier
Set the service super types.
setServiceTags(String...) - Method in class jadex.bridge.service.search.ServiceQuery
Sets the service tags.
setServiceTags(String[], IExternalAccess) - Method in class jadex.bridge.service.search.ServiceQuery
Sets the service tags.
setServiceType(ClassInfo) - Method in class jadex.bridge.service.search.ServiceQuery
Set the service type.
setServiceType(ClassInfo) - Method in class jadex.bridge.service.ServiceIdentifier
Set the service type.
setSetter(MethodInfo) - Method in class jadex.bdiv3.model.MBelief
Set the msetter.
setSetter(MethodInfo) - Method in class jadex.bdiv3.model.MParameter
Set the msetter.
setSettings(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the settings flag.
setShader(boolean) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
 
setShadowtype(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
setShortDescription(String) - Method in class jadex.commons.beans.FeatureDescriptor
setShowEntriesCount(boolean) - Method in class jadex.commons.gui.EditableList
Show the number of entries in title.
setShutdown(boolean) - Method in class jadex.bdiv3x.features.BDIXLifecycleAgentFeature
Set the shutdown.
setSimul(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the simulation flag.
setSimulation(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the flag for simulation execution.
setSize(int, int) - Method in class jadex.commons.gui.JBusyRing
 
setSize(long) - Method in class jadex.bridge.service.types.chat.TransferInfo
Set the size.
setSize(IVector2) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Sets the size of the display area.
setSize(IVector2) - Method in class jadex.extension.envsupport.observer.graphics.drawable.AbstractVisual2D
Sets the size (scale) of the visual to a fixed size.
setSize(IVector2) - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Sets the viewport size.
setSize(IVector3) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.AbstractVisual3d
Sets the size (scale) of the visual to a fixed size.
setSize(Dimension) - Method in class jadex.commons.gui.JBusyRing
 
setSkyFile(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
setSkyPath(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
setSmtpHost(String) - Method in class jadex.bridge.service.types.email.EmailAccount
Set the host.
setSmtpPort(Integer) - Method in class jadex.bridge.service.types.email.EmailAccount
Set the port.
setSortColumn(int) - Method in interface jadex.commons.gui.jtable.ISorterFilterTableModel
 
setSortColumn(int) - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
 
setSortDirection(int) - Method in interface jadex.commons.gui.jtable.ISorterFilterTableModel
 
setSortDirection(int) - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
 
setSortingStatus(int, int) - Method in class jadex.commons.gui.jtable.TableSorter
 
setSoundfile(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 
setSource(ITerminableIntermediateFuture<?>) - Method in class jadex.commons.future.TerminableIntermediateDelegationFuture
Set the source.
setSource(Object) - Method in class jadex.bdiv3.runtime.ChangeEvent
Set the source.
setSource(Object) - Method in class jadex.commons.beans.PropertyEditorSupport
 
setSource(Object) - Method in class jadex.commons.ChangeEvent
Set the source.
setSourceDescription(String) - Method in class jadex.bridge.service.types.monitoring.MonitoringEvent
Set the source description.
setSourceId(String) - Method in class jadex.bridge.Cause
Set the sourceId.
setSourceIdentifier(IComponentIdentifier) - Method in class jadex.bridge.service.types.monitoring.MonitoringEvent
Set the source.
setSouth(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
setSpecialAction(SpecialAction) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Materialfile
 
setSpeed(double) - Method in class jadex.bridge.service.types.chat.TransferInfo
Set the speed.
setSpeed(float) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Animation
 
setSplitid(String) - Method in class jadex.bpmn.runtime.handler.SplitInfo
Sets the splitid.
setSplitinfos(Map<String, SplitInfo>) - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Sets the splitinfos.
setSsl(boolean) - Method in class jadex.bdi.planlib.messaging.EmailAccount
Set the ssl connection property.
setSsl(boolean) - Method in class jadex.bridge.service.types.email.EmailAccount
Set the ssl connection property.
setStack(List<StackElement>) - Method in class jadex.xml.writer.AWriteContext
Set the stack.
setStackElement(StackElement, int) - Method in class jadex.xml.reader.AReadContext
 
setStartable(boolean) - Method in class jadex.bridge.modelinfo.ModelInfo
Set the startable.
setStartDirectory(String) - Method in class jadex.bridge.service.types.daemon.StartOptions
Set the startdir.
setStartScreen(boolean) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.NiftyScreen
 
setStartSequenceNumber(int) - Method in class jadex.bridge.component.streams.AckInfo
Set the startSequenceNumber.
setStartsize(float) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Effect
 
setStarttime(long) - Method in class jadex.bdi.planlib.protocols.AuctionDescription
Set the start time.
setStarttime(long) - Method in class jadex.bdi.planlib.protocols.AuctionInfo
Set the start time.
setStarttime(long) - Method in class jadex.bdi.planlib.protocols.NegotiationRecord
Set the start time.
setStarttime(long) - Method in interface jadex.bridge.service.types.clock.IClock
Set the clocks start time.
setStartTls(boolean) - Method in class jadex.bridge.service.types.email.EmailAccount
Set the starttls.
setState(String) - Method in class jadex.bridge.service.types.awareness.AwarenessInfo
Set the state.
setState(String) - Method in class jadex.bridge.service.types.chat.TransferInfo
Set the state.
setState(String) - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Set the state of this CESComponentDescription.
setStaticType(Class) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
Set the static type.
setStatus(String) - Method in class jadex.commons.gui.ClassSearchPanel
Set a status text.
setStatuscode(int) - Method in exception jadex.extension.rs.invoke.RestInvocationHelper.RequestFailedException
Sets the received status code.
setStep(IComponentStep<T>) - Method in class jadex.micro.IntervalBehavior
Set the step.
setStepmode(boolean) - Method in interface jadex.commons.ISteppable
Set the stepmode.
setStepstring(String) - Method in exception jadex.bridge.StepAbortedException
Set the step string.
setStop(boolean) - Method in class jadex.bridge.component.streams.AckInfo
Set the stop.
setStrictCom(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Get flag for strict communication.
setString(String, String) - Method in interface jadex.bridge.service.types.context.IPreferences
Set a String value in the preferences editor, to be written back once commit() or apply() are called.
setStyledDocument(StyledDocument) - Method in class jadex.commons.gui.BrowserPane
Show a document in this pane.
setSubcomponentTypes(SubcomponentTypeInfo[]) - Method in class jadex.bridge.modelinfo.ModelInfo
Set the subcomponent types.
setSubject(String) - Method in class jadex.bridge.service.types.email.Email
Set the subject.
setSubproperties(Properties[]) - Method in class jadex.commons.Properties
Set the subproperties.
setSubthreads(List<ThreadInfo>) - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Sets the subthreads.
setSucceeded(boolean) - Method in class jadex.base.test.TestReport
Set the test success.
setSuccessors(String[]) - Method in class jadex.bridge.modelinfo.ModelInfo
Set declared successors (dependencies).
setSuperClassName(String) - Method in class jadex.commons.SClassReader.ClassInfo
Set the superclass name.
setSuperpeer(boolean) - Method in interface jadex.base.IPlatformConfiguration
Set the superpeer flag.
setSuperpeerClient(boolean) - Method in interface jadex.base.IPlatformConfiguration
Set the superpeer client flag.
setSupersuperpeer(boolean) - Method in interface jadex.base.IPlatformConfiguration
Set the supersuperpeer flag.
setSuspend(boolean) - Method in class jadex.bridge.fipa.CMSCreateComponent
Set the suspend flag.
setSuspend(Boolean) - Method in class jadex.bridge.modelinfo.Startable
Set the suspend.
setSuspend(Boolean) - Method in class jadex.bridge.service.types.cms.CreationInfo
Set the suspend flag.
setSynchronous(boolean) - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Set the synchronous flag.
setSynchronous(Boolean) - Method in class jadex.bridge.modelinfo.Startable
Set the synchronous.
setSynchronous(Boolean) - Method in class jadex.bridge.service.types.cms.CreationInfo
Set the synchronous.
setSystemComponent(boolean) - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Set the system component flag.
setSystemService(boolean) - Method in class jadex.bridge.service.ProvidedServiceInfo
Set the systemservice.
setTable(JTable) - Method in class jadex.commons.gui.jtable.ResizeableTableHeader
Sets the table associated with this header.
setTableHeader(JTableHeader) - Method in class jadex.commons.gui.jtable.TableSorter
 
setTableModel(TableModel) - Method in class jadex.commons.gui.jtable.TableSorter
 
setTags(IServiceIdentifier, String...) - Method in interface jadex.bridge.service.component.IExternalProvidedServicesFeature
Sets the tags of a service.
setTags(IServiceIdentifier, String...) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Sets the tags of a service.
setTags(Collection<String>) - Method in class jadex.bridge.service.RequiredServiceInfo
Set the tags.
setTags(Collection<String>) - Method in class jadex.bridge.service.search.TagFilter
Sets the tags.
setTags(Set<String>) - Method in class jadex.bridge.service.ServiceIdentifier
Set the tags.
setTarget(INFProperty.Target) - Method in class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Set the target.
setTarget(String) - Method in class jadex.bdiv3.model.MClassBasedElement
Set the target.
setTargetByteArray(byte[]) - Method in class jadex.extension.rs.invoke.RestResponse
 
setTargetId(String) - Method in class jadex.bridge.Cause
Set the targetId.
setTask(ITask) - Method in class jadex.bpmn.runtime.ProcessThread
Sets the current task.
setTask(StreamPacket) - Method in class jadex.bridge.component.streams.AbstractConnectionHandler.SendInfo
Set the task.
setTcpPort(int) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the tcp port of the tcp transport.
setTcpTransport(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the flag if the tcp transport is active.
setTerminationCommand(ITerminationCommand) - Method in class jadex.commons.future.TerminableFuture
Set the termination command.
setTerminationCommand(ITerminationCommand) - Method in class jadex.commons.future.TerminableIntermediateFuture
Set the terminate.
setTerminationSource(ITerminableFuture<?>) - Method in class jadex.commons.future.TerminableDelegationFuture
Set the termination source.
setTerrapath(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
setTestCount(int) - Method in class jadex.base.test.Testcase
Set the test count.
setText(String) - Method in class jadex.commons.gui.BrowserPane
Show some text in this pane.
setText(String) - Method in exception jadex.commons.MultiException
Set the message.
setText(String) - Method in class jadex.extension.envsupport.observer.graphics.TextInfo
 
setText(String) - Method in class jadex.javaparser.javaccimpl.BooleanNode
Set the token text.
setText(String) - Method in class jadex.javaparser.javaccimpl.CompareNode
Set the token text.
setText(String) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
Set the token text.
setText(String) - Method in class jadex.javaparser.javaccimpl.MathNode
Set the token text.
setText(String) - Method in class jadex.javaparser.javaccimpl.SelectNode
Set the token text.
setText(JTextArea, String) - Static method in class jadex.commons.gui.SGUI
Shortcut method.
setTexture(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.TerrainTexture
 
setTexturePath(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Set the texture path.
setTextures(ArrayList<TerrainTexture>) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
setTheType(Class<?>) - Method in class jadex.bridge.ClassInfo
Set the type.
setThreadId(String) - Method in class jadex.bpmn.tools.ProcessThreadInfo
Set the thread id.
setThreadpoolClass(String) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the threadpool class name.
setThreadpoolDefer(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the flag for deferred thread creation/deletion in threadpool.
setTiles(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
setTime(long) - Method in class jadex.bridge.service.types.monitoring.MonitoringEvent
Set the time.
setTimeDelay(String, long, long) - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Add a new time support.
setTimeout(long) - Method in class jadex.bridge.service.types.chat.TransferInfo
Set the timeout.
setTimeout(long) - Method in class jadex.bridge.ServiceCall
Set the timeout.
setTimer(TimerTask) - Method in class jadex.bridge.component.streams.AbstractConnectionHandler.SendInfo
Set the timer.
setTitle(String) - Method in class jadex.commons.gui.EditableList
Set the list title.
setTo(int) - Method in class jadex.bridge.service.search.ServiceQuery.Multiplicity
Get the 'to' value, i.e.
setTopic(Object) - Method in class jadex.bdi.planlib.protocols.AuctionDescription
Set the auction topic.
setTopic(Object) - Method in class jadex.bdi.planlib.protocols.AuctionInfo
Set the auction topic.
setTransportType(String) - Method in class jadex.bridge.service.types.address.TransportAddress
Sets the type of transport using the address.
SetTreeTableNode - Class in jadex.commons.gui.jtreetable
A tree table node, that has as name its number.
SetTreeTableNode(TreeTableNodeType, Map) - Constructor for class jadex.commons.gui.jtreetable.SetTreeTableNode
Create a tree table node with initial values.
setTrigger(MTrigger) - Method in class jadex.bdiv3.model.MGoal
Set the trigger.
setTrigger(MTrigger) - Method in class jadex.bdiv3.model.MPlan
Set the trigger.
setTryCnt(int) - Method in class jadex.bridge.component.streams.AbstractConnectionHandler.SendInfo
Set the trycnt.
setType(byte) - Method in class jadex.bridge.component.streams.StreamPacket
Set the type.
setType(int) - Method in class jadex.bridge.service.search.ServiceEvent
Sets the event type.
setType(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Set the primitive type.
setType(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable.RegularPolygon
Set the primitive type (Disabled).
setType(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable.TexturedRectangle
Set the primitive type (Disabled).
setType(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Object3d
Set the primitive type (Disabled).
setType(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Set the primitive type.
setType(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
Set the primitive type (Disabled).
setType(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
Set the primitive type (Disabled).
setType(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Text3d
Set the primitive type (Disabled).
setType(int) - Method in class jadex.javaparser.javaccimpl.ArrayNode
Set the node type.
setType(int) - Method in class jadex.javaparser.javaccimpl.ReflectNode
Set the constructor type.
setType(ClassInfo) - Method in class jadex.bdiv3.model.MMessageEvent
The type to set.
setType(ClassInfo) - Method in class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Sets the type of the property.
setType(ClassInfo) - Method in class jadex.bridge.service.ProvidedServiceInfo
Set the type.
setType(ClassInfo) - Method in class jadex.bridge.service.RequiredServiceInfo
Set the type.
setType(ServiceCallEvent.Type) - Method in class jadex.bridge.service.component.ServiceCallEvent
Set the type.
setType(MAGRSpaceType) - Method in class jadex.extension.agr.MAGRSpaceInstance
Set the type of this element.
setType(MEnvSpaceType) - Method in class jadex.extension.envsupport.MEnvSpaceInstance
Set the type of this element.
setType(Class) - Method in class jadex.extension.envsupport.MObjectTypeProperty
 
setType(String) - Method in class jadex.bdiv3.runtime.ChangeEvent
Set the type.
setType(String) - Method in class jadex.bridge.fipa.CMSCreateComponent
Set the type of this AMSCreateComponent.
setType(String) - Method in class jadex.bridge.modelinfo.ModelInfo
Set the component type.
setType(String) - Method in class jadex.bridge.service.types.chat.ChatEvent
Set the type.
setType(String) - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Set the component type.
setType(String) - Method in class jadex.bridge.service.types.cms.CMSStatusEvent
 
setType(String) - Method in class jadex.bridge.service.types.monitoring.MonitoringEvent
Set the type.
setType(String) - Method in class jadex.commons.ChangeEvent
Set the type.
setType(String) - Method in class jadex.commons.Properties
Set the type of the properties.
setType(String) - Method in class jadex.commons.Property
Set the type.
setType(String) - Method in class jadex.extension.envsupport.environment.SpaceObject
Set the type of the object.
setTypeInfo(Object) - Method in class jadex.xml.ObjectInfo
Set the typeinfo.
setTypeName(String) - Method in class jadex.bridge.ClassInfo
Set the name.
setTypeName(String) - Method in class jadex.bridge.modelinfo.ComponentInstanceInfo
Set the typename.
setTypeName(String) - Method in class jadex.commons.FieldInfo
Set the typename.
setTypeName(String) - Method in class jadex.extension.agr.MAGRSpaceInstance
Set the type name.
setTypeName(String) - Method in class jadex.extension.agr.MGroupInstance
Set the type name.
setTypeName(String) - Method in class jadex.extension.envsupport.MEnvSpaceInstance
Set the type name.
setUnicast(boolean) - Method in class jadex.commons.beans.EventSetDescriptor
 
setUnique(boolean) - Method in class jadex.bdiv3.model.MGoal
Set the unique.
setUniqueIds(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the unique id flag, i.e.
setUnit(ClassInfo) - Method in class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Sets the unit of the property.
setUnrestricted(boolean) - Method in class jadex.bridge.service.ServiceIdentifier
Set the unrestricted flag.
setUnrestricted(Boolean) - Method in class jadex.bridge.service.search.ServiceQuery
Set the unrestricted mode.
setUp(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
setUpdateRate(long) - Method in class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Sets the update rate of the property for dynamic properties.
setUpdateRate(UnparsedExpression) - Method in class jadex.bdiv3.model.MBelief
The updaterate to set.
setUpdateRate(UnparsedExpression) - Method in class jadex.bdiv3.model.MParameter
The updaterate to set.
setupDCMatrix(DrawableCombiner, Object, boolean, boolean, boolean, ViewportJ2D) - Static method in class jadex.extension.envsupport.observer.graphics.java2d.AbstractJ2DRenderer
Sets the basic matrix for the combiner, call can be skipped if alternative draw method is required.
setupMatrix(DrawableCombiner, Primitive, Object, Graphics2D, IViewport) - Method in class jadex.extension.envsupport.observer.graphics.java2d.AbstractJ2DRenderer
Sets up the transformation matrix before drawing.
setUri(URI) - Method in class jadex.bridge.LocalResourceIdentifier
Set the url.
setUseAlpha(boolean) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Materialfile
 
setUseParentHandlers(boolean) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Specify whether or not this logger should send its output to it's parent Logger.
setUsePlatformSecret(boolean) - Method in interface jadex.bridge.service.types.security.ISecurityService
Sets whether the platform secret should be used.
setUser(String) - Method in class jadex.bdi.planlib.messaging.EmailAccount
Set the user.
setUser(String) - Method in class jadex.bridge.service.types.email.EmailAccount
Set the user.
setUserAgentObject(Object) - Method in class jadex.micro.MicroAgentPersistInfo
Sets the user agent object.
setUserContext(Object) - Method in class jadex.xml.writer.AWriteContext
Set the callcontext.
setUseSecret(boolean) - Method in interface jadex.base.IPlatformConfiguration
Sets if the security service should use a platform secret for authentication.
setValid(boolean) - Method in class jadex.bridge.CheckedAction
Set the valid state.
setValidator(IValidator) - Method in class jadex.commons.gui.JValidatorTextField
Set the validator.
setVAlign(int) - Method in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Sets the vertical alignment.
setValue(boolean) - Method in class jadex.commons.ConstantFilter
Set the value.
setValue(int, Object) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
Set the value at a specific column.
setValue(IInternalAccess, Object) - Method in class jadex.bdiv3.model.MBelief
Set the value of the belief.
setValue(UnparsedExpression) - Method in class jadex.bridge.nonfunctional.hardconstraints.MHardConstraint
Sets the value.
setValue(Long) - Method in class jadex.bridge.sensor.service.ExecutionTimeProperty
Set the value.
setValue(Long) - Method in class jadex.bridge.sensor.service.LatencyProperty
Set the value.
setValue(Long) - Method in class jadex.bridge.sensor.service.WaitingTimeProperty
Set the value.
setValue(Object) - Method in class jadex.bdiv3x.features.BDIXAgentFeature.ChangeInfoEntryMapper
 
setValue(Object) - Method in interface jadex.bdiv3x.runtime.IParameter
Set a value of a parameter.
setValue(Object) - Method in class jadex.bdiv3x.runtime.RMessageEvent.RParam
Set a value of a parameter.
setValue(Object) - Method in class jadex.bridge.modelinfo.ModelValueProvider
Set the value.
setValue(Object) - Method in class jadex.bridge.nonfunctional.hardconstraints.AbstractConstraintFilter
Sets the value.
setValue(Object) - Method in class jadex.bridge.service.types.chat.ChatEvent
Set the value.
setValue(Object) - Method in class jadex.bridge.service.types.cms.CMSStatusEvent.CMSIntermediateResultEvent
Set the value.
setValue(Object) - Method in interface jadex.bridge.service.types.df.IProperty
Set the value of this Property.
setValue(Object) - Method in class jadex.commons.beans.Expression
 
setValue(Object) - Method in interface jadex.commons.beans.PropertyEditor
 
setValue(Object) - Method in class jadex.commons.beans.PropertyEditorSupport
 
setValue(Object) - Method in class jadex.extension.envsupport.MObjectTypeProperty
 
setValue(Object) - Method in class jadex.javaparser.javaccimpl.ConstantNode
Set the constant value.
setValue(Object) - Method in class jadex.xml.bean.MapEntry
Set the value.
setValue(Object, Object, ClassLoader) - Method in class jadex.bdiv3.model.MBelief
Set the value of the belief.
setValue(Object, Object, ClassLoader) - Method in class jadex.bdiv3.model.MParameter
Set the value of the parameter.
setValue(String) - Method in class jadex.bridge.modelinfo.UnparsedExpression
Set the value.
setValue(String) - Method in class jadex.bridge.service.component.interceptors.ResolveInterceptor.SerializedValue
Set the value.
setValue(String) - Method in class jadex.commons.Property
Set the value.
setValue(String, Object) - Method in interface jadex.base.IPlatformConfiguration
Set a value per key.
setValue(String, Object) - Method in class jadex.bridge.modelinfo.ModelValueProvider
Set the value.
setValue(String, Object) - Method in class jadex.commons.beans.FeatureDescriptor
setValue(String, Object) - Method in class jadex.javaparser.SimpleValueFetcher
Set a value.
setValue(T) - Method in class jadex.bdiv3.runtime.ChangeEvent
Set the value.
setValue(T) - Method in class jadex.bridge.nonfunctional.SimpleValueNFProperty
Set the value.
setValue(T) - Method in class jadex.commons.ChangeEvent
Set the value.
setValue(V) - Method in class jadex.commons.collection.MapEntry
Set the value.
setValueAt(Object, int, int) - Method in class jadex.commons.gui.jtable.AbstractIndexTableModel
 
setValueAt(Object, int, int) - Method in class jadex.commons.gui.jtable.DelegateTableModel
 
setValueAt(Object, int, int) - Method in class jadex.commons.gui.jtable.TableSorter
 
setValueAt(Object, int, int) - Method in class jadex.commons.gui.jtreetable.TreeTableModelAdapter
 
setValueAt(Object, Object, int) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
 
setValueAt(Object, Object, int) - Method in class jadex.commons.gui.jtreetable.DynamicTreeTableModel
Sets the value to aValue for the object node in column column.
setValueAt(Object, Object, int) - Method in interface jadex.commons.gui.jtreetable.TreeTableModel
Sets the value for node node, at column number column.
setValueName(String) - Method in class jadex.bridge.nonfunctional.hardconstraints.AbstractConstraintFilter
Sets the valuename.
setValues(Map) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
Set all values at once.
setValues(Map<String, Object>) - Method in class jadex.bridge.modelinfo.ModelValueProvider
Set the values.
setValues(Map<String, Object>) - Method in class jadex.javaparser.SimpleValueFetcher
Set values.
setValues(Map<String, String>) - Method in class jadex.bridge.service.component.interceptors.SpanContextInfo
 
setVariables(String[]) - Method in class jadex.javaparser.javaccimpl.SelectNode
Set the variable names.
setVersion(String) - Method in class jadex.bridge.service.types.appstore.AppMetaInfo
Set the version.
setVersionInfo(String) - Method in class jadex.bridge.GlobalResourceIdentifier
Set the version info.
setVisible(boolean) - Method in class jadex.quickstart.cleanerworld.gui.SensorGui
Show/hide the GUI.
setVMArguments(String) - Method in class jadex.bridge.service.types.daemon.StartOptions
Set the vmargs.
setVolume(double) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 
setWaitFilter(IFilter<Object>) - Method in class jadex.bpmn.runtime.ProcessThread
Set the wait filter.
setWaitInfo(ICancelable) - Method in class jadex.bpmn.runtime.ProcessThread
Set the process waiting info.
setWaiting(boolean) - Method in class jadex.bpmn.runtime.ProcessThread
Set the waiting state.
setWaiting(boolean) - Method in class jadex.bpmn.tools.ProcessThreadInfo
Set the waiting flag.
setWaitqueue(MTrigger) - Method in class jadex.bdiv3.model.MPlan
Set the waitqueue.
setWelcome(boolean) - Method in interface jadex.base.IPlatformConfiguration
Tell starter to print welcome message.
setWest(String) - Method in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
setWhere(boolean) - Method in class jadex.javaparser.javaccimpl.SelectNode
Set the where clause flag.
setWireframe(boolean) - Method in class jadex.extension.envsupport.observer.perspective.Perspective3D
 
setWorkerCount(int) - Method in class jadex.commons.DefaultPoolStrategy
Set the worker cnt.
SetWrapper<T> - Class in jadex.bdiv3.runtime.wrappers
 
SetWrapper<T> - Class in jadex.commons.collection.wrappers
 
SetWrapper() - Constructor for class jadex.bridge.service.search.ServiceKeyExtractor.SetWrapper
 
SetWrapper(Set<T>) - Constructor for class jadex.commons.collection.wrappers.SetWrapper
Create a new wrapper.
SetWrapper(Set<T>, IInternalAccess, EventType, EventType, EventType, MElement) - Constructor for class jadex.bdiv3.runtime.wrappers.SetWrapper
Create a new set wrapper.
SetWrapper(Set<T>, IInternalAccess, String, String, String, MElement) - Constructor for class jadex.bdiv3.runtime.wrappers.SetWrapper
Create a new set wrapper.
SetWrapper(T) - Constructor for class jadex.bridge.service.search.ServiceKeyExtractor.SetWrapper
 
setWriteMethod(Method) - Method in class jadex.commons.beans.PropertyDescriptor
 
setWriter(Object) - Method in class jadex.xml.writer.AWriteContext
Set the writer.
setWrittenObjects(Map<Object, Object>) - Method in class jadex.xml.writer.AWriteContext
Set the writtenobs.
setWsPort(int) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the websocket port of the websocket transport.
setWsPublish(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the flag if wsdl publishing is on.
setWsTransport(boolean) - Method in interface jadex.base.IExtendedPlatformConfiguration
Set the flag if the ws transport is active.
setX(IVector1) - Method in class jadex.extension.envsupport.math.Vector2Double
 
setX(IVector1) - Method in class jadex.extension.envsupport.math.Vector2Int
 
setX(IVector1) - Method in class jadex.extension.envsupport.math.Vector3Double
 
setXMLPath(String) - Method in class jadex.xml.XMLInfo
Set the xmlpath.
setXMLPathElements(QName[]) - Method in class jadex.xml.XMLInfo
Set the xmlpathelements.
setXResult(int, Object) - Method in class jadex.commons.future.Tuple2Future
Set the xth result.
setXResultIfUndone(int, Object) - Method in class jadex.commons.future.Tuple2Future
Set the xth result.
setY(IVector1) - Method in class jadex.extension.envsupport.math.Vector2Double
 
setY(IVector1) - Method in class jadex.extension.envsupport.math.Vector2Int
 
setY(IVector1) - Method in class jadex.extension.envsupport.math.Vector3Double
 
setZ(IVector1) - Method in class jadex.extension.envsupport.math.Vector3Double
 
setZoom(double) - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Sets a new zoom factor
setZoomLimit(double) - Method in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Sets the maximum zoom.
setZoomLimit(double) - Method in interface jadex.extension.envsupport.observer.graphics.IViewport
Sets the maximum zoom.
setZoomLimit(double) - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Sets the maximum zoom.
severe(String) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Log a SEVERE message.
SFilter - Class in jadex.commons
 
SFilter() - Constructor for class jadex.commons.SFilter
 
SFipa - Class in jadex.bridge.fipa
Helper class for JADE specific issues.
SFipa() - Constructor for class jadex.bridge.fipa.SFipa
 
SFunction - Class in jadex.commons
Static helper class for calculating statistical functions.
SFunction() - Constructor for class jadex.commons.SFunction
 
SFuture - Class in jadex.bridge
Helper class for future aspects.
SFuture() - Constructor for class jadex.bridge.SFuture
 
SGUI - Class in jadex.commons.gui
Static helper class with useful gui related methods.
SGUI() - Constructor for class jadex.commons.gui.SGUI
 
SGUI.TextCopyPasteMouseListener - Class in jadex.commons.gui
Listener for copy-paste menu.
SHADOW_CAST - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
SHADOW_OFF - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
SHADOW_RECEIVE - Static variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
 
shadowtype - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Primitive shadow
SHARED_CLASSLOADERS - Static variable in class jadex.bytecode.SASM
Shared ClassLoader cache.
SHARED_LOADERS_MODE - Static variable in class jadex.bytecode.SASM
Enables the shared bytecode classloader mode.
shiftPosition(IVector2) - Method in class jadex.extension.envsupport.observer.perspective.Perspective2D
Shifts the viewport position.
shortIntoBytes(int, byte[], int) - Static method in class jadex.commons.SUtil
Convert a short into byte array.
shortToBytes(int) - Static method in class jadex.commons.SUtil
Convert a short to bytes.
shouldSelectCell(EventObject) - Method in class jadex.commons.gui.jtable.PatternEditor
 
show(Component, int, int) - Method in class jadex.commons.gui.jtable.VisibilityPopupMenu
 
show(Object) - Method in class jadex.commons.gui.ObjectCardLayout
Shows the component in the parent.
showcnt - Variable in class jadex.commons.gui.EditableList
Show the numbers of entries in title.
showDialog(ClassLoader, IThreadPool, Component) - Static method in class jadex.commons.gui.ClassSearchPanel
Show a repository and artifact dialog.
showError(Component, String, String, Exception) - Static method in class jadex.commons.gui.SGUI
Display an error dialog.
showInvalid() - Method in class jadex.commons.gui.JPlaceholderTextField
Highlights an invalid field.
showInvalid(String) - Method in class jadex.commons.gui.JPlaceholderTextField
Highlights an invalid field.
showMessageDialog(Component, Object, String, int) - Static method in class jadex.commons.gui.SGUI
Show an non-model message dialog.
shutdown - Variable in class jadex.bdiv3x.features.BDIXLifecycleAgentFeature
Is the agent in shutdown?.
shutdown - Variable in class jadex.bridge.service.types.cms.PlatformComponent
The shutdown flag (set on start of shutdown).
shutdown - Variable in class jadex.commons.concurrent.JavaThreadPool
Future used for performing shutdown.
shutdown() - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Called on shutdown after successful init.
shutdown() - Method in class jadex.bdiv3x.features.BDIXArgumentsResultsComponentFeature
Set result values from beliefs.
shutdown() - Method in class jadex.bdiv3x.features.BDIXLifecycleAgentFeature
Start the end state.
shutdown() - Method in class jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
Informs the panel that it should stop all its computation.
shutdown() - Method in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
Informs the panel that it should stop all its computation.
shutdown() - Method in interface jadex.bridge.component.IComponentFeature
Shutdown the feature.
shutdown() - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Called when the feature is shutdowned.
shutdown() - Method in class jadex.bridge.service.component.RequiredServicesComponentFeature
Called when the feature is shutdowned.
shutdown() - Method in interface jadex.bridge.service.types.appstore.IAppGui
 
shutdown() - Method in class jadex.bridge.service.types.cms.PlatformComponent
Perform the shutdown of the component (if any).
shutdown() - Method in interface jadex.bridge.service.types.factory.IPlatformComponentAccess
Perform the shutdown of the component (if any).
shutdown() - Method in class jadex.bridge.service.types.threadpool.JadexExecutorServiceAdapter
Override.
shutdown() - Method in class jadex.commons.concurrent.Executor
Shutdown the executor.
shutdown() - Method in class jadex.extension.envsupport.observer.gui.plugin.AbstractInteractionPlugin
 
shutdown() - Method in class jadex.extension.envsupport.observer.gui.plugin.EvaluationPlugin
Shutdowns the plugin.
shutdown() - Method in class jadex.extension.envsupport.observer.gui.plugin.IntrospectorPlugin
 
shutdown() - Method in interface jadex.extension.envsupport.observer.gui.plugin.IObserverCenterPlugin
Stops the plugin
shutdown() - Method in class jadex.extension.envsupport.observer.gui.plugin.VisualsPlugin
Stops the plugin
shutdown(IEnvironmentSpace) - Method in class jadex.extension.envsupport.environment.DefaultObjectCreationProcess
This method will be executed by the object before the process is removed from the execution queue.
shutdown(IEnvironmentSpace) - Method in interface jadex.extension.envsupport.environment.ISpaceProcess
This method will be executed by the object before the process is removed from the execution queue.
shutdown(IEnvironmentSpace) - Method in class jadex.extension.envsupport.environment.space2d.Space2D.KdTreeProcess
 
shutdown(ISpaceObject) - Method in class jadex.extension.envsupport.environment.AbstractTask
This method will be executed by the object before the task is removed from the execution queue.
shutdown(ISpaceObject) - Method in interface jadex.extension.envsupport.environment.IObjectTask
This method will be executed by the object before the task is removed from the execution queue.
SHUTDOWN_METHOD - Static variable in class jadex.bridge.service.component.interceptors.ResolveInterceptor
 
shutdowned - Variable in class jadex.bridge.service.BasicService
The shutdowned state.
shutdownfutures - Variable in class jadex.commons.concurrent.Executor
The shutdown futures.
shutdownNFPropertyProvider() - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Shutdown the provider.
shutdownNFPropertyProvider() - Method in interface jadex.bridge.nonfunctional.INFMethodPropertyProvider
Shutdown the provider.
shutdownNFPropertyProvider() - Method in interface jadex.bridge.nonfunctional.INFPropertyProvider
Shutdown the provider.
shutdownNFPropertyProvider() - Method in class jadex.bridge.nonfunctional.NFMethodPropertyProvider
Shutdown the provider.
shutdownNFPropertyProvider() - Method in class jadex.bridge.nonfunctional.NFPropertyProvider
Shutdown the provider.
shutdownNFPropertyProvider(IExternalAccess) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Shutdown the provider.
shutdownNFPropertyProvider(IExternalAccess, IServiceIdentifier) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Shutdown the provider.
shutdownNFPropertyProvider(IServiceIdentifier) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Shutdown the provider.
shutdownNow() - Method in class jadex.bridge.service.types.threadpool.JadexExecutorServiceAdapter
Override.
shutdownPlatform(IComponentIdentifier) - Method in interface jadex.bridge.service.types.daemon.IDaemonService
Shutdown a platform.
shutdownRequiredNFPropertyProvider(IExternalAccess, IServiceIdentifier) - Static method in class jadex.bridge.nonfunctional.SNFPropertyProvider
Shutdown the provider.
shutdownRequiredNFPropertyProvider(IServiceIdentifier) - Method in interface jadex.bridge.component.IExternalNFPropertyComponentFeature
Shutdown the provider.
shutdownRescueThread(IComponentIdentifier) - Static method in class jadex.base.Starter
Shutdown the rescue thread of a platform.
shutdownService() - Method in class jadex.bdiv3.BDIAgentFactory
Shutdown the service.
shutdownService() - Method in class jadex.bdiv3x.BDIXComponentFactory
Shutdown the service.
shutdownService() - Method in class jadex.bpmn.BpmnFactory
Shutdown the service.
shutdownService() - Method in class jadex.bridge.service.BasicService
Shutdown the service.
shutdownService() - Method in interface jadex.bridge.service.IInternalService
Shutdown the service.
shutdownService() - Method in class jadex.micro.MicroAgentFactory
Shutdown the service.
shutdownService() - Method in class jadex.microservice.MicroserviceFactory
Shutdown the service.
shutdownServices(Iterator<IInternalService>) - Method in class jadex.bridge.service.component.ProvidedServicesComponentFeature
Shutdown the services one by one.
sic - Variable in class jadex.bridge.service.component.interceptors.DecouplingInterceptor.CopyReturnValueResultListener
The service invocation context.
sic - Variable in class jadex.bridge.service.component.interceptors.DecouplingInterceptor.InvokeMethodStep
 
sic - Variable in class jadex.bridge.service.component.interceptors.PrePostConditionInterceptor.CheckReturnValueResultListener
The service invocation context.
sic - Variable in class jadex.bridge.service.component.interceptors.TracingInterceptor.ReturnValueResultListener
The service invocation context.
SICS - Static variable in class jadex.bridge.service.component.ServiceInvocationContext
 
sid - Variable in class jadex.bridge.nonfunctional.NFPropertyRef
The service identifier.
sid - Variable in class jadex.bridge.sensor.service.ExecutionTimeProperty
The service identifier.
sid - Variable in class jadex.bridge.sensor.service.LatencyProperty
The service identifier.
sid - Variable in class jadex.bridge.sensor.service.WaitingTimeProperty
The service identifier.
sid - Variable in class jadex.bridge.sensor.service.WaitqueueProperty
The service identifier.
sid - Variable in class jadex.bridge.service.BasicService
The service id.
sid - Variable in class jadex.bridge.service.component.BasicServiceInvocationHandler
The service identifier.
sid - Variable in class jadex.bridge.service.component.interceptors.IntelligentProxyInterceptor
The service identifier.
sid - Variable in class jadex.bridge.service.component.interceptors.MethodCallListenerInterceptor
The service indentifier.
sid - Variable in class jadex.bridge.service.component.interceptors.NFRequiredServicePropertyProviderInterceptor
The service indentifier.
sid - Variable in class jadex.bridge.service.component.ServiceInvocationContext
 
sid - Variable in class jadex.bridge.service.search.ServiceIdFilter
The service id.
sid - Variable in exception jadex.bridge.ServiceTerminatedException
The service identifier.
sid - Variable in class jadex.micro.KernelMultiAgent
The service identifier.
SIGNON - Static variable in class jadex.bdi.planlib.messaging.AIM
The ID number for a SIGNON packet(FLAP).
signWithPEM(byte[], InputStream, InputStream) - Static method in class jadex.commons.security.SSecurity
Sign using a PEM-encoded X.509 certificate/key.
SIMPLE_VIEW_2D - Static variable in interface jadex.extension.envsupport.dataview.IDataView
 
SimpleBeanInfo - Class in jadex.commons.beans
 
SimpleBeanInfo() - Constructor for class jadex.commons.beans.SimpleBeanInfo
 
SimpleCleanerAgent - Class in jadex.quickstart.cleanerworld
Simple cleaner with a main loop for moving randomly.
SimpleCleanerAgent() - Constructor for class jadex.quickstart.cleanerworld.SimpleCleanerAgent
 
SimpleCleanerAgentZero - Class in jadex.quickstart.cleanerworld.single
Possible solution for exercise zero (non-BDI cleaner).
SimpleCleanerAgentZero() - Constructor for class jadex.quickstart.cleanerworld.single.SimpleCleanerAgentZero
 
SimpleMessagingCleanerAgent - Class in jadex.quickstart.cleanerworld.multi.messaging
Simple example of using the environment sensor.
SimpleMessagingCleanerAgent() - Constructor for class jadex.quickstart.cleanerworld.multi.messaging.SimpleMessagingCleanerAgent
 
SimpleMethodParameterGuesser - Class in jadex.commons
Simple method parameter guesser that uses a parameter guesser to resolve the single parameter guess requests.
SimpleMethodParameterGuesser(IParameterGuesser) - Constructor for class jadex.commons.SimpleMethodParameterGuesser
Create a new guesser.
SimpleMethodParameterGuesser(Collection<?>) - Constructor for class jadex.commons.SimpleMethodParameterGuesser
Create a new guesser.
SimpleMultiplexDistributor - Class in jadex.bridge.service.component.multiinvoke
Simple multiplex call distributor.
SimpleMultiplexDistributor() - Constructor for class jadex.bridge.service.component.multiinvoke.SimpleMultiplexDistributor
 
SimpleNode - Class in jadex.javaparser.javaccimpl
 
SimpleNode(int) - Constructor for class jadex.javaparser.javaccimpl.SimpleNode
 
SimpleNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.SimpleNode
 
SimpleParameterGuesser - Class in jadex.commons
Guess parameter based on type.
SimpleParameterGuesser(IParameterGuesser) - Constructor for class jadex.commons.SimpleParameterGuesser
Create a new guesser.
SimpleParameterGuesser(IParameterGuesser, Collection<?>) - Constructor for class jadex.commons.SimpleParameterGuesser
Create a new guesser.
SimpleParameterGuesser(Collection<?>) - Constructor for class jadex.commons.SimpleParameterGuesser
Create a new guesser.
SimplePropertyChangeSupport - Class in jadex.commons
This class offers part of the functionality of the original Java-PropertyChangeSupport class.
SimplePropertyChangeSupport(Object) - Constructor for class jadex.commons.SimplePropertyChangeSupport
 
SimplePropertyObject - Class in jadex.commons
Basic IPropertyObject implementation.
SimplePropertyObject() - Constructor for class jadex.commons.SimplePropertyObject
Create a new property object.
SimpleValueFetcher - Class in jadex.javaparser
Simple default implementation of a value fetcher useful for basic usage scenarios or as a base for extending.
SimpleValueFetcher() - Constructor for class jadex.javaparser.SimpleValueFetcher
Create a new fetcher.
SimpleValueFetcher(IValueFetcher) - Constructor for class jadex.javaparser.SimpleValueFetcher
Create a new fetcher.
SimpleValueNFProperty<T,​U> - Class in jadex.bridge.nonfunctional
 
SimpleValueNFProperty(IInternalAccess, NFPropertyMetaInfo) - Constructor for class jadex.bridge.nonfunctional.SimpleValueNFProperty
Create a new property.
simservice - Variable in class jadex.base.SRemoteClock.RemoteClockChangeListener
The simulation service.
simservice - Variable in class jadex.base.SRemoteClock.RemoteSimServiceChangeListener
The simulation service.
SIMULATION - Static variable in interface jadex.base.IPlatformConfiguration
Use simulation execution mode?
SIMULATION_CLOCK_FLAG - Static variable in interface jadex.bridge.service.types.clock.IClockService
Platform value key for flag if the clock is a simulation clock.
SimulationState() - Constructor for class jadex.base.SRemoteClock.SimulationState
Bean constructor.
SimulationState(boolean, String, boolean) - Constructor for class jadex.base.SRemoteClock.SimulationState
Create a clock state object.
SInvocation - Class in jadex.bytecode.invocation
Factory for providing fast reflective access to methods.
SInvocation() - Constructor for class jadex.bytecode.invocation.SInvocation
 
SInvocation.AccessTestClass - Class in jadex.bytecode.invocation
Class used to test access level via ASM.
SInvocation.ExtendedClassWriter - Class in jadex.bytecode.invocation
Class writer with some meta information.
SInvocation.FallBackInvoker - Class in jadex.bytecode.invocation
Fallback invoker using reflection in case a byte-engineered variant is not available.
SInvocation.SortingInjectorWrapper - Class in jadex.bytecode.invocation
 
size - Variable in class jadex.bridge.component.streams.InputConnection
The size.
size - Variable in class jadex.bridge.service.types.chat.TransferInfo
The size.
size - Variable in class jadex.commons.collection.ArrayBlockingQueue
The size (cached for speed).
size - Variable in class jadex.commons.collection.WeakList
The number of elements.
size - Variable in class jadex.commons.gui.JBusyRing
Widget size.
size() - Method in interface jadex.bdiv3x.runtime.IBeliefSet
Get the number of values currently contained in this set.
size() - Method in interface jadex.bdiv3x.runtime.IParameterSet
Get the number of values currently contained in this set.
size() - Method in class jadex.bdiv3x.runtime.RBeliefbase.RBeliefSet
Get the number of values currently contained in this set.
size() - Method in class jadex.bpmn.MultiColumnTable.MultiColumnTableRow
Convenience method to access the length of this MultiColumnTable.MultiColumnTableRow
size() - Method in class jadex.bpmn.MultiColumnTable
 
size() - Method in class jadex.bridge.service.search.ServiceKeyExtractor.SetWrapper
 
size() - Method in class jadex.bytecode.vmhacks.ClassStore
Override
size() - Method in class jadex.commons.beans.beancontext.BeanContextMembershipEvent
 
size() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Returns the number children of this context.
size() - Method in class jadex.commons.collection.ArrayBlockingQueue
Get the number of elements in the queue.
size() - Method in class jadex.commons.collection.BiHashMap
Returns the size of the map.
size() - Method in class jadex.commons.collection.BlockingQueue
Return the size of the queue.
size() - Method in class jadex.commons.collection.Cache
Get the size.
size() - Method in class jadex.commons.collection.CheckedCollection
Returns the number of elements in this collection.
size() - Method in class jadex.commons.collection.CheckedMap
Returns the number of key-value mappings in this map.
size() - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
size() - Method in class jadex.commons.collection.FastHashMap
 
size() - Method in interface jadex.commons.collection.IBlockingQueue
Get the size.
size() - Method in class jadex.commons.collection.IdentityHashSet
Returns the number of elements in this set (its cardinality).
size() - Method in class jadex.commons.collection.IndexMap
Returns the number of key-value mappings in this map.
size() - Method in class jadex.commons.collection.LeaseTimeMap
Returns the number of elements added to this map.
size() - Method in class jadex.commons.collection.LeaseTimeSet
 
size() - Method in class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
 
size() - Method in class jadex.commons.collection.MultiCollection
Returns the number of elements added to this map.
size() - Method in class jadex.commons.collection.NestedMap
Returns the number of key-value mappings in this map.
size() - Method in class jadex.commons.collection.OrderedProperties
Delegate.
size() - Method in class jadex.commons.collection.PassiveLeaseTimeSet
 
size() - Method in class jadex.commons.collection.RwMapWrapper
Returns the size of the map.
size() - Method in class jadex.commons.collection.WeakKeyValueMap
Returns the size of the map.
size() - Method in class jadex.commons.collection.WeakList
Returns the number of elements in this list.
size() - Method in class jadex.commons.collection.WeakSet
Return the size of the set.
size() - Method in class jadex.commons.collection.WeakValueMap
Get the size.
size() - Method in class jadex.commons.collection.wrappers.CollectionWrapper
Get the size.
size() - Method in class jadex.commons.collection.wrappers.MapWrapper
 
size() - Method in class jadex.commons.Tuple
Get the size.
size_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport
Size of the viewport without padding.
size_ - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
Size of the viewport without padding.
sizeColumnsToFit(int) - Method in class jadex.commons.gui.jtreetable.JTreeTable
This is overridden to invoke super's implementation, and then, if the receiver is editing a Tree column, the editor's bounds is reset.
SJavaParser - Class in jadex.javaparser
Static java parser helper.
SJavaParser() - Constructor for class jadex.javaparser.SJavaParser
 
skip(DataInputStream, int) - Static method in class jadex.commons.SClassReader
Skips a number of bytes.
skipAttributes(DataInputStream) - Static method in class jadex.commons.SClassReader
 
skipFieldsOrMethods(DataInputStream) - Static method in class jadex.commons.SClassReader
Skips the field or method section of the class file.
Sky3d - Class in jadex.extension.envsupport.observer.graphics.drawable3d
 
Sky3d(String, Boolean, String, String, String, String, String, String, String) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
Creates default Polygon.
Sky3d(String, Boolean, String, String, String, String, String, String, String, IParsedExpression) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
Creates a new Polygon drawable.
sleep(long) - Static method in class jadex.commons.SUtil
Sleep the current thread, ignore exceptions.
SlidingCuckooFilter - Class in jadex.bridge.service.types.registry
Filter class based on two cuckoo filter.
SlidingCuckooFilter() - Constructor for class jadex.bridge.service.types.registry.SlidingCuckooFilter
Creates the cuckoo filter with the given capacity and a false positive probability of ~1:500000.
SlidingCuckooFilter(long, int, byte) - Constructor for class jadex.bridge.service.types.registry.SlidingCuckooFilter
Creates the cuckoo filter with the given capacity and false positive probability.
snakeToCamelCase(String) - Static method in class jadex.commons.SUtil
Convert snake_case to CamelCase.
SNameValue - Class in jadex.bridge.nonfunctional.annotation
NameValue converter helper.
SNameValue() - Constructor for class jadex.bridge.nonfunctional.annotation.SNameValue
 
snapshot(IComponentIdentifier) - Method in interface jadex.bridge.service.types.persistence.IPersistenceService
Get the component state.
snapshot(Collection<IComponentIdentifier>, boolean) - Method in interface jadex.bridge.service.types.persistence.IPersistenceService
Get the component states.
SNFPropertyProvider - Class in jadex.bridge.nonfunctional
Static helper class for accessing nf properties also remotely.
SNFPropertyProvider() - Constructor for class jadex.bridge.nonfunctional.SNFPropertyProvider
 
SNonAndroid - Class in jadex.commons
Helper class for methods used from non-android code.
SNonAndroid() - Constructor for class jadex.commons.SNonAndroid
 
SObjectInspector - Class in jadex.extension.envsupport.observer.gui
A convenience class for retrieving properties from objects.
SObjectInspector() - Constructor for class jadex.extension.envsupport.observer.gui.SObjectInspector
 
soconv - Variable in class jadex.xml.AttributeConverter
The string object converter.
sort(Object[]) - Method in class jadex.commons.gui.jtreetable.MergeSort
 
sort(List<ClassInfo>) - Static method in class jadex.commons.gui.autocombo.FixedClassInfoComboModel
 
SortArrowIcon - Class in jadex.commons.gui.jtable
 
SortArrowIcon(int) - Constructor for class jadex.commons.gui.jtable.SortArrowIcon
 
sortColumn - Variable in class jadex.commons.gui.jtable.SorterFilterTableModel
 
sortColumns - Variable in class jadex.commons.gui.jtable.SorterFilterTableModel
 
sortDirection - Variable in class jadex.commons.gui.jtable.SorterFilterTableModel
 
SortedList<T> - Class in jadex.commons.collection
A sorted list allowing duplicates of elements (unlike java.util.TreeSet).
SortedList() - Constructor for class jadex.commons.collection.SortedList
Constructs an empty list with ascending order.
SortedList(boolean) - Constructor for class jadex.commons.collection.SortedList
Constructs an empty list with given order.
SortedList(Comparator<? super T>, boolean) - Constructor for class jadex.commons.collection.SortedList
Constructs an empty list with given order.
SorterFilterTableModel - Class in jadex.commons.gui.jtable
 
SorterFilterTableModel(TableModel) - Constructor for class jadex.commons.gui.jtable.SorterFilterTableModel
 
SortHeaderRenderer - Class in jadex.commons.gui.jtable
 
SortHeaderRenderer() - Constructor for class jadex.commons.gui.jtable.SortHeaderRenderer
 
SortingInjectorWrapper() - Constructor for class jadex.bytecode.invocation.SInvocation.SortingInjectorWrapper
 
sortPlans(ClassLoader) - Method in class jadex.bdiv3.model.MCapability
Sorts plans according to their line numbers in the source to guarantee their natural declaration order.
sortProposals(Object[]) - Method in class jadex.bdi.planlib.protocols.Selector
Sort the proposals.
Sound3d - Class in jadex.extension.envsupport.observer.graphics.drawable3d
 
Sound3d(String, boolean, double, boolean, boolean, int, IParsedExpression) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 
soundfile - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 
source - Variable in class jadex.bdiv3.runtime.ChangeEvent
The event source.
source - Variable in class jadex.bridge.service.types.monitoring.MonitoringEvent
The source.
source - Variable in class jadex.commons.ChangeEvent
The source.
source - Variable in class jadex.commons.ExpressionTokenizer
The source string.
source - Variable in class jadex.commons.StreamCopy
The source stream.
source() - Method in annotation type jadex.extension.rs.invoke.annotation.ParameterMapper
The parameter numbers that should be passed to the mapper as input.
SOURCE_CATEGORY_ACTIVITY - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Events regarding a BPMN activity.
SOURCE_CATEGORY_COMPONENT - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Events regarding a component.
SOURCE_CATEGORY_EXECUTION - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Events regarding the execution of a step.
SOURCE_CATEGORY_FACT - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Events regarding a BDI fact.
SOURCE_CATEGORY_GOAL - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Events regarding a BDI goal.
SOURCE_CATEGORY_IEVENT - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Events regarding a BDI internal event.
SOURCE_CATEGORY_MESSAGE - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Events regarding a message.
SOURCE_CATEGORY_PLAN - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Events regarding a BDI plan.
SOURCE_CATEGORY_PROPERTY - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Events regarding a property.
SOURCE_CATEGORY_SERVICE - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
Events regarding a service.
sourcedesc - Variable in class jadex.bridge.service.types.monitoring.MonitoringEvent
The source description.
sourceid - Variable in class jadex.bridge.Cause
The source id.
space - Variable in class jadex.extension.envsupport.dataview.GeneralDataView2D
The space the view is connected to
space - Variable in class jadex.extension.envsupport.dataview.GeneralDataView2D3D
The space the view is connected to
space - Variable in class jadex.extension.envsupport.dataview.GeneralDataView3D
The space the view is connected to
space - Variable in class jadex.extension.envsupport.dataview.LocalDataView2D
The space.
space - Variable in class jadex.extension.envsupport.environment.ComponentActionList
The environment space.
space - Variable in class jadex.extension.envsupport.environment.EnvironmentEvent
The source space.
space - Variable in class jadex.extension.envsupport.environment.PerceptList
The environment space.
space - Variable in class jadex.extension.envsupport.environment.SpaceObject
The space.
Space2D - Class in jadex.extension.envsupport.environment.space2d
General 2D space.
Space2D(IVector2) - Constructor for class jadex.extension.envsupport.environment.space2d.Space2D
Initializes the 2D-Space.
Space2D.KdTreeProcess - Class in jadex.extension.envsupport.environment.space2d
 
Space3D - Class in jadex.extension.envsupport.environment.space3d
General 3D space.
Space3D(IVector3) - Constructor for class jadex.extension.envsupport.environment.space3d.Space3D
Initializes the 3D-Space.
spacecontroller - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport
The Space Controller
spacecontroller - Variable in class jadex.extension.envsupport.observer.graphics.AbstractViewport3d
The Space Controller
spaceobject - Variable in class jadex.extension.envsupport.environment.EnvironmentEvent
The space object.
SpaceObject - Class in jadex.extension.envsupport.environment
Default implementation of a space object.
SpaceObject(Object, MObjectType, Map, List, Object, AbstractEnvironmentSpace) - Constructor for class jadex.extension.envsupport.environment.SpaceObject
Creates a new EnvironmentObject.
spaceobjects - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Long/ObjectIDs (keys) and environment objects (values).
spaceobjectsbyowner - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Space objects by owner.
spaceobjectsbytype - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Types of EnvironmentObjects and lists of EnvironmentObjects of that type (typed view).
SpaceObjectSource - Class in jadex.extension.envsupport.evaluation
A space object source can provide space objects of a specific object type.
SpaceObjectSource(String, AbstractEnvironmentSpace, String, boolean, IParsedExpression, IParsedExpression) - Constructor for class jadex.extension.envsupport.evaluation.SpaceObjectSource
Create a new row provider.
spacetype - Variable in class jadex.extension.agr.MAGRSpaceInstance
The space type (resolved during loading).
spacetype - Variable in class jadex.extension.envsupport.MEnvSpaceInstance
The space type (resolved during loading).
span - Variable in class jadex.bridge.service.component.interceptors.TracingInterceptor.ReturnValueResultListener
The span.
SpanContextInfo - Class in jadex.bridge.service.component.interceptors
Struct for sending spans.
SpanContextInfo() - Constructor for class jadex.bridge.service.component.interceptors.SpanContextInfo
Create a new span context info.
SpanContextInfo(Map<String, String>) - Constructor for class jadex.bridge.service.component.interceptors.SpanContextInfo
Create a new span context info.
SpatialControl - Class in jadex.extension.envsupport.observer.graphics.drawable3d.special
Dataholder for custom Spatial Controls
SpatialControl(String, IParsedExpression) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.special.SpatialControl
 
specialAction - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Materialfile
 
SpecialAction - Enum in jadex.extension.envsupport.observer.graphics.drawable3d.special
 
SpecificityComparator() - Constructor for class jadex.xml.AbstractInfo.SpecificityComparator
 
speed - Variable in class jadex.bridge.service.types.chat.TransferInfo
The upload/download speed calculated as dynamic moving average (bytes/sec).
speed - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Animation
 
SPHandleUpdatePlan - Class in jadex.bdi.planlib.protocols.subscribe
 
SPHandleUpdatePlan() - Constructor for class jadex.bdi.planlib.protocols.subscribe.SPHandleUpdatePlan
 
SPInitiationPlan - Class in jadex.bdi.planlib.protocols.subscribe
 
SPInitiationPlan() - Constructor for class jadex.bdi.planlib.protocols.subscribe.SPInitiationPlan
 
splitCommandline(String) - Static method in class jadex.commons.SUtil
Taken from ant.
splitData(byte[]) - Static method in class jadex.commons.SUtil
Primitive encoding approach: Splits a byte array that was encoded with mergeData().
splitData(byte[], int, int) - Static method in class jadex.commons.SUtil
Primitive encoding approach: Splits a byte array that was encoded with mergeData().
splitid - Variable in class jadex.bpmn.runtime.handler.SplitInfo
The split id (the same for all threads spawned at the same split).
SplitInfo - Class in jadex.bpmn.runtime.handler
Keep information about a thread spawned at a split gateway used later when processing the corresponding join.
SplitInfo() - Constructor for class jadex.bpmn.runtime.handler.SplitInfo
 
SplitInfo(String, String, Set<String>) - Constructor for class jadex.bpmn.runtime.handler.SplitInfo
Create a new split info.
splitinfos - Variable in class jadex.bpmn.runtime.persist.ThreadInfo
The split infos.
splitinfos - Variable in class jadex.bpmn.runtime.ProcessThread
The split infos.
spmappings - Variable in class jadex.bdiv3.model.MGoal
The goal service parameter mappings.
SPReceptionPlan - Class in jadex.bdi.planlib.protocols.subscribe
 
SPReceptionPlan() - Constructor for class jadex.bdi.planlib.protocols.subscribe.SPReceptionPlan
 
SPSubmitUpdatePlan - Class in jadex.bdi.planlib.protocols.subscribe
 
SPSubmitUpdatePlan() - Constructor for class jadex.bdi.planlib.protocols.subscribe.SPSubmitUpdatePlan
 
sqms - Variable in class jadex.bridge.service.component.RequiredServicesComponentFeature
 
sqrt() - Method in interface jadex.extension.envsupport.math.IVector1
Calculate the square root.
sqrt() - Method in class jadex.extension.envsupport.math.Vector1Double
Calculate the square root.
sqrt() - Method in class jadex.extension.envsupport.math.Vector1Int
Calculate the square root.
sqrt() - Method in class jadex.extension.envsupport.math.Vector1Long
Calculate the square root.
src - Variable in class jadex.commons.future.TerminableDelegationFuture
The termination source.
src - Variable in class jadex.commons.future.TerminableIntermediateDelegationFuture
The termination source.
srcColorModel - Variable in class jadex.commons.gui.ModulateComposite.ModulationContext
Source color model.
srcColorModel - Variable in class jadex.commons.gui.ModulateComposite.ModulationContextAccel
Source color model.
SReflect - Class in jadex.commons
This class provides several useful static reflection methods.
SReflect() - Constructor for class jadex.commons.SReflect
 
SRemoteClock - Class in jadex.base
Helper class for remote access to clock service.
SRemoteClock() - Constructor for class jadex.base.SRemoteClock
 
SRemoteClock.ClockState - Class in jadex.base
Information about the clock to be transferred.
SRemoteClock.RemoteClockChangeListener - Class in jadex.base
The remote clock change listener.
SRemoteClock.RemoteSimServiceChangeListener - Class in jadex.base
The remote clock change listener.
SRemoteClock.RemoteTimerChangeListener - Class in jadex.base
The remote clock change listener.
SRemoteClock.SimulationState - Class in jadex.base
Information about the simulation to be transferred.
SRemoteClock.TimerEntries - Class in jadex.base
Information about the timers to be transferred.
SRemoteFileChooser - Class in jadex.base
Helper methods for remote file system view.
SRemoteFileChooser() - Constructor for class jadex.base.SRemoteFileChooser
 
SRemoteGui - Class in jadex.base
Helper class for GUI code to be executed on remote devices (e.g.
SRemoteGui() - Constructor for class jadex.base.SRemoteGui
 
SRemoteGui.ConsoleListener - Class in jadex.base
 
SRest - Class in jadex.extension.rs.invoke
Static helper class for rest web service invocation.
SRest() - Constructor for class jadex.extension.rs.invoke.SRest
 
SRestInvocationHelper - Class in jadex.extension.rs.invoke
Simple API for calling JSON-based REST services.
SRestInvocationHelper() - Constructor for class jadex.extension.rs.invoke.SRestInvocationHelper
 
SResultListener - Class in jadex.commons.future
Static helper class for creating result listeners.
SResultListener() - Constructor for class jadex.commons.future.SResultListener
 
srmappings - Variable in class jadex.bdiv3.model.MGoal
The goal service result mappings.
SSecurity - Class in jadex.commons.security
Class with static helper methods for security functions.
SSecurity() - Constructor for class jadex.commons.security.SSecurity
 
SServiceProvider - Class in jadex.bridge.service.search
Static helper class for searching services.
SServiceProvider() - Constructor for class jadex.bridge.service.search.SServiceProvider
 
SSimulation - Class in jadex.bridge.service.types.simulation
Helper class for simulation control.
SSimulation() - Constructor for class jadex.bridge.service.types.simulation.SSimulation
 
ssl - Variable in class jadex.bdi.planlib.messaging.EmailAccount
Flag if ssl should be used.
stack - Variable in class jadex.xml.reader.AReadContext
The stack.
stack - Variable in class jadex.xml.writer.AWriteContext
The stack.
STACK - Static variable in class jadex.commons.future.Future
Notification stack for unwinding call stack to topmost future.
StackElement - Class in jadex.xml
A struct to represent an element on the stack while parsing.
StackElement(IObjectReaderHandler, QName, Object) - Constructor for class jadex.xml.StackElement
Create a new stack element.
StackElement(IObjectReaderHandler, QName, Object, Map<String, String>) - Constructor for class jadex.xml.StackElement
Create a new stack element.
StackElement(IObjectReaderHandler, QName, Object, Map<String, String>, TypeInfo, ILocation) - Constructor for class jadex.xml.StackElement
Create a new stack element.
StackElement(QName, Object) - Constructor for class jadex.xml.StackElement
Create a new stack element.
start - Variable in class jadex.bdi.planlib.protocols.dutchauction.DAInitiatorPlan
The initial message.
start - Variable in class jadex.bdi.planlib.protocols.englishauction.EAInitiatorPlan
The initial message.
start - Variable in class jadex.commons.collection.ArrayBlockingQueue
Pointer to the first element.
start - Variable in class jadex.commons.concurrent.LoadManagingExecutionService
The last start time.
start - Variable in class jadex.commons.gui.JWizard
Start frame of the wizard.
start() - Method in interface jadex.bridge.service.types.clock.IClock
Start the clock.
start() - Method in interface jadex.bridge.service.types.clock.IClockService
Start the clock.
start() - Method in interface jadex.bridge.service.types.simulation.ISimulationService
Restart the execution after pause.
start() - Method in class jadex.extension.envsupport.environment.DeltaTimeExecutor
Start the space executor.
start() - Method in interface jadex.extension.envsupport.environment.ISpaceExecutor
Start the space executor.
start() - Method in class jadex.extension.envsupport.environment.RoundBasedExecutor
Start the space executor.
start(IClockService, IEnvironmentSpace) - Method in class jadex.extension.envsupport.environment.DefaultObjectCreationProcess
This method will be executed by the object before the process gets added to the execution queue.
start(IClockService, IEnvironmentSpace) - Method in interface jadex.extension.envsupport.environment.ISpaceProcess
This method will be executed by the object before the process gets added to the execution queue.
start(IClockService, IEnvironmentSpace) - Method in class jadex.extension.envsupport.environment.space2d.Space2D.KdTreeProcess
 
start(ISpaceObject) - Method in class jadex.extension.envsupport.environment.AbstractTask
This method will be executed by the object before the task gets added to the execution queue.
start(ISpaceObject) - Method in interface jadex.extension.envsupport.environment.IObjectTask
This method will be executed by the object before the task gets added to the execution queue.
start(ObserverCenter) - Method in class jadex.extension.envsupport.observer.gui.plugin.AbstractInteractionPlugin
 
start(ObserverCenter) - Method in class jadex.extension.envsupport.observer.gui.plugin.EvaluationPlugin
Starts the plugin.
start(ObserverCenter) - Method in class jadex.extension.envsupport.observer.gui.plugin.IntrospectorPlugin
 
start(ObserverCenter) - Method in interface jadex.extension.envsupport.observer.gui.plugin.IObserverCenterPlugin
Starts the plugin
start(ObserverCenter) - Method in class jadex.extension.envsupport.observer.gui.plugin.VisualsPlugin
Starts the plugin
START_ELEMENT - Static variable in class jadex.xml.stax.XmlUtil
Indicates an event is a start element.
START_METHOD - Static variable in class jadex.bridge.service.component.interceptors.ResolveInterceptor
 
startable - Variable in class jadex.bridge.modelinfo.ModelInfo
Flag if startable.
Startable - Class in jadex.bridge.modelinfo
Base class for startable elements.
Startable() - Constructor for class jadex.bridge.modelinfo.Startable
 
StartAndMonitorProcessPlan - Class in jadex.gpmn.plan
Create a process and the corresponding parameters.
StartAndMonitorProcessPlan() - Constructor for class jadex.gpmn.plan.StartAndMonitorProcessPlan
 
startApp() - Method in interface jadex.extension.envsupport.observer.graphics.IViewport3d
Starts the internal 3d Application
startAtomic() - Method in class jadex.bdiv3x.runtime.Plan
Start an atomic transaction.
startBehavior() - Method in class jadex.micro.IntervalBehavior
Start sending awareness infos.
StartBehavior(IInternalAccess) - Constructor for class jadex.bdiv3x.features.BDIXLifecycleAgentFeature.StartBehavior
Create a new start behavior.
startComponents(int, List<String>, IInternalAccess) - Static method in class jadex.base.Starter
Loop for starting components.
startdir - Variable in class jadex.bridge.service.types.daemon.StartOptions
The start directory.
started - Variable in class jadex.bridge.RemoteChangeListenerHandler
The flag that the timer has been started.
started - Variable in class jadex.bridge.service.BasicService
The started state.
Starter - Class in jadex.base
Starter class for starting the Jadex platform.
Starter() - Constructor for class jadex.base.Starter
 
startExternalProcess(String, String, OutputStream, OutputStream) - Static method in class jadex.commons.ProcessStarter
Start an external process.
startframe - Variable in class jadex.commons.gui.JBusyRing
Start frame time stamp.
startInstrumentationAgent(String) - Method in interface jadex.bytecode.vmhacks.INativeHelper
Method for starting an instrumentation agent.
startInstrumentationAgent(String) - Method in class jadex.bytecode.vmhacks.NativeHelper
Method for starting an instrumentation agent.
startJavaProcess(String[], OutputStream, OutputStream) - Static method in class jadex.commons.ProcessStarter
Start a java process.
startObserver(String, IEnvironmentSpace, ClassLoader, boolean) - Method in interface jadex.extension.envsupport.observer.gui.IObserverCenter
Starts an observer center.
startObserver(String, IEnvironmentSpace, ClassLoader, boolean) - Method in class jadex.extension.envsupport.observer.gui.ObserverCenter
Starts an observer center.
StartOptions - Class in jadex.bridge.service.types.daemon
java [ options ] class [ argument ...
StartOptions() - Constructor for class jadex.bridge.service.types.daemon.StartOptions
 
startPlatform(StartOptions) - Method in interface jadex.bridge.service.types.daemon.IDaemonService
Start a platform using a configuration.
startPlatform(StartOptions, long) - Method in interface jadex.bridge.service.types.daemon.IDaemonService
Start a platform using a configuration.
startPlatformAndWait(StartOptions) - Method in interface jadex.bridge.service.types.daemon.IDaemonService
Start a platform using a configuration.
startprice - Variable in class jadex.bdi.planlib.protocols.ExponentialPriceCalculator
The start price.
startprice - Variable in class jadex.bdi.planlib.protocols.LinearPriceCalculator
The start price.
startProcess() - Method in class jadex.bridge.service.types.daemon.StartOptions
Start a platform using a configuration.
startScheduledNotifications() - Method in class jadex.commons.future.Future
Start scheduled listener notifications.
startseqno - Variable in class jadex.bridge.component.streams.AckInfo
The start seqno.
startService() - Method in class jadex.bdiv3.BDIAgentFactory
Start the service.
startService() - Method in class jadex.bdiv3x.BDIXComponentFactory
Start the service.
startService() - Method in class jadex.bpmn.BpmnFactory
Start the service.
startService() - Method in class jadex.bridge.service.BasicService
Start the service.
startService() - Method in interface jadex.bridge.service.IInternalService
Start the service.
startService() - Method in class jadex.micro.KernelMultiAgent
Starts the service.
startService(IInternalAccess, IResourceIdentifier) - Method in class jadex.bdiv3.BDIAgentFactory
Start the service.
startService(IInternalAccess, IResourceIdentifier) - Method in class jadex.bdiv3x.BDIXComponentFactory
Start the service.
startService(IInternalAccess, IResourceIdentifier) - Method in class jadex.bpmn.BpmnFactory
Start the service.
startService(IInternalAccess, IResourceIdentifier) - Method in interface jadex.bridge.service.types.cms.IBootstrapFactory
Start the service.
startService(IInternalAccess, IResourceIdentifier) - Method in class jadex.micro.MicroAgentFactory
Start the service.
startService(IInternalAccess, IResourceIdentifier) - Method in class jadex.microservice.MicroserviceFactory
Start the service.
startsize - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Effect
 
starttime - Variable in class jadex.base.SRemoteClock.ClockState
The start time.
starttime - Variable in class jadex.bdi.planlib.protocols.AuctionDescription
The auction starttime.
starttime - Variable in class jadex.bdi.planlib.protocols.AuctionInfo
The auction starttime.
starttime - Variable in class jadex.bdi.planlib.protocols.NegotiationRecord
The start time.
startTimer() - Method in class jadex.base.test.ComponentTestSuite
 
startTimer() - Method in class jadex.bridge.RemoteChangeListenerHandler
 
startUp(ObserverCenter) - Method in class jadex.extension.envsupport.observer.gui.plugin.AbstractInteractionPlugin
This method is executed when the plugins starts.
startUpload(String, String, long, String) - Method in interface jadex.bridge.service.types.chat.IChatService
Send a file.
state - Variable in class jadex.bdiv3.actions.AdoptGoalAction
The state.
state - Variable in class jadex.bridge.service.types.awareness.AwarenessInfo
The component state.
state - Variable in class jadex.bridge.service.types.chat.TransferInfo
The state.
state - Variable in class jadex.bridge.service.types.cms.CMSComponentDescription
Attribute for slot state.
state - Variable in class jadex.commons.collection.WeakList
The state (to check for modifications).
STATE_ABORTED - Static variable in class jadex.bridge.service.types.chat.TransferInfo
State when transfer was aborted by sending or receiving user.
STATE_ACTIVE - Static variable in interface jadex.bridge.service.types.cms.IComponentDescription
Predefined value "active" for slot state.
STATE_ALLOFFLINE - Static variable in class jadex.bridge.service.types.awareness.AwarenessInfo
Hack.
STATE_AWAY - Static variable in interface jadex.bridge.service.types.chat.IChatService
The user is currently away from the chat.
STATE_CANCELLING - Static variable in class jadex.bridge.service.types.chat.TransferInfo
State when cancel was requested.
STATE_COMPLETED - Static variable in class jadex.bridge.service.types.chat.TransferInfo
State when transfer was successful.
STATE_DEAD - Static variable in interface jadex.bridge.service.types.chat.IChatService
The state for a disconnected user.
STATE_ERROR - Static variable in class jadex.bridge.service.types.chat.TransferInfo
State when transfer was stopped due to e.g.
STATE_IDLE - Static variable in interface jadex.bridge.service.types.chat.IChatService
The default user state.
STATE_OFFLINE - Static variable in class jadex.bridge.service.types.awareness.AwarenessInfo
State indicating that a component is going offline.
STATE_ONLINE - Static variable in class jadex.bridge.service.types.awareness.AwarenessInfo
State indicating that a component is currently online.
STATE_REJECTED - Static variable in class jadex.bridge.service.types.chat.TransferInfo
State when transfer was rejected by receiver.
STATE_RUNNING - Static variable in interface jadex.bridge.service.types.clock.IClock
The clock state running.
STATE_SUSPENDED - Static variable in interface jadex.bridge.service.types.clock.IClock
The clock state suspended.
STATE_SUSPENDED - Static variable in interface jadex.bridge.service.types.cms.IComponentDescription
Predefined value "suspended" for slot state.
STATE_TERMINATED - Static variable in interface jadex.bridge.service.types.cms.IComponentDescription
Predefined value "terminated" for slot state.
STATE_TRANSFERRING - Static variable in class jadex.bridge.service.types.chat.TransferInfo
State when transfer is in progress.
STATE_TYPING - Static variable in interface jadex.bridge.service.types.chat.IChatService
The user typing a message.
STATE_WAITING - Static variable in class jadex.bridge.service.types.chat.TransferInfo
State waiting for acceptance.
Statement - Class in jadex.commons.beans
 
Statement(Object, String, Object[]) - Constructor for class jadex.commons.beans.Statement
 
states - Variable in class jadex.bdiv3x.features.BDIXAgentFeature.LifecycleStateCondition
The allowed states.
STATIC - jadex.bdiv3.model.MParameter.EvaluationMode
 
STATIC_FIELD - Static variable in class jadex.javaparser.javaccimpl.ReflectNode
The static field type.
STATIC_METHOD - Static variable in class jadex.javaparser.javaccimpl.ReflectNode
The static method type.
static_type - Variable in class jadex.javaparser.javaccimpl.ExpressionNode
The static type (if any).
staticvisuals - Variable in class jadex.extension.envsupport.observer.perspective.Perspective3D
The static visuals (DrawableCombiners)
status - Variable in class jadex.commons.gui.ClassSearchPanel
The status.
status(String, byte[], IComponentIdentifier[]) - Method in interface jadex.bridge.service.types.chat.IChatGuiService
Post a status change.
status(String, String, byte[]) - Method in interface jadex.bridge.service.types.chat.IChatService
Post a status or nick name, or image change.
STATUS_TIMEOUT - Static variable in class jadex.bdi.planlib.protocols.RPQPInitiatorPlan
The state indicating a timeout in this plan.
statuscode - Variable in exception jadex.extension.rs.invoke.RestInvocationHelper.RequestFailedException
Return status code
StaxLocationWrapper - Class in jadex.xml.stax
Wraps a javax.xml.stream.Location Object to provide the jadex.xml.stax.ILocation API.
StaxLocationWrapper(Location) - Constructor for class jadex.xml.stax.StaxLocationWrapper
Constructor.
StaxReaderWrapper - Class in jadex.xml.stax
Wrapper for the Java stax interface.
StaxReaderWrapper(InputStream) - Constructor for class jadex.xml.stax.StaxReaderWrapper
 
StaxReaderWrapper(XMLStreamReader) - Constructor for class jadex.xml.stax.StaxReaderWrapper
 
StaxXMLReporterWrapper - Class in jadex.xml.stax
Wraps a javax.xml.stream.XMLReporter Object to provide the jadex.xml.stax.XMLReporter API.
StaxXMLReporterWrapper(XMLReporter) - Constructor for class jadex.xml.stax.StaxXMLReporterWrapper
Constructor.
step - Variable in exception jadex.bridge.StepAbortedException
The step.
step - Variable in exception jadex.bridge.StepInvalidException
The step.
step - Variable in class jadex.micro.IntervalBehavior
The component step.
step(MActivity, IInternalAccess, ProcessThread, Object) - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Make a process step, i.e.
step(MActivity, IInternalAccess, ProcessThread, Object) - Method in class jadex.bpmn.runtime.handler.DefaultStepHandler
Make a process step, i.e.
step(MActivity, IInternalAccess, ProcessThread, Object) - Method in class jadex.bpmn.runtime.handler.EventMultipleStepHandler
Make a process step, i.e.
step(MActivity, IInternalAccess, ProcessThread, Object) - Method in interface jadex.bpmn.runtime.IStepHandler
Make a process step, i.e.
STEP_HANDLER - Static variable in interface jadex.bpmn.runtime.IStepHandler
The step handler identifier.
STEP_PRIORITY_IMMEDIATE - Static variable in interface jadex.bridge.component.IExecutionFeature
Constant for first immediate step level.
STEP_PRIORITY_NORMAL - Static variable in interface jadex.bridge.component.IExecutionFeature
Constant for first normal step level.
StepAborted - Error in jadex.bridge
An error thrown to abort the thread execution of a blocked component step.
StepAborted() - Constructor for error jadex.bridge.StepAborted
 
StepAbortedException - Exception in jadex.bridge
Exception thrown when a step is aborted due to end state.
StepAbortedException() - Constructor for exception jadex.bridge.StepAbortedException
Create a new exception.
StepAbortedException(IComponentStep<?>) - Constructor for exception jadex.bridge.StepAbortedException
Create a new exception.
StepChain - Class in jadex.bdi.planlib.iasteps
 
StepChain(IComponentStep[]) - Constructor for class jadex.bdi.planlib.iasteps.StepChain
 
StepChain(Collection) - Constructor for class jadex.bdi.planlib.iasteps.StepChain
 
stepComponent(IComponentIdentifier, String) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Execute a step of a suspended component.
stepComponent(IComponentIdentifier, String, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Execute a step of a suspended component.
stepComponent(String) - Method in interface jadex.bridge.component.IExternalExecutionFeature
Execute a step of a suspended component.
stepEvent() - Method in interface jadex.bridge.service.types.simulation.ISimulationService
Perform one event.
stepinfo - Variable in class jadex.bridge.service.types.cms.CMSComponentDescription
The step info for debugging.
StepInvalidException - Exception in jadex.bridge
Exception thrown when a conditional step is invalid on execution.
StepInvalidException(IComponentStep<?>) - Constructor for exception jadex.bridge.StepInvalidException
Create a new exception.
StepResultListener(Future<F>) - Constructor for class jadex.micro.IntervalBehavior.StepResultListener
 
steps - Variable in class jadex.bdi.planlib.iasteps.StepChain
 
stepstring - Variable in exception jadex.bridge.StepAbortedException
The step string (for remote).
stepTime() - Method in interface jadex.bridge.service.types.simulation.ISimulationService
Perform all actions belonging to one time point.
stepwidth - Variable in class jadex.bdi.planlib.protocols.LinearPriceCalculator
The base (base^round).
STest - Class in jadex.base.test.util
Static config class for tests.
STest() - Constructor for class jadex.base.test.util.STest
 
stop - Variable in class jadex.bridge.component.streams.AckInfo
The stop flag.
stop() - Method in interface jadex.bridge.service.types.clock.IClock
Stop the clock.
stop() - Method in interface jadex.bridge.service.types.clock.IClockService
Stop the clock.
stop() - Method in class jadex.commons.FileWatcher
Stops the monitoring.
stopApp() - Method in interface jadex.extension.envsupport.observer.graphics.IViewport3d
Stops the internal 3d Application
stopBehavior() - Method in class jadex.micro.IntervalBehavior
(Ends automatically when a new send behaviour is started).
stopCellEditing() - Method in class jadex.commons.gui.jtable.PatternEditor
 
stopflag - Variable in class jadex.bridge.component.streams.OutputConnectionHandler
Stop flag (is sent in ack from input side) to signal that the rceiver is flooded with data).
stopTimer() - Method in class jadex.base.test.ComponentTestSuite
 
storedinfos - Variable in class jadex.commons.future.TerminableDelegationFuture
The list of stored infos, to be sent when src is connected.
storedinfos - Variable in class jadex.commons.future.TerminableIntermediateDelegationFuture
The list of stored infos, to be sent when src is connected.
storeforfirst - Variable in class jadex.commons.future.SubscriptionIntermediateDelegationFuture
Flag if results should be stored till first listener is.
storeforfirst - Variable in class jadex.commons.future.SubscriptionIntermediateFuture
Flag if results should be stored till first listener is added.
storehelp - Variable in class jadex.xml.bean.BeanAccessInfo
The field/method for the read process for writing a value in the read process.
storeResult(E) - Method in class jadex.commons.future.IntermediateFuture
Add a result.
storeResult(E) - Method in class jadex.commons.future.SubscriptionIntermediateDelegationFuture
Add a result.
storeResult(E) - Method in class jadex.commons.future.SubscriptionIntermediateFuture
Store a result.
str - Variable in enum jadex.bdiv3.model.MMessageEvent.Direction
 
str - Variable in enum jadex.bdiv3.model.MParameter.Direction
 
str - Variable in enum jadex.bdiv3.model.MParameter.EvaluationMode
 
str - Variable in enum jadex.bdiv3.model.MProcessableElement.ExcludeMode
 
strategy - Variable in class jadex.commons.concurrent.ThreadPool
The strategy.
StreamCopy - Class in jadex.commons
A runnable to concurrently copy data from one stream to the other.
StreamCopy(InputStream, OutputStream) - Constructor for class jadex.commons.StreamCopy
Create a stream copy object.
StreamPacket - Class in jadex.bridge.component.streams
Data container for a streaming packet.
StreamPacket() - Constructor for class jadex.bridge.component.streams.StreamPacket
Create a new task.
StreamPacket(byte, Integer, Object, Integer, IComponentIdentifier) - Constructor for class jadex.bridge.component.streams.StreamPacket
Create a new task.
StreamPacket(StreamPacket) - Constructor for class jadex.bridge.component.streams.StreamPacket
Create a new task.
STRICTCOM - Static variable in interface jadex.base.IPlatformConfiguration
Fail on recoverable message decoding errors instead of ignoring.
StrictInequalityFilter - Class in jadex.bridge.nonfunctional.hardconstraints
Hard constraint filter for strict inequalities (> and <).
StrictInequalityFilter() - Constructor for class jadex.bridge.nonfunctional.hardconstraints.StrictInequalityFilter
Creates a constant value filter.
StrictInequalityFilter(boolean) - Constructor for class jadex.bridge.nonfunctional.hardconstraints.StrictInequalityFilter
Creates a constant value filter.
StrictInequalityFilter(String, Object) - Constructor for class jadex.bridge.nonfunctional.hardconstraints.StrictInequalityFilter
Creates a constant value filter.
STRING_MARKER - Static variable in class jadex.xml.reader.AReader
The string marker object.
stringarray - Variable in class jadex.commons.gui.jtable.StringArrayTableModel
The string array
StringArrayTableModel - Class in jadex.commons.gui.jtable
Table model based on a 2D string array.
StringArrayTableModel(String[][]) - Constructor for class jadex.commons.gui.jtable.StringArrayTableModel
 
StringComboModel - Class in jadex.commons.gui.autocombo
 
StringComboModel(AutoCompleteCombo, int, List<String>) - Constructor for class jadex.commons.gui.autocombo.StringComboModel
Create a new StringComboModel.
stringToColor(String) - Static method in class jadex.commons.gui.SGUI
Color conversion method for "web-style" color definitions.
stripTags(String) - Static method in class jadex.commons.SUtil
Strip tags (e.g.
STypeInfosAWT - Class in jadex.xml.bean
Provides static Methods for generating TypeInfos that depend on AWT Classes.
STypeInfosAWT() - Constructor for class jadex.xml.bean.STypeInfosAWT
 
subcancelinfos - Variable in class jadex.bpmn.runtime.handler.CompositeCancelable
 
subcapabilities - Variable in class jadex.bdiv3.model.BDIModel
The subcapabilities.
subcapabilities - Variable in class jadex.bdiv3.model.MCapability
The subcapabilities.
subcomponents - Variable in class jadex.bridge.modelinfo.ModelInfo
The subcomponent types.
SubcomponentTypeInfo - Class in jadex.bridge.modelinfo
Component type representation.
SubcomponentTypeInfo() - Constructor for class jadex.bridge.modelinfo.SubcomponentTypeInfo
Create a new component type.
SubcomponentTypeInfo(String, String) - Constructor for class jadex.bridge.modelinfo.SubcomponentTypeInfo
Create a new component type.
SUBINTERCEPTORS - Static variable in class jadex.bridge.service.component.interceptors.DecouplingInterceptor
The static map of subinterceptors (method -> interceptor).
subject - Variable in class jadex.bridge.service.types.email.Email
The subject.
subList(int, int) - Method in class jadex.bpmn.MultiColumnTable
 
subList(int, int) - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
subList(int, int) - Method in class jadex.commons.collection.IndexMap
Unsupported method.
subList(int, int) - Method in class jadex.commons.collection.WeakList
Returns a view of the portion of this list between the specified
subList(int, int) - Method in class jadex.commons.collection.wrappers.ListWrapper
 
submapper - Variable in class jadex.extension.rs.invoke.mapper.IterableStringMapper
The optional submapper.
subnodeToString(int) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
Create a string for a subnode.
SubObjectConverter - Class in jadex.xml
Converter for subobjects.
SubObjectConverter(IObjectObjectConverter, IObjectObjectConverter) - Constructor for class jadex.xml.SubObjectConverter
Create a new attribute converter.
SubobjectInfo - Class in jadex.xml
Info object for subobjects, i.e.
SubobjectInfo(AccessInfo) - Constructor for class jadex.xml.SubobjectInfo
Create a new subobject info.
SubobjectInfo(AccessInfo, ISubObjectConverter) - Constructor for class jadex.xml.SubobjectInfo
Create a new subobject info.
SubobjectInfo(AccessInfo, ISubObjectConverter, boolean) - Constructor for class jadex.xml.SubobjectInfo
Create a new subobject info.
SubobjectInfo(AccessInfo, ISubObjectConverter, boolean, ObjectInfo) - Constructor for class jadex.xml.SubobjectInfo
Create a new subobject info.
SubobjectInfo(AccessInfo, ISubObjectConverter, boolean, ObjectInfo, Boolean) - Constructor for class jadex.xml.SubobjectInfo
Create a new subobject info.
SubobjectInfo(XMLInfo, AccessInfo) - Constructor for class jadex.xml.SubobjectInfo
Create a new subobject info.
SubobjectInfo(XMLInfo, AccessInfo, ISubObjectConverter) - Constructor for class jadex.xml.SubobjectInfo
Create a new subobject info.
SubobjectInfo(XMLInfo, AccessInfo, ISubObjectConverter, boolean) - Constructor for class jadex.xml.SubobjectInfo
Create a new subobject info.
SubobjectInfo(XMLInfo, AccessInfo, ISubObjectConverter, boolean, ObjectInfo) - Constructor for class jadex.xml.SubobjectInfo
Create a new subobject info.
SubobjectInfo(XMLInfo, AccessInfo, ISubObjectConverter, boolean, ObjectInfo, Boolean) - Constructor for class jadex.xml.SubobjectInfo
Create a new subobject info.
subobjectinfos - Variable in class jadex.xml.MappingInfo
The subobject infos.
subobjectinfosread - Variable in class jadex.xml.TypeInfo
The sub objects (xmlpath -> subobject info).
subobjectinfoswrite - Variable in class jadex.xml.TypeInfo
The sub objects (non-xml name -> subobject info).
subobjects - Variable in class jadex.xml.writer.WriteObjectInfo
The subobjects tree.
SubProcessActivityHandler - Class in jadex.bpmn.runtime.handler
Handler for (embedded) sub processes.
SubProcessActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.SubProcessActivityHandler
 
SubProcessActivityHandler.SubprocessResultHandler - Class in jadex.bpmn.runtime.handler
 
SubprocessResultHandler(ProcessThread, MActivity) - Constructor for class jadex.bpmn.runtime.handler.SubProcessActivityHandler.SubprocessResultHandler
 
subproperties - Variable in class jadex.commons.Properties
The subproperties.
SUBSCRIBE - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
SUBSCRIBE - Static variable in class jadex.bridge.fipa.SFipa
 
subscribeForEmail(IFilter<Email>, EmailAccount) - Method in interface jadex.bridge.service.types.email.IEmailService
Subscribe for email.
subscribeForEmail(IFilter<Email>, EmailAccount, boolean) - Method in interface jadex.bridge.service.types.email.IEmailService
Subscribe for email.
subscribeToConnections() - Method in interface jadex.bridge.service.types.transport.ITransportInfoService
Get events about established connections.
subscribeToEngine() - Method in interface jadex.bridge.service.types.ecarules.IRuleEngineService
Subscribe to rule executions.
subscribeToEvents() - Method in interface jadex.bridge.service.types.chat.IChatGuiService
Subscribe to events from the chat service.
subscribeToEvents(IFilter<IMonitoringEvent>) - Method in interface jadex.bridge.service.types.monitoring.IMonitoringService
Subscribe to monitoring events.
subscribeToEvents(IFilter<IMonitoringEvent>, boolean, IMonitoringService.PublishEventLevel) - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Subscribe to monitoring events.
subscribeToEvents(IFilter<IMonitoringEvent>, boolean, IMonitoringService.PublishEventLevel) - Method in class jadex.bdiv3x.runtime.CapabilityWrapper
Subscribe to monitoring events.
subscribeToEvents(IFilter<IMonitoringEvent>, boolean, IMonitoringService.PublishEventLevel) - Method in interface jadex.bdiv3x.runtime.ICapability
Subscribe to monitoring events.
subscribeToEvents(IFilter<IMonitoringEvent>, boolean, IMonitoringService.PublishEventLevel) - Method in interface jadex.bridge.component.IExternalMonitoringComponentFeature
Subscribe to component events.
subscribeToLocalAddresses() - Method in interface jadex.bridge.service.types.address.ITransportAddressService
Subscribe to local address changes.
subscribeToPlatformList(boolean) - Method in interface jadex.bridge.service.types.awareness.IAwarenessManagementService
Retrieve information about platforms as they appear or vanish.
subscribeToResults() - Method in interface jadex.bridge.component.IExternalArgumentsResultsFeature
Subscribe to receive results.
subscribeToRulebase() - Method in interface jadex.bridge.service.types.ecarules.IRulebaseService
Subscribe to rule base changes.
SubscriptionIntermediateDelegationFuture<E> - Class in jadex.commons.future
 
SubscriptionIntermediateDelegationFuture() - Constructor for class jadex.commons.future.SubscriptionIntermediateDelegationFuture
Create a new future.
SubscriptionIntermediateDelegationFuture(ITerminableIntermediateFuture<?>) - Constructor for class jadex.commons.future.SubscriptionIntermediateDelegationFuture
Create a new future.
SubscriptionIntermediateFuture<E> - Class in jadex.commons.future
Implementation of the subscription intermediate future.
SubscriptionIntermediateFuture() - Constructor for class jadex.commons.future.SubscriptionIntermediateFuture
Create a new future.
SubscriptionIntermediateFuture(ITerminationCommand) - Constructor for class jadex.commons.future.SubscriptionIntermediateFuture
Create a new future.
SubscriptionIntermediateFuture(ITerminationCommand, boolean) - Constructor for class jadex.commons.future.SubscriptionIntermediateFuture
Create a new future.
SubscriptionIntermediateFuture(Exception) - Constructor for class jadex.commons.future.SubscriptionIntermediateFuture
Create a future that is already done (failed).
subscriptions - Variable in class jadex.bridge.service.component.RequiredServicesComponentFeature
The current subscriptions.
SUBSTRACT - Static variable in class jadex.javaparser.javaccimpl.MathNode
The minus operator.
substractArrays(Object, Object) - Static method in class jadex.commons.SUtil
First array minus second array.
subthreadinfos - Variable in class jadex.bpmn.runtime.persist.ThreadInfo
Subthread infos.
subthreads - Variable in class jadex.bpmn.runtime.ProcessThread
The subthreads.
subtract(double) - Method in interface jadex.extension.envsupport.math.IVector2
Subtracts a scalar to each component of this vector.
subtract(double) - Method in interface jadex.extension.envsupport.math.IVector3
Subtracts a scalar to each component of this vector.
subtract(double) - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Subtracts a scalar to each component of this vector.
subtract(double) - Method in class jadex.extension.envsupport.math.Vector2Double
 
subtract(double) - Method in class jadex.extension.envsupport.math.Vector2Int
Subtracts a scalar to each component of this vector.
subtract(double) - Method in class jadex.extension.envsupport.math.Vector3Double
 
subtract(double) - Method in class jadex.extension.envsupport.math.Vector3Int
Subtracts a scalar to each component of this vector.
subtract(IVector1) - Method in interface jadex.extension.envsupport.math.IVector1
Subtracts another vector to this vector, subtracting individual components.
subtract(IVector1) - Method in interface jadex.extension.envsupport.math.IVector2
Subtracts a scalar to each component of this vector.
subtract(IVector1) - Method in interface jadex.extension.envsupport.math.IVector3
Subtracts a scalar to each component of this vector.
subtract(IVector1) - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Subtracts a scalar to each component of this vector.
subtract(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Double
Subtracts another vector to this vector, subtracting individual components.
subtract(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Int
Subtracts another vector to this vector, subtracting individual components.
subtract(IVector1) - Method in class jadex.extension.envsupport.math.Vector1Long
Subtracts another vector to this vector, subtracting individual components.
subtract(IVector1) - Method in class jadex.extension.envsupport.math.Vector2Double
 
subtract(IVector1) - Method in class jadex.extension.envsupport.math.Vector2Int
Subtracts a scalar to each component of this vector.
subtract(IVector1) - Method in class jadex.extension.envsupport.math.Vector3Double
 
subtract(IVector1) - Method in class jadex.extension.envsupport.math.Vector3Int
Subtracts a scalar to each component of this vector.
subtract(IVector2) - Method in interface jadex.extension.envsupport.math.IVector2
Subtracts another vector to this vector, subtracting individual components.
subtract(IVector2) - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Subtracts another vector to this vector, subtracting individual components.
subtract(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Double
 
subtract(IVector2) - Method in class jadex.extension.envsupport.math.Vector2Int
Subtracts another vector to this vector, subtracting individual components.
subtract(IVector3) - Method in interface jadex.extension.envsupport.math.IVector3
Subtracts another vector to this vector, subtracting individual components.
subtract(IVector3) - Method in class jadex.extension.envsupport.math.Vector3Double
 
subtract(IVector3) - Method in class jadex.extension.envsupport.math.Vector3Int
Subtracts a scalar to each component of this vector.
succeeded - Variable in class jadex.base.test.TestReport
The test success.
SUCCEEDED - jadex.bdiv3.runtime.IGoal.GoalProcessingState
 
successors - Variable in class jadex.bridge.modelinfo.ModelInfo
The predecessors.
successors() - Method in annotation type jadex.micro.annotation.Agent
Declared successors (dependencies).
successors() - Method in annotation type jadex.micro.annotation.Feature
The successors.
sum(Object) - Static method in class jadex.commons.SFunction
Calculate the sum of values.
superclassname - Variable in class jadex.commons.SClassReader.ClassInfo
The super class name.
supertype - Variable in class jadex.commons.gui.jtreetable.TreeTableNodeType
The supertype (if any).
supertype - Variable in class jadex.xml.MappingInfo
The supertype.
supertypes - Variable in class jadex.bridge.service.ServiceIdentifier
The service super types.
supportsCustomEditor() - Method in interface jadex.commons.beans.PropertyEditor
 
supportsCustomEditor() - Method in class jadex.commons.beans.PropertyEditorSupport
 
suspend - Variable in class jadex.bridge.fipa.CMSCreateComponent
Attribute for slot suspend.
suspend - Variable in class jadex.bridge.service.types.cms.CreationInfo
The suspend flag (default: false).
suspend() - Method in annotation type jadex.bdiv3.annotation.BDIConfiguration
The suspend flag.
suspend() - Method in annotation type jadex.micro.annotation.Agent
Specify if the component should be suspened on creation.
suspend() - Method in annotation type jadex.micro.annotation.Component
The suspend state.
suspend() - Method in annotation type jadex.micro.annotation.Configuration
The suspend flag.
suspend() - Method in annotation type jadex.micro.annotation.CreationInfo
The suspend state.
suspend(Future<?>, long, boolean) - Method in class jadex.bridge.service.component.ComponentSuspendable
Suspend the execution of the suspendable.
suspend(Future<?>, long, boolean) - Method in interface jadex.commons.future.ISuspendable
Suspend the execution of the suspendable.
suspend(Future<?>, long, boolean) - Method in class jadex.commons.future.ThreadSuspendable
Suspend the execution of the suspendable.
SUSPEND_METHOD_EXEMPTIONS - Static variable in class jadex.bridge.service.types.cms.PlatformComponent
External access method exempt from component suspension.
SUSPENDABLE - Static variable in interface jadex.commons.future.ISuspendable
The component suspendable for a component thread.
suspendComponent() - Method in interface jadex.bridge.component.IExternalExecutionFeature
Suspend the execution of an component.
suspendComponent(IComponentIdentifier) - Method in class jadex.bridge.service.types.cms.PlatformComponent
Suspend the execution of an component.
suspendComponent(IComponentIdentifier, IInternalAccess) - Static method in class jadex.bridge.service.types.cms.SComponentManagementService
Suspend the execution of an component.
SUSPENDED - jadex.bdiv3.runtime.IGoal.GoalLifecycleState
 
SUtil - Class in jadex.commons
This class provides several useful static util methods.
SUtil() - Constructor for class jadex.commons.SUtil
 
SUtil.AccessiblePrintStream - Class in jadex.commons
An subclass of print stream to allow accessing the underlying stream.
SUtil.AndroidUtils - Interface in jadex.commons
 
swapFromStorage(IComponentIdentifier) - Method in interface jadex.bridge.service.types.persistence.ISwapService
Transparently restore the component state of a previously swapped component.
swapFromStorage(IPersistInfo) - Method in interface jadex.bridge.service.types.persistence.IPersistenceService
Transparently restore the component state of a previously swapped component.
swapSpace - Variable in class jadex.commons.gui.jtreetable.MergeSort
 
swapToStorage(IComponentIdentifier) - Method in interface jadex.bridge.service.types.persistence.IPersistenceService
Fetch the component state and transparently remove it from memory.
swapToStorage(IComponentIdentifier) - Method in interface jadex.bridge.service.types.persistence.ISwapService
Store the component state and transparently remove it from memory.
SWebService - Class in jadex.extension.ws.invoke
 
SWebService() - Constructor for class jadex.extension.ws.invoke.SWebService
 
SwingDefaultResultListener<E> - Class in jadex.commons.gui.future
Result listener that redirects callbacks on the swing thread.
SwingDefaultResultListener() - Constructor for class jadex.commons.gui.future.SwingDefaultResultListener
Create a new listener.
SwingDefaultResultListener(IFunctionalResultListener<E>) - Constructor for class jadex.commons.gui.future.SwingDefaultResultListener
Create a new listener with functional interfaces.
SwingDefaultResultListener(IFunctionalResultListener<E>, IFunctionalExceptionListener) - Constructor for class jadex.commons.gui.future.SwingDefaultResultListener
Create a new listener with functional interfaces.
SwingDefaultResultListener(IFunctionalResultListener<E>, IFunctionalExceptionListener, Component) - Constructor for class jadex.commons.gui.future.SwingDefaultResultListener
Create a new listener with functional interfaces.
SwingDefaultResultListener(Component) - Constructor for class jadex.commons.gui.future.SwingDefaultResultListener
Create a new listener.
SwingDefaultResultListener(Logger) - Constructor for class jadex.commons.gui.future.SwingDefaultResultListener
Create a new listener.
SwingDelegationResultListener<E> - Class in jadex.commons.gui.future
Delegation result listener that calls customResultAvailable and customExceptionOccurred on swing thread.
SwingDelegationResultListener(Future<E>) - Constructor for class jadex.commons.gui.future.SwingDelegationResultListener
Create a new listener.
SwingDelegationResultListener(Future<E>, IFunctionalResultListener<E>) - Constructor for class jadex.commons.gui.future.SwingDelegationResultListener
Create a new listener with functional interfaces.
SwingDelegationResultListener(Future<E>, IFunctionalResultListener<E>, IFunctionalExceptionListener) - Constructor for class jadex.commons.gui.future.SwingDelegationResultListener
Create a new listener with functional interfaces.
SwingExceptionDelegationResultListener<E,​T> - Class in jadex.commons.gui.future
Delegation result listener that calls customResultAvailable and customExceptionOccurred on swing thread.
SwingExceptionDelegationResultListener(Future<T>) - Constructor for class jadex.commons.gui.future.SwingExceptionDelegationResultListener
Create a new listener.
SwingIntermediateDefaultResultListener<E> - Class in jadex.commons.gui.future
Default implementation of intermediate result listener with methods called on swing thread.
SwingIntermediateDefaultResultListener() - Constructor for class jadex.commons.gui.future.SwingIntermediateDefaultResultListener
Create a new listener.
SwingIntermediateDefaultResultListener(Component) - Constructor for class jadex.commons.gui.future.SwingIntermediateDefaultResultListener
Create a new listener.
SwingIntermediateDefaultResultListener(Logger) - Constructor for class jadex.commons.gui.future.SwingIntermediateDefaultResultListener
Create a new listener.
SwingIntermediateDelegationResultListener<E> - Class in jadex.commons.gui.future
Exception delegation listener for intermediate results called back on swing thread.
SwingIntermediateDelegationResultListener(IntermediateFuture<E>) - Constructor for class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
Create a new listener.
SwingIntermediateExceptionDelegationResultListener<E,​T> - Class in jadex.commons.gui.future
Exception delegation listener for intermediate results called back on swing thread.
SwingIntermediateExceptionDelegationResultListener(Future<T>) - Constructor for class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
Create a new listener.
SwingIntermediateResultListener<E> - Class in jadex.commons.gui.future
 
SwingIntermediateResultListener(IFunctionalResultListener<E>) - Constructor for class jadex.commons.gui.future.SwingIntermediateResultListener
Create a new listener with functional interfaces.
SwingIntermediateResultListener(IFunctionalResultListener<E>, IFunctionalResultListener<Void>) - Constructor for class jadex.commons.gui.future.SwingIntermediateResultListener
Create a new listener with functional interfaces.
SwingIntermediateResultListener(IFunctionalResultListener<E>, IFunctionalResultListener<Void>, IFunctionalExceptionListener) - Constructor for class jadex.commons.gui.future.SwingIntermediateResultListener
Create a new listener with functional interfaces.
SwingIntermediateResultListener(IIntermediateResultListener<E>) - Constructor for class jadex.commons.gui.future.SwingIntermediateResultListener
Create a new listener.
SwingResultListener<E> - Class in jadex.commons.gui.future
Listener that performs notifications on swing thread..
SwingResultListener(IFunctionalResultListener<E>) - Constructor for class jadex.commons.gui.future.SwingResultListener
Create a new listener with functional interfaces.
SwingResultListener(IFunctionalResultListener<E>, IFunctionalExceptionListener) - Constructor for class jadex.commons.gui.future.SwingResultListener
Create a new listener with functional interfaces.
SwingResultListener(IResultListener<E>) - Constructor for class jadex.commons.gui.future.SwingResultListener
Create a new listener.
switchcall - Variable in class jadex.bridge.service.component.BasicServiceInvocationHandler
The flag if a switchcall should be done.
switchThread(Object, Throwable) - Method in class jadex.commons.concurrent.Executor
Cease execution of the current thread and switch to another thread waiting for the given monitor.
switchtos - Variable in class jadex.commons.concurrent.Executor
The monitors of blocked threads that need to be reactivated.
SXML - Class in jadex.xml
Constants for xml handling.
SXML() - Constructor for class jadex.xml.SXML
 
SynchronizedLeaseTimeCollection(ILeaseTimeSet<E>) - Constructor for class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
 
SynchronizedLeaseTimeCollection(ILeaseTimeSet<E>, Object) - Constructor for class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
 
SynchronizedPropertyObject - Class in jadex.extension.envsupport.environment
Basic synchronized IPropertyObject implementation.
SynchronizedPropertyObject(IPropertyMetaDataSet, Object) - Constructor for class jadex.extension.envsupport.environment.SynchronizedPropertyObject
Initializes the PropertyHolder, should be called by subclasses.
SynchronizedSecureRandomWrapper - Class in jadex.commons.security.random
 
SynchronizedSecureRandomWrapper(SecureRandom) - Constructor for class jadex.commons.security.random.SynchronizedSecureRandomWrapper
 
SynchronizedVector2Wrapper - Class in jadex.extension.envsupport.math
Wrapper for synchronized access of a vector2
SynchronizedVector2Wrapper(IVector2) - Constructor for class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
 
synchronous - Variable in class jadex.bridge.service.types.cms.CMSComponentDescription
The synchronous flag.
synchronous - Variable in class jadex.bridge.service.types.cms.CreationInfo
The synchronous flag (default: false).
synchronous() - Method in annotation type jadex.bdiv3.annotation.BDIConfiguration
The synchronous flag.
synchronous() - Method in annotation type jadex.micro.annotation.Agent
Specify if the subcomponent should run synchronously on its parent's thread.
synchronous() - Method in annotation type jadex.micro.annotation.Component
The synchronous flag.
synchronous() - Method in annotation type jadex.micro.annotation.Configuration
The synchronous flag.
synchronous() - Method in annotation type jadex.micro.annotation.CreationInfo
The synchronous flag.
Synchronous - Annotation Type in jadex.bridge.service.annotation
If void methods are declared synchronous they will block the caller until the method has been executed on the remote side (exceptions thus can arrive).
system() - Method in annotation type jadex.bridge.service.annotation.Service
Flag if it is a system service.
SYSTEM_PROPERTIES - Static variable in class jadex.bridge.service.types.awareness.AwarenessInfo
The system properties to send in awareness infos.
systemcomponent - Variable in class jadex.bridge.service.types.cms.CMSComponentDescription
Boolean flag if it is a system component.
systemservice - Variable in class jadex.bridge.service.ProvidedServiceInfo
Flag if it is a system service.

T

t - Variable in class jadex.commons.gui.autocombo.AutoCompleteCombo.AutoCompleteDocument
 
tableChanged(TableModelEvent) - Method in class jadex.commons.gui.jtable.AbstractIndexTableModel
Signal that the table has changed in some way.
tableChanged(TableModelEvent) - Method in class jadex.commons.gui.jtable.DelegateTableModel
 
tableChanged(TableModelEvent) - Method in class jadex.commons.gui.jtable.ResizeableTableHeader
Listen for table model events from tablemodel.
tableColumnsFixed - Variable in class jadex.commons.gui.jtable.VisibilityTableColumnModel
Array of TableColumn objects that cannot change the visibility.
tableModel - Variable in class jadex.commons.gui.jtable.TableSorter
 
tablename - Variable in class jadex.extension.envsupport.evaluation.DefaultDataProvider
The table name.
tableRowsDeleted(int, int, int) - Method in class jadex.commons.gui.jtable.AbstractIndexTableModel
 
tableRowsDeleted(int, int, int) - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
 
tableRowsInserted(int, int, int) - Method in class jadex.commons.gui.jtable.AbstractIndexTableModel
Filter the model.
tableRowsInserted(int, int, int) - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
 
tableRowsUpdated(int, int, int) - Method in class jadex.commons.gui.jtable.AbstractIndexTableModel
 
tableRowsUpdated(int, int, int) - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
 
TableSorter - Class in jadex.commons.gui.jtable
TableSorter is a decorator for TableModels; adding sorting functionality to a supplied TableModel.
TableSorter() - Constructor for class jadex.commons.gui.jtable.TableSorter
 
TableSorter(TableModel) - Constructor for class jadex.commons.gui.jtable.TableSorter
 
TableSorter(TableModel, JTableHeader) - Constructor for class jadex.commons.gui.jtable.TableSorter
 
tag - Variable in class jadex.xml.StackElement
The xml tag.
Tag - Annotation Type in jadex.bridge.service.annotation
 
TagFilter<T> - Class in jadex.bridge.service.search
Tag filter class.
TagFilter() - Constructor for class jadex.bridge.service.search.TagFilter
 
TagFilter(IExternalAccess, String...) - Constructor for class jadex.bridge.service.search.TagFilter
Create a new tag filter.
TagFilter(IExternalAccess, Collection<String>) - Constructor for class jadex.bridge.service.search.TagFilter
Create a new tag filter.
TagProperty - Class in jadex.bridge.sensor.service
Tagging a service with a string for searching specifically tagged services.
TagProperty(IInternalAccess, IService, MethodInfo, Map<String, Object>) - Constructor for class jadex.bridge.sensor.service.TagProperty
Creates the property.
tags - Variable in class jadex.bridge.service.RequiredServiceInfo
The service tags to search for.
tags - Variable in class jadex.bridge.service.search.TagFilter
The search tags.
tags - Variable in class jadex.bridge.service.ServiceIdentifier
The tags.
tags() - Method in annotation type jadex.micro.annotation.RequiredService
The service tags to search for.
Tags - Annotation Type in jadex.bridge.service.annotation
Service search tags.
tagstack - Variable in class jadex.xml.stax.StaxReaderWrapper
The current tag.
target - Variable in class jadex.bdiv3.model.MClassBasedElement
The target.
target - Variable in class jadex.bridge.nonfunctional.NFPropertyMetaInfo
The target.
target - Variable in class jadex.commons.StreamCopy
The target stream.
target() - Method in annotation type jadex.bdiv3.annotation.Mapping
The name of the inner element, if different from outer.
targetclass - Variable in class jadex.bdiv3.model.MClassBasedElement
 
targetid - Variable in class jadex.bridge.Cause
The target id.
TargetMethod - Annotation Type in jadex.bridge.service.annotation
Target method annotation.
TARGETRESOLVER - Static variable in interface jadex.bridge.ITargetResolver
The target resolver class (to dynamically resolve the called service).
task - Variable in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper
The pojo task.
task - Variable in class jadex.bpmn.runtime.ProcessThread
The current task.
task - Variable in class jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
The task.
task - Variable in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
The task.
task - Variable in class jadex.bridge.component.streams.AbstractConnectionHandler.SendInfo
The send task.
task - Variable in class jadex.bridge.component.streams.OutputConnectionHandler.DataSendInfo
The task.
task - Variable in class jadex.commons.concurrent.ThreadPool.ServiceThread
The actual task.
Task(IExecutable, double) - Constructor for class jadex.commons.concurrent.LoadManagingExecutionService.Task
Create a new task info for a given task.
TaskActivityHandler - Class in jadex.bpmn.runtime.handler
Handler for (external) tasks.
TaskActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.TaskActivityHandler
 
taskAdded() - Method in class jadex.commons.ConstantPoolStrategy
Called when a new task was added to the pool.
taskAdded() - Method in class jadex.commons.DefaultPoolStrategy
Called when a new task was added to the pool.
taskAdded() - Method in interface jadex.commons.IPoolStrategy
Called when a new task was added to the pool.
taskFinished() - Method in class jadex.commons.ConstantPoolStrategy
Called when a task is finished.
taskFinished() - Method in class jadex.commons.DefaultPoolStrategy
Called when a task is finished.
taskFinished() - Method in interface jadex.commons.IPoolStrategy
Called when a task is finished.
taskidcounter - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Task id counter for new ids.
tasklisteners - Variable in class jadex.extension.envsupport.environment.SpaceObject
The task listeners.
taskPerformed(LoadManagingExecutionService.Task) - Method in class jadex.commons.concurrent.LoadManagingExecutionService
Called when a task has been performed once.
tasks - Variable in class jadex.commons.concurrent.LoadManagingExecutionService
The tasks to do.
tasks - Variable in class jadex.commons.concurrent.ThreadPool
The tasks to execute.
tasks - Variable in class jadex.commons.future.FutureFinishChecker
The list of future tasks to observe.
tasks - Variable in class jadex.extension.envsupport.environment.SpaceObject
The object's tasks.
taskServed(long) - Method in class jadex.commons.ConstantPoolStrategy
Called when a new task was served from the pool.
taskServed(long) - Method in class jadex.commons.DefaultPoolStrategy
Called when a new task was served from the pool.
taskServed(long) - Method in interface jadex.commons.IPoolStrategy
Called when a new task was served from the pool.
tasktypes - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
The object task types.
TB - jadex.bridge.sensor.unit.MemoryUnit
 
TCPPORT - Static variable in interface jadex.base.IPlatformConfiguration
Port for TCP transport.
TCPTRANSPORT - Static variable in interface jadex.base.IPlatformConfiguration
Flag if tcp transport is enabled.
TEMP_JAR_DIR - Static variable in class jadex.bytecode.vmhacks.VmHacks.Unsafe
Directory for temporary jar files.
TerminableDelegationFuture<E> - Class in jadex.commons.future
A terminable delegation future can be used when a termination future should be delegated.
TerminableDelegationFuture() - Constructor for class jadex.commons.future.TerminableDelegationFuture
Create a new future.
TerminableDelegationFuture(ITerminableFuture<?>) - Constructor for class jadex.commons.future.TerminableDelegationFuture
Create a new future.
TerminableDelegationResultListener<E> - Class in jadex.commons.future
Result listener for terminable futures.
TerminableDelegationResultListener(TerminableDelegationFuture<E>, ITerminableFuture<E>) - Constructor for class jadex.commons.future.TerminableDelegationResultListener
Create a new listener.
TerminableFuture<E> - Class in jadex.commons.future
Future that can be terminated from caller side.
TerminableFuture() - Constructor for class jadex.commons.future.TerminableFuture
Create a new future.
TerminableFuture(ITerminationCommand) - Constructor for class jadex.commons.future.TerminableFuture
Create a future that is already done.
TerminableIntermediateDelegationFuture<E> - Class in jadex.commons.future
A terminable intermediate delegation future can be used when a termination intermediate future should be delegated.
TerminableIntermediateDelegationFuture() - Constructor for class jadex.commons.future.TerminableIntermediateDelegationFuture
Create a new future.
TerminableIntermediateDelegationFuture(ITerminableIntermediateFuture<?>) - Constructor for class jadex.commons.future.TerminableIntermediateDelegationFuture
Create a new future.
TerminableIntermediateDelegationResultListener<E> - Class in jadex.commons.future
Result listener for terminable intermediate futures.
TerminableIntermediateDelegationResultListener(TerminableIntermediateDelegationFuture<E>, ITerminableIntermediateFuture<E>) - Constructor for class jadex.commons.future.TerminableIntermediateDelegationResultListener
Create a new listener.
TerminableIntermediateFuture<E> - Class in jadex.commons.future
Intermediate future that can be terminated from caller side.
TerminableIntermediateFuture() - Constructor for class jadex.commons.future.TerminableIntermediateFuture
Create a new future.
TerminableIntermediateFuture(ITerminationCommand) - Constructor for class jadex.commons.future.TerminableIntermediateFuture
Create a new future.
TerminableIntermediateFuture(Exception) - Constructor for class jadex.commons.future.TerminableIntermediateFuture
Create a future that is already done (failed).
terminate - Variable in class jadex.commons.future.TerminableFuture
The termination code.
terminate - Variable in class jadex.commons.future.TerminableIntermediateFuture
The termination code.
terminate() - Method in interface jadex.commons.future.ITerminableFuture
Terminate the future.
terminate() - Method in class jadex.commons.future.TerminableDelegationFuture
Terminate the future.
terminate() - Method in class jadex.commons.future.TerminableFuture
Terminate the future.
terminate() - Method in class jadex.commons.future.TerminableIntermediateDelegationFuture
Terminate the future.
terminate() - Method in class jadex.commons.future.TerminableIntermediateFuture
Terminate the future.
terminate() - Method in class jadex.extension.agr.AGRSpace
Initialize the extension.
terminate() - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Terminate the extension.
terminate() - Method in class jadex.extension.envsupport.environment.DeltaTimeExecutor
Terminate the space executor.
terminate() - Method in interface jadex.extension.envsupport.environment.ISpaceExecutor
Terminate the space executor.
terminate() - Method in class jadex.extension.envsupport.environment.RoundBasedExecutor
Terminate the space executor.
terminate(Exception) - Method in interface jadex.commons.future.ITerminableFuture
Terminate the future and supply a custom reason.
terminate(Exception) - Method in class jadex.commons.future.TerminableDelegationFuture
Terminate the future and supply a custom reason.
terminate(Exception) - Method in class jadex.commons.future.TerminableFuture
Terminate the future and supply a custom reason.
terminate(Exception) - Method in class jadex.commons.future.TerminableIntermediateDelegationFuture
Terminate the future and supply a custom reason.
terminate(Exception) - Method in class jadex.commons.future.TerminableIntermediateFuture
Terminate the future and supply a custom reason.
terminated - Variable in class jadex.commons.concurrent.ThreadPool.ServiceThread
 
terminated - Variable in class jadex.extension.envsupport.environment.DeltaTimeExecutor
The flag indicating that the executor is terminated.
terminated - Variable in class jadex.extension.envsupport.environment.RoundBasedExecutor
The flag indicating that the executor is terminated.
terminated(Exception) - Method in interface jadex.commons.future.ITerminationCommand
Called after termination was performed.
terminated(Exception) - Method in class jadex.commons.future.TerminationCommand
Called after termination was performed.
terminatePlatform(IExternalAccess) - Static method in class jadex.base.test.util.STest
 
TERMINATION_FILTER - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
 
TerminationCommand - Class in jadex.commons.future
Base implementation of termination command to be used for sub-classing.
TerminationCommand() - Constructor for class jadex.commons.future.TerminationCommand
 
terminationlisteners - Variable in class jadex.commons.gui.JWizard
Listeners called when wizard terminates.
Terrain3d - Class in jadex.extension.envsupport.observer.graphics.drawable3d
 
Terrain3d(Object, Object, Object, Integer, Integer, Integer, Integer, Integer, String, String, String, String, String, String, String, Integer, Integer, Integer, Integer, Integer, String) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
Terrain3d(Object, Object, Object, String, String, String, String, String, String, String, String, Integer, Integer, Integer, Integer, Integer, int, int, String) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
Creates a new Polygon drawable.
Terrain3d(String, String, String, String, String, String, String, String, Integer, Integer, Integer, Integer, Integer, int, int, String) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
Creates default Polygon.
TerrainTexture - Class in jadex.extension.envsupport.observer.graphics.drawable3d
Helper class for terrain
TerrainTexture(String, String, float) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.TerrainTexture
 
TEST_ENTROPY_FALLBACK - Static variable in class jadex.commons.security.SSecurity
Enable this to test the seeding fallback, do not change, used by tests only.
test1(String[]) - Static method in class jadex.commons.collection.BlockingQueue
Main for testing.
test1b(String[]) - Static method in class jadex.commons.collection.BlockingQueue
Main for testing.
test2(String[]) - Static method in class jadex.commons.collection.BlockingQueue
Main for testing.
testBodyAborted(RPlan) - Method in class jadex.bdiv3x.features.BDIXAgentFeature
Check if plan is already aborted.
Testcase - Class in jadex.base.test
A testcase consists of an component type to test and the result reports.
Testcase() - Constructor for class jadex.base.test.Testcase
Create a new testcase.
Testcase(int) - Constructor for class jadex.base.test.Testcase
Create a new testcase.
Testcase(int, TestReport[]) - Constructor for class jadex.base.test.Testcase
Create a testcase which is already performed.
testIntByteConversion() - Static method in class jadex.commons.SUtil
 
testnetwork_name - Static variable in class jadex.base.test.util.STest
 
testnetwork_pass - Static variable in class jadex.base.test.util.STest
 
TestReport - Class in jadex.base.test
A test report captures the description and results of a test.
TestReport() - Constructor for class jadex.base.test.TestReport
Create a new test report.
TestReport(String, String) - Constructor for class jadex.base.test.TestReport
Create a new test report.
TestReport(String, String, boolean, String) - Constructor for class jadex.base.test.TestReport
Create a new test report.
TestReport(String, String, Exception) - Constructor for class jadex.base.test.TestReport
Create a new test report.
text - Variable in class jadex.javaparser.javaccimpl.ExpressionNode
The token text (if any).
Text - Class in jadex.extension.envsupport.observer.graphics.drawable
Drawable component for displaying text.
Text() - Constructor for class jadex.extension.envsupport.observer.graphics.drawable.Text
The condition deciding if the drawable should be drawn.
Text(Object, Font, Color, String, int, int, int, IParsedExpression) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable.Text
 
Text3d - Class in jadex.extension.envsupport.observer.graphics.drawable3d
 
Text3d(Object, Object, Object, int, Object, String, String, String, IParsedExpression, String, ArrayList<SpatialControl>) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Text3d
Creates a new Polygon drawable.
Text3d(String) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Text3d
Creates default Text3d.
textcomp - Variable in class jadex.commons.gui.JCopyPasteContextMenu
The text component.
textcomponent - Variable in class jadex.commons.gui.SGUI.TextCopyPasteMouseListener
The text component.
TextCopyPasteMouseListener(JTextComponent) - Constructor for class jadex.commons.gui.SGUI.TextCopyPasteMouseListener
Creates the listener.
TextInfo - Class in jadex.extension.envsupport.observer.graphics
Information on how to display a text.
TextInfo(Font, Color, String) - Constructor for class jadex.extension.envsupport.observer.graphics.TextInfo
 
TextJ2DRenderer - Class in jadex.extension.envsupport.observer.graphics.java2d
 
TextJ2DRenderer() - Constructor for class jadex.extension.envsupport.observer.graphics.java2d.TextJ2DRenderer
 
TexturedRectangle - Class in jadex.extension.envsupport.observer.graphics.drawable
 
TexturedRectangle(Object, Object, Object, int, Object, String, IParsedExpression) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable.TexturedRectangle
Creates a new TexturedRectangle drawable.
TexturedRectangle(String) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable.TexturedRectangle
Creates default TexturedRectangle.
TexturedRectangleJ2DRenderer - Class in jadex.extension.envsupport.observer.graphics.java2d
 
TexturedRectangleJ2DRenderer() - Constructor for class jadex.extension.envsupport.observer.graphics.java2d.TexturedRectangleJ2DRenderer
 
texturePath_ - Variable in class jadex.extension.envsupport.observer.graphics.drawable.TexturedRectangle
Texture path.
texturePath_ - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Path to the Texture
texturePath_ - Variable in class jadex.extension.envsupport.observer.graphics.layer.TiledLayer
Texture path.
thd - Static variable in class jadex.commons.TimeFormat
 
thefactory - Variable in class jadex.commons.gui.BrowserPane.ClasspathHTMLEditorKit
The view factory.
thenAccept(Consumer<? super E>) - Method in class jadex.commons.future.Future
 
thenAccept(Consumer<? super E>) - Method in interface jadex.commons.future.IFuture
Applies a synchronous function consuming the result after it is available.
thenAccept(Consumer<? super E>, Class<?>) - Method in class jadex.commons.future.Future
 
thenAccept(Consumer<? super E>, Class<?>) - Method in interface jadex.commons.future.IFuture
Applies a function consuming the result after it is available.
thenApply(Function<? super E, ? extends T>) - Method in class jadex.commons.future.Future
 
thenApply(Function<? super E, ? extends T>) - Method in interface jadex.commons.future.IFuture
Applies a function after the result is available, using the result of this Future as input.
thenApply(Function<? super E, ? extends T>, Class<?>) - Method in class jadex.commons.future.Future
 
thenApply(Function<? super E, ? extends T>, Class<?>) - Method in interface jadex.commons.future.IFuture
Applies a function after the result is available, using the result of this Future as input.
thenCombine(IFuture<U>, BiFunction<? super E, ? super U, ? extends V>, Class<?>) - Method in class jadex.commons.future.Future
 
thenCombine(IFuture<U>, BiFunction<? super E, ? super U, ? extends V>, Class<?>) - Method in interface jadex.commons.future.IFuture
Combines this and another future and uses the given bifunction to calculate the result.
thenCompose(Function<? super E, IFuture<T>>) - Method in class jadex.commons.future.Future
 
thenCompose(Function<? super E, IFuture<T>>) - Method in interface jadex.commons.future.IFuture
The result of this future is delegated to the given (future-returning) function.
thenCompose(Function<? super E, IFuture<T>>, Class<?>) - Method in class jadex.commons.future.Future
 
thenCompose(Function<? super E, IFuture<T>>, Class<?>) - Method in interface jadex.commons.future.IFuture
The result of this future is delegated to the given (future-returning) function.
THIS - Static variable in class jadex.xml.AccessInfo
Constant for identifying this.
thread - Variable in class jadex.bpmn.runtime.ExecuteProcessThread
The process thread.
thread - Variable in class jadex.bpmn.runtime.handler.CompositeCancelable
 
thread - Variable in class jadex.bpmn.runtime.handler.Notifier
The process thread.
thread - Variable in class jadex.bpmn.runtime.handler.SubProcessActivityHandler.SubprocessResultHandler
 
thread - Variable in class jadex.bpmn.runtime.ProcessThreadValueFetcher
The process thread.
thread - Variable in class jadex.commons.FileWatcher
The watch thread.
THREAD_PARAMETER_SERVICE_RESULT - Static variable in class jadex.bpmn.runtime.ProcessServiceInvocationHandler
The future result parameter name.
threadcnt - Static variable in class jadex.commons.concurrent.ThreadPool
The thread number.
threadid - Variable in class jadex.bpmn.runtime.ExecuteProcessThread
The thread id.
ThreadInfo - Class in jadex.bpmn.runtime.persist
Thread info object.
ThreadInfo() - Constructor for class jadex.bpmn.runtime.persist.ThreadInfo
Create a new ThreadInfo.
ThreadInfo(ProcessThread) - Constructor for class jadex.bpmn.runtime.persist.ThreadInfo
Create a new ThreadInfo.
threadingmask - Variable in class jadex.commons.random.FastThreadedRandom
Mask for distributing threads.
threadingmask - Variable in class jadex.commons.security.random.SecureThreadedRandom
Mask for distributing threads.
THREADLOCALS - Static variable in class jadex.commons.future.ThreadLocalTransferHelper
The registered thread locals.
ThreadLocalTransferHelper - Class in jadex.commons.future
Helps to transfer registered thread local values between different threads.
ThreadLocalTransferHelper() - Constructor for class jadex.commons.future.ThreadLocalTransferHelper
Create a new transfer helper.
ThreadLocalTransferHelper(boolean) - Constructor for class jadex.commons.future.ThreadLocalTransferHelper
Create a new transfer helper.
threadpool - Variable in class jadex.bridge.service.types.threadpool.JadexExecutorServiceAdapter
The Jadex thread pool.
threadpool - Variable in class jadex.commons.concurrent.Executor
The thread pool.
ThreadPool - Class in jadex.commons.concurrent
A thread pool manages pool and saves resources and time by precreating and reusing pool.
ThreadPool() - Constructor for class jadex.commons.concurrent.ThreadPool
Create a new thread pool.
ThreadPool(boolean, IPoolStrategy) - Constructor for class jadex.commons.concurrent.ThreadPool
Create a new thread pool.
ThreadPool(boolean, IPoolStrategy, long) - Constructor for class jadex.commons.concurrent.ThreadPool
Create a new thread pool.
ThreadPool(IPoolStrategy) - Constructor for class jadex.commons.concurrent.ThreadPool
Create a new thread pool.
THREADPOOL_JAVA5 - Static variable in class jadex.commons.concurrent.ThreadPoolFactory
The java 5.0 thread pool implementation.
THREADPOOL_STANDARD - Static variable in class jadex.commons.concurrent.ThreadPoolFactory
The standard (1.4 compliant) thread pool implementation.
ThreadPool.ServiceThread - Class in jadex.commons.concurrent
A service thread executes tasks.
THREADPOOLCLASS - Static variable in interface jadex.base.IPlatformConfiguration
Optionally provide alternative thread pool implementation.
THREADPOOLDEFER - Static variable in interface jadex.base.IPlatformConfiguration
Flag for deferring thread creation/deletion in thread pool
ThreadPoolFactory - Class in jadex.commons.concurrent
Factory class for obtaining a thread pool.
ThreadPoolFactory() - Constructor for class jadex.commons.concurrent.ThreadPoolFactory
 
threadpools - Static variable in class jadex.commons.concurrent.ThreadPoolFactory
The threadpools per name.
threads - Variable in class jadex.commons.collection.ConcurrencyCheckingList
A map for counting thread entries.
threads - Variable in class jadex.commons.concurrent.MonitoredThreadPoolExecutor
The threads in the pool.
ThreadSuspendable - Class in jadex.commons.future
Suspendable for threads.
ThreadSuspendable() - Constructor for class jadex.commons.future.ThreadSuspendable
 
ThreadTest - Class in jadex.commons.concurrent
This test class shows how the thread based scheduler works.
ThreadTest() - Constructor for class jadex.commons.concurrent.ThreadTest
Create a new thread test.
threshold - Variable in class jadex.bridge.nonfunctional.search.CountThresholdSearchTerminationDecider
The threshold of found services after which the ranking starts.
throwables - Variable in class jadex.commons.concurrent.Executor
The exceptions (if any) to be thrown in threads that need to be reactivated.
throwEvaluationException(Throwable) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
(Re)throw an exception that occured during evaluation and add a useful error message.
throwing(String, String, Throwable) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Log throwing an exception.
throwParseException(Throwable) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
(Re)throw an exception that occured during parsing and add a useful error message.
throwUnchecked(Throwable) - Static method in class jadex.commons.SUtil
Convert a throwable to an unchecked exception (i.e.
tick - Variable in class jadex.base.SRemoteClock.ClockState
The current tick.
TICK_TIMER - Static variable in class jadex.bpmn.runtime.handler.AbstractEventIntermediateTimerActivityHandler
 
TiledLayer - Class in jadex.extension.envsupport.observer.graphics.layer
A layer consisting of image tiles.
TiledLayer() - Constructor for class jadex.extension.envsupport.observer.graphics.layer.TiledLayer
Creates a new TiledLayer.
TiledLayer(IVector2, Object, String) - Constructor for class jadex.extension.envsupport.observer.graphics.layer.TiledLayer
Creates a new TiledLayer.
TiledLayerJ2DRenderer - Class in jadex.extension.envsupport.observer.graphics.java2d
 
TiledLayerJ2DRenderer() - Constructor for class jadex.extension.envsupport.observer.graphics.java2d.TiledLayerJ2DRenderer
 
time - Variable in class jadex.base.SRemoteClock.ClockState
The current time.
time - Variable in class jadex.bridge.service.types.monitoring.MonitoringEvent
The timepoint.
TimeChartDataConsumer - Class in jadex.extension.envsupport.evaluation
Time chart data consumer.
TimeChartDataConsumer() - Constructor for class jadex.extension.envsupport.evaluation.TimeChartDataConsumer
Create a new chart consumer.
timedelays - Variable in class jadex.bridge.service.types.awareness.DiscoveryInfo
The current send delay time.
TimedProperty - Class in jadex.bridge.sensor.time
Base property for time properties.
TimedProperty(String, IInternalAccess, boolean) - Constructor for class jadex.bridge.sensor.time.TimedProperty
Create a new property.
TimedProperty(String, IInternalAccess, long) - Constructor for class jadex.bridge.sensor.time.TimedProperty
Create a new property.
timeEventOccurred(long) - Method in interface jadex.bridge.service.types.clock.ITimedObject
Called when the submitted timepoint was reached.
TimeFormat - Class in jadex.commons
Class for formatting time durations.
TimeFormat() - Constructor for class jadex.commons.TimeFormat
 
timeout - Variable in class jadex.base.test.ComponentTestSuite
The timeout (if any).
timeout - Variable in class jadex.bridge.service.types.chat.TransferInfo
The absolute timeout value.
timeout - Variable in class jadex.bridge.TimeoutResultListener
The timeout.
Timeout - Annotation Type in jadex.bridge.service.annotation
Specify a timeout period after which the remote invocation is aborted when no result is received.
TIMEOUT - Static variable in annotation type jadex.bridge.service.annotation.Timeout
Constant for timeout name in non-functional properties.
TIMEOUT - Static variable in class jadex.bridge.ServiceCall
The timeout constant.
TimeoutException - Exception in jadex.commons
Jadex timeout exception.
TimeoutException() - Constructor for exception jadex.commons.TimeoutException
Create a timeout exception.
TimeoutException(String) - Constructor for exception jadex.commons.TimeoutException
Create a timeout exception.
TimeoutException(String, Throwable) - Constructor for exception jadex.commons.TimeoutException
Create a timeout exception.
TimeoutIntermediateResultListener<E> - Class in jadex.bridge
 
TimeoutIntermediateResultListener(long, IExternalAccess) - Constructor for class jadex.bridge.TimeoutIntermediateResultListener
Create a new listener.
TimeoutIntermediateResultListener(long, IExternalAccess, boolean, Object, IIntermediateResultListener<E>) - Constructor for class jadex.bridge.TimeoutIntermediateResultListener
Create a new listener.
TimeoutIntermediateResultListener(long, IExternalAccess, IIntermediateResultListener<E>) - Constructor for class jadex.bridge.TimeoutIntermediateResultListener
Create a new listener.
timeoutOccurred(TimeoutException) - Method in class jadex.bridge.TimeoutResultListener
Can be overridden, e.g.
TimeoutResultListener<E> - Class in jadex.bridge
Listener that allows to automatically trigger a timeout when no result (or exception) was received after some timeout interval.
TimeoutResultListener(long, IExternalAccess) - Constructor for class jadex.bridge.TimeoutResultListener
Create a new listener.
TimeoutResultListener(long, IExternalAccess, boolean, Object, IResultListener<E>) - Constructor for class jadex.bridge.TimeoutResultListener
Create a new listener.
TimeoutResultListener(long, IExternalAccess, IResultListener<E>) - Constructor for class jadex.bridge.TimeoutResultListener
Create a new listener.
timer - Variable in class jadex.base.test.ComponentTestSuite
The timeout timer (if any).
timer - Variable in class jadex.bridge.component.streams.AbstractConnectionHandler.SendInfo
The timer for triggering resends.
timer - Variable in class jadex.bridge.component.streams.AbstractConnectionHandler
The timer.
timer - Variable in class jadex.bridge.component.streams.OutputConnectionHandler.DataSendInfo
The timer.
timer - Variable in class jadex.bridge.RemoteChangeListenerHandler
The update timer (if any).
timer - Variable in class jadex.bridge.TimeoutResultListener
The timer.
timer - Variable in class jadex.commons.collection.LeaseTimeSet
The timer.
timer - Variable in class jadex.commons.collection.TimerDelayRunner
The java timer.
timer - Variable in class jadex.commons.concurrent.ThreadPool
Rescue timer that checks if progress is made and tasks are scheduled.
timer - Variable in class jadex.extension.envsupport.environment.DeltaTimeExecutor
The tick timer.
timer - Variable in class jadex.extension.envsupport.environment.RoundBasedExecutor
The tick timer.
TIMER_EVENT - Static variable in class jadex.bpmn.runtime.handler.AbstractEventIntermediateTimerActivityHandler
 
TimerDelayRunner - Class in jadex.commons.collection
Timer based on Java java timer.
TimerDelayRunner() - Constructor for class jadex.commons.collection.TimerDelayRunner
 
TimerEntries() - Constructor for class jadex.base.SRemoteClock.TimerEntries
Bean constructor.
TimerEntries(long[], String[]) - Constructor for class jadex.base.SRemoteClock.TimerEntries
Create timer entries
times - Variable in class jadex.base.SRemoteClock.TimerEntries
The times.
times - Variable in class jadex.commons.collection.LeaseTimeMap
Lease time map with keys.
times - Variable in class jadex.commons.collection.LeaseTimeSet
The timestamps.
times - Variable in class jadex.commons.collection.PassiveLeaseTimeSet
The timestamps.
timeslice - Variable in class jadex.commons.concurrent.LoadManagingExecutionService
The max time slice (in ms).
timestamp - Variable in class jadex.extension.envsupport.environment.DeltaTimeExecutor
Current time stamp
timestamp - Variable in class jadex.extension.envsupport.environment.RoundBasedExecutor
Last time stamp.
TimeUnit - Enum in jadex.bridge.sensor.unit
The time unit.
title - Variable in class jadex.commons.gui.EditableList
The list title.
titmanager - Variable in class jadex.xml.bean.BeanObjectReaderHandler
The type info manager.
titmanager - Variable in class jadex.xml.writer.AbstractObjectWriterHandler
The type info manager.
TOALL - jadex.bridge.service.types.monitoring.IMonitoringService.PublishTarget
 
toArray() - Method in class jadex.bpmn.MultiColumnTable
 
toArray() - Method in class jadex.bridge.service.search.ServiceKeyExtractor.SetWrapper
 
toArray() - Method in class jadex.commons.beans.beancontext.BeanContextMembershipEvent
 
toArray() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Returns an array of children of this context.
toArray() - Method in class jadex.commons.collection.CheckedCollection
Returns an array containing all of the elements in this collection.
toArray() - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
toArray() - Method in class jadex.commons.collection.IdentityHashSet
Returns an array containing all of the elements in this set.
toArray() - Method in class jadex.commons.collection.IndexMap
Returns an array containing all of the elements in this list in proper sequence.
toArray() - Method in class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
 
toArray() - Method in class jadex.commons.collection.LeaseTimeSet
 
toArray() - Method in class jadex.commons.collection.PassiveLeaseTimeSet
 
toArray() - Method in class jadex.commons.collection.WeakList
Returns an array containing all of the elements in this list in proper sequence.
toArray() - Method in class jadex.commons.collection.WeakSet
Convert the set to an array.
toArray() - Method in class jadex.commons.collection.wrappers.CollectionWrapper
 
toArray(E[]) - Method in class jadex.commons.collection.IdentityHashSet
Returns an array containing all of the elements in this set; the runtime type of the returned array is that of the specified array.
toArray(Object[]) - Method in class jadex.bridge.service.search.ServiceKeyExtractor.SetWrapper
 
toArray(Object[]) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Returns an array of children of this context.
toArray(Object[]) - Method in class jadex.commons.collection.CheckedCollection
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray(Object[]) - Method in class jadex.commons.collection.ConcurrencyCheckingList
 
toArray(Object[]) - Method in class jadex.commons.collection.WeakList
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toArray(Object[]) - Method in class jadex.commons.collection.WeakSet
Convert the set to an array.
toArray(T[]) - Method in class jadex.bpmn.MultiColumnTable
 
toArray(T[]) - Method in class jadex.commons.collection.IndexMap
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toArray(T[]) - Method in class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
 
toArray(T[]) - Method in class jadex.commons.collection.LeaseTimeSet
 
toArray(T[]) - Method in class jadex.commons.collection.PassiveLeaseTimeSet
 
toArray(T[]) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
 
toBoolean() - Method in enum jadex.commons.Boolean3
Convert the three valued boolean to a two valued boolean object.
toCharArray(byte[]) - Static method in class jadex.commons.Base64
This is a wrapper to toCharArray(final byte[] text, final int from, final int len)
toCharArray(byte[], int) - Static method in class jadex.commons.Base64
This will encode the text.
toCharArray(byte[], int, int) - Static method in class jadex.commons.Base64
This will encode the text without line feeds added
tocHost - Variable in class jadex.bdi.planlib.messaging.AIM
The host address of the TOC server.
toClass(String, byte[], ClassLoader, ProtectionDomain) - Method in class jadex.bdiv3.ASMBDIClassGenerator
Transform byte Array into Class and define it in classloader.
toClass(String, byte[], ClassLoader, ProtectionDomain) - Method in class jadex.bdiv3.ByteKeepingASMBDIClassGenerator
 
toClass(String, byte[], ClassLoader, ProtectionDomain) - Static method in class jadex.bytecode.SASM
Transform byte Array into Class and define it in classloader.
toClass(String, byte[], ClassLoader, ProtectionDomain, boolean) - Method in class jadex.bdiv3.ASMBDIClassGenerator
Transform byte Array into Class and define it in classloader.
tocPort - Variable in class jadex.bdi.planlib.messaging.AIM
The port used to connect to the TOC server.
toFile(URL) - Static method in class jadex.commons.SUtil
Converts a file URL to a File, returns null if invalid.
toFile0(URL) - Static method in class jadex.commons.SUtil
Converts a file URL to a File, returns null if invalid.
Token - Class in jadex.commons.concurrent
A token is initially available can be acquired once.
Token() - Constructor for class jadex.commons.concurrent.Token
 
tokenImage - Variable in exception jadex.javaparser.javaccimpl.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
toList(String) - Method in class jadex.commons.collection.Tree
Returns the tree as a List of node objects.
TOMONITORING - jadex.bridge.service.types.monitoring.IMonitoringService.PublishTarget
 
ToolTipAction - Class in jadex.commons.gui
An action with associated tooltip text.
ToolTipAction(String, Icon, String) - Constructor for class jadex.commons.gui.ToolTipAction
Defines an Action object with the specified description string and a default icon.
topic - Variable in class jadex.bdi.planlib.protocols.AuctionDescription
The auction content.
topic - Variable in class jadex.bdi.planlib.protocols.AuctionInfo
The auction content.
toPlainString() - Method in class jadex.javaparser.javaccimpl.ArgumentsNode
Create a string representation of this node and its subnodes.
toPlainString() - Method in class jadex.javaparser.javaccimpl.ArrayNode
Create a string representation of this node and its subnodes.
toPlainString() - Method in class jadex.javaparser.javaccimpl.BooleanNode
Create a string representation of this node and its subnodes.
toPlainString() - Method in class jadex.javaparser.javaccimpl.CastNode
Create a string representation of this node and its subnodes.
toPlainString() - Method in class jadex.javaparser.javaccimpl.CollectionNode
Create a string representation of this node and its subnodes.
toPlainString() - Method in class jadex.javaparser.javaccimpl.CompareNode
Create a string representation of this node and its subnodes.
toPlainString() - Method in class jadex.javaparser.javaccimpl.ConditionalNode
Create a string representation of this node and its subnodes.
toPlainString() - Method in class jadex.javaparser.javaccimpl.ConstantNode
Create a string representation of this node and its subnodes.
toPlainString() - Method in class jadex.javaparser.javaccimpl.ExpressionNode
Create a string representation of this node for dumping in a tree.
toPlainString() - Method in class jadex.javaparser.javaccimpl.MathNode
Create a string representation of this node and its subnodes.
toPlainString() - Method in interface jadex.javaparser.javaccimpl.Node
Create a string representation of this node for dumping in a tree.
toPlainString() - Method in class jadex.javaparser.javaccimpl.ParameterNode
Create a string representation of this node and its subnodes.
toPlainString() - Method in class jadex.javaparser.javaccimpl.ReflectNode
Create a string representation of this node and its subnodes.
toPlainString() - Method in class jadex.javaparser.javaccimpl.SelectionNode
Create a string representation of this node and its subnodes.
toPlainString() - Method in class jadex.javaparser.javaccimpl.SelectNode
Create a string representation of this node and its subnodes.
toPlainString() - Method in class jadex.javaparser.javaccimpl.TypeNode
Create a string representation of this node and its subnodes.
topthread - Variable in class jadex.bpmn.runtime.persist.BpmnPersistInfo
The context variables.
Torus3d - Class in jadex.extension.envsupport.observer.graphics.drawable3d
 
Torus3d(double, double, double, int, int) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Torus3d
Creates default Tube.
Torus3d(Object, Object, Object, int, Object, String, String, double, double, int, int, IParsedExpression, String, ArrayList<SpatialControl>) - Constructor for class jadex.extension.envsupport.observer.graphics.drawable3d.Torus3d
Creates a new Cylinder3d drawable.
tosend - Variable in class jadex.bridge.component.streams.OutputConnectionHandler
The data to send.
toSort - Variable in class jadex.commons.gui.jtreetable.MergeSort
 
tostring - Variable in class jadex.bridge.service.ServiceIdentifier
The string representation (cached for reducing memory consumption).
tostring - Variable in class jadex.bridge.service.types.cms.PlatformComponent.ExternalAccessInvocationHandler
The toString value.
toString() - Method in class jadex.base.SRemoteClock.SimulationState
 
toString() - Method in class jadex.base.test.Testcase
Returns a string representation of the object.
toString() - Method in class jadex.base.test.TestReport
Returns a string representation of the object.
toString() - Method in class jadex.bdi.planlib.protocols.NegotiationRecord
Get the string representation.
toString() - Method in class jadex.bdi.planlib.protocols.ParticipantProposal
Create a string representation of the participant proposal.
toString() - Method in class jadex.bdi.planlib.watchdog.ContactData
Returns a string representation of the object.
toString() - Method in class jadex.bdi.planlib.watchdog.ObservationDescription
Returns a string representation of the object.
toString() - Method in class jadex.bdiv3.actions.ExecutePlanStepAction
Return a string.
toString() - Method in class jadex.bdiv3.actions.SelectCandidatesAction
 
toString() - Method in class jadex.bdiv3.model.MElement
Create a string representation.
toString() - Method in class jadex.bdiv3.runtime.ChangeEvent
Get the string representation.
toString() - Method in class jadex.bdiv3x.runtime.Plan
Get the string representation.
toString() - Method in class jadex.bdiv3x.runtime.RMessageEvent
Get the string represntation.
toString() - Method in class jadex.bpmn.MultiColumnTable.MultiColumnTableRow
 
toString() - Method in class jadex.bpmn.runtime.ProcessThread
Create a string representation of this process thread.
toString() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the string representation.
toString() - Method in class jadex.bridge.Cause
Get the string representation.
toString() - Method in class jadex.bridge.ClassInfo
Get the string representation.
toString() - Method in class jadex.bridge.component.DependencyResolver.NodeInfo
Get a string representation.
toString() - Method in class jadex.bridge.ComponentIdentifier
Return a string representation.
toString() - Method in class jadex.bridge.FactoryFilter
 
toString() - Method in class jadex.bridge.fipa.CMSCreateComponent
Get a string representation of this AMSCreateComponent.
toString() - Method in class jadex.bridge.fipa.CMSDestroyComponent
Get a string representation of this AMSDestroyComponent.
toString() - Method in class jadex.bridge.fipa.CMSResumeComponent
Get a string representation of this AMSResumeComponent.
toString() - Method in class jadex.bridge.fipa.CMSSearchComponents
Get a string representation of this CMSSearchComponents.
toString() - Method in class jadex.bridge.fipa.CMSShutdownPlatform
Get a string representation of this CMSShutdownPlatform.
toString() - Method in class jadex.bridge.fipa.CMSSuspendComponent
Get a string representation of this CMSSuspendComponent.
toString() - Method in class jadex.bridge.fipa.FipaMessage
Get a string representation.
toString() - Method in class jadex.bridge.fipa.SearchConstraints
Get a string representation of this SearchConstraints.
toString() - Method in class jadex.bridge.GlobalResourceIdentifier
Get a string representation of this object.
toString() - Method in class jadex.bridge.LocalResourceIdentifier
Get a string representation of this object.
toString() - Method in class jadex.bridge.modelinfo.Argument
Get the string representation.
toString() - Method in class jadex.bridge.modelinfo.ComponentInstanceInfo
A string of this object.
toString() - Method in class jadex.bridge.modelinfo.UnparsedExpression
Get the string representation.
toString() - Method in class jadex.bridge.ResourceIdentifier
Get a string representation of this object.
toString() - Method in class jadex.bridge.service.BasicService
Get a string representation.
toString() - Method in class jadex.bridge.service.component.BasicServiceInvocationHandler
Get a string representation.
toString() - Method in class jadex.bridge.service.component.ComponentSuspendable
Get the string representation.
toString() - Method in class jadex.bridge.service.component.interceptors.DecouplingInterceptor.InvokeMethodStep
 
toString() - Method in class jadex.bridge.service.component.ServiceInvocationContext
String representation.
toString() - Method in class jadex.bridge.service.ProvidedServiceImplementation
Get the string representation.
toString() - Method in class jadex.bridge.service.ProvidedServiceInfo
Get the string representation.
toString() - Method in class jadex.bridge.service.PublishInfo
Get the string representation.
toString() - Method in class jadex.bridge.service.RequiredServiceBinding
Get the string representation.
toString() - Method in class jadex.bridge.service.search.ServiceEvent
Get the string representation.
toString() - Method in class jadex.bridge.service.search.ServiceQuery.Multiplicity
Get a string representation of the multiplicity.
toString() - Method in class jadex.bridge.service.search.ServiceQuery
Get the string representation.
toString() - Method in class jadex.bridge.service.ServiceIdentifier
Get the string representation.
toString() - Method in class jadex.bridge.service.types.address.TransportAddress
Get the string rep.
toString() - Method in class jadex.bridge.service.types.awareness.AwarenessInfo
Get the string representation.
toString() - Method in class jadex.bridge.service.types.awareness.DiscoveryInfo
Get the string representation.
toString() - Method in class jadex.bridge.service.types.chat.ChatEvent
Get a string representation.
toString() - Method in class jadex.bridge.service.types.cms.CMSComponentDescription
Get a string representation of this description.
toString() - Method in class jadex.bridge.service.types.cms.CMSStatusEvent
Get the string representation.
toString() - Method in class jadex.bridge.service.types.cms.PlatformComponent
Get a string representation.
toString() - Method in class jadex.bridge.service.types.daemon.StartOptions
String representation.
toString() - Method in class jadex.bridge.service.types.filetransfer.FileData
Get the string representation.
toString() - Method in class jadex.bridge.service.types.monitoring.MonitoringEvent
Get the string representation.
toString() - Method in class jadex.bridge.ServiceCall
Get the string represntation.
toString() - Method in exception jadex.bridge.StepAbortedException
Include step in string.
toString() - Method in class jadex.bytecode.vmhacks.VmHacks.Unsafe
Debug message.
toString() - Method in class jadex.commons.beans.Expression
 
toString() - Method in class jadex.commons.beans.PropertyChangeEvent
Returns a String representation of this EventObject.
toString() - Method in class jadex.commons.beans.Statement
 
toString() - Method in class jadex.commons.ChangeEvent
Get the string respresentation.
toString() - Method in class jadex.commons.collection.ActionReferenceQueue
Get the string representation.
toString() - Method in class jadex.commons.collection.ArrayBlockingQueue
Create a string representation.
toString() - Method in class jadex.commons.collection.BloomFilter
Get the string representation.
toString() - Method in class jadex.commons.collection.FastHashMap
 
toString() - Method in class jadex.commons.collection.IdentityHashSet
Create a string representation.
toString() - Method in class jadex.commons.collection.IndexMap
Create a string representation of this map.
toString() - Method in class jadex.commons.collection.LeaseTimeMap
Create a string representation of this map.
toString() - Method in class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
 
toString() - Method in class jadex.commons.collection.LeaseTimeSet
Get the string representation.
toString() - Method in class jadex.commons.collection.MultiCollection
Create a string representation of this map.
toString() - Method in class jadex.commons.collection.NestedMap
Create a string representation of this map.
toString() - Method in class jadex.commons.collection.Tree
Returns a String representation of the tree.
toString() - Method in class jadex.commons.collection.TreeNode
Get the string representation.
toString() - Method in class jadex.commons.collection.WeakList
Get the string representation.
toString() - Method in class jadex.commons.collection.wrappers.CollectionWrapper
Get the string representation.
toString() - Method in class jadex.commons.collection.wrappers.MapWrapper
Get the string representation.
toString() - Method in class jadex.commons.ComposedFilter
Create a string representation of this filter.
toString() - Method in class jadex.commons.ComposedRemoteFilter
Create a string representation of this filter.
toString() - Method in class jadex.commons.concurrent.Executor
String representation.
toString() - Method in class jadex.commons.concurrent.LoadManagingExecutionService.Task
Create a string representation of the task info.
toString() - Method in class jadex.commons.concurrent.ThreadPool.ServiceThread
Get the string representation.
toString() - Method in class jadex.commons.concurrent.ThreadPool
Get the string representation.
toString() - Method in class jadex.commons.DefaultPoolStrategy
Get the string representation.
toString() - Method in exception jadex.commons.future.DuplicateResultException
Get a string representation.
toString() - Method in class jadex.commons.future.TupleResult
Get the string representation.
toString() - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
Get a string representation of this node.
toString() - Method in class jadex.commons.gui.jtreetable.SetTreeTableNode
Get the node name.
toString() - Method in class jadex.commons.gui.ObjectCardLayout
 
toString() - Method in class jadex.commons.MethodInfo
Get the string representation.
toString() - Method in class jadex.commons.MutableObject
 
toString() - Method in class jadex.commons.Properties
Get the string representation.
toString() - Method in class jadex.commons.Property
Get the string representation.
toString() - Method in class jadex.commons.SClassReader.AnnotationInfo
Get the string representation.
toString() - Method in class jadex.commons.SClassReader.ClassInfo
Get the string representation.
toString() - Method in class jadex.commons.security.PemKeyPair
toString()
toString() - Method in class jadex.commons.SimplePropertyObject
Get the string representation.
toString() - Method in class jadex.commons.Tuple
Convert this tuple to a string representation.
toString() - Method in class jadex.extension.agr.MAGRSpaceInstance
Get a string representation of this AGR space instance.
toString() - Method in class jadex.extension.agr.MAGRSpaceType
Get a string representation of this AGR space type.
toString() - Method in class jadex.extension.agr.MGroupInstance
Get a string representation of this AGR group instance.
toString() - Method in class jadex.extension.agr.MGroupType
Get a string representation of this group type.
toString() - Method in class jadex.extension.agr.MPosition
Get a string representation of this AGR position.
toString() - Method in class jadex.extension.agr.MRoleType
Get a string representation of this group type.
toString() - Method in class jadex.extension.envsupport.environment.ComponentActionList.ActionEntry
Create a string representation of the action.
toString() - Method in class jadex.extension.envsupport.environment.PerceptType
Get the string representation.
toString() - Method in class jadex.extension.envsupport.environment.SpaceObject
Get the string representation.
toString() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
 
toString() - Method in class jadex.extension.envsupport.math.Vector1Double
 
toString() - Method in class jadex.extension.envsupport.math.Vector1Int
 
toString() - Method in class jadex.extension.envsupport.math.Vector1Long
 
toString() - Method in class jadex.extension.envsupport.math.Vector2Double
 
toString() - Method in class jadex.extension.envsupport.math.Vector2Int
 
toString() - Method in class jadex.extension.envsupport.math.Vector3Double
 
toString() - Method in class jadex.extension.envsupport.math.Vector3Int
 
toString() - Method in class jadex.javaparser.javaccimpl.ExpressionNode
Create a string representation of this node for dumping in a tree.
toString() - Method in class jadex.javaparser.javaccimpl.SimpleNode
 
toString() - Method in class jadex.micro.MicroClassReader.DummyClassLoader
 
toString() - Method in class jadex.xml.AbstractInfo
Get a string representation of this mapping.
toString() - Method in class jadex.xml.LinkingInfo
Get the string representation.
toString() - Method in class jadex.xml.MappingInfo
Get the string representation.
toString() - Method in class jadex.xml.reader.LinkData
Get the string representation.
toString() - Method in class jadex.xml.StackElement
Get the string representation.
toString() - Method in class jadex.xml.stax.QName
Returns a string representation of this QName.
toString() - Method in class jadex.xml.stax.XmlTag
Get a string representation.
toString(int) - Static method in class jadex.javaparser.javaccimpl.BooleanNode
Convert an operator to a string representation.
toString(int) - Static method in class jadex.javaparser.javaccimpl.CompareNode
Convert an operator to a string representation.
toString(int) - Static method in class jadex.javaparser.javaccimpl.MathNode
Convert an operator to a string representation.
toString(int) - Static method in class jadex.javaparser.javaccimpl.SelectNode
Convert a selection mode to a string representation.
toString(String) - Method in class jadex.javaparser.javaccimpl.ConstantNode
Create a string representation of this node for dumping in a tree.
toString(String) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
Create a string representation of this node for dumping in a tree.
toString(String) - Method in class jadex.javaparser.javaccimpl.SimpleNode
 
TOSUBSCRIBERS - jadex.bridge.service.types.monitoring.IMonitoringService.PublishTarget
 
touch(E) - Method in interface jadex.commons.collection.ILeaseTimeSet
Update the timestamp of e.
touch(E) - Method in class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
Update the timestamp of e.
touch(E) - Method in class jadex.commons.collection.LeaseTimeSet
Update the timestamp of e.
touch(E) - Method in class jadex.commons.collection.PassiveLeaseTimeSet
Update the timestamp of e.
touch(E, long) - Method in interface jadex.commons.collection.ILeaseTimeSet
Update the timestamp of e.
touch(E, long) - Method in class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
Update the timestamp of e.
touch(E, long) - Method in class jadex.commons.collection.LeaseTimeSet
Update the timestamp of e.
touch(E, long) - Method in class jadex.commons.collection.PassiveLeaseTimeSet
Update the timestamp of e.
touch(K) - Method in class jadex.commons.collection.LeaseTimeMap
Update the timestamp of e.
touchonread - Variable in class jadex.commons.collection.LeaseTimeMap
Flag if touch on read.
touchonwrite - Variable in class jadex.commons.collection.LeaseTimeMap
Flag if touch on read.
toURI(String) - Static method in class jadex.commons.SUtil
Convert stringified URI (as used in transports for some weird reason) to URI.
toURI(String, InetAddress, int) - Static method in class jadex.commons.SUtil
Convert a scheme, InetAdress and port to a valid URI or throw.
toURI(URL) - Static method in class jadex.commons.SUtil
Convert a URL to a URI but ignore exceptions
toURI0(URL) - Static method in class jadex.commons.SUtil
Convert a URL to a URI but ignore exceptions
toURL(Object) - Static method in class jadex.commons.SUtil
Convert a file/string/url.
toURL0(URI) - Static method in class jadex.commons.SUtil
Convert a URI to a URL but ignore exceptions
toURLs(Object[]) - Static method in class jadex.commons.SUtil
Convert a file/string/url array.
toUTF8(byte[]) - Static method in class jadex.commons.SUtil
Returns a UTF8 byte array as string.
tp - Variable in class jadex.commons.gui.autocombo.AutoCompleteCombo
The thread pool.
tp - Variable in class jadex.commons.gui.ClassSearchPanel
The thread pool.
tr - Variable in class jadex.bridge.service.component.interceptors.IntelligentProxyInterceptor
The target resolver.
TracingInterceptor - Class in jadex.bridge.service.component.interceptors
Interceptor that creates traces.
TracingInterceptor(IInternalAccess) - Constructor for class jadex.bridge.service.component.interceptors.TracingInterceptor
Create a new interceptor.
TracingInterceptor.ReturnValueResultListener - Class in jadex.bridge.service.component.interceptors
Listener that handles the end of the call.
trackheight - Variable in class jadex.commons.gui.ScrollablePanel
True if the view should always be adjusted to scrollpane height (i.e.
trackwidth - Variable in class jadex.commons.gui.ScrollablePanel
True if the view should always be adjusted to scrollpane width (i.e.
transfercommand - Variable in class jadex.bridge.service.types.remote.ServiceInputConnection
The transfer future.
transfercommand - Variable in class jadex.bridge.service.types.remote.ServiceOutputConnection
The transfer future.
transferfuture - Variable in class jadex.bridge.service.types.remote.ServiceInputConnection
The transfer future.
TransferInfo - Class in jadex.bridge.service.types.chat
Information about a requested, ongoing or completed file transfer.
TransferInfo() - Constructor for class jadex.bridge.service.types.chat.TransferInfo
Create a new file transfer info.
TransferInfo(boolean, String, String, String, IComponentIdentifier, long, long) - Constructor for class jadex.bridge.service.types.chat.TransferInfo
Create a new file transfer info.
transformArrayStores(MethodNode, BDIModel, String) - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator
 
transformArrayStores(MethodNode, BDIModel, String) - Method in class jadex.bdiv3.ASMBDIClassGenerator
Transform array store instructions for beliefs.
transformClassNode(ClassNode, String, BDIModel, ClassLoader, Map<String, ClassNode>) - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator
 
transformConstructor(ClassNode, MethodNode, BDIModel, List<String>, Map<String, ClassNode>) - Method in class jadex.bdiv3.AbstractAsmBdiClassGenerator
 
transformConstructor(ClassNode, MethodNode, BDIModel, List<String>, Map<String, ClassNode>) - Method in class jadex.bdiv3.ASMBDIClassGenerator
 
TRANSPARENT_WHITE - Static variable in class jadex.xml.bean.STypeInfosAWT
 
TransportAddress - Class in jadex.bridge.service.types.address
Class representing a transport address of a specific platform.
TransportAddress() - Constructor for class jadex.bridge.service.types.address.TransportAddress
Bean constructor.
TransportAddress(IComponentIdentifier, String) - Constructor for class jadex.bridge.service.types.address.TransportAddress
Creates the address.
TransportAddress(IComponentIdentifier, String, String) - Constructor for class jadex.bridge.service.types.address.TransportAddress
Creates the address.
transporttype - Variable in class jadex.bridge.service.types.address.TransportAddress
Type of transport the address supports.
tree - Variable in class jadex.commons.gui.jtreetable.JTreeTable
A subclass of JTree.
tree - Variable in class jadex.commons.gui.TreeExpansionHandler
The tree.
Tree - Class in jadex.commons.collection
Tree data structure.
Tree() - Constructor for class jadex.commons.collection.Tree
Create a new tree.
Tree(TreeNode) - Constructor for class jadex.commons.collection.Tree
Create a new tree.
treeCollapsed(TreeExpansionEvent) - Method in class jadex.commons.gui.TreeExpansionHandler
Called whenever an item in the tree has been collapsed.
TreeCombo - Class in jadex.commons.gui
 
TreeCombo(JTree) - Constructor for class jadex.commons.gui.TreeCombo
 
treeExpanded(TreeExpansionEvent) - Method in class jadex.commons.gui.TreeExpansionHandler
Called whenever an item in the tree has been expanded.
TreeExpansionHandler - Class in jadex.commons.gui
The tree expansion handler assures that tree nodes stay expanded, even when their last child is removed, and then new child nodes are added.
TreeExpansionHandler(JTree) - Constructor for class jadex.commons.gui.TreeExpansionHandler
Create a tree expansion handler for a given tree.
TreeNode - Class in jadex.commons.collection
Represents a node of a tree.
TreeNode() - Constructor for class jadex.commons.collection.TreeNode
Create a new node.
TreeNode(Object) - Constructor for class jadex.commons.collection.TreeNode
Create a new node.
treeNodesChanged(TreeModelEvent) - Method in class jadex.commons.gui.TreeExpansionHandler
Invoked after a node (or a set of siblings) has changed in some way.
treeNodesInserted(TreeModelEvent) - Method in class jadex.commons.gui.TreeExpansionHandler
Invoked after nodes have been inserted into the tree.
treeNodesRemoved(TreeModelEvent) - Method in class jadex.commons.gui.TreeExpansionHandler
Invoked after nodes have been removed from the tree.
treeStructureChanged(TreeModelEvent) - Method in class jadex.commons.gui.TreeExpansionHandler
Invoked after the tree has drastically changed structure from a given node down.
TreeTableAction - Interface in jadex.commons.gui.jtreetable
An action to add checkbox menu items to tree table popups.
TreeTableCellEditor() - Constructor for class jadex.commons.gui.jtreetable.JTreeTable.TreeTableCellEditor
 
TreeTableCellRenderer(TreeModel) - Constructor for class jadex.commons.gui.jtreetable.JTreeTable.TreeTableCellRenderer
 
TreeTableModel - Interface in jadex.commons.gui.jtreetable
TreeTableModel is the model used by a JTreeTable.
TreeTableModelAdapter - Class in jadex.commons.gui.jtreetable
This is a wrapper class takes a TreeTableModel and implements the table model interface.
TreeTableModelAdapter(TreeTableModel, JTree) - Constructor for class jadex.commons.gui.jtreetable.TreeTableModelAdapter
 
TreeTableNode - Interface in jadex.commons.gui.jtreetable
Interface for tree table nodes.
TreeTableNodeType - Class in jadex.commons.gui.jtreetable
The node type represents the generic properties of tree table nodes.
TreeTableNodeType(String, Icon[], TreeTableNodeType) - Constructor for class jadex.commons.gui.jtreetable.TreeTableNodeType
Create a treetable node type inheriting from some other type.
TreeTableNodeType(String, Icon[], String[], String[]) - Constructor for class jadex.commons.gui.jtreetable.TreeTableNodeType
Create a treetable node type.
TreeTablePopupListener - Class in jadex.commons.gui.jtreetable
A mouse listener to add popup-menus to tree tables.
TreeTablePopupListener() - Constructor for class jadex.commons.gui.jtreetable.TreeTablePopupListener
 
TriangleJ2DRenderer - Class in jadex.extension.envsupport.observer.graphics.java2d
 
TriangleJ2DRenderer() - Constructor for class jadex.extension.envsupport.observer.graphics.java2d.TriangleJ2DRenderer
 
tries - Variable in class jadex.bridge.component.streams.OutputConnectionHandler.DataSendInfo
The try count.
trigger - Variable in class jadex.bdiv3.model.MGoal
The trigger (other goals) if this goal is used as plan.
trigger - Variable in class jadex.bdiv3.model.MPlan
The trigger.
trigger() - Method in annotation type jadex.bdiv3.annotation.Plan
The trigger.
Trigger - Annotation Type in jadex.bdiv3.annotation
A plan trigger states for which events or goals a plan should be selected.
triggergoals() - Method in annotation type jadex.bdiv3.annotation.Goal
The goal trigger is used in case the goal should be considered as plan for another goal.
TRUE - jadex.commons.Boolean3
The true value.
TRUE - Static variable in interface jadex.commons.future.IFuture
A future representing a true result.
TRUSTED - Static variable in annotation type jadex.bridge.service.annotation.Security
The default role that is assigned to services without security annotation and granted in all authenticated networks.
tryBorrow() - Static method in class jadex.commons.concurrent.MonitoredThread
Try to borrow the thread.
tryChangeUser(String) - Method in interface jadex.bytecode.vmhacks.INativeHelper
Attempts to change the user of the process to the given name.
tryChangeUser(String) - Method in class jadex.bytecode.vmhacks.NativeHelper
Attempts to change the user of the process to the given name.
tryChangeUser(String) - Method in class jadex.bytecode.vmhacks.VmHacks.Unsafe
Attempts to change the user of the process to the given name.
trycnt - Variable in class jadex.bridge.component.streams.AbstractConnectionHandler.SendInfo
The number of timer this task has been executed.
tryopengl - Variable in class jadex.extension.envsupport.observer.perspective.Perspective2D
Try OpenGL if true
tryopengl - Variable in class jadex.extension.envsupport.observer.perspective.Perspective3D
Try OpenGL if true
ttl - Variable in class jadex.commons.collection.Cache
The time to live.
ttl - Variable in class jadex.commons.collection.CacheEntry
The time to live.
Tuple - Class in jadex.commons
A tuple is a list of entities.
Tuple(Object[]) - Constructor for class jadex.commons.Tuple
Create a new tuple.
Tuple(Object, Object) - Constructor for class jadex.commons.Tuple
Convenience constructor for binary tuples.
Tuple(Object, Object, Object) - Constructor for class jadex.commons.Tuple
Convenience constructor for binary tuples.
Tuple2<T,​E> - Class in jadex.commons
Generic version of tuple for two elements.
Tuple2(T, E) - Constructor for class jadex.commons.Tuple2
Convenience constructor for binary tuples.
Tuple2Future<E,​F> - Class in jadex.commons.future
Implementation of tuple2 future.
Tuple2Future() - Constructor for class jadex.commons.future.Tuple2Future
Create a future that is already done.
Tuple2Future(E, F) - Constructor for class jadex.commons.future.Tuple2Future
Create a future that is already done.
Tuple2Future(Exception) - Constructor for class jadex.commons.future.Tuple2Future
Create a future that is already done (failed).
Tuple3<T,​E,​F> - Class in jadex.commons
Generic version of tuple for two elements.
Tuple3(T, E, F) - Constructor for class jadex.commons.Tuple3
Convenience constructor for binary tuples.
TupleResult - Class in jadex.commons.future
Used by tuple futures as internal result wrappers.
TupleResult() - Constructor for class jadex.commons.future.TupleResult
Create a new TupleResult.
TupleResult(int, Object) - Constructor for class jadex.commons.future.TupleResult
Create a new SequenceResult.
twd - Static variable in class jadex.commons.TimeFormat
 
TwoWayMultiCollection - Class in jadex.commons.collection
The two-way multi-collection allows fast reverse lookup, by containing a second multi-collection, which reversely maps values to keys.
TwoWayMultiCollection() - Constructor for class jadex.commons.collection.TwoWayMultiCollection
Create a two way map.
TwoWayMultiCollection(TwoWayMultiCollection) - Constructor for class jadex.commons.collection.TwoWayMultiCollection
internal constrcutor for connecting two two-way multi-collection.
type - Variable in class jadex.base.SRemoteClock.ClockState
The clock type.
type - Variable in class jadex.bdiv3.model.MMessageEvent
The message type.
type - Variable in class jadex.bdiv3.runtime.ChangeEvent
The event type.
type - Variable in class jadex.bridge.ClassInfo
The service interface type.
type - Variable in class jadex.bridge.component.streams.StreamPacket
The type of the message.
type - Variable in class jadex.bridge.FactoryFilter
The component type.
type - Variable in class jadex.bridge.fipa.CMSCreateComponent
Attribute for slot type.
type - Variable in class jadex.bridge.modelinfo.ModelInfo
The type.
type - Variable in class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Type of the property.
type - Variable in class jadex.bridge.service.BasicService
 
type - Variable in class jadex.bridge.service.component.interceptors.ServiceGetter
The service type.
type - Variable in class jadex.bridge.service.component.ServiceCallEvent
The event type.
type - Variable in class jadex.bridge.service.ProvidedServiceInfo
The type.
type - Variable in class jadex.bridge.service.RequiredServiceInfo
The type.
type - Variable in class jadex.bridge.service.search.ServiceEvent
Event type.
type - Variable in class jadex.bridge.service.ServiceIdentifier
The service type.
type - Variable in class jadex.bridge.service.types.chat.ChatEvent
The event type.
type - Variable in class jadex.bridge.service.types.cms.CMSComponentDescription
The component type.
type - Variable in class jadex.bridge.service.types.monitoring.MonitoringEvent
The type.
type - Variable in class jadex.commons.ChangeEvent
The type.
type - Variable in class jadex.commons.collection.MultiCollection
The collection type.
type - Variable in exception jadex.commons.future.DuplicateResultException
The type.
type - Variable in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
The node type identifier.
type - Variable in class jadex.commons.ListenableStream
The event type to be generated.
type - Variable in class jadex.commons.Properties
The property type (defines the kind of property).
type - Variable in class jadex.commons.Property
The property type (defines the kind of property).
type - Variable in class jadex.commons.SClassReader.AnnotationInfo
Fully qualified type.
type - Variable in class jadex.commons.SClassReader.EnumInfo
The enum type.
type - Variable in class jadex.extension.agr.MAGRSpaceInstance
The space type name.
type - Variable in class jadex.extension.envsupport.environment.EnvironmentEvent
The event type.
type - Variable in class jadex.extension.envsupport.environment.ObjectEvent
Event type.
type - Variable in class jadex.extension.envsupport.environment.PerceptList.PerceptEntry
The percept type.
type - Variable in class jadex.extension.envsupport.MEnvSpaceInstance
The space type name.
type - Variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Primitive type
type - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
Primitive type
type - Variable in class jadex.javaparser.javaccimpl.ArrayNode
The node type.
type - Variable in class jadex.javaparser.javaccimpl.ReflectNode
The reflect node type.
type() - Method in annotation type jadex.bdiv3.annotation.Publish
The service type as which the goal should be published.
type() - Method in annotation type jadex.bdiv3.annotation.ServiceTrigger
The service type.
type() - Method in annotation type jadex.micro.annotation.Agent
The agent type.
type() - Method in annotation type jadex.micro.annotation.AgentServiceQuery
Deprecated.
The service interface type.
type() - Method in annotation type jadex.micro.annotation.Component
The local component type.
type() - Method in annotation type jadex.micro.annotation.CreationInfo
The local component type.
type() - Method in annotation type jadex.micro.annotation.Feature
Get the interface type.
type() - Method in annotation type jadex.micro.annotation.ProvidedService
The service interface type.
type() - Method in annotation type jadex.micro.annotation.RequiredService
The service interface type.
TYPE - Static variable in class jadex.bdiv3.BDIAgentFactory
The model type identifier for use in the @Agent annotation.
TYPE - Static variable in interface jadex.bridge.service.types.clock.IClockService
The Class object representing the class corresponding to the this interface.
TYPE - Static variable in class jadex.micro.MicroAgentFactory
 
TYPE_ACTIVITY - Static variable in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Constant for step event.
TYPE_COMPONENT_CREATED - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
 
TYPE_COMPONENT_DISPOSED - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
 
TYPE_CONTINUOUS - Static variable in interface jadex.bridge.service.types.clock.IClock
The clock type continuous.
TYPE_EVENT_DRIVEN - Static variable in interface jadex.bridge.service.types.clock.IClock
The clock type event driven.
TYPE_EXCEPTION_EXCEPTION - Static variable in exception jadex.commons.future.DuplicateResultException
Two exceptions.
TYPE_EXCEPTION_RESULT - Static variable in exception jadex.commons.future.DuplicateResultException
First exception then result.
TYPE_FILE - Static variable in class jadex.bridge.service.types.chat.ChatEvent
Event type for a received file (value is file info, nick only available for initial file events).
TYPE_MESSAGE - Static variable in class jadex.bridge.service.types.chat.ChatEvent
Event type for a received message (value is message text).
TYPE_PROPERTY_ADDED - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
 
TYPE_PROPERTY_REMOVED - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
 
TYPE_RESULT_EXCEPTION - Static variable in exception jadex.commons.future.DuplicateResultException
First result then exception.
TYPE_RESULT_RESULT - Static variable in exception jadex.commons.future.DuplicateResultException
Two results.
TYPE_SERVICECALL_END - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
 
TYPE_SERVICECALL_START - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
 
TYPE_STATECHANGE - Static variable in class jadex.bridge.service.types.chat.ChatEvent
Event type for a chat user status change (value is user state).
TYPE_SUBSCRIPTION_START - Static variable in interface jadex.bridge.service.types.monitoring.IMonitoringEvent
 
TYPE_SYSTEM - Static variable in interface jadex.bridge.service.types.clock.IClock
The clock type system.
TYPE_THREAD - Static variable in interface jadex.bpmn.features.IInternalBpmnComponentFeature
The change event prefix denoting a thread event.
TYPE_TIME_DRIVEN - Static variable in interface jadex.bridge.service.types.clock.IClock
The clock type time driven.
TypedPropertyObject - Class in jadex.commons.meta
 
TypedPropertyObject(IPropertyMetaDataSet) - Constructor for class jadex.commons.meta.TypedPropertyObject
 
typeinfo - Variable in class jadex.xml.ObjectInfo
The object type.
typeinfo - Variable in class jadex.xml.StackElement
The type info.
TypeInfo - Class in jadex.xml
Mapping from tag (or path fragment) to object.
TypeInfo(XMLInfo, ObjectInfo) - Constructor for class jadex.xml.TypeInfo
Create a new type info.
TypeInfo(XMLInfo, ObjectInfo, MappingInfo) - Constructor for class jadex.xml.TypeInfo
Create a new type info.
TypeInfo(XMLInfo, ObjectInfo, MappingInfo, LinkingInfo) - Constructor for class jadex.xml.TypeInfo
Create a new type info.
TypeInfo(XMLInfo, ObjectInfo, MappingInfo, LinkingInfo, IObjectReaderHandler) - Constructor for class jadex.xml.TypeInfo
Create a new type info.
TypeInfoPathManager - Class in jadex.xml
Type path info manager.
TypeInfoPathManager(Set) - Constructor for class jadex.xml.TypeInfoPathManager
Create a new manager.
typeinfos - Static variable in class jadex.xml.PropertiesXMLHelper
The type infos.
typeinfos - Variable in class jadex.xml.TypeInfoPathManager
The type mappings.
typeinfos - Variable in class jadex.xml.TypeInfoTypeManager
The type mappings.
TypeInfoTypeManager - Class in jadex.xml
The type info type manager organizes type infos via their objects types.
TypeInfoTypeManager(Set) - Constructor for class jadex.xml.TypeInfoTypeManager
Create a type info manager.
typename - Variable in class jadex.bridge.ClassInfo
The service interface type as string.
typename - Variable in class jadex.bridge.modelinfo.ComponentInstanceInfo
The type name.
typename - Variable in class jadex.bridge.service.ProvidedServiceInfo
The service interface type as string.
typename - Variable in class jadex.commons.FieldInfo
The typename.
typename - Variable in class jadex.extension.agr.MGroupInstance
The type name.
typename - Variable in class jadex.extension.envsupport.environment.SpaceObject
The object's typename.
TypeNode - Class in jadex.javaparser.javaccimpl
Node representing a type.
TypeNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.TypeNode
Create an expression node.
TYPES - Static variable in class jadex.extension.envsupport.MEnvSpaceType
 

U

uexp - Variable in class jadex.bdiv3x.runtime.RExpressionbase.RExpression
The unparsed expression.
unacked - Variable in class jadex.bridge.component.streams.AbstractConnectionHandler
The unacknowledged messages.
unassignRole(IComponentIdentifier, String) - Method in class jadex.extension.agr.Group
Remove an agent from a role.
unbind() - Method in class jadex.bridge.nonfunctional.hardconstraints.ConstantValueFilter
Unbinds the constant value.
unblock(Future<Void>) - Static method in class jadex.commons.gui.future.SwingDefaultResultListener
 
unboundconstantfilters - Variable in class jadex.bridge.nonfunctional.hardconstraints.RHardConstraints
Unbound constant value filters
Uncached - Annotation Type in jadex.bridge.service.annotation
Specify a method as uncached.
UNCONNECTED - jadex.bridge.service.types.remote.IProxyAgentService.State
 
UNDEFINED - Static variable in class jadex.bridge.service.RequiredServiceInfo
Constant for multiplicity undefined.
UNDEFINED - Static variable in annotation type jadex.micro.annotation.RequiredService
Constant for multiplicity undefined.
undone - Variable in class jadex.bridge.ComponentResultListener
The undone flag.
undone - Variable in class jadex.bridge.service.component.interceptors.FutureFunctionality
 
undone - Variable in class jadex.bridge.TimeoutResultListener
Flag if undone methods should be used.
undone - Variable in class jadex.commons.future.CollectionResultListener
The undone flag.
undone - Variable in class jadex.commons.future.CounterResultListener
The undone flag.
undone - Variable in class jadex.commons.future.DelegationResultListener
Flag if undone methods should be used.
undone - Variable in class jadex.commons.future.ExceptionDelegationResultListener
Flag if undone methods should be used.
undone - Variable in class jadex.commons.future.Future
The undone flag.
undone - Variable in class jadex.commons.future.IntermediateDelegationResultListener
Flag if undone methods should be used.
undone - Variable in class jadex.commons.future.IntermediateExceptionDelegationResultListener
The undone flag.
undone - Variable in class jadex.commons.gui.future.SwingDelegationResultListener
Flag if undone methods should be used.
undone - Variable in class jadex.commons.gui.future.SwingExceptionDelegationResultListener
Flag if undone methods should be used.
undone - Variable in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
The undone flag.
undone - Variable in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
The undone flag.
undone - Variable in class jadex.commons.gui.future.SwingIntermediateResultListener
The undone flag.
undone - Variable in class jadex.commons.gui.future.SwingResultListener
Flag if undone methods should be used.
UNEQUAL - Static variable in class jadex.javaparser.javaccimpl.CompareNode
The unequal (!=) operator.
unescape(String) - Static method in class jadex.base.Starter
Unescape a string.
unescapeLineBreaks(String) - Static method in class jadex.commons.SUtil
Unescapes all line breaks from strings similar to Java string literals.
unescapeString(String) - Static method in class jadex.xml.stax.XmlUtil
Unescapes strings for xml.
unique - Variable in class jadex.bdiv3.model.MGoal
The unique.
unique() - Method in annotation type jadex.bdiv3.annotation.Goal
Should the goal be unique (no other goal is allowed that is the same).
UNIQUEIDS - Static variable in interface jadex.base.IPlatformConfiguration
Flag if CIDs may be reused (true for not).
unit - Variable in class jadex.bridge.nonfunctional.NFPropertyMetaInfo
Unit of the property value.
unit - Variable in class jadex.bridge.nonfunctional.search.BasicEvaluator
The unit.
UNIT - Static variable in class jadex.extension.envsupport.math.Vector2Int
 
units - Static variable in enum jadex.bridge.sensor.unit.MemoryUnit
 
UnixEntropyApi - Class in jadex.commons.security
Access to cryptographically secure entropy on some UNIX systems (BSD, Linux).
UnixEntropyApi() - Constructor for class jadex.commons.security.UnixEntropyApi
 
UNKNOWN - Static variable in class jadex.bridge.fipa.FipaMessage.Performative
 
UNKNOWN - Static variable in class jadex.bridge.fipa.SFipa
 
UnlimitedIntermediateDelegationResultListener<E> - Class in jadex.commons.future
Listener that forwards results but not finished events.
UnlimitedIntermediateDelegationResultListener(IntermediateFuture<E>) - Constructor for class jadex.commons.future.UnlimitedIntermediateDelegationResultListener
Create a new UnlimitedIntermediateDelegationResultListener.
unobserveValue(Object) - Method in class jadex.bdiv3.runtime.wrappers.EventPublisher
 
unobserveValue(Object, IInternalAccess) - Method in class jadex.bdiv3.runtime.wrappers.InitEventPublisher
 
UnparsedExpression - Class in jadex.bridge.modelinfo
An unparsed expression for being able to transfer to other nodes.
UnparsedExpression() - Constructor for class jadex.bridge.modelinfo.UnparsedExpression
Create a new expression.
UnparsedExpression(String, Class<?>, String) - Constructor for class jadex.bridge.modelinfo.UnparsedExpression
Create a new expression.
UnparsedExpression(String, Class<?>, String, String) - Constructor for class jadex.bridge.modelinfo.UnparsedExpression
Create a new expression.
UnparsedExpression(String, String) - Constructor for class jadex.bridge.modelinfo.UnparsedExpression
Create a new expression.
UnparsedExpression(String, String, String, String) - Constructor for class jadex.bridge.modelinfo.UnparsedExpression
Create a new expression.
unpublishService(IServiceIdentifier) - Method in interface jadex.bridge.service.types.publish.IPublishService
Unpublish a service.
UnresolvedServiceInvocationHandler - Class in jadex.bridge.service.component
Lazy service proxy that resolves a service via a search command.
UnresolvedServiceInvocationHandler(IInternalAccess, ServiceQuery<?>) - Constructor for class jadex.bridge.service.component.UnresolvedServiceInvocationHandler
Create a new invocation handler.
unrestricted - Variable in class jadex.bridge.service.search.ServiceQuery
Should the service be unrestricted.
unrestricted - Variable in class jadex.bridge.service.ServiceIdentifier
Is the service unrestricted.
UNRESTRICTED - Static variable in annotation type jadex.bridge.service.annotation.Security
The unrestricted role (access is granted to all), e.g.
UNSET - Static variable in class jadex.bdi.planlib.DefaultBDIVisionProcessor
The unset action (sets a belief fact to null).
UNSET - Static variable in annotation type jadex.bridge.service.annotation.Timeout
Constant for unset (i.e.
UNSET - Static variable in class jadex.commons.collection.LeaseTimeSet
Constant for unset leasetime (use global default otherwise no leasetime).
UNSET - Static variable in class jadex.commons.collection.PassiveLeaseTimeSet
Constant for unset leasetime (use global default otherwise no leasetime).
UNSET - Static variable in class jadex.commons.future.Future
Constant for unset.
unwrapGenericType(Type) - Static method in class jadex.commons.SReflect
Unwrap a generic type.
unzip(ZipFile, File) - Static method in class jadex.commons.SUtil
Unzip a file into a specific dir.
update(long) - Method in class jadex.bridge.service.types.chat.TransferInfo
Update the transfer info.
update(E) - Method in interface jadex.commons.collection.ILeaseTimeSet
Add a new entry or update an existing entry.
update(E) - Method in class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
 
update(E) - Method in class jadex.commons.collection.LeaseTimeSet
Add a new entry or update an existing entry.
update(E) - Method in class jadex.commons.collection.PassiveLeaseTimeSet
Add a new entry or update an existing entry.
update(E, long) - Method in interface jadex.commons.collection.ILeaseTimeSet
Add a new entry or update an existing entry.
update(E, long) - Method in class jadex.commons.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
Add a new entry or update an existing entry.
update(E, long) - Method in class jadex.commons.collection.LeaseTimeSet
Add a new entry or update an existing entry.
update(E, long) - Method in class jadex.commons.collection.PassiveLeaseTimeSet
Add a new entry or update an existing entry.
update(IEnvironmentSpace) - Method in class jadex.extension.envsupport.dataview.GeneralDataView2D
Updates the view.
update(IEnvironmentSpace) - Method in class jadex.extension.envsupport.dataview.GeneralDataView2D3D
Updates the view.
update(IEnvironmentSpace) - Method in class jadex.extension.envsupport.dataview.GeneralDataView3D
Updates the view.
update(IEnvironmentSpace) - Method in interface jadex.extension.envsupport.dataview.IDataView
Updates the view.
update(IEnvironmentSpace) - Method in class jadex.extension.envsupport.dataview.LocalDataView2D
Updates the view.
UPDATE_DELAY - Static variable in class jadex.bridge.RemoteChangeListenerHandler
Update delay.
updateIndex(String) - Method in class jadex.bridge.service.search.Indexer
Update an index for all values.
updateModel() - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo.AutoCompleteDocument
 
updateObject(IEnvironmentSpace, long, IClockService) - Method in class jadex.extension.envsupport.environment.SpaceObject
Updates the object to the current time.
updateParameters(ProcessThread, MActivity) - Static method in class jadex.bpmn.runtime.handler.SubProcessActivityHandler.SubprocessResultHandler
Update the parameter values after a step.
updateParametersAfterStep(MActivity, IInternalAccess) - Method in class jadex.bpmn.runtime.ProcessThread
Remove in parameters after step.
updateParametersBeforeStep(IInternalAccess) - Method in class jadex.bpmn.runtime.ProcessThread
Update parameters based on edge inscriptions and initial values.
updatePopup() - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo
Update the popup.
updaterate - Variable in class jadex.bdiv3.model.MBelief
The update rate.
updaterate - Variable in class jadex.bdiv3.model.MParameter
The update rate.
updaterate - Variable in class jadex.bridge.nonfunctional.NFPropertyMetaInfo
The update rate.
updaterate() - Method in annotation type jadex.bdiv3.annotation.Belief
An update rate causes the belief to be reevaluated periodically.
updateSelectedPathsFromSelectedRows() - Method in class jadex.commons.gui.jtreetable.JTreeTable.ListToTreeSelectionModelWrapper
If updatingListSelectionModel is false, this will reset the selected paths from the selected rows in the list selection model.
updateService(IServiceIdentifier) - Method in interface jadex.bridge.service.search.IServiceRegistry
Updates a service if the service meta-information has changes.
updateService(IServiceIdentifier) - Method in class jadex.bridge.service.search.ServiceRegistry
Updates a service if the service meta-information has changes.
updateService(IServiceIdentifier, String) - Method in class jadex.bridge.service.search.ServiceRegistry
Updates a service if the service meta-information has changes.
UPDATETIMER - jadex.commons.future.IForwardCommandFuture.Type
 
updateUI() - Method in class jadex.commons.gui.jtreetable.JTreeTable.TreeTableCellRenderer
updateUI is overridden to set the colors of the Tree's renderer to match that of the table.
updateUI() - Method in class jadex.commons.gui.jtreetable.JTreeTable
Overridden to message super and forward the method to the tree.
updating - Variable in class jadex.commons.gui.autocombo.AutoCompleteCombo
The flag that the model is modified.
updatingListSelectionModel - Variable in class jadex.commons.gui.jtreetable.JTreeTable.ListToTreeSelectionModelWrapper
Set to true when we are updating the ListSelectionModel.
uploadFile(IInputConnection, String, String) - Method in interface jadex.bridge.service.types.filetransfer.IFileTransferService
Put a file.
uri - Variable in class jadex.bridge.GlobalResourceIdentifier
The URI.
uri - Variable in class jadex.bridge.LocalResourceIdentifier
The URI.
uri - Variable in class jadex.xml.Namespace
The URI.
url - Variable in class jadex.commons.gui.BrowserPane
The current URL under the mouse cursor.
urlFromApkPath(String) - Method in interface jadex.commons.SUtil.AndroidUtils
Creates an URL object from a given Path to an android APK file
urlToFile(String) - Static method in class jadex.commons.SUtil
Convert an URL to a file.
URSHIFT - Static variable in class jadex.javaparser.javaccimpl.MathNode
The unsinged right shift operator.
USE_ALL_BEANINFO - Static variable in class jadex.commons.beans.Introspector
Constant values to indicate that the Introspector will use all BeanInfo class which have been found.
USE_THREADS - Static variable in class jadex.extension.rs.invoke.RestInvocationHelper
Use daemon threads for REST call.
useAlpha - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.special.Materialfile
 
useasm - Static variable in class jadex.bridge.ProxyFactory
 
used - Variable in class jadex.bridge.service.component.ServiceInvocationContext
The stack of used interceptors.
UsedMemoryProperty - Class in jadex.bridge.sensor.memory
The used physical memory.
UsedMemoryProperty(IInternalAccess) - Constructor for class jadex.bridge.sensor.memory.UsedMemoryProperty
Create a new property.
UsedPermGenMemoryProperty - Class in jadex.bridge.sensor.memory
 
UsedPermGenMemoryProperty(IInternalAccess) - Constructor for class jadex.bridge.sensor.memory.UsedPermGenMemoryProperty
Create a new property.
user - Variable in class jadex.bdi.planlib.messaging.EmailAccount
The user name.
useragentobject - Variable in class jadex.micro.MicroAgentPersistInfo
The pojo agent object provided by the user.
usercontext - Variable in class jadex.xml.writer.AWriteContext
The user context.
UserInteractionActivityHandler - Class in jadex.bpmn.runtime.handler.ui
Handler that opens a window and waits for the user to click a button.
UserInteractionActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.ui.UserInteractionActivityHandler
 
UserInteractionTask - Class in jadex.bpmn.runtime.task
Opens a dialog for the task and lets the user enter result parameters.
UserInteractionTask() - Constructor for class jadex.bpmn.runtime.task.UserInteractionTask
 
UserMethodInvocationListener - Class in jadex.bridge.sensor.service
Listener that only observes user methods.
UserMethodInvocationListener(IMethodInvocationListener) - Constructor for class jadex.bridge.sensor.service.UserMethodInvocationListener
Create a new UserMethodInvocationListener.
UTF8 - Static variable in class jadex.commons.SUtil
UTF-8 charset.

V

v - Variable in class jadex.commons.collection.MapEntry
 
val - Variable in class jadex.commons.gui.autocombo.ComboBoxEditor
The value.
val - Variable in class jadex.extension.rs.invoke.mapper.ConstantStringMapper
The value that is returned.
valid - Variable in class jadex.bridge.CheckedAction
The valid flag.
validate(String) - Method in class jadex.bridge.modelinfo.Argument
Check the validity of an input.
validate(String) - Method in interface jadex.bridge.modelinfo.IArgument
Check the validity of an input.
validatePendingAdd(Object) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Validates the pending add of child.
validatePendingRemove(Object) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Validates the pending removal of child.
validatePendingSetBeanContext(BeanContext) - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
 
ValidationInterceptor - Class in jadex.bridge.service.component.interceptors
The validation interceptor tests whether a service call is valid.
ValidationInterceptor(IInternalAccess) - Constructor for class jadex.bridge.service.component.interceptors.ValidationInterceptor
Create a new interceptor.
validator - Variable in class jadex.commons.gui.JValidatorTextField
The validator.
valign - Variable in class jadex.extension.envsupport.observer.graphics.drawable.Primitive
Vertical alignment
vals - Variable in class jadex.bridge.service.component.ComponentSuspendable
The thread locals.
vals - Variable in class jadex.commons.future.ThreadLocalTransferHelper
The thread locals.
value - Variable in class jadex.bdiv3.model.MParameter
The default value.
value - Variable in class jadex.bdiv3.runtime.ChangeEvent
The event value.
value - Variable in class jadex.bdiv3x.runtime.RBeliefbase.RBelief
Deprecated.
The value.
value - Variable in class jadex.bridge.modelinfo.UnparsedExpression
The value.
value - Variable in class jadex.bridge.nonfunctional.hardconstraints.AbstractConstraintFilter
The value once it is bound.
value - Variable in class jadex.bridge.nonfunctional.hardconstraints.MHardConstraint
Expected value.
value - Variable in class jadex.bridge.nonfunctional.SimpleValueNFProperty
The current value.
value - Variable in class jadex.bridge.sensor.service.AverageEvaluator
The last average value.
value - Variable in class jadex.bridge.service.component.interceptors.ResolveInterceptor.SerializedValue
The serialized value.
value - Variable in class jadex.bridge.service.types.chat.ChatEvent
The event value (depends on type).
value - Variable in class jadex.bridge.service.types.cms.CMSStatusEvent.CMSIntermediateResultEvent
The value of the result.
value - Variable in class jadex.commons.ChangeEvent
The value.
value - Variable in class jadex.commons.ConstantFilter
The return value.
value - Variable in class jadex.commons.Property
The value.
value - Variable in class jadex.commons.SClassReader.EnumInfo
The enum value.
value - Variable in class jadex.xml.bean.MapEntry
The value attribute.
value() - Method in annotation type jadex.bdiv3.annotation.BDIConfigurations
The configurations.
value() - Method in annotation type jadex.bdiv3.annotation.Body
The body as seperate class.
value() - Method in annotation type jadex.bdiv3.annotation.GoalInhibit
The inhibited goal type specifies for which other goals this method is called.
value() - Method in annotation type jadex.bdiv3.annotation.Goals
The goals.
value() - Method in annotation type jadex.bdiv3.annotation.Mapping
The name of the outer element.
value() - Method in annotation type jadex.bdiv3.annotation.Plans
The plans.
value() - Method in annotation type jadex.bdiv3.annotation.RawEvent
First is the event type such as ChangeEvent.GOALOPTION.
value() - Method in annotation type jadex.bridge.nonfunctional.annotation.NameValue
The value as string, will be parsed.
value() - Method in annotation type jadex.bridge.nonfunctional.annotation.NFProperties
The non-functional properties.
value() - Method in annotation type jadex.bridge.nonfunctional.annotation.NFProperty
The type of the property.
value() - Method in annotation type jadex.bridge.nonfunctional.annotation.NFRProperty
The type of the property.
value() - Method in annotation type jadex.bridge.service.annotation.CheckIndex
The argument number with the array or collection or array.
value() - Method in annotation type jadex.bridge.service.annotation.CheckState
The expression will be parsed.
value() - Method in annotation type jadex.bridge.service.annotation.GuiClass
Supply a class implementing the gui.
value() - Method in annotation type jadex.bridge.service.annotation.GuiClassName
Supply a class name of a class implementing the gui.
value() - Method in annotation type jadex.bridge.service.annotation.GuiClassNames
Supply a class name of a class implementing the gui.
value() - Method in annotation type jadex.bridge.service.annotation.MultiplexCollector
The multiplex distributor class.
value() - Method in annotation type jadex.bridge.service.annotation.MultiplexDistributor
The multiplex distributor class.
value() - Method in annotation type jadex.bridge.service.annotation.NoCopy
Set the copy state.
value() - Method in annotation type jadex.bridge.service.annotation.ParameterInfo
The parameter name.
value() - Method in annotation type jadex.bridge.service.annotation.PostCondition
The type.
value() - Method in annotation type jadex.bridge.service.annotation.PostConditions
Supply a number of postconditions.
value() - Method in annotation type jadex.bridge.service.annotation.PreCondition
The type.
value() - Method in annotation type jadex.bridge.service.annotation.PreConditions
Supply a number of preconditions.
value() - Method in annotation type jadex.bridge.service.annotation.Replacement
Supply a class name of a class implementing IMethodReplacement.
value() - Method in annotation type jadex.bridge.service.annotation.Service
Supply the interface.
value() - Method in annotation type jadex.bridge.service.annotation.ServiceIdentifier
Supply the interface.
value() - Method in annotation type jadex.bridge.service.annotation.Tag
The tags as strings or expression.
value() - Method in annotation type jadex.bridge.service.annotation.Tags
The tags as strings or expression
value() - Method in annotation type jadex.bridge.service.annotation.TargetMethod
The method name.
value() - Method in annotation type jadex.bridge.service.annotation.Timeout
The timeout period after which local or remote invocations are aborted when no result is received.
value() - Method in annotation type jadex.bridge.service.annotation.Value
The value as string, will be parsed.
value() - Method in annotation type jadex.bridge.service.component.Breakpoint
The breakpoint name.
value() - Method in annotation type jadex.extension.rs.invoke.annotation.ParameterMapper
The parameter name as used in the rest call.
value() - Method in annotation type jadex.extension.rs.invoke.annotation.ParameterMappers
The parameter mappers.
value() - Method in annotation type jadex.extension.rs.invoke.annotation.ParametersInURL
The flag if parameters should be passed in url.
value() - Method in annotation type jadex.extension.rs.publish.annotation.MethodMapper
The method name.
value() - Method in annotation type jadex.extension.rs.publish.annotation.ParametersMapper
The method name.
value() - Method in annotation type jadex.extension.rs.publish.annotation.ResultMapper
The mapper.
value() - Method in annotation type jadex.micro.annotation.AgentArgument
The argument name.
value() - Method in annotation type jadex.micro.annotation.AgentResult
The result name.
value() - Method in annotation type jadex.micro.annotation.Arguments
The arguments.
value() - Method in annotation type jadex.micro.annotation.Breakpoints
The breakpoint names.
value() - Method in annotation type jadex.micro.annotation.ComponentTypes
The component types.
value() - Method in annotation type jadex.micro.annotation.Configurations
The configurations.
value() - Method in annotation type jadex.micro.annotation.Description
The description.
value() - Method in annotation type jadex.micro.annotation.Features
The features.
value() - Method in annotation type jadex.micro.annotation.Implementation
The creation class.
value() - Method in annotation type jadex.micro.annotation.Imports
The imports.
value() - Method in annotation type jadex.micro.annotation.Properties
The name value pairs.
value() - Method in annotation type jadex.micro.annotation.ProvidedServices
The provided services.
value() - Method in annotation type jadex.micro.annotation.RequiredServices
The required services.
value() - Method in annotation type jadex.micro.annotation.Results
The results.
Value - Class in jadex.extension.rs.publish
Java class representation for the Value annotation as annotations cannot be created at runtime.
Value - Annotation Type in jadex.bridge.service.annotation
Value as class or unparsed expression string.
Value(Class<?>) - Constructor for class jadex.extension.rs.publish.Value
Create a new value.
Value(String) - Constructor for class jadex.extension.rs.publish.Value
Create a new value.
VALUEADDED - Static variable in class jadex.bdiv3.runtime.ChangeEvent
Event type that a value has been added.
VALUECHANGED - Static variable in class jadex.bdiv3.runtime.ChangeEvent
Event type that a value has changed (property change in case of bean).
valueForPathChanged(TreePath, Object) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
 
valueOf(String) - Static method in enum jadex.bdiv3.model.MMessageEvent.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jadex.bdiv3.model.MParameter.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jadex.bdiv3.model.MParameter.EvaluationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jadex.bdiv3.model.MProcessableElement.ExcludeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jadex.bdiv3.runtime.IGoal.GoalLifecycleState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jadex.bdiv3.runtime.IGoal.GoalProcessingState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jadex.bridge.nonfunctional.INFProperty.Target
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jadex.bridge.sensor.unit.MemoryUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jadex.bridge.sensor.unit.PercentUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jadex.bridge.sensor.unit.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jadex.bridge.service.annotation.PostCondition.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jadex.bridge.service.annotation.PreCondition.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jadex.bridge.service.component.ServiceCallEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jadex.bridge.service.ServiceScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jadex.bridge.service.types.monitoring.IMonitoringService.PublishEventLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jadex.bridge.service.types.monitoring.IMonitoringService.PublishTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jadex.bridge.service.types.remote.IProxyAgentService.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jadex.commons.Boolean3
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jadex.commons.future.IForwardCommandFuture.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jadex.extension.envsupport.observer.graphics.drawable3d.special.SpecialAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class jadex.xml.stax.QName
Returns a QName holding the value of the specified String.
VALUEREMOVED - Static variable in class jadex.bdiv3.runtime.ChangeEvent
Event type that a value has been removed.
values - Variable in class jadex.base.PlatformConfigurationHandler
The map of values.
values - Variable in class jadex.bdiv3.model.MParameter
The default values (multi).
values - Variable in class jadex.bridge.modelinfo.ModelValueProvider
The values.
values - Variable in class jadex.bridge.service.component.interceptors.SpanContextInfo
The values.
values - Variable in class jadex.bridge.service.search.Indexer
All values.
values - Variable in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
The values.
values - Variable in class jadex.commons.SClassReader.AnnotationInfo
Annotations nested in this annotation.
values - Variable in class jadex.commons.SimpleParameterGuesser
The values.
values - Variable in class jadex.javaparser.SimpleValueFetcher
The values.
values() - Static method in enum jadex.bdiv3.model.MMessageEvent.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jadex.bdiv3.model.MParameter.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jadex.bdiv3.model.MParameter.EvaluationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jadex.bdiv3.model.MProcessableElement.ExcludeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jadex.bdiv3.runtime.IGoal.GoalLifecycleState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jadex.bdiv3.runtime.IGoal.GoalProcessingState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in annotation type jadex.bridge.nonfunctional.annotation.NameValue
The values as strings, will be individually parsed.
values() - Static method in enum jadex.bridge.nonfunctional.INFProperty.Target
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jadex.bridge.sensor.unit.MemoryUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jadex.bridge.sensor.unit.PercentUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jadex.bridge.sensor.unit.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jadex.bridge.service.annotation.PostCondition.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jadex.bridge.service.annotation.PreCondition.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jadex.bridge.service.component.ServiceCallEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jadex.bridge.service.ServiceScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jadex.bridge.service.types.monitoring.IMonitoringService.PublishEventLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jadex.bridge.service.types.monitoring.IMonitoringService.PublishTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jadex.bridge.service.types.remote.IProxyAgentService.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class jadex.bytecode.vmhacks.ClassStore
Override
values() - Static method in enum jadex.commons.Boolean3
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class jadex.commons.collection.BiHashMap
Returns the keys of the reverse map.
values() - Method in class jadex.commons.collection.CheckedMap
Returns a Collection view of the values contained in this map.
values() - Method in class jadex.commons.collection.FastHashMap
 
values() - Method in class jadex.commons.collection.IndexMap
Returns a collection view of the values contained in this map.
values() - Method in class jadex.commons.collection.LeaseTimeMap
Unsupported Operation.
values() - Method in class jadex.commons.collection.MultiCollection
Unsupported Operation.
values() - Method in class jadex.commons.collection.NestedMap
Returns a collection view of the values contained in this map.
values() - Method in class jadex.commons.collection.OrderedProperties
Delegate.
values() - Method in class jadex.commons.collection.RwMapWrapper
Returns the key values.
values() - Method in class jadex.commons.collection.WeakKeyValueMap
Returns the values.
values() - Method in class jadex.commons.collection.WeakValueMap
Get the values.
values() - Method in class jadex.commons.collection.wrappers.MapWrapper
 
values() - Static method in enum jadex.commons.future.IForwardCommandFuture.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jadex.extension.envsupport.observer.graphics.drawable3d.special.SpecialAction
Returns an array containing the constants of this enum type, in the order they are declared.
variation - Variable in class jadex.bdi.planlib.protocols.ExponentialPriceCalculator
The variation.
variation - Variable in class jadex.bdi.planlib.protocols.LinearPriceCalculator
The variance.
varname - Variable in class jadex.extension.envsupport.evaluation.SpaceObjectSource
The variable name.
vars - Variable in class jadex.javaparser.javaccimpl.SelectNode
The variable names.
vcSupport - Variable in class jadex.commons.beans.beancontext.BeanContextChildSupport
 
Vector1Double - Class in jadex.extension.envsupport.math
Implementation of a 1-vector using a double value.
Vector1Double() - Constructor for class jadex.extension.envsupport.math.Vector1Double
Creates a new vector.
Vector1Double(double) - Constructor for class jadex.extension.envsupport.math.Vector1Double
Creates a new Vector1Double
Vector1Int - Class in jadex.extension.envsupport.math
 
Vector1Int() - Constructor for class jadex.extension.envsupport.math.Vector1Int
Creates a new vector.
Vector1Int(int) - Constructor for class jadex.extension.envsupport.math.Vector1Int
Creates a new Vector1int.
Vector1Long - Class in jadex.extension.envsupport.math
 
Vector1Long() - Constructor for class jadex.extension.envsupport.math.Vector1Long
Creates a new vector.
Vector1Long(long) - Constructor for class jadex.extension.envsupport.math.Vector1Long
Creates a new Vector1Long.
Vector2Double - Class in jadex.extension.envsupport.math
Implementation of a cartesian 2-vector using double components.
Vector2Double() - Constructor for class jadex.extension.envsupport.math.Vector2Double
Creates a new Vector2Double with the value (0,0).
Vector2Double(double) - Constructor for class jadex.extension.envsupport.math.Vector2Double
Creates a new Vector2 using the scalar to assign the value (scalar,scalar).
Vector2Double(double, double) - Constructor for class jadex.extension.envsupport.math.Vector2Double
Creates a new Vector2 with the given value.
Vector2Double(IVector2) - Constructor for class jadex.extension.envsupport.math.Vector2Double
Creates a new Vector2 with the same value as the input vector.
Vector2Int - Class in jadex.extension.envsupport.math
Implementation of a 2-vector using integer values.
Vector2Int() - Constructor for class jadex.extension.envsupport.math.Vector2Int
Creates a new Vector2Int with the value (0,0).
Vector2Int(int) - Constructor for class jadex.extension.envsupport.math.Vector2Int
Creates a new Vector2Int using the scalar to assign the value (scalar,scalar).
Vector2Int(int, int) - Constructor for class jadex.extension.envsupport.math.Vector2Int
Creates a new Vector2Int with the given value.
Vector2Int(IVector2) - Constructor for class jadex.extension.envsupport.math.Vector2Int
Creates a new Vector2 with the same value as the input vector.
Vector3Double - Class in jadex.extension.envsupport.math
Implementation of a cartesian 3-vector using double components.
Vector3Double() - Constructor for class jadex.extension.envsupport.math.Vector3Double
Creates a new Vector2Double with the value (0,0).
Vector3Double(double) - Constructor for class jadex.extension.envsupport.math.Vector3Double
Creates a new Vector2 using the scalar to assign the value (scalar,scalar).
Vector3Double(double, double, double) - Constructor for class jadex.extension.envsupport.math.Vector3Double
Creates a new Vector2 with the given value.
Vector3Double(IVector3) - Constructor for class jadex.extension.envsupport.math.Vector3Double
Creates a new Vector3 with the same value as the input vector.
Vector3Int - Class in jadex.extension.envsupport.math
 
Vector3Int() - Constructor for class jadex.extension.envsupport.math.Vector3Int
Creates a new Vector3Int with the value (0,0,0).
Vector3Int(int) - Constructor for class jadex.extension.envsupport.math.Vector3Int
Creates a new Vector3Int using the scalar to assign the value (scalar,scalar).
Vector3Int(int, int, int) - Constructor for class jadex.extension.envsupport.math.Vector3Int
Creates a new Vector3Int with the given value.
Vector3Int(IVector3) - Constructor for class jadex.extension.envsupport.math.Vector3Int
Creates a new Vector3 with the same value as the input vector.
verifyWithPEM(byte[], byte[], String, LinkedHashSet<X509CertificateHolder>) - Static method in class jadex.commons.security.SSecurity
Verify using a PEM-encoded X.509 certificate/key.
version - Variable in class jadex.bdi.planlib.messaging.AIM
The version of the client.
version - Variable in class jadex.bridge.service.types.appstore.AppMetaInfo
The application version.
version - Variable in class jadex.bridge.VersionInfo
The version string (e.g.
versioninfo - Variable in class jadex.bridge.GlobalResourceIdentifier
The version info.
VersionInfo - Class in jadex.bridge
Some version infos for Jadex.
VersionInfo() - Constructor for class jadex.bridge.VersionInfo
Create a new version info object.
vetoableChange(PropertyChangeEvent) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
 
vetoableChange(PropertyChangeEvent) - Method in interface jadex.commons.beans.VetoableChangeListener
 
vetoableChange(PropertyChangeEvent) - Method in class jadex.commons.beans.VetoableChangeListenerProxy
 
VetoableChangeListener - Interface in jadex.commons.beans
 
VetoableChangeListenerProxy - Class in jadex.commons.beans
 
VetoableChangeListenerProxy(String, VetoableChangeListener) - Constructor for class jadex.commons.beans.VetoableChangeListenerProxy
 
VetoableChangeSupport - Class in jadex.commons.beans
 
VetoableChangeSupport(Object) - Constructor for class jadex.commons.beans.VetoableChangeSupport
 
vgap - Variable in class jadex.commons.gui.ObjectCardLayout
The vertical gap.
viewport - Variable in class jadex.extension.envsupport.observer.perspective.Perspective2D
The viewport
viewport3d - Variable in class jadex.extension.envsupport.observer.perspective.Perspective3D
The viewport
ViewportJ2D - Class in jadex.extension.envsupport.observer.graphics.java2d
This class manages the GUI and all user interaction.
ViewportJ2D(IPerspective, ClassLoader) - Constructor for class jadex.extension.envsupport.observer.graphics.java2d.ViewportJ2D
Creates a new Viewport.
views - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Available views
Visibility - Interface in jadex.commons.beans
 
VisibilityPopupMenu - Class in jadex.commons.gui.jtable
 
VisibilityPopupMenu(JTable) - Constructor for class jadex.commons.gui.jtable.VisibilityPopupMenu
 
VisibilityTableColumnModel - Class in jadex.commons.gui.jtable
VisibilityTableColumnModel extends the DefaultTableColumnModel .
VisibilityTableColumnModel() - Constructor for class jadex.commons.gui.jtable.VisibilityTableColumnModel
Creates an extended table column model.
visibleRow - Variable in class jadex.commons.gui.jtreetable.JTreeTable.TreeTableCellRenderer
Last table/tree row asked to renderer.
visuals - Variable in class jadex.extension.envsupport.observer.perspective.Perspective2D
The visuals (DrawableCombiners)
visuals - Variable in class jadex.extension.envsupport.observer.perspective.Perspective3D
The visuals (DrawableCombiners)
VisualsPlugin - Class in jadex.extension.envsupport.observer.gui.plugin
 
VisualsPlugin() - Constructor for class jadex.extension.envsupport.observer.gui.plugin.VisualsPlugin
 
vmargs - Variable in class jadex.bridge.service.types.daemon.StartOptions
The vm arguments.
VmHacks - Class in jadex.bytecode.vmhacks
Class providing various means of getting around VM restrictions.
VmHacks() - Constructor for class jadex.bytecode.vmhacks.VmHacks
 
VmHacks.InstrumentationCommand - Class in jadex.bytecode.vmhacks
Instrumentation command issued to the instrumentation agent.
VmHacks.Unsafe - Class in jadex.bytecode.vmhacks
Access to unsafe operations.
VmHacksAgent - Class in jadex.bytecode.vmhacks
Agent for acquiring instrumentation access.
VmHacksAgent() - Constructor for class jadex.bytecode.vmhacks.VmHacksAgent
 
volume - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 

W

WaitAbstraction - Class in jadex.bdiv3.runtime
Object that indicates on which elements a plan is waiting.
WaitAbstraction() - Constructor for class jadex.bdiv3.runtime.WaitAbstraction
 
waitfilter - Variable in class jadex.bpmn.runtime.ProcessThread
The wait filter.
waitFor() - Method in class jadex.commons.future.FutureBarrier
Wait for all added futures being finished.
waitFor(long) - Method in interface jadex.bdiv3.runtime.IPlan
Wait for a delay.
waitFor(long) - Method in class jadex.bdiv3x.runtime.Plan
Wait for a some time.
waitForAuctionStart(AuctionDescription, List) - Method in class jadex.bdi.planlib.protocols.dutchauction.DAInitiatorPlan
Wait for the auction start time.
waitForAuctionStart(AuctionDescription, List) - Method in class jadex.bdi.planlib.protocols.englishauction.EAInitiatorPlan
Wait for the auction start time.
waitForCollectionChange(String, long, IFilter<ChangeInfo<T>>) - Method in interface jadex.bdiv3.runtime.IPlan
Wait for a collection change.
waitForCollectionChange(String, long, Object) - Method in interface jadex.bdiv3.runtime.IPlan
Wait for a collection change.
waitForCondition(ICondition, String[]) - Method in interface jadex.bdiv3.runtime.IPlan
Wait for a condition.
waitForCondition(ICondition, String[], long) - Method in interface jadex.bdiv3.runtime.IPlan
Wait for a condition.
waitForCondition(String) - Method in class jadex.bdiv3x.runtime.Plan
Wait for a condition.
waitForCondition(String, long) - Method in class jadex.bdiv3x.runtime.Plan
Wait for a condition.
waitForCondition(String, long, Map<String, Object>) - Method in class jadex.bdiv3x.runtime.Plan
Wait for a condition.
waitForConditionInline(String) - Method in class jadex.bdiv3x.runtime.Plan
Wait for a condition.
waitForConditionInline(String, long) - Method in class jadex.bdiv3x.runtime.Plan
Wait for a condition.
waitForDelay(long) - Method in interface jadex.bridge.component.IExternalExecutionFeature
Wait for some time.
waitForDelay(long, boolean) - Method in interface jadex.bridge.component.IExternalExecutionFeature
Wait for some time.
waitForDelay(long, IComponentStep<T>) - Method in interface jadex.bridge.component.IExternalExecutionFeature
Wait for some time and execute a component step afterwards.
waitForDelay(long, IComponentStep<T>, boolean) - Method in interface jadex.bridge.component.IExternalExecutionFeature
Wait for some time and execute a component step afterwards.
waitForDelay(long, Runnable) - Method in interface jadex.commons.collection.IDelayRunner
Wait for a delay.
waitForDelay(long, Runnable) - Method in class jadex.commons.collection.TimerDelayRunner
Wait for a delay.
waitForEver() - Method in class jadex.bdiv3x.runtime.Plan
Wait for ever (is aborted on goal success/failure).
waitForFactAdded(String) - Method in interface jadex.bdiv3.runtime.IPlan
Wait for a fact being added to a belief.
waitForFactAdded(String) - Method in class jadex.bdiv3x.runtime.Plan
Wait for a fact added.
waitForFactAdded(String, long) - Method in interface jadex.bdiv3.runtime.IPlan
Wait for a fact being added to a belief.
waitForFactAdded(String, long) - Method in class jadex.bdiv3x.runtime.Plan
Wait for a fact added.
waitForFactAddedOrRemoved(String) - Method in interface jadex.bdiv3.runtime.IPlan
Wait for a fact being added or removed to a belief.
waitForFactAddedOrRemoved(String, long) - Method in interface jadex.bdiv3.runtime.IPlan
Wait for a fact being added or removed to a belief.
waitForFactChanged(String) - Method in interface jadex.bdiv3.runtime.IPlan
Wait for a fact change of a belief.
waitForFactChanged(String) - Method in class jadex.bdiv3x.runtime.Plan
Wait for a fact change of a belief.
waitForFactChanged(String, long) - Method in interface jadex.bdiv3.runtime.IPlan
Wait for a fact change of a belief.
waitForFactChanged(String, long) - Method in class jadex.bdiv3x.runtime.Plan
Wait for a fact change of a belief.
waitForFactRemoved(String) - Method in interface jadex.bdiv3.runtime.IPlan
Wait for a fact being removed from a belief.
waitForFactRemoved(String) - Method in class jadex.bdiv3x.runtime.Plan
Wait for a fact added.
waitForFactRemoved(String, long) - Method in interface jadex.bdiv3.runtime.IPlan
Wait for a fact being removed from a belief.
waitForFactRemoved(String, long) - Method in class jadex.bdiv3x.runtime.Plan
Wait for a fact added.
waitForGoalFinished(IGoal) - Method in class jadex.bdiv3x.runtime.Plan
Wait for a goal to be finished.
waitForGoalFinished(IGoal, long) - Method in class jadex.bdiv3x.runtime.Plan
Wait for a goal to be finished.
waitForGoalFinished(String) - Method in class jadex.bdiv3x.runtime.Plan
Wait for a goal.
waitForGoalFinished(String, long) - Method in class jadex.bdiv3x.runtime.Plan
Wait for a goal.
waitForIgnoreFailures(ICommand<Exception>) - Method in class jadex.commons.future.FutureBarrier
Wait for all added futures being finished.
waitForInternalEvent(String) - Method in class jadex.bdiv3x.runtime.Plan
Wait for an internal event.
waitForInternalEvent(String, long) - Method in class jadex.bdiv3x.runtime.Plan
Wait for an internal event.
waitForMessageEvent(String) - Method in class jadex.bdiv3x.runtime.Plan
Wait for a message event.
waitForMessageEvent(String, long) - Method in class jadex.bdiv3x.runtime.Plan
Wait for a message event.
waitForProposals(Object, long, List) - Method in class jadex.bdi.planlib.protocols.dutchauction.DAInitiatorPlan
Wait for proposals of participants.
waitForProposals(Object, long, List) - Method in class jadex.bdi.planlib.protocols.englishauction.EAInitiatorPlan
Wait for proposals of participants.
waitForReady() - Method in interface jadex.bridge.component.streams.IOutputConnectionHandler
Wait until the connection is ready for the next write.
waitForReady() - Method in class jadex.bridge.component.streams.LocalOutputConnectionHandler
Wait until the connection is ready for the next write.
waitForReady() - Method in class jadex.bridge.component.streams.OutputConnection
Wait until the connection is ready for the next write.
waitForReady() - Method in class jadex.bridge.component.streams.OutputConnectionHandler
Wait until the connection is ready for the next write.
waitForReady() - Method in interface jadex.bridge.IOutputConnection
Wait until the connection is ready for the next write.
waitForReady() - Method in class jadex.bridge.service.types.remote.ServiceOutputConnection
Wait until the connection is ready for the next write.
waitForReady() - Method in class jadex.bridge.service.types.remote.ServiceOutputConnectionProxy
Wait until the connection is ready for the next write.
waitForRealDelay(long, IComponentStep<?>) - Method in class jadex.bridge.component.streams.AbstractConnectionHandler
Wait for a time delay on the (real) system clock.
waitForReply(IMessageEvent) - Method in class jadex.bdiv3x.runtime.Plan
Wait for a reply to a message event.
waitForReply(IMessageEvent, long) - Method in class jadex.bdiv3x.runtime.Plan
Wait for a reply to a message event.
waitForReply(IMessageEvent, String) - Method in class jadex.bdiv3x.runtime.Plan
Wait for a reply to a message event.
waitForReply(IMessageEvent, String, long) - Method in class jadex.bdiv3x.runtime.Plan
Wait for a reply to a message event.
waitForResults() - Method in class jadex.commons.future.FutureBarrier
Wait for all added futures being finished and collect the results.
waitForResultsIgnoreFailures(ICommand<Exception>) - Method in class jadex.commons.future.FutureBarrier
Wait for all added futures being finished and collect the results.
WaitForSpaceObjectTaskTask - Class in jadex.bdibpmn.task
Create a task for a space object.
WaitForSpaceObjectTaskTask() - Constructor for class jadex.bdibpmn.task.WaitForSpaceObjectTaskTask
 
waitForTask(Object, Object) - Method in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
Add a result listener to an object task.
waitForTask(Object, Object) - Method in interface jadex.extension.envsupport.environment.IEnvironmentSpace
Add a result listener to an object task.
waitForTermination() - Method in interface jadex.bridge.component.IExternalExecutionFeature
Waits for the components to finish.
waitForTick() - Method in class jadex.bdiv3x.runtime.Plan
Wait for next tick.
waitForTick() - Method in interface jadex.bridge.component.IExternalExecutionFeature
Wait for the next tick.
waitForTick(IComponentStep<Void>) - Method in interface jadex.bridge.component.IExternalExecutionFeature
Wait for the next tick.
waiting - Variable in class jadex.bpmn.runtime.ProcessThread
Is the process in a waiting state.
waiting - Variable in class jadex.bpmn.tools.ProcessThreadInfo
Is the process in a waiting state.
WAITING_THREADS - Static variable in class jadex.commons.concurrent.ThreadPool
Threads waiting due to thread suspendable.
waitingcalls - Variable in class jadex.bridge.service.component.multiinvoke.SequentialMultiplexDistributor
The waiting for service calls.
waitings - Variable in class jadex.commons.DefaultPoolStrategy
The waiting times of the pool.
WaitingTimeProperty - Class in jadex.bridge.sensor.service
Property for the waiting time of a method or a service as a whole.
WaitingTimeProperty(IInternalAccess, IService, MethodInfo) - Constructor for class jadex.bridge.sensor.service.WaitingTimeProperty
Create a new property.
waitqueue - Variable in class jadex.bdiv3.model.MPlan
The waitqueue trigger.
waitqueue() - Method in annotation type jadex.bdiv3.annotation.Plan
The waitqueue.
WaitqueueEvaluator - Class in jadex.bridge.sensor.service
Execution time evaluator.
WaitqueueEvaluator(IExternalAccess, MethodInfo) - Constructor for class jadex.bridge.sensor.service.WaitqueueEvaluator
Create a new evaluator.
WaitqueueEvaluator(IExternalAccess, MethodInfo, int) - Constructor for class jadex.bridge.sensor.service.WaitqueueEvaluator
Create a new evaluator.
WaitqueueProperty - Class in jadex.bridge.sensor.service
Property for the waitqueue length (in calls) of a method or a service.
WaitqueueProperty(IInternalAccess, IService, MethodInfo) - Constructor for class jadex.bridge.sensor.service.WaitqueueProperty
Create a new property.
waits - Static variable in class jadex.commons.concurrent.MultiThreadTest
The waiting pool.
wakeupComponents(IFilter) - Method in class jadex.extension.envsupport.environment.ComponentActionList
Should be called on environment thread only.
walkPostorder(TreeNode, List) - Method in class jadex.commons.collection.Tree
Walks the tree in post-order style.
walkPreorder(TreeNode, List) - Method in class jadex.commons.collection.Tree
Walks the tree in pre-order style.
wanttorun - Variable in class jadex.commons.concurrent.Executor
Flag indicating if the thread wants to run.
warning(String) - Method in class jadex.bridge.service.types.cms.LoggerWrapper
Log a WARNING message.
watchedfile - Variable in class jadex.commons.FileWatcher
The watched file.
wconv - Variable in class jadex.xml.SubObjectConverter
The object object write converter.
WeakEntry<T> - Class in jadex.commons.collection
A weak entry is a reference with an additional argument that can be inspected the referent is garbage collected.
WeakEntry(T, Object) - Constructor for class jadex.commons.collection.WeakEntry
Construct a new reference.
WeakEntry(T, Object, ReferenceQueue<? super T>) - Constructor for class jadex.commons.collection.WeakEntry
Construct a
WeakKeyValueMap<K,​V> - Class in jadex.commons.collection
HashMap with weak reference on both sides.
WeakKeyValueMap() - Constructor for class jadex.commons.collection.WeakKeyValueMap
 
WeakKeyValueMap(Map<? extends K, ? extends V>) - Constructor for class jadex.commons.collection.WeakKeyValueMap
 
WeakList<E> - Class in jadex.commons.collection
A list with weak entries.
WeakList() - Constructor for class jadex.commons.collection.WeakList
Create a new list.
WeakObject<T> - Class in jadex.commons.collection
Weakreference has the disadvantage that it does not support transparent equals() and hashcode() methods.
WeakObject(T) - Constructor for class jadex.commons.collection.WeakObject
Construct a new reference.
WeakObject(T, ReferenceQueue<? super T>) - Constructor for class jadex.commons.collection.WeakObject
Construct a
WeakSet<T> - Class in jadex.commons.collection
A weak set for entries that will be automatically removed when no references to them are existing any more.
WeakSet() - Constructor for class jadex.commons.collection.WeakSet
Construct a WeakSet based on a HashSet.
WeakValueMap<K,​V> - Class in jadex.commons.collection
A map with weak values.
WeakValueMap() - Constructor for class jadex.commons.collection.WeakValueMap
Create a new weak value map.
WebServiceAgent - Class in jadex.extension.ws.invoke
Agent that wraps a normal web service as Jadex service.
WebServiceAgent() - Constructor for class jadex.extension.ws.invoke.WebServiceAgent
 
WebServiceInvocationAgent - Class in jadex.extension.ws.invoke
The invocation agent is used to execute the synchronous web service call.
WebServiceInvocationAgent() - Constructor for class jadex.extension.ws.invoke.WebServiceInvocationAgent
 
WebServiceMappingInfo - Class in jadex.extension.ws.invoke
Mapping information about the web service.
WebServiceMappingInfo() - Constructor for class jadex.extension.ws.invoke.WebServiceMappingInfo
Create a new mapping.
WebServiceMappingInfo(Class, String) - Constructor for class jadex.extension.ws.invoke.WebServiceMappingInfo
Create a new mapping.
WELCOME - Static variable in interface jadex.base.IPlatformConfiguration
Tell starter to print welcome message.
WhenFailed - jadex.bdiv3.model.MProcessableElement.ExcludeMode
The plan is removed after it has been executed once, but only when it exited with an exception.
WhenSucceeded - jadex.bdiv3.model.MProcessableElement.ExcludeMode
The plan is removed after it has been executed once, but only when it exited without an exception.
WhenTried - jadex.bdiv3.model.MProcessableElement.ExcludeMode
The plan is removed after it has been executed once, regardless of success or failure or abortion.
where - Variable in class jadex.javaparser.javaccimpl.SelectNode
The flag indicating presence of a where clause.
width - Variable in class jadex.commons.gui.jtable.SortArrowIcon
 
WIN_LIB_NAME - Static variable in class jadex.commons.security.WindowsEntropyApi
Library name used to access the API
WindowsEntropyApi - Class in jadex.commons.security
Access to windows cryptographically secure entropy.
WindowsEntropyApi() - Constructor for class jadex.commons.security.WindowsEntropyApi
 
WizardNode() - Constructor for class jadex.commons.gui.JWizard.WizardNode
Creates the node.
workercnt - Variable in class jadex.commons.ConstantPoolStrategy
The number of workers in the pool.
workercnt - Variable in class jadex.commons.DefaultPoolStrategy
The number of workers in the pool.
workersAdded(int) - Method in class jadex.commons.ConstantPoolStrategy
Called when a new worker was added proactively to the pool.
workersAdded(int) - Method in class jadex.commons.DefaultPoolStrategy
Called when a new worker was added proactively to the pool.
workersAdded(int) - Method in interface jadex.commons.IPoolStrategy
Called when a new worker was added proactively to the pool.
workerTimeoutOccurred() - Method in class jadex.commons.ConstantPoolStrategy
Notify the strategy that a timeout for a component has occurred, i.e.
workerTimeoutOccurred() - Method in class jadex.commons.DefaultPoolStrategy
Notify the strategy that a timeout for a worker has occurred, i.e.
workerTimeoutOccurred() - Method in interface jadex.commons.IPoolStrategy
Notify the strategy that a timeout for a worker component has occurred, i.e.
WP_APPNAME - Static variable in class jadex.bridge.service.PublishInfo
 
WP_PASS - Static variable in class jadex.bridge.service.PublishInfo
 
WP_TARGET - Static variable in class jadex.bridge.service.PublishInfo
 
WP_URL - Static variable in class jadex.bridge.service.PublishInfo
 
WP_USER - Static variable in class jadex.bridge.service.PublishInfo
 
wrapCollections(MCapability, Object) - Method in class jadex.bdiv3x.features.BDIXAgentFeature
 
wrappedtypes - Static variable in class jadex.commons.SReflect
Mapping from basic class -> object type(class).
wrapText(String) - Static method in class jadex.commons.SUtil
Wrap a text at a given line length.
wrapText(String, int) - Static method in class jadex.commons.SUtil
Wrap a text at a given line length.
wrapValue(boolean) - Static method in class jadex.commons.SReflect
 
wrapValue(byte) - Static method in class jadex.commons.SReflect
 
wrapValue(char) - Static method in class jadex.commons.SReflect
 
wrapValue(double) - Static method in class jadex.commons.SReflect
 
wrapValue(float) - Static method in class jadex.commons.SReflect
 
wrapValue(int) - Static method in class jadex.commons.SReflect
 
wrapValue(long) - Static method in class jadex.commons.SReflect
 
wrapValue(short) - Static method in class jadex.commons.SReflect
 
wrapValue(Object) - Static method in class jadex.commons.SReflect
 
write(byte[]) - Method in class jadex.bridge.component.streams.OutputConnection
Write the content to the stream.
write(byte[]) - Method in interface jadex.bridge.IOutputConnection
Write the content to the stream.
write(byte[]) - Method in class jadex.bridge.service.types.remote.ServiceOutputConnection
Write the content to the stream.
write(byte[]) - Method in class jadex.bridge.service.types.remote.ServiceOutputConnectionProxy
Write the content to the stream.
write(byte[]) - Method in class jadex.commons.NullOutputStream
Write to dev null.
write(byte[], int, int) - Method in class jadex.commons.MultiStream
Write a byte array to the streams.
write(byte[], int, int) - Method in class jadex.commons.NullOutputStream
Write to dev null.
write(int) - Method in class jadex.commons.ListenableStream
Write a byte to the stream.
write(int) - Method in class jadex.commons.MultiStream
Write a byte to the streams.
write(int) - Method in class jadex.commons.NullOutputStream
Write to dev null.
write(IObjectWriterHandler, Object, OutputStream, ClassLoader, Object) - Method in class jadex.xml.writer.AWriter
Write the properties to an xml.
write(IObjectWriterHandler, Object, OutputStream, ClassLoader, Object) - Method in class jadex.xml.writer.Writer
Write the properties to an xml.
write(IObjectWriterHandler, Object, String, OutputStream, ClassLoader, Object) - Method in class jadex.xml.writer.AWriter
Write the properties to an xml.
write(IObjectWriterHandler, Object, String, OutputStream, ClassLoader, Object) - Method in class jadex.xml.writer.Writer
Write the properties to an xml.
write(Object, OutputStream, ClassLoader) - Static method in class jadex.xml.PropertiesXMLHelper
Convert to a string.
write(Object, ClassLoader) - Static method in class jadex.xml.PropertiesXMLHelper
Convert to a string.
writeAccount(String) - Method in class jadex.bridge.service.types.email.EmailAccount
Store data to a property file.
writeCertificateAsPEM(X509CertificateHolder) - Static method in class jadex.commons.security.SSecurity
Writes a certificate as PEM-encoded string.
writeChildren(ObjectOutputStream) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
Serializes children to the given object input stream.
WriteContextDesktop - Class in jadex.xml.writer
Java SE Implementation of AWriteContext.
WriteContextDesktop(IObjectWriterHandler, Object, Object, Object, ClassLoader) - Constructor for class jadex.xml.writer.WriteContextDesktop
Create a new write context.
WriteContextDesktop(IObjectWriterHandler, Object, Object, Object, ClassLoader, Map<Object, Object>, List<StackElement>, MultiCollection<Integer, IPreProcessor>) - Constructor for class jadex.xml.writer.WriteContextDesktop
Create a new write context.
WriteContextTask - Class in jadex.bpmn.runtime.task
Writes values to context variables.
WriteContextTask() - Constructor for class jadex.bpmn.runtime.task.WriteContextTask
 
writeDirectory(File, OutputStream) - Static method in class jadex.commons.SUtil
Write a directory as jar to an output stream.
writeDirectory(String, File, ZipOutputStream, byte[]) - Static method in class jadex.commons.SUtil
Write a directory as jar to an output stream.
writeEndObject(XMLStreamWriter, int) - Method in class jadex.xml.writer.Writer
Write the end of an object.
writeExpression(Expression) - Method in class jadex.commons.beans.Encoder
Write an expression of old objects.
writeExpression(Expression) - Method in class jadex.commons.beans.XMLEncoder
Records the expression so that it can be written out later, then calls super implementation.
writeFile(String, String) - Static method in class jadex.commons.SUtil
Write a string to a file.
writeFile(String, String, String) - Static method in class jadex.commons.SUtil
Write a string to a file.
writeFromInputStream(InputStream, IExternalAccess) - Method in class jadex.bridge.component.streams.OutputConnection
Do write all data from the input stream.
writeFromInputStream(InputStream, IExternalAccess) - Method in interface jadex.bridge.IOutputConnection
Write all data from input stream to the connection.
writeFromInputStream(InputStream, IExternalAccess) - Method in class jadex.bridge.service.types.remote.ServiceOutputConnection
Write all data from input stream to the connection.
writeFromInputStream(InputStream, IExternalAccess) - Method in class jadex.bridge.service.types.remote.ServiceOutputConnectionProxy
Do write all data from the input stream.
writeIndentation(XMLStreamWriter, int) - Method in class jadex.xml.writer.Writer
Write the indentation.
writeLock() - Method in class jadex.bridge.service.types.cms.CmsState
Locks the write lock for resource-based locking.
writeLock() - Method in interface jadex.commons.collection.IRwMap
Locks the write lock for resource-based locking.
writeLock() - Method in class jadex.commons.collection.RwAutoLock
Locks the write lock for resource-based locking.
writeLock() - Method in class jadex.commons.collection.RwMapWrapper
Locks the write lock for resource-based locking.
writeNewline(XMLStreamWriter) - Method in class jadex.xml.writer.Writer
 
writeObject(WriteContextDesktop, Object, QName) - Method in class jadex.xml.writer.Writer
Write an object to xml.
writeObject(Object) - Method in class jadex.commons.beans.Encoder
Encode the given object into a series of statements and expressions.
writeObject(Object) - Method in class jadex.commons.beans.XMLEncoder
Records the object so that it can be written out later, then calls super implementation.
writeObject(Object, Encoder) - Method in class jadex.commons.beans.PersistenceDelegate
Writes a bean object to the given encoder.
WriteObjectInfo - Class in jadex.xml.writer
Info for writing an object.
WriteObjectInfo() - Constructor for class jadex.xml.writer.WriteObjectInfo
 
WriteParameterTask - Class in jadex.bpmn.runtime.task
Writes a parameter value to the thread (or superthread).
WriteParameterTask() - Constructor for class jadex.bpmn.runtime.task.WriteParameterTask
 
writer - Variable in class jadex.extension.envsupport.evaluation.CSVFileDataConsumer
The writer.
writer - Static variable in class jadex.xml.bean.JavaWriter
The static writer instance.
writer - Variable in class jadex.xml.writer.AWriteContext
The writer.
Writer - Class in jadex.xml.writer
XML writer for conversion of objects to XML.
Writer() - Constructor for class jadex.xml.writer.Writer
Create a new reader (with genids=true and indent=true).
Writer(boolean) - Constructor for class jadex.xml.writer.Writer
Create a new reader (with genids=true and indent=true).
Writer(boolean, boolean, boolean) - Constructor for class jadex.xml.writer.Writer
Create a new reader.
writeReplace() - Method in class jadex.commons.collection.WeakList
Perform special handling on serialization.
writeReplace() - Method in class jadex.commons.collection.WeakSet
Perform special handling on serialization.
writerhandler - Static variable in class jadex.xml.PropertiesXMLHelper
The writer handler.
writeStartObject(XMLStreamWriter, QName, int) - Method in class jadex.xml.writer.Writer
Write the start of an object.
writeStatement(Statement) - Method in class jadex.commons.beans.Encoder
Write a statement of old objects.
writeStatement(Statement) - Method in class jadex.commons.beans.XMLEncoder
Records the statement so that it can be written out later, then calls super implementation.
writeSubobjects(WriteContextDesktop, TreeNode, TypeInfo) - Method in class jadex.xml.writer.Writer
Write the subobjects of an object.
writeToOutputStream(OutputStream, IExternalAccess) - Method in class jadex.bridge.component.streams.InputConnection
Read all data from output stream to the connection.
writeToOutputStream(OutputStream, IExternalAccess) - Method in interface jadex.bridge.IInputConnection
Write all data from the connection to the output stream.
writeToOutputStream(OutputStream, IExternalAccess) - Method in class jadex.bridge.service.types.remote.ServiceInputConnection
Read all data from output stream to the connection.
writeToOutputStream(OutputStream, IExternalAccess) - Method in class jadex.bridge.service.types.remote.ServiceInputConnectionProxy
Read all data from output stream to the connection.
writeunlock - Variable in class jadex.commons.collection.RwAutoLock
The resource write unlock.
writeWord(short) - Method in class jadex.bdi.planlib.messaging.AIM
Write a little endian word
writtenobs - Variable in class jadex.xml.writer.AWriteContext
The written objects.
WSPORT - Static variable in interface jadex.base.IPlatformConfiguration
 
WSPUBLISH - Static variable in interface jadex.base.IPlatformConfiguration
Flag if web service publishing is enabled.
WSTRANSPORT - Static variable in interface jadex.base.IPlatformConfiguration
 
wto - Variable in class jadex.bridge.service.component.interceptors.IntelligentProxyInterceptor
The worker timeout.

X

X_MESSAGE_ID - Static variable in class jadex.bridge.fipa.SFipa
 
X_NONFUNCTIONAL - Static variable in class jadex.bridge.fipa.SFipa
 
X_RECEIVER - Static variable in class jadex.bridge.fipa.SFipa
 
X_RID - Static variable in class jadex.bridge.fipa.SFipa
 
X_TIMESTAMP - Static variable in class jadex.bridge.fipa.SFipa
 
XID - Static variable in interface jadex.bridge.component.IMsgHeader
Message header key for internal message id (optional).
XML_CLASSNAME - Static variable in class jadex.xml.SXML
Constant for anonymous inner classes.
XML_INCLUDE_FIELDS - Static variable in class jadex.xml.writer.AWriter
Constant for indicating if public fields should be written.
XMLDecoder - Class in jadex.commons.beans
XMLDecoder reads objects from xml created by XMLEncoder.
XMLDecoder(InputStream) - Constructor for class jadex.commons.beans.XMLDecoder
Create a decoder to read from specified input stream.
XMLDecoder(InputStream, Object) - Constructor for class jadex.commons.beans.XMLDecoder
Create a decoder to read from specified input stream.
XMLDecoder(InputStream, Object, ExceptionListener) - Constructor for class jadex.commons.beans.XMLDecoder
Create a decoder to read from specified input stream.
XMLDecoder(InputStream, Object, ExceptionListener, ClassLoader) - Constructor for class jadex.commons.beans.XMLDecoder
 
XMLEncoder - Class in jadex.commons.beans
XMLEncoder extends Encoder to write out the encoded statements and expressions in xml format.
XMLEncoder(OutputStream) - Constructor for class jadex.commons.beans.XMLEncoder
Construct a XMLEncoder.
xmlinfo - Variable in class jadex.xml.AbstractInfo
 
XMLInfo - Class in jadex.xml
Info for an xml element, i.e.
XMLInfo(QName) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(QName[]) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(QName[], IFilter) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(QName[], IFilter, boolean) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(QName[], IFilter, boolean, IPreProcessor) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(QName[], IPreProcessor) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(QName, IFilter) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(QName, IFilter, boolean) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(String) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(String, IFilter) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(String, IFilter, boolean) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(String, IFilter, boolean, IPreProcessor) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(String, IPreProcessor) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
xmlobjectnames - Variable in class jadex.xml.AccessInfo
The xml object name.
xmlpath - Variable in class jadex.xml.XMLInfo
The xml tag/path.
xmlpathelements - Variable in class jadex.xml.XMLInfo
The xml path elements.
xmlpathelementswithouttag - Variable in class jadex.xml.AbstractInfo
The xml path elements without tag.
XMLReaderFactory - Class in jadex.xml.reader
Factory to create XML Readers.
XMLReaderFactory() - Constructor for class jadex.xml.reader.XMLReaderFactory
Constructor
XMLReaderFactoryDesktop - Class in jadex.xml.reader
Factory implementation for the Java SE Environment.
XMLReaderFactoryDesktop() - Constructor for class jadex.xml.reader.XMLReaderFactoryDesktop
 
XMLReporter - Interface in jadex.xml.stax
Stax API: XMLReporter
XmlTag - Class in jadex.xml.stax
 
XmlTag(String, String) - Constructor for class jadex.xml.stax.XmlTag
 
XmlUtil - Class in jadex.xml.stax
Class holding stax-compatible constants and utility functions.
XmlUtil() - Constructor for class jadex.xml.stax.XmlUtil
 
XMLWriterFactory - Class in jadex.xml.writer
Factory to create XML Writers.
XMLWriterFactory() - Constructor for class jadex.xml.writer.XMLWriterFactory
Constructor.
XMLWriterFactoryDesktop - Class in jadex.xml.writer
Factory implementation for the Java SE Environment.
XMLWriterFactoryDesktop() - Constructor for class jadex.xml.writer.XMLWriterFactoryDesktop
 
xor(byte[], byte[]) - Static method in class jadex.commons.security.SSecurity
XORs two byte arrays.
XOR - Static variable in class jadex.javaparser.javaccimpl.MathNode
The bitwise xor operator.
Xoroshiro128Random - Class in jadex.commons.random
xoroshiro128+ implementation based on work by David Blackman and Sebastiano Vigna.
Xoroshiro128Random() - Constructor for class jadex.commons.random.Xoroshiro128Random
 
Xoroshiro128Random(long[]) - Constructor for class jadex.commons.random.Xoroshiro128Random
 
XYChartDataConsumer - Class in jadex.extension.envsupport.evaluation
Create a X/Y chart consumer, x an y must be double values.
XYChartDataConsumer() - Constructor for class jadex.extension.envsupport.evaluation.XYChartDataConsumer
Create a new chart consumer.

Y

YOrder - Class in jadex.extension.envsupport.observer.graphics
Causes objects to be drawn from the highest y-coordinate to the lowest.
YOrder() - Constructor for class jadex.extension.envsupport.observer.graphics.YOrder
 

Z

zero() - Method in interface jadex.extension.envsupport.math.IVector1
Sets the vector component to zero.
zero() - Method in interface jadex.extension.envsupport.math.IVector2
Sets all vector components to zero.
zero() - Method in interface jadex.extension.envsupport.math.IVector3
Sets all vector components to zero.
zero() - Method in class jadex.extension.envsupport.math.SynchronizedVector2Wrapper
Sets all vector components to zero.
zero() - Method in class jadex.extension.envsupport.math.Vector1Double
Sets the vector component to zero.
zero() - Method in class jadex.extension.envsupport.math.Vector1Int
Sets the vector component to zero.
zero() - Method in class jadex.extension.envsupport.math.Vector1Long
Sets the vector component to zero.
zero() - Method in class jadex.extension.envsupport.math.Vector2Double
 
zero() - Method in class jadex.extension.envsupport.math.Vector2Int
Sets all vector components to zero.
zero() - Method in class jadex.extension.envsupport.math.Vector3Double
 
zero() - Method in class jadex.extension.envsupport.math.Vector3Int
 
ZERO - Static variable in class jadex.extension.envsupport.math.Vector1Double
Zero vector
ZERO - Static variable in class jadex.extension.envsupport.math.Vector1Int
Zero vector
ZERO - Static variable in class jadex.extension.envsupport.math.Vector1Long
Zero vector
ZERO - Static variable in class jadex.extension.envsupport.math.Vector2Double
Zero vector.
ZERO - Static variable in class jadex.extension.envsupport.math.Vector2Int
Zero vector.
ZERO - Static variable in class jadex.extension.envsupport.math.Vector3Double
Zero vector.
ZERO - Static variable in class jadex.extension.envsupport.math.Vector3Int
Zero vector.
ZERO_MANY - Static variable in class jadex.bridge.service.search.ServiceQuery.Multiplicity
'0..*' multiplicity for optional multi service (default for searchServices methods).
ZERO_ONE - Static variable in class jadex.bridge.service.search.ServiceQuery.Multiplicity
'0..1' multiplicity for single optional service.
zombieobjects - Variable in class jadex.extension.envsupport.environment.AbstractEnvironmentSpace
The zombie objects.
zoomlimit - Variable in class jadex.extension.envsupport.observer.perspective.Perspective2D
The maximum zoom

_

_add(Object, Object) - Method in class jadex.commons.collection.TwoWayMultiCollection
Internal put method, which doesn't affect the reverse collection.
_alphamap - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
Alphamap for Texture
_animations - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Object3d
 
_autoRotation - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
Calculate the Rotation ?
_channels - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Object3d
 
_circleSamples - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Torus3d
 
_clear() - Method in class jadex.commons.collection.TwoWayMultiCollection
Internal clear method, which doesn't affect the reverse collection.
_down - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
_east - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
_hasLightMaterials - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Object3d
Light Materials - to deal with possible render Errors
_hasSpaceobject - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
Has a SpaceObject?
_height - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Cylinder3d
 
_heightmap - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
_innerRadius - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Torus3d
 
_isRnd - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
_isSphere - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
_iterations - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
_maxradius - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
_minradius - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
_modelPath - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Object3d
Model path.
_north - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
_outerRadius - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Torus3d
 
_patchsize - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
_picsize - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
_planes - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Dome3d
 
_radialSamples - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Torus3d
 
_radius - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Cylinder3d
 
_radius - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Dome3d
 
_remove(Object) - Method in class jadex.commons.collection.TwoWayMultiCollection
Internal remove method, which doesn't affect the reverse collection.
_remove(Object, Object) - Method in class jadex.commons.collection.TwoWayMultiCollection
Internal remove method, which doesn't affect the reverse collection.
_rigDebug - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Object3d
 
_rotation3d - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.DrawableCombiner3d
Uses 3d Rotation?
_samples - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Dome3d
 
_seed - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
_shadowtype - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
_skyFile - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
Skyfile (one File).
_skyPath - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
Alternate: 6 Files for each Direction.
_south - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
_terrainTexture - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
_terrapath - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
_text - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Text3d
Model path.
_tiles - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Terrain3d
 
_up - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
_west - Variable in class jadex.extension.envsupport.observer.graphics.drawable3d.Sky3d
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages