LightJason - AgentSpeak(L++)
org.lightjason.agentspeak.action.builtin.storage.IStorage Class Referenceabstract

storage default definitions More...

+ Inheritance diagram for org.lightjason.agentspeak.action.builtin.storage.IStorage:
+ Collaboration diagram for org.lightjason.agentspeak.action.builtin.storage.IStorage:

Public Member Functions

final Stream< Boolean > forbiddenkeys ( @Nonnull final Stream< String > p_keys)
 returns a stream which keys are forbidden More...
 
final Stream< Boolean > forbiddenkeys ( @Nonnull final String... p_keys)
 returns a stream which keys are forbidden More...
 
- Public Member Functions inherited from org.lightjason.agentspeak.action.builtin.IBuiltinAction
final IPath name ()
 returns the name with path of the action More...
 
- Public Member Functions inherited from org.lightjason.agentspeak.action.IBaseAction
final boolean equals (final Object p_object)
 
final int hashCode ()
 
final String toString ()
 
- Public Member Functions inherited from org.lightjason.agentspeak.action.IAction
default int minimalArgumentNumber ()
 minimum number of arguments More...
 
default Stream< IVariable<?> > variables ()
 returns a stream with all used variables More...
 
- Public Member Functions inherited from org.lightjason.agentspeak.language.execution.IExecution
IFuzzyValue< Boolean > execute (final boolean p_parallel, @Nonnull final IContext p_context, @Nonnull final List< ITerm > p_argument, @Nonnull final List< ITerm > p_return)
 defines a plan-body operation More...
 

Protected Member Functions

 IStorage ()
 ctor More...
 
 IStorage ( @Nonnull final Function< String, Boolean > p_resolver)
 ctor More...
 
 IStorage ( @Nullable final String... p_forbidden)
 ctor More...
 
 IStorage ( @Nonnull final Stream< String > p_fordbidden)
 ctor More...
 
- Protected Member Functions inherited from org.lightjason.agentspeak.action.builtin.IBuiltinAction
 IBuiltinAction ()
 ctor More...
 
 IBuiltinAction (final int p_length)
 ctor More...
 

Protected Attributes

final Function< String, Boolean > m_resolver
 set with forbidden keys More...
 

Static Private Attributes

static final long serialVersionUID = -2187242564778364709L
 serial id More...
 

Additional Inherited Members

- Public Attributes inherited from org.lightjason.agentspeak.action.IAction
long serialVersionUID = -6374480398439703170L
 serial id More...
 
- Static Protected Attributes inherited from org.lightjason.agentspeak.action.builtin.IBuiltinAction
static final Logger LOGGER = CCommon.logger( IBuiltinAction.class )
 logger More...
 
- Static Protected Attributes inherited from org.lightjason.agentspeak.action.IBaseAction
static final Logger LOGGER = org.lightjason.agentspeak.common.CCommon.logger( IAction.class )
 logger More...
 

Detailed Description

Definition at line 42 of file action/builtin/storage/IStorage.java.

Constructor & Destructor Documentation

◆ IStorage() [1/4]

org.lightjason.agentspeak.action.builtin.storage.IStorage.IStorage ( )
protected

Definition at line 56 of file action/builtin/storage/IStorage.java.

◆ IStorage() [2/4]

org.lightjason.agentspeak.action.builtin.storage.IStorage.IStorage ( @Nonnull final Function< String, Boolean >  p_resolver)
protected
Parameters
p_resolverresolver of forbidden keys
Warning
resolver will be triggered in parallel

Definition at line 67 of file action/builtin/storage/IStorage.java.

◆ IStorage() [3/4]

org.lightjason.agentspeak.action.builtin.storage.IStorage.IStorage ( @Nullable final String...  p_forbidden)
protected
Parameters
p_forbiddenforbidden keys

Definition at line 77 of file action/builtin/storage/IStorage.java.

◆ IStorage() [4/4]

org.lightjason.agentspeak.action.builtin.storage.IStorage.IStorage ( @Nonnull final Stream< String >  p_fordbidden)
protected
Parameters
p_fordbiddenforbidden keys

Definition at line 91 of file action/builtin/storage/IStorage.java.

Member Function Documentation

◆ forbiddenkeys() [1/2]

final Stream<Boolean> org.lightjason.agentspeak.action.builtin.storage.IStorage.forbiddenkeys ( @Nonnull final Stream< String >  p_keys)
Parameters
p_keyskey name stream
Returns
boolean stream with forbidden check

Definition at line 104 of file action/builtin/storage/IStorage.java.

Referenced by org.lightjason.agentspeak.action.builtin.storage.IStorage.forbiddenkeys().

+ Here is the caller graph for this function:

◆ forbiddenkeys() [2/2]

final Stream<Boolean> org.lightjason.agentspeak.action.builtin.storage.IStorage.forbiddenkeys ( @Nonnull final String...  p_keys)
Parameters
p_keyskeys
Returns
boolean stream with forbidden check

Definition at line 116 of file action/builtin/storage/IStorage.java.

References org.lightjason.agentspeak.action.builtin.storage.IStorage.forbiddenkeys().

+ Here is the call graph for this function:

Member Data Documentation

◆ m_resolver

◆ serialVersionUID

final long org.lightjason.agentspeak.action.builtin.storage.IStorage.serialVersionUID = -2187242564778364709L
staticprivate

Definition at line 47 of file action/builtin/storage/IStorage.java.