| Method and Description | 
|---|
| jadex.bridge.service.types.cms.IComponentManagementService.createComponent(String, String, CreationInfo, IResultListener<Collection<Tuple2<String, Object>>>) Use other createComponent methods. | 
| jadex.base.Starter.createPlatform(Map<String, String>) since 3.0.7. Use other createPlatform methods instead. | 
| jadex.bridge.fipa.SFipa.createUniqueId(String) Use SUtil.createUniqueId() instead | 
| jadex.commons.future.IFuture.get(ThreadSuspendable) - From 3.0. Use the version without suspendable.
  Will NOT use the suspendable given as parameter.
  
  Get the result - blocking call. | 
| jadex.commons.future.Future.get(ThreadSuspendable) - From 3.0. Use the version without suspendable.
  Will NOT use the suspendable given as parameter.
  
  Get the result - blocking call. | 
| jadex.bridge.InternalAccessAdapter.getArgument(String) From 3.0. Use getComponentFeature(IArgumentsResultsFeature.class).getArguments()
  Get an argument value per name. | 
| jadex.bridge.IInternalAccess.getArgument(String) From 3.0. Use getComponentFeature(IArgumentsResultsFeature.class).getArguments()
  Get an argument value per name. | 
| jadex.javaparser.javaccimpl.JavaCharStream.getColumn() | 
| jadex.commons.future.ITuple2Future.getFirstResult(ThreadSuspendable) - From 3.0. Use method without suspendable. 
  Get the first result. | 
| jadex.commons.future.Tuple2Future.getFirstResult(ThreadSuspendable) - From 3.0. Use method without suspendable. 
  Will NOT use the suspendable that is supplied as parameter.
  Get the first result. | 
| jadex.bridge.InternalAccessAdapter.getInternalAccess() From version 3.0 - replaced with internal access.
  Get the internal access. | 
| jadex.bridge.IInternalAccess.getInternalAccess() From version 3.0 - replaced with internal access.
  Get the internal access. | 
| jadex.bridge.InternalAccessAdapter.getInterpreter() From 3.0. Use internal access. | 
| jadex.bridge.IInternalAccess.getInterpreter() From 3.0. Use internal access. | 
| jadex.javaparser.javaccimpl.JavaCharStream.getLine() | 
| jadex.commons.MethodInfo.getParameterTypes() | 
| jadex.bridge.service.types.cms.IComponentManagementService.getParent(IComponentIdentifier) Use cid.getParent() instead | 
| jadex.bridge.InternalAccessAdapter.getRequiredService(String) From version 3.0 - Use getComponentFeature(IRequiredServicesFeatures.class).getRequiredService()
  Get a required service of a given name. | 
| jadex.bridge.IInternalAccess.getRequiredService(String) From version 3.0 - Use getComponentFeature(IRequiredServicesFeatures.class).getRequiredService()
  Get a required service of a given name. | 
| jadex.bridge.InternalAccessAdapter.getServiceContainer() From version 3.0 - replaced with internal access.
  Get the service provider. | 
| jadex.bridge.IExternalAccess.getServiceContainer() From version 3.0 - replaced with external access.
  Get the service container. | 
| jadex.bridge.IInternalAccess.getServiceContainer() From version 3.0 - replaced with internal access.
  Get the service provider. | 
| jadex.bridge.InternalAccessAdapter.getServiceProvider() From version 3.0 - replaced with internal access.
  Get the service provider. | 
| jadex.bridge.IExternalAccess.getServiceProvider() From version 3.0 - replaced with external access.
  Get the service provider. | 
| jadex.bridge.IInternalAccess.getServiceProvider() From version 3.0 - replaced with internal access.
  Get the service provider. | 
| jadex.base.AbstractPlatformConfiguration.processArgs(Map<String, String>) since 3.0.7. Use other processArgs methods instead. | 
| jadex.bridge.InternalAccessAdapter.scheduleStep(IComponentStep<T>) From version 3.0 - replaced with getComponentFeature(IExecutionFeature.class).scheduleStep()
  Execute a component step. | 
| jadex.bridge.IInternalAccess.scheduleStep(IComponentStep<T>) From version 3.0 - replaced with getComponentFeature(IExecutionFeature.class).scheduleStep()
  Execute a component step. | 
| jadex.bridge.InternalAccessAdapter.waitForDelay(long, IComponentStep<T>) From version 3.0 - replaced with getComponentFeature(IExecutionFeature.class).waitForDelay()
  Wait for some time and execute a component step afterwards. | 
| jadex.bridge.IInternalAccess.waitForDelay(long, IComponentStep<T>) From version 3.0 - replaced with getComponentFeature(IExecutionFeature.class).scheduleStep()
  Wait for some time and execute a component step afterwards. |