Skip navigation links
A B C D E F G H I L M N O P R S U V W 

C

canRequestInput() - Method in interface de.bensoft.acis.core.environment.SystemEnvironment
Returns whether input can be requested.
canSpeak() - Method in interface de.bensoft.acis.core.environment.SystemEnvironment
Returns whether speech output is available.
Context - Class in de.bensoft.acis.core
Represents a context element.
Context(String, long, long) - Constructor for class de.bensoft.acis.core.Context
The constructor.
ContextConstructorAction - Class in de.bensoft.acis.core
Represents an Action which constructs a context.
ContextConstructorAction(String, ActionPackage, String, long, ContextVisibility, String, Action.ActionMethod) - Constructor for class de.bensoft.acis.core.ContextConstructorAction
Creates an Action which defines the constructor of a context.
ContextDependentAction - Class in de.bensoft.acis.core
Represents an Action which depends on a specific context.
ContextDependentAction(String, ActionPackage, String, ContextVisibility, String, Action.ActionMethod) - Constructor for class de.bensoft.acis.core.ContextDependentAction
Creates an Action which depends on a context.
ContextDestructorAction - Class in de.bensoft.acis.core
Represents an Action which destroys a context.
ContextDestructorAction(String, ActionPackage, String, ContextVisibility, String, Action.ActionMethod) - Constructor for class de.bensoft.acis.core.ContextDestructorAction
Creates an Action which destroys a context.
ContextPreviousSameActionPackage - Variable in class de.bensoft.acis.core.WeightSet
Value specifying the weight when the last ContextStack item is in the same ActionPackage as the compared element.
ContextPreviousSameContext - Variable in class de.bensoft.acis.core.WeightSet
Value specifying the weight when the last ContextStack item has the same context as the compared element.
ContextStack - Class in de.bensoft.acis.core
Class for managing the context elements.
ContextStack(int) - Constructor for class de.bensoft.acis.core.ContextStack
The constructor.
ContextStack(int, ContextStackItem[]) - Constructor for class de.bensoft.acis.core.ContextStack
The constructor.
ContextStackItem - Class in de.bensoft.acis.core
Represents an context item in a ContextStack.
ContextStackItem(long, Action, String, ActionResult) - Constructor for class de.bensoft.acis.core.ContextStackItem
The constructor.
ContextStageCurrentMultiplier - Variable in class de.bensoft.acis.core.WeightSet
Multiplier when the context time difference is below 60s.
ContextStageImmediateMultiplier - Variable in class de.bensoft.acis.core.WeightSet
Multiplier when the context time difference is below 10s.
ContextStageOutdatedMultiplier - Variable in class de.bensoft.acis.core.WeightSet
Multiplier when the context time difference is below 3600s.
ContextStageRecentMultiplier - Variable in class de.bensoft.acis.core.WeightSet
Multiplier when the context time difference is below 300s.
ContextVisibility - Enum in de.bensoft.acis.core
Represents the visibility stages of Actions in the ContextStack.
createEnvironment(SystemEnvironment, PackageEnvironment) - Static method in class de.bensoft.acis.core.EnvironmentCreator
Creates an Environment from a SystemEnvironment and a PackageEnvironment
A B C D E F G H I L M N O P R S U V W 
Skip navigation links