LightJason - AgentSpeak(L++)
org.lightjason.agentspeak.language.instantiable.plan.annotation.CAtomAnnotation< T > Class Template Reference

annotation without parameter More...

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

Public Member Functions

 CAtomAnnotation ( @Nonnull final EType p_type)
 ctor More...
 
final boolean equals (final Object p_object)
 
final int hashCode ()
 
final String toString ()
 
final Stream< IVariable<?> > variables ()
 returns a stream of variables More...
 
- Public Member Functions inherited from org.lightjason.agentspeak.language.instantiable.plan.annotation.IBaseAnnotation< T >
final EType id ()
 returns the type of the annotation More...
 
final T throwvaluenotassignableto ( @Nonnull final Class<?>... p_class) throws IllegalArgumentException
 throws an illegal argument exception iif the value is not assignable to the class More...
 
final< N > N value ()
 returns the data of the annotation if exists More...
 
final boolean valueassignableto ( @Nonnull final Class<?>... p_class)
 checkes assignable of the value More...
 

Additional Inherited Members

- Protected Member Functions inherited from org.lightjason.agentspeak.language.instantiable.plan.annotation.IBaseAnnotation< T >
 IBaseAnnotation ( @Nonnull final EType p_type, @Nullable final T p_value)
 ctor More...
 
- Protected Attributes inherited from org.lightjason.agentspeak.language.instantiable.plan.annotation.IBaseAnnotation< T >
final EType m_type
 annotation type More...
 
final T m_value
 number data More...
 

Detailed Description

Definition at line 36 of file CAtomAnnotation.java.

Constructor & Destructor Documentation

◆ CAtomAnnotation()

Parameters
p_typetype

Definition at line 44 of file CAtomAnnotation.java.

Member Function Documentation

◆ equals()

final boolean org.lightjason.agentspeak.language.instantiable.plan.annotation.CAtomAnnotation< T >.equals ( final Object  p_object)

Definition at line 62 of file CAtomAnnotation.java.

References org.lightjason.agentspeak.language.instantiable.plan.annotation.CAtomAnnotation< T >.hashCode().

+ Here is the call graph for this function:

◆ hashCode()

Definition at line 56 of file CAtomAnnotation.java.

References org.lightjason.agentspeak.language.instantiable.plan.annotation.IBaseAnnotation< T >.m_type.

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

+ Here is the caller graph for this function:

◆ toString()

Definition at line 50 of file CAtomAnnotation.java.

References org.lightjason.agentspeak.language.instantiable.plan.annotation.IBaseAnnotation< T >.m_type, and org.lightjason.agentspeak.language.instantiable.plan.annotation.IAnnotation< T >.EType.toString().

+ Here is the call graph for this function:

◆ variables()