Deprecated Features
Agent Type List
Name Description
DeadEvent
no more used since 0.5. (deprecated for removal since 0.5)
Field List
Name Description
DeadEvent.event
no more used since 0.5. (deprecated for removal since 0.5)
DeadEvent.serialVersionUID
no more used since 0.5. (deprecated for removal since 0.5)
Constructor List
Name Description
DeadEvent.new(Event)
no more used since 0.5. (deprecated for removal since 0.5)
Action List
Name Description
IActionPrototypeProvider.clear
since 0.10, see createContext() (deprecated for removal since 0.10)
IActionPrototypeProvider.clear(JvmIdentifiableElement)
since 0.10, see createContext() (deprecated for removal since 0.10)
Utils.compareVersions(String,String)
see compareMajorMinorVersions(String, String) (deprecated for removal since 0.13)
IActionPrototypeProvider.createPrototypeFromJvmModel(QualifiedActionName,boolean,List<E>)
IActionPrototypeProvider.createPrototypeFromSarlModel(QualifiedActionName,boolean,List<E>)
DeadEvent.getEvent
no more used since 0.5. (deprecated for removal since 0.5)
DelegateTreeAppendable.getImports
imports are handled by external components.
AgentContext.getOrCreateSpace(Class<T>,UUID,Object*)
AgentContext.getOrCreateSpaceWithID(UUID,Class<T>,Object*)
see getOrCreateSpaceWithID(Class, UUID, Object...) (deprecated for removal)
SarlFactoryImpl.getPackage
IActionPrototypeProvider.getPrototypes(QualifiedActionName)
since 0.10, see getPrototypes(IActionPrototypeContext, QualifiedActionName) (deprecated for removal since 0.10)
IActionPrototypeProvider.getPrototypes(QualifiedActionName,ActionParameterTypes)
since 0.10, see getPrototypes(IActionPrototypeContext, QualifiedActionName, ActionParameterTypes) (deprecated for removal since 0.10)
Utils.getSARLLibraryVersionOnClasspath(TypeReferences,Notifier)
SarlSpecificationChecker.getSarlSpecificationVersion(Class<T>)
since 0.10, see #getSarlSpecificationVersionObject(Class)
Address.getSpaceId
since 0.7, see getSpaceID() for replacement. (deprecated for removal since 0.7)
Address.getUUID
since 0.12, see getID() (deprecated for removal since 0.12)
SarlBatchCompiler.isDeleteTempDirectory
since 0.10, see getCleaningPolicy(). (deprecated for removal since 0.10)
Logging.println(Object)
DefaultContextInteractionsSkill.receive(UUID,Event)
OpenEventSpace.register(EventListener)
OpenEventSpace.register(EventListener,[boolean])
SarlBatchCompiler.setDeleteTempDirectory(boolean)
since 0.10, see setCleaningPolicy(CleaningPolicy). (deprecated for removal since 0.10)
SREBootstrap.setOffline(boolean)
since 0.12, no direct replacement (deprecated for removal since 0.12)
DefaultContextInteractions.spawn(Class<T>,Object*)
See the Lifecycle capacity.
AtomicLongCastExtensions.toInt(AtomicLong)
See toInteger(AtomicLong). (deprecated for removal since 0.11)
AtomicLongCastExtensions.toLongInteger(AtomicLong)
see toLong(AtomicLong) (deprecated for removal since 0.11)
DefaultContextInteractions.willReceive(UUID,Event)
since 0.11, see emit(Event,Scope)