Uses of Interface
FAtiMA.Core.componentTypes.IComponent
-
Packages that use IComponent Package Description FAtiMA.Core FAtiMA.Core.componentTypes -
-
Uses of IComponent in FAtiMA.Core
Fields in FAtiMA.Core with type parameters of type IComponent Modifier and Type Field Description protected java.util.HashMap<java.lang.String,IComponent>AgentCore. _generalComponentsMethods in FAtiMA.Core that return IComponent Modifier and Type Method Description IComponentAgentCore. getComponent(java.lang.String name)IComponentAgentModel. getComponent(java.lang.String name)Methods in FAtiMA.Core that return types with arguments of type IComponent Modifier and Type Method Description java.util.Collection<IComponent>AgentCore. getComponents()Methods in FAtiMA.Core with parameters of type IComponent Modifier and Type Method Description voidAgentCore. addComponent(IComponent c)EmotionalStateAgentCore. simulateEmotionalState(Event simulatedEvent, IComponent callingComponent)EmotionalStateAgentModel. simulateEmotionalState(Event ficticiousEvent, IComponent callingComponent) -
Uses of IComponent in FAtiMA.Core.componentTypes
Subinterfaces of IComponent in FAtiMA.Core.componentTypes Modifier and Type Interface Description interfaceIAdvancedPerceptionsComponentinterfaceIAffectDerivationComponentinterfaceIAppraisalDerivationComponentinterfaceIBehaviourComponentinterfaceIModelOfOtherComponentinterfaceIProcessEmotionComponentinterfaceIProcessExternalRequestComponentMethods in FAtiMA.Core.componentTypes that return IComponent Modifier and Type Method Description IComponentIModelOfOtherComponent. createModelOfOther()
-