LightJason - AgentSpeak(L++)
org.lightjason.agentspeak.language.instantiable.plan.annotation.IAnnotation< T >.EType Enum Reference

annotation types More...

+ Collaboration diagram for org.lightjason.agentspeak.language.instantiable.plan.annotation.IAnnotation< T >.EType:

Public Member Functions

 EType (final String p_name)
 ctor More...
 
final String toString ()
 

Public Attributes

 ATOMIC =( "@Atomic" )
 
 CONSTANT =( "@Constant" )
 
 PARALLEL =( "@Parallel" )
 

Private Attributes

final String m_name
 text name of the enum More...
 

Detailed Description

Definition at line 70 of file IAnnotation.java.

Constructor & Destructor Documentation

◆ EType()

Parameters
p_nametext name

Definition at line 86 of file IAnnotation.java.

Member Function Documentation

◆ toString()

Definition at line 92 of file IAnnotation.java.

Referenced by org.lightjason.agentspeak.language.instantiable.plan.annotation.CAtomAnnotation< T >.toString().

+ Here is the caller graph for this function:

Member Data Documentation

◆ ATOMIC

◆ CONSTANT

◆ m_name

Definition at line 79 of file IAnnotation.java.

◆ PARALLEL