LightJason - AgentSpeak(L++)
Package org.lightjason.agentspeak.action.builtin.generic.type

Classes

class  CCreateLiteral
 creates a literal by the input data. More...
 
class  CFuzzyReturn
 returns the given arguments as results of the action. More...
 
class  CIs
 action to check if a type is a class. More...
 
class  CIsNull
 action to check if a value is a null value. More...
 
class  CIsNumeric
 action to check if a type is a number. More...
 
class  CIsString
 action to check if a type is a string. More...
 
class  CParseLiteral
 action for parsing a integer from string. More...
 
class  CParseNumber
 action for parsing a number from string. More...
 
class  CToNumber
 action to cast a value to a number value. More...
 
class  CToString
 converts a value into the string represenation. More...
 
class  CType
 returns for each argument the underlying type. More...
 
class  ICast
 abstract class to cast / translate a value. More...
 
class  IParse
 abstract class to define parsing actions More...