LightJason - AgentSpeak(L++)
org.lightjason.agentspeak.language.variable.IRelocateVariable Interface Reference

interface for relocated variables (linkage between two variables for transfering the value) More...

+ Inheritance diagram for org.lightjason.agentspeak.language.variable.IRelocateVariable:
+ Collaboration diagram for org.lightjason.agentspeak.language.variable.IRelocateVariable:

Public Member Functions

IVariable<?> relocate ()
 sets the value into the relocated variable and returns the modifed variable More...
 

Detailed Description

Definition at line 34 of file IRelocateVariable.java.

Member Function Documentation

◆ relocate()

IVariable<?> org.lightjason.agentspeak.language.variable.IRelocateVariable.relocate ( )