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

S

SafeActionsPolicyChecker - Class in ubiware.core.policies
To be wrapped around an actual policyChecker to speed up when safe actions are executed.
SafeActionsPolicyChecker(Resource, PolicyChecker) - Constructor for class ubiware.core.policies.SafeActionsPolicyChecker
 
SaplN3 - Class in ubiware.core
 
SaplN3Producer - Class in ubiware.core
This class produces a S-APL N3 String from the beliefs strucure of the UbiwareAgent.
SaplN3Producer(UbiwareAgent, ResourcePrefixer, ProduceN3Options) - Constructor for class ubiware.core.SaplN3Producer
 
SAPLTreeCellRenderer - Class in ubiware.core.visualizer
Custom cell renderer class for the Belief Tree.
SAPLTreeCellRenderer(SAPLTreeCellRenderer.UserPreferencies, UbiwareAgent) - Constructor for class ubiware.core.visualizer.SAPLTreeCellRenderer
Creates a new instance which will use the given SAPLTreeCellRenderer.UserPreferencies to render beliefs for viewing on screen.
SAPLTreeCellRenderer.UserPreferencies - Interface in ubiware.core.visualizer
Interface to specify the minimun knowledge about user that should be provided to this Cell Renderer in order to render cells according to user preferences.
scrollPathToDisplayed(TreePath) - Method in class ubiware.core.visualizer.JTree
 
scrollPathToVisible(TreePath) - Method in class ubiware.core.visualizer.JTree
Same as JTree.scrollPathToDisplayed(javax.swing.tree.TreePath).
scrollRowToDisplayed(int) - Method in class ubiware.core.visualizer.JTree
 
scrollRowToVisible(int) - Method in class ubiware.core.visualizer.JTree
Same as JTree.scrollRowToDisplayed(int).
search_requested(VisualizerPrototypeForm.BeliefSearchArguments, VisualizerPrototypeForm.BeliefSearchType) - Method in class ubiware.core.visualizer.VisualizerPrototype
 
search_requested(VisualizerPrototypeForm.BeliefSearchArguments, VisualizerPrototypeForm.BeliefSearchType) - Method in class ubiware.core.visualizer.VisualizerPrototypeForm
Called when the user has requested a search on the belief tree to be made.
search_result_selected(TreePath) - Method in class ubiware.core.visualizer.VisualizerPrototype
 
search_result_selected(TreePath) - Method in class ubiware.core.visualizer.VisualizerPrototypeForm
Called when the user has selected a specific tree path from the list of search results.
SearchString - Variable in class ubiware.core.visualizer.VisualizerPrototypeForm.SimpleTextualMatchBeliefSearchArguments
The search string the user entered
searchTree(TreeModel, VisualizerPrototype.Predicate<TreePath>, TreePath, Logger) - Static method in class ubiware.core.visualizer.VisualizerPrototype
Traverses the subtree of the given tree model whose root is indicated by the given tree path.
searchTree(TreeModel, VisualizerPrototype.Predicate<TreePath>, TreePath) - Static method in class ubiware.core.visualizer.VisualizerPrototype
Calls VisualizerPrototype.searchTree(javax.swing.tree.TreeModel, ubiware.core.visualizer.VisualizerPrototype.Predicate, javax.swing.tree.TreePath, java.util.logging.Logger) with a logger that writes to nowhere.
SemanticStatement - Class in ubiware.core
Representation of a triple (subject, predicate, object).
SemanticStatement(String, String, String) - Constructor for class ubiware.core.SemanticStatement
 
SemanticStatement(String, String, String, String, String) - Constructor for class ubiware.core.SemanticStatement
 
SemanticStatement(SemanticStatement) - Constructor for class ubiware.core.SemanticStatement
creates an identical semantic statement (deep copy)
SemanticStatementElementTreeModel - Class in ubiware.core.visualizer
A specification of StringLiteralTreeModel in order to have indication about what exactly this string literal represents.
SemanticStatementElementTreeModel(TreeModel, String, SemanticStatementElementTreeModel.Type) - Constructor for class ubiware.core.visualizer.SemanticStatementElementTreeModel
Creates a new instance of this tree model.
SemanticStatementElementTreeModel.Type - Enum in ubiware.core.visualizer
The enumeration which describes the possible types that this tree model can have.
sendFileToOutputStream(File, OutputStream) - Static method in class ubiware.util.StreamingUtils
Send a file to an outputstream
sendMessage(int, Resource, SaplDocument, String, String) - Method in class ubiware.core.ReusableAtomicBehavior
 
sendMessage(int, Resource, String, String, String) - Method in class ubiware.core.ReusableAtomicBehavior
Deprecated. Use the version with sapl document instead.
setAgent(UbiwareAgent) - Method in class ubiware.core.ReusableAtomicBehavior
Set the agent which is executing this RAB.
setAgent(Agent) - Method in class ubiware.core.UbiwareAgent.Live
 
setAgentLifeCycles(long) - Method in class ubiware.core.visualizer.VisualizerPrototype
Sets the internal belief about in which life cycle the agent is right now.
setAliasNamespaces(boolean) - Method in class ubiware.core.visualizer.VisualizerPrototype
Sets whether namespaces should aliased as prefixes or not.
setBeliefTreeCellRenderer(TreeCellRenderer) - Method in class ubiware.core.visualizer.VisualizerPrototypeForm
Sets this VisualizerPrototypeForm.belief_tree's cell renderer.
setDebugger(Debugger) - Method in class ubiware.core.UbiwareAgent.DebugController
 
setDisplayedRowCount(int) - Method in class ubiware.core.visualizer.JTree
 
setEncapsulatingBehavior(Behaviour) - Method in class ubiware.core.ReusableAtomicBehavior
Set the behavior which encapsulates this RAB.
setExpandableEmptyBeliefContainers(boolean) - Method in class ubiware.core.visualizer.VisualizerPrototype
Sets whether empty belief containers should be expandable on the tree.
setFailed() - Method in class ubiware.core.ReusableAtomicBehavior
Marks this RAB as being failed, this used to be done by setting the success flag to false (this.success = false) This new approach must ensure that once the RAB has been marked as failed, it cannot be marked as a success again.
setMessageFromShowable(String, boolean) - Method in class ubiware.core.visualizer.VisualizerPrototypeForm
Causes messages comming from from to be shown if argument s is true, otherwise not.
SetOperation - Class in ubiware.util
Provides some common operations on sets 12.4.2010
SetOperation() - Constructor for class ubiware.util.SetOperation
 
setPolicyChecker(PolicyChecker) - Method in class ubiware.core.UbiwareAgent
 
setRootDisplayed(boolean) - Method in class ubiware.core.visualizer.JTree
 
setRootVisible(boolean) - Method in class ubiware.core.visualizer.JTree
Same as JTree.setRootDisplayed(boolean).
setSearcResultsListCellRenderer(ListCellRenderer) - Method in class ubiware.core.visualizer.VisualizerPrototypeForm
Sets this VisualizerPrototypeForm.search_results_list's cell renderer.
setShowExpandedBeliefContainerIcon(boolean) - Method in class ubiware.core.visualizer.VisualizerPrototype
Sets whether expanded belief container nodes should display their icon or not.
setShowExpandedBeliefContainerText(boolean) - Method in class ubiware.core.visualizer.VisualizerPrototype
Sets whether expanded belief container nodes should display their text or not.
setShowSettings(boolean) - Method in class ubiware.core.visualizer.VisualizerPrototype
Sets whether settings panel should be displayed or not.
setStartParameters(BehaviorStartParameters) - Method in interface ubiware.core.ParametrizedAsset
Sets the parameters on the object.
setStartParameters(BehaviorStartParameters) - Method in class ubiware.core.ReusableAtomicBehavior
Set the start parameters for this behavior.
setup() - Method in class ubiware.core.UbiwareAgent
 
setVisibleRowCount(int) - Method in class ubiware.core.visualizer.JTree
Same as JTree.setDisplayedRowCount(int).
setWaitingUntilAgentLifeCycle(boolean) - Method in class ubiware.core.visualizer.VisualizerPrototype
Sets whether the visualizer is expecting for a specific agent life cycle to be completed or not.
setWaitUntilAgentLifeCycle(long) - Method in class ubiware.core.visualizer.VisualizerPrototype
Sets the agent life cycle number that the visualizer is waiting for.
show_expanded_belief_containers_icon_changed(boolean) - Method in class ubiware.core.visualizer.VisualizerPrototype
 
show_expanded_belief_containers_icon_changed(boolean) - Method in class ubiware.core.visualizer.VisualizerPrototypeForm
Indicates that the user has changed her preference about showing expanded belief container nodes' icon.
show_expanded_belief_containers_text_changed(boolean) - Method in class ubiware.core.visualizer.VisualizerPrototype
 
show_expanded_belief_containers_text_changed(boolean) - Method in class ubiware.core.visualizer.VisualizerPrototypeForm
Indicates that the user has changed her preference about showing expanded belief container nodes' text.
show_in_N3_requested(Object) - Method in class ubiware.core.visualizer.VisualizerPrototype
 
show_in_N3_requested(Object) - Method in class ubiware.core.visualizer.VisualizerPrototypeForm
Called when the user has requested a specific node of the tree to be rendered in N3 notation.
show_settings_panel_changed(boolean) - Method in class ubiware.core.visualizer.VisualizerPrototype
 
show_settings_panel_changed(boolean) - Method in class ubiware.core.visualizer.VisualizerPrototypeForm
Indicates that the user preference about showing or hiding the settings panel has changed.
show_treepath_list(TreePath[], String) - Method in class ubiware.core.visualizer.VisualizerPrototypeForm
Displays the given array of treepaths in a window with title ttl and allows the user to select one of them.
showExpandedBeliefContainerIconPropertyName - Static variable in class ubiware.core.visualizer.VisualizerPrototype
The name of the property change for the property change event that is thrown when property "showExpandedBeliefContainerIcon" is changed.
showExpandedBeliefContainerTextPropertyName - Static variable in class ubiware.core.visualizer.VisualizerPrototype
The name of the property change for the property change event that is thrown when property "showExpandedBeliefContainerText" is changed.
showMessage(String, String) - Method in class ubiware.core.visualizer.VisualizerPrototypeForm
Shows the given message on some message area on the gui.
showMessage(String, String, boolean) - Method in class ubiware.core.visualizer.VisualizerPrototypeForm
Shows the given message on some message area on the gui.
showMessage(String, String, int) - Method in class ubiware.core.visualizer.VisualizerPrototypeForm
Shows the given message on some message area on the gui.
showN3(String) - Method in class ubiware.core.visualizer.VisualizerPrototypeForm
Creates an internal frame which displays the given string.
showSettingsPanel(Boolean) - Method in class ubiware.core.visualizer.VisualizerPrototypeForm
Instructs this to show or hide the settings panel.
showSettingsPropertyName - Static variable in class ubiware.core.visualizer.VisualizerPrototype
The name of the property change for the property change event that is thrown when property "showSettings" is changed.
solutionIndices - Variable in class ubiware.core.VariablesBindingManager
 
solutions - Variable in class ubiware.core.VariablesBindingManager
 
start() - Method in class ubiware.core.UbiwareAgent.DebugController
 
STATEMENT_PREFIX - Static variable in class ubiware.core.UbiwareAgent
 
statementID - Variable in class ubiware.core.LinkInfo
 
statementIDGenerator - Variable in class ubiware.core.UbiwareAgent
 
StatementIDGenerator - Class in ubiware.util
 
StatementIDGenerator() - Constructor for class ubiware.util.StatementIDGenerator
 
statementsWithVariables - Variable in class ubiware.core.ContextContainer
 
Status - Enum in ubiware.core.policies
The status of a policy check.
stop_agent_changed(boolean) - Method in class ubiware.core.visualizer.VisualizerPrototype
 
stop_agent_changed(boolean) - Method in class ubiware.core.visualizer.VisualizerPrototypeForm
Indicates that the user has changed her preference about stopping the agent.
stopAfter(int) - Method in class ubiware.core.UbiwareAgent.DebugController
 
stopNow() - Method in class ubiware.core.UbiwareAgent.DebugController
 
StreamingUtils - Class in ubiware.util
Utilities which make working with byte and character streams more convenient.
StreamingUtils() - Constructor for class ubiware.util.StreamingUtils
 
StringEscapingUtils - Class in ubiware.core.visualizer
Convenience methods for escaping special characters related to HTML, XML, and regular expressions.
StringLiteralTreeModel - Class in ubiware.core.visualizer
This is a trivial implementation of a tree model, for the sake of representing literal string values which have no children as trees.
StringLiteralTreeModel(TreeModel, String) - Constructor for class ubiware.core.visualizer.StringLiteralTreeModel
Creates a new and immutable instance of this tree model.
subject - Variable in class ubiware.core.SemanticStatement
 
SubjectCaseSensitive - Variable in class ubiware.core.visualizer.VisualizerPrototypeForm.AdvancedBeliefSearchArguments
Make a case sensitive search for subject?
Subjects - Variable in class ubiware.core.visualizer.VisualizerPrototypeForm.AdvancedBeliefSearchArguments
The subject strings to be searched for.
SubtreesTreeModel - Interface in ubiware.core.visualizer
A SubtreesTreeModel is a tree model which does not solely handle the whole tree structure, but instead, it handles only its very own immediate children.
syntaxAnalysis(List<String>, String, List<String>, String) - Method in class ubiware.core.ExpressionEvaluator
 

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