A B C D E F G H I J K L M N O P Q R S T U V W X Z

I

ID - Variable in class ubiware.core.ReusableAtomicBehavior
The ID of this RAB.
idgenerator - Static variable in class ubiware.core.Blackboard
this object is kept for generating new IDs for objects put to the Blackboard
IllegalParameterConfigurationException - Exception in ubiware.core
This exception indicates that the parameters are not set correctly, its state indicate what is wrong with the parameter.
IllegalParameterConfigurationException(Resource, String, IllegalParameterConfigurationException.State, String) - Constructor for exception ubiware.core.IllegalParameterConfigurationException
 
IllegalParameterConfigurationException(Resource, String, IllegalParameterConfigurationException.State, Throwable) - Constructor for exception ubiware.core.IllegalParameterConfigurationException
 
IllegalParameterConfigurationException(Resource, String, IllegalParameterConfigurationException.State) - Constructor for exception ubiware.core.IllegalParameterConfigurationException
 
IllegalParameterConfigurationException.State - Enum in ubiware.core
The state of the IllegalParameterConfigurationException
includeRules - Variable in class ubiware.core.ProduceN3Options
Should rules be included in the output (The ones in sapl:Rule or sapl:MetaRule context? If false and the S-APL contains rules, "Contents are skipped" is added to the output instead of the rules.
indents - Variable in class ubiware.core.ProduceN3Options
Should the produced S-APL N3 code use indentation (More readable, more verbose)
index_ob - Variable in class ubiware.core.ContextContainer
 
index_pred - Variable in class ubiware.core.ContextContainer
 
index_sub - Variable in class ubiware.core.ContextContainer
 
informPolicyAgent(String, String) - Method in class ubiware.core.behaviors.creation.AbstractAgentCreationBehavior
 
Infra - Static variable in class ubiware.core.behaviors.creation.AgentTypes
 
initializeRAB(BehaviorStartParameters) - Method in class ubiware.core.behaviors.BeliefsLoadBehavior
 
initializeRAB(BehaviorStartParameters) - Method in class ubiware.core.behaviors.creation.AbstractAgentCreationBehavior
 
initializeRAB(BehaviorStartParameters) - Method in class ubiware.core.behaviors.creation.AbstractDefaultAgentCreationBehavior
 
initializeRAB(BehaviorStartParameters) - Method in class ubiware.core.behaviors.creation.CreateAIABehavior
 
initializeRAB(BehaviorStartParameters) - Method in class ubiware.core.behaviors.creation.CreateAWABehavior
 
initializeRAB(BehaviorStartParameters) - Method in class ubiware.core.behaviors.DebugBehavior
Checks the parameters given to this RAB and extracts information for the execution of this RAB.
initializeRAB(BehaviorStartParameters) - Method in class ubiware.core.behaviors.DeleteAgentBehavior
 
initializeRAB(BehaviorStartParameters) - Method in class ubiware.core.behaviors.DFLookupBehavior
 
initializeRAB(BehaviorStartParameters) - Method in class ubiware.core.behaviors.DFRegisterBehavior
 
initializeRAB(BehaviorStartParameters) - Method in class ubiware.core.behaviors.RABRepositoryLookupBehavior
 
initializeRAB(BehaviorStartParameters) - Method in class ubiware.core.ReusableAtomicBehavior
Derived RAB's should implement this method and initialise all the needed parameters to run the RAB.
intersect3Sets(Set<T>, Set<T>, Set<T>) - Static method in class ubiware.util.SetOperation
Generates a set containing the elements which are present in all provided sets.
invokeLater(Runnable) - Method in class ubiware.core.behaviors.DebugBehavior
Adds the given Runnable in the queue for execution.
isAcceptable(T) - Method in interface ubiware.core.visualizer.VisualizerPrototype.Predicate
Accepts or rejects the given element.
isAliasNamespaces() - Method in interface ubiware.core.visualizer.SAPLTreeCellRenderer.UserPreferencies
Returns true if the user has given the notion that she would like namespaces to be printed as short aliases.
isAliasNamespaces() - Method in class ubiware.core.visualizer.VisualizerPrototype
Returns true if the user has given the notion that she would like namespaces to be printed as short aliases.
isAllowedToDo - Static variable in class ubiware.core.policies.PolicyAgentQueryingPolicyChecker
 
isEmptyBeliefContainersExpandable() - Method in interface ubiware.core.visualizer.SAPLTreeCellRenderer.UserPreferencies
Indicates the user's preference about whether a node which are belief containers and expanded should also have its icon displayed.
isEmptyBeliefContainersExpandable() - Method in class ubiware.core.visualizer.VisualizerPrototype
 
isExpandableEmptyBeliefContainers() - Method in class ubiware.core.visualizer.VisualizerPrototype
Returns whether the user prefers that empty belief containers are expandable or not.
isInitialStop() - Method in class ubiware.core.behaviors.DebugBehavior
Returns whether this behaviour will stop the agent as soon as it is started and able to.
isLeaf(Object) - Method in class ubiware.core.visualizer.BeliefContainerTreeModel
 
isLeaf(Object) - Method in class ubiware.core.visualizer.BeliefTreeModel
 
isLeaf(Object) - Method in class ubiware.core.visualizer.StringLiteralTreeModel
 
isMessageFromShowable(String) - Method in class ubiware.core.visualizer.VisualizerPrototypeForm
Returns true if messages from the given source are shown on the message area of the interface, false otherwise.
isObjectAny() - Method in class ubiware.core.SemanticStatement
Is the object '*' or a variable?
isObjectContext() - Method in class ubiware.core.SemanticStatement
Only true if the object of this semantic statement starts with the CONTEXT_PREFIX
isObjectVar() - Method in class ubiware.core.SemanticStatement
Is the object a variable?
isPredicateAny() - Method in class ubiware.core.SemanticStatement
Is the predicate '*' or a variable?
isPredicateVar() - Method in class ubiware.core.SemanticStatement
Is the predicate a variable?
isRootDisplayed() - Method in class ubiware.core.visualizer.JTree
Equivalent to JTree.isRootVisible().
isRootVisible() - Method in class ubiware.core.visualizer.JTree
Same as JTree.isRootDisplayed().
isShowExpandedBeliefContainerIcon() - Method in interface ubiware.core.visualizer.SAPLTreeCellRenderer.UserPreferencies
Indicates the user's preference about whether a node which are belief containers and expanded should also have its icon displayed.
isShowExpandedBeliefContainerIcon() - Method in class ubiware.core.visualizer.VisualizerPrototype
Returns whether the user prefers that expanded belief container nodes display their icon or not.
isShowExpandedBeliefContainerText() - Method in interface ubiware.core.visualizer.SAPLTreeCellRenderer.UserPreferencies
Indicates the user's preference about whether a node which are belief containers and expanded should also have its text displayed.
isShowExpandedBeliefContainerText() - Method in class ubiware.core.visualizer.VisualizerPrototype
Returns whether the user prefers that expanded belief container nodes display their text or not.
isShowSettings() - Method in class ubiware.core.visualizer.VisualizerPrototype
Returns whether the user has made some gesture which implies that she whould like the settings pane to be shown.
isSubjectAny() - Method in class ubiware.core.SemanticStatement
Is the subject '*' or a variable?
isSubjectContext() - Method in class ubiware.core.SemanticStatement
Only true if the subject of this semantic statement starts with the CONTEXT_PREFIX
isSubjectVar() - Method in class ubiware.core.SemanticStatement
Is the subject a variable?
isViewable(TreePath) - Method in class ubiware.core.visualizer.JTree
Equivalent to JTree.isVisible(javax.swing.tree.TreePath).
isVisible(TreePath) - Method in class ubiware.core.visualizer.JTree
Same as JTree.isViewable(javax.swing.tree.TreePath).
isWaitingUntilAgentLifeCycle() - Method in class ubiware.core.visualizer.VisualizerPrototype
Returns whether the visualizer is waiting for the completion of some agent life cycle.
itemStateChanged(ItemEvent) - Method in class ubiware.core.visualizer.VisualizerPrototypeForm
 
iterator() - Method in class ubiware.core.BindingsSet
 
iterator() - Method in class ubiware.util.Range
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z