LightJason - AgentSpeak(L++)
org.lightjason.agentspeak.configuration.IConfiguration Interface Reference

configuration for plan bundle and agent More...

+ Inheritance diagram for org.lightjason.agentspeak.configuration.IConfiguration:
+ Collaboration diagram for org.lightjason.agentspeak.configuration.IConfiguration:

Public Member Functions

Set< IPlanplans ()
 get a set with plans More...
 
Set< IRulerules ()
 get a set with rules More...
 

Detailed Description

Note
all elements should be unmodifyable

Definition at line 38 of file IConfiguration.java.

Member Function Documentation

◆ plans()

Set<IPlan> org.lightjason.agentspeak.configuration.IConfiguration.plans ( )

◆ rules()

Set<IRule> org.lightjason.agentspeak.configuration.IConfiguration.rules ( )