LightJason - AgentSpeak(L++)
Package org.lightjason.agentspeak.action.builtin.collection.list

Classes

class  CAdd
 action to add elements to a list. More...
 
class  CComplement
 creates the complement between lists. More...
 
class  CCreate
 creates a list. More...
 
class  CFlat
 unflats any list structure. More...
 
class  CFlatConcat
 returns a flat concated list of any term data. More...
 
class  CGet
 returns an element of the list by the index. More...
 
class  CIntersect
 creates the intersection between lists. More...
 
class  CRange
 creates a list with a integer ranged list. More...
 
class  CRemove
 removes an element of the list by the index. More...
 
class  CReverse
 reverses a list. More...
 
class  CSet
 adds an element to the list. More...
 
class  CSubList
 returns a sublist within the index range. More...
 
class  CSymmetricDifference
 creates the symmetric difference between lists (difference of union and intersection). More...
 
class  CUnion
 creates the union between lists. More...
 
class  CUnique
 returns an unique list of the list. More...
 
class  CZip
 creates a list of tuples with elements of two lists. More...