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

A

ADDITION - Static variable in class com.bbn.swede.core.libraries.LibraryEdit
Edit type constant indicating the addition of one or more entries.
ALLVALUES - Static variable in class com.bbn.swede.editor.visualeditors.restriction.RestrictionWrapper
Label for owl:allValuesFrom restrictions.
AS_CONTENT_TYPES - Static variable in class com.bbn.swede.editor.OWLPartitionScanner
Allowed content types.
AS_OWL - Static variable in class com.bbn.swede.core.dom.OASTNode
Array of element names for items in the OWL namespace.
AS_RDF - Static variable in class com.bbn.swede.core.dom.OASTNode
Array of element names for items in the RDF namespace.
AS_RDFS - Static variable in class com.bbn.swede.core.dom.OASTNode
Array of element names for items in the RDFS namespace.
ATTRIBUTE - Static variable in interface com.bbn.swede.editor.contentassist.ISuggestionCandidate
ATTRIBUTE represents that the type of suggestion is an attribute.
ATTRIBUTE_PROPOSAL - Static variable in class com.bbn.swede.editor.contentassist.DefaultOWLContentAssistProcessor
Proposal type constant indicating an attribute proposal.
ATTRIBUTE_VALUE - Static variable in class com.bbn.swede.editor.OWLColorProvider
Content type string for attribute values.
About - class com.bbn.swede.core.dom.rdf.About.
Custom attribute node implementation for rdf:about.
About(String) - Constructor for class com.bbn.swede.core.dom.rdf.About
Creates an About node.
AbstractCodeGenerator - class com.bbn.swede.tools.codegenerator.AbstractCodeGenerator.
An abstract base class that provides the essential functionality for code generators.
AbstractCodeGenerator() - Constructor for class com.bbn.swede.tools.codegenerator.AbstractCodeGenerator
 
AbstractConfiguration - class com.bbn.swede.core.libraries.AbstractConfiguration.
Abstract implementation of IConfiguration.
AbstractConfiguration() - Constructor for class com.bbn.swede.core.libraries.AbstractConfiguration
 
AbstractOpenWizardAction - class com.bbn.swede.ui.wizards.action.AbstractOpenWizardAction.
Common base class for SWeDE's "New ..." actions.
AbstractOpenWizardAction(String, boolean) - Constructor for class com.bbn.swede.ui.wizards.action.AbstractOpenWizardAction
Creates a AbstractOpenWizardAction.
AbstractOpenWizardAction(String, Class[], boolean) - Constructor for class com.bbn.swede.ui.wizards.action.AbstractOpenWizardAction
Creates a AbstractOpenWizardAction.
AbstractOpenWizardAction(String, Class[], boolean, boolean) - Constructor for class com.bbn.swede.ui.wizards.action.AbstractOpenWizardAction
Creates an open wizard action.
AbstractOpenWizardAction() - Constructor for class com.bbn.swede.ui.wizards.action.AbstractOpenWizardAction
Creates a AbstractOpenWizardAction with no restrictions on types, and does allow an empty selection.
AbstractTranslator - class com.bbn.swede.tools.translator.AbstractTranslator.
This is the default implementation of the ITranslator interface.
AbstractTranslator() - Constructor for class com.bbn.swede.tools.translator.AbstractTranslator
 
AllDifferent - class com.bbn.swede.core.dom.owl.AllDifferent.
Custom class node implementation for owl:AllDifferent.
AllDifferent() - Constructor for class com.bbn.swede.core.dom.owl.AllDifferent
 
AllValuesFrom - class com.bbn.swede.core.dom.owl.AllValuesFrom.
Custom property node implementation for owl:allValuesFrom.
AllValuesFrom() - Constructor for class com.bbn.swede.core.dom.owl.AllValuesFrom
 
AnnotationProperty - class com.bbn.swede.core.dom.owl.AnnotationProperty.
Custom class node implementation for owl:AnnotationProperty.
AnnotationProperty() - Constructor for class com.bbn.swede.core.dom.owl.AnnotationProperty
 
AttributeFormattingStrategy - class com.bbn.swede.editor.formatting.AttributeFormattingStrategy.
A slave strategy for formatting begin tags in OWL documents.
AttributeFormattingStrategy(IOWLAbstractSyntaxTree) - Constructor for class com.bbn.swede.editor.formatting.AttributeFormattingStrategy
Creates an attribute formatting strategy.
AttributeNode - class com.bbn.swede.core.dom.AttributeNode.
Common implementation for nodes representing XML attributes.
AttributeNode(String) - Constructor for class com.bbn.swede.core.dom.AttributeNode
Creates an attribute node.
accept(IOWLElementVisitor) - Method in interface com.bbn.swede.core.IOWLElement
Accepts the given visitor.
accept(IOASTDeltaVisitor) - Method in interface com.bbn.swede.core.dom.IOASTDelta
Begins a preorder traversal starting with this delta.
accept(IOASTDeltaVisitor) - Method in class com.bbn.swede.core.dom.OASTDelta
 
accept(IOASTNodeVisitor) - Method in class com.bbn.swede.core.dom.OASTNode
Performs a preorder traversal starting with this node.
accept(IOWLElementVisitor) - Method in class com.bbn.swede.core.resources.OWLElement
 
activate() - Method in interface com.bbn.swede.editor.IVisualizationPage
Notifies the visualization page that it is about to become the active component in the OWL multi-page editor.
add(IOWLElement) - Method in interface com.bbn.swede.core.IOWLModel
Adds any IOWLElement (except IOWLProject) to model.
add(LibraryStructuralCompositeEdit) - Method in class com.bbn.swede.core.libraries.LibraryEdit
Add this composite edit to this LibraryEdit.
add(IOWLElement) - Method in class com.bbn.swede.core.resources.OWLModel
Adds any IOWLElement (except IOWLProject) to the model.
addAttribute(String, String) - Method in class com.bbn.swede.core.dom.TagNode
Adds an attribute to the tag, after all existing attributes.
addChild(IOWLElement) - Method in class com.bbn.swede.core.OWLElementInfo
Adds an element to the list of children.
addDelayedDocumentEventListener(IDelayedDocumentEventListener) - Method in class com.bbn.swede.editor.OWLDelayedSyntaxChecker
Adds an IDelayedDocumentEventListener to the delayed syntax checker.
addDocumentEvent(DocumentEvent) - Method in class com.bbn.swede.editor.OWLDelayedSyntaxChecker
Add a regular document event to the delayed syntax checker.
addDoubleClickListener(IDoubleClickListener) - Method in class com.bbn.swede.ui.wizards.PropertyEditor
Delegate method.
addEdit(LibraryStructuralEdit) - Method in class com.bbn.swede.core.libraries.LibraryStructuralCompositeEdit
Adds an edit to the composite edit.
addEntry(ILibraryEntryDescriptor) - Method in interface com.bbn.swede.core.libraries.ILibraryDescriptor
Add a new entry to this library descriptor's library.
addEntry(ILibraryEntryDescriptor) - Method in class com.bbn.swede.core.libraries.Library
Adds an entry to the library.
addEntry(ILibraryEntryDescriptor) - Method in class com.bbn.swede.core.libraries.LibraryDescriptor
 
addExternalDocument(String, String, IFolder) - Static method in class com.bbn.swede.core.resources.SWResourceManager
Retrieves a document from the web and adds it to the workspace and OWL model.
addFilter(ViewerFilter) - Method in class com.bbn.swede.ui.wizards.PropertyEditor
Delegate method.
addHelpListener(HelpListener) - Method in class com.bbn.swede.ui.wizards.PropertyEditor
Delegate method.
addJavaNature(IProject) - Static method in class com.bbn.swede.core.OWLCore
Configures a project as Java project.
addJenaToClasspath(IJavaProject) - Static method in class com.bbn.jena.JenaPlugin
Adds the Jena container to a Java project's classpath.
addKazukiToClasspath(IJavaProject) - Static method in class com.bbn.swede.library.kazuki.KazukiPlugin
Adds the Kazuki container to a Java project's classpath.
addLibrary(IOWLProject, String) - Method in interface com.bbn.swede.core.IOWLModel
Tells the model to associate the globally available Ontology Library with a Semantic Web project.
addLibrary(IOWLProject, String) - Method in class com.bbn.swede.core.resources.OWLModel
 
addLibraryChangeListener(ILibraryChangeListener) - Method in interface com.bbn.swede.core.libraries.ILibraryDescriptor
Registers an object for notifications of changes to this library.
addLibraryChangeListener(ILibraryChangeListener) - Method in class com.bbn.swede.core.libraries.LibraryChangeSupport
Registers a listener for library change events.
addLibraryChangeListener(ILibraryChangeListener) - Method in class com.bbn.swede.core.libraries.LibraryDescriptor
 
addLibraryChangeListener(ILibraryChangeListener) - Method in class com.bbn.swede.core.libraries.OWLLibrary
Registers an object for notifications of changes to this library.
addLibraryChangeListener(ILibraryChangeListener) - Method in class com.bbn.swede.core.resources.OWLProject
Registers an object for notifications of changes to the project's referenced libraries.
addNamespace(Namespace) - Method in class com.bbn.swede.editor.contentassist.NamespaceManager
Adds a namespace to the manager.
addNamespace(String, String) - Method in class com.bbn.swede.editor.contentassist.NamespaceManager
Adds a namespace to the manager.
addOASTChangeListener(IOASTChangeListener) - Method in interface com.bbn.swede.core.dom.IOWLAbstractSyntaxTree
Registers a new OASTChangeListener.
addOASTChangeListener(IOASTChangeListener) - Method in class com.bbn.swede.core.dom.OAST
Registers a new OASTChangeListener.
addOWLNature(IProject) - Static method in class com.bbn.swede.core.OWLCore
Configures a project as an OWL project by adding the OWL nature and its associated builders.
addOWLSyntaxBuilder(IProject) - Static method in class com.bbn.swede.core.OWLNature
Adds the OWL Syntax Builder to a project.
addOpenListener(IOpenListener) - Method in class com.bbn.swede.ui.wizards.PropertyEditor
Delegate method.
addPages() - Method in class com.bbn.swede.ui.wizards.NewOWLClassWizard
 
addPages() - Method in class com.bbn.swede.ui.wizards.NewOWLDocumentWizard
Add the one page to the wizard, the reused page WizardNewProjectCreationPage.
addPages() - Method in class com.bbn.swede.ui.wizards.NewOWLOntologyWizard
 
addPages() - Method in class com.bbn.swede.ui.wizards.NewOWLProjectWizard
Add the one page to the wizard, the reused page WizardNewProjectCreationPage.
addPages() - Method in class com.bbn.swede.ui.wizards.NewOWLPropertyWizard
 
addPostSelectionChangedListener(ISelectionChangedListener) - Method in class com.bbn.swede.ui.wizards.PropertyEditor
Delegate method.
addPrenotifiedOASTChangeListener(IOASTChangeListener) - Method in class com.bbn.swede.core.dom.OAST
Registers an OASTChangeListener that gets notified of modifications before those registered with addOASTChangeListener.
addPropertyLiteral(String, String) - Method in class com.bbn.swede.core.dom.ClassNode
Adds a literal property to this individual.
addPropertyResource(String, String) - Method in class com.bbn.swede.core.dom.ClassNode
Adds a property to this individual whose object is a resource defined by a tag elsewhere.
addPropertyTag(String, ClassNode) - Method in class com.bbn.swede.core.dom.ClassNode
Adds a property to this individual whose object is another individual.
addSWProjectInfoBuilder(IProject) - Static method in class com.bbn.swede.core.OWLNature
Adds the Semantic Web Project Info Builder to a project.
addSelectionChangedListener(ISelectionChangedListener) - Method in class com.bbn.swede.editor.OWLSourceEditor
 
addSelectionChangedListener(ISelectionChangedListener) - Method in class com.bbn.swede.editor.OWLVisualEditor
 
addSelectionChangedListener(ISelectionChangedListener) - Method in class com.bbn.swede.ui.wizards.PropertyEditor
Delegate method.
addToModel(OASTNode) - Method in class com.bbn.swede.core.dom.OAST
Attempts to add a node to the Jena model.
addToOWLModel(IFile) - Method in class com.bbn.swede.ui.wizards.NewOWLDocumentWizardPage
Adds a file resource to the OWL model.
alignAttributeValues() - Static method in class com.bbn.swede.editor.EditorPlugin
Indicates whether or not the values of wrapped attributes should be aligned, based on editor preferences.
alignAttributes() - Static method in class com.bbn.swede.editor.EditorPlugin
Indicates whether or not wrapped attributes should be aligned with the name of the containing tag, based on editor preferences.
allowedChildren() - Method in class com.bbn.swede.core.dom.AttributeNode
 
allowedChildren() - Method in class com.bbn.swede.core.dom.Doctype
 
allowedChildren() - Method in class com.bbn.swede.core.dom.DocumentRoot
 
allowedChildren() - Method in class com.bbn.swede.core.dom.GenericPredicate
 
allowedChildren() - Method in class com.bbn.swede.core.dom.GenericThing
 
allowedChildren() - Method in class com.bbn.swede.core.dom.Literal
 
allowedChildren() - Method in class com.bbn.swede.core.dom.OASTNode
Returns an array of node types indicating what is allowed as a child of the node.
allowedChildren() - Method in class com.bbn.swede.core.dom.ProcessingInstruction
 
allowedChildren() - Method in class com.bbn.swede.core.dom.UnparseableNode
 
allowedChildren() - Method in class com.bbn.swede.core.dom.XMLComment
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.AllDifferent
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.AllValuesFrom
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.AnnotationProperty
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.BackwardCompatibleWith
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.Cardinality
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.ComplementOf
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.DataRange
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.DatatypeProperty
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.DeprecatedClass
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.DeprecatedProperty
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.DifferentFrom
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.DisjointWith
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.DistinctMembers
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.EquivalentClass
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.EquivalentProperty
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.FunctionalProperty
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.HasValue
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.Imports
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.IncompatibleWith
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.IntersectionOf
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.InverseFunctionalProperty
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.InverseOf
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.Klass
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.MaxCardinality
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.MinCardinality
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.ObjectProperty
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.OnProperty
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.OneOf
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.Ontology
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.OntologyProperty
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.PriorVersion
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.Restriction
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.SameAs
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.SomeValuesFrom
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.SymmetricProperty
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.Thing
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.TransitiveProperty
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.UnionOf
 
allowedChildren() - Method in class com.bbn.swede.core.dom.owl.VersionInfo
 
allowedChildren() - Method in class com.bbn.swede.core.dom.rdf.Description
 
allowedChildren() - Method in class com.bbn.swede.core.dom.rdf.First
 
allowedChildren() - Method in class com.bbn.swede.core.dom.rdf.List
 
allowedChildren() - Method in class com.bbn.swede.core.dom.rdf.Property
 
allowedChildren() - Method in class com.bbn.swede.core.dom.rdf.Rdf
 
allowedChildren() - Method in class com.bbn.swede.core.dom.rdf.Rest
 
allowedChildren() - Method in class com.bbn.swede.core.dom.rdf.Type
 
allowedChildren() - Method in class com.bbn.swede.core.dom.rdfs.Comment
 
allowedChildren() - Method in class com.bbn.swede.core.dom.rdfs.Domain
 
allowedChildren() - Method in class com.bbn.swede.core.dom.rdfs.Klass
 
allowedChildren() - Method in class com.bbn.swede.core.dom.rdfs.Label
 
allowedChildren() - Method in class com.bbn.swede.core.dom.rdfs.Range
 
allowedChildren() - Method in class com.bbn.swede.core.dom.rdfs.SeeAlso
 
allowedChildren() - Method in class com.bbn.swede.core.dom.rdfs.SubClassOf
 
allowedChildren() - Method in class com.bbn.swede.core.dom.rdfs.SubPropertyOf
 
appendChild(OASTNode) - Method in class com.bbn.swede.core.dom.OASTNode
Adds a node to the end of this node's child list.
appendChildAttribute(AttributeNode) - Method in class com.bbn.swede.core.dom.TagNode
Inserts an attribute node as the last attribute child of this node.
appendChildTag(TagNode) - Method in class com.bbn.swede.core.dom.TagNode
Inserts a tag node as the last non-attribute child of this node.
attach(IOWLAbstractSyntaxTree, boolean) - Method in class com.bbn.swede.core.dom.OASTNode
Attaches the node to an OWL abstract syntax tree at its stored offset and length.
attachComments(ArrayList, OASTNode) - Method in class com.bbn.swede.core.dom.OAST
Attaches a list of already-positioned XMLComment nodes to the OAST.
available() - Method in class com.bbn.swede.core.dom.UnparseableFilterStream
 

B

BASE - Static variable in class com.bbn.swede.core.dom.OASTNode
Type constant indicating an XML base node.
BASE_URI - Static variable in class com.bbn.swede.editor.contentassist.NamespaceManager
BASE_URI used to request the base URI of the document.
BEGIN_TAG - Static variable in class com.bbn.swede.editor.OWLPartitionScanner
Partition type string for begin tags.
BEGIN_TAG_REGEX - Static variable in class com.bbn.swede.editor.formatting.FormattingUtils
Regular expression for identifying begin tags.
BackwardCompatibleWith - class com.bbn.swede.core.dom.owl.BackwardCompatibleWith.
Custom property node implementation for owl:backwardCompatibleWith.
BackwardCompatibleWith() - Constructor for class com.bbn.swede.core.dom.owl.BackwardCompatibleWith
 
Base - class com.bbn.swede.core.dom.Base.
Custom attribute node implementation for xml:base.
Base(String) - Constructor for class com.bbn.swede.core.dom.Base
Creates a Base node.
belongsTo(Object) - Method in class com.bbn.swede.core.libraries.RefreshLibraryJob
Compares family names.
build() - Method in interface com.bbn.swede.core.IOWLModel
Builds the OWL model.
build(int, Map, IProgressMonitor) - Method in class com.bbn.swede.core.builders.OWLSyntaxBuilder
 
build(int, Map, IProgressMonitor) - Method in class com.bbn.swede.core.builders.SWConfigBuilder
 
build() - Method in class com.bbn.swede.core.resources.OWLModel
Builds the OWL model.
buildChildren() - Method in class com.bbn.swede.core.OWLDocumentInfo
Populates the internal list of OWL classes and properties that are contained in this OWL document.

C

CACHE_DIR - Static variable in class com.bbn.swede.library.vowlidator.VowlidatorPlugin
Directory to prepend to each of the local cache filenames.
CACHE_LOCALS - Static variable in class com.bbn.swede.library.vowlidator.VowlidatorPlugin
Contains the filenames of the local cache for each of the URLs.
CACHE_URLS - Static variable in class com.bbn.swede.library.vowlidator.VowlidatorPlugin
Contains the URLs of documents which are available in the cache.
CARDINALITY - Static variable in class com.bbn.swede.editor.visualeditors.restriction.RestrictionWrapper
Label for owl:cardinality restrictions.
CDATA - Static variable in class com.bbn.swede.editor.OWLColorProvider
Content type string for literal content.
CHANGED - Static variable in interface com.bbn.swede.core.dom.IOASTDelta
Change constant (bit mask) indicating that the node has been changed.
CHANGED - Static variable in class com.bbn.swede.core.libraries.LibraryChangeEvent
Event type constant indicating that the contents of a library changed.
CLASS - Static variable in interface com.bbn.swede.editor.contentassist.ISuggestionCandidate
CLASS represents that the type of suggestion is an OWL class.
CLASS_NAME_COLUMN - Static variable in class com.bbn.swede.editor.visualeditors.restriction.RestrictionEditor
Index of the class name column.
CLOSED - Static variable in class com.bbn.swede.core.libraries.LibraryChangeEvent
Event type constant indicating that a library was closed.
COLUMN_NAMES_ARRAY - Static variable in class com.bbn.swede.editor.visualeditors.restriction.RestrictionEditor
Column name strings.
COMMENT - Static variable in class com.bbn.swede.core.dom.OASTNode
Type constant indicating an XML comment node.
COMMENT - Static variable in class com.bbn.swede.editor.OWLColorProvider
Content type strying for XML comments.
COMMENT_TAG_REGEX - Static variable in class com.bbn.swede.editor.formatting.FormattingUtils
Regular expression for identifying XML comments.
CONFIGURATION - Static variable in class com.bbn.swede.core.libraries.LibraryEdit
Edit type constant indicating that the library's configuartion changed.
CONFIG_BUILDER - Static variable in class com.bbn.swede.core.OWLCore
Unique identifier for OWL config builder.
CREATE - Static variable in class com.bbn.swede.ui.wizards.LibraryWizardActionFactory
Constant indicating a library creation dialog.
Cardinality - class com.bbn.swede.core.dom.owl.Cardinality.
Custom property node implementation for owl:cardinality.
Cardinality() - Constructor for class com.bbn.swede.core.dom.owl.Cardinality
 
ClassNode - class com.bbn.swede.core.dom.ClassNode.
Common implementation for class nodes.
ClassNode() - Constructor for class com.bbn.swede.core.dom.ClassNode
Default constructor for class nodes.
ClassNode(boolean) - Constructor for class com.bbn.swede.core.dom.ClassNode
Creates a parentless and childless ClassNode as either a singleton or with discrete begin and end tags.
CodeGenerationAction - class com.bbn.swede.tools.codegenerator.CodeGenerationAction.
A generic action class for running code generators.
CodeGenerationAction(String, AbstractCodeGenerator, String) - Constructor for class com.bbn.swede.tools.codegenerator.CodeGenerationAction
Creates an action for a specific code generator.
CombinationDialogCellEditor - class com.bbn.swede.editor.visualeditors.restriction.CombinationDialogCellEditor.
A dialog that accepts a IInputValidator and can be configured for integers, classes or instances, appropriately for cardinality, allValuesFrom and someValuesFrom, and hasValue restrictions, respectively.
CombinationDialogCellEditor(Composite, RestrictionEditorInspector, IOWLAbstractSyntaxTree) - Constructor for class com.bbn.swede.editor.visualeditors.restriction.CombinationDialogCellEditor
Creates a CombinationDialogCellEditor.
ComboBoxCellEditorModel - class com.bbn.swede.editor.visualeditors.restriction.ComboBoxCellEditorModel.
This class provides a model for Combo Box Cell editors so that generic objects can be represented conveniently.
ComboBoxCellEditorModel(ILabelProvider) - Constructor for class com.bbn.swede.editor.visualeditors.restriction.ComboBoxCellEditorModel
Constructs a model w/ the given ILabelProvider.
ComboBoxCellEditorModel(ILabelProvider, List) - Constructor for class com.bbn.swede.editor.visualeditors.restriction.ComboBoxCellEditorModel
Constructs a model w/ the given ILabelProvider and elements.
Comment - class com.bbn.swede.core.dom.rdfs.Comment.
Custom property node implementation for rdfs:comment.
Comment() - Constructor for class com.bbn.swede.core.dom.rdfs.Comment
 
ComplementOf - class com.bbn.swede.core.dom.owl.ComplementOf.
Custom property node implementation for owl:complementOf.
ComplementOf() - Constructor for class com.bbn.swede.core.dom.owl.ComplementOf
 
ConfigurationValidator - class com.bbn.swede.core.libraries.ConfigurationValidator.
Implementation of IConfigurationValidator that provides validation for LibraryEntry and Library configurations.
ConfigurationValidator(int) - Constructor for class com.bbn.swede.core.libraries.ConfigurationValidator
Creates a new configuration validator to validate an entry or a library.
canActionBeAdded() - Method in class com.bbn.swede.ui.wizards.action.AbstractOpenWizardAction
Tests if the action can be run on the current selection.
canFinish() - Method in class com.bbn.swede.ui.wizards.OWLEditLibraryWizard
 
canFinish() - Method in class com.bbn.swede.ui.wizards.OWLNewLibraryWizard
 
canFlipToNextPage() - Method in class com.bbn.swede.ui.wizards.OWLLibraryBuilderPageZero
 
canModify(Object, String) - Method in class com.bbn.swede.ui.wizards.PropertyEditor.InternalCellModifier
 
cancelTimer() - Method in class com.bbn.swede.editor.OWLDelayedSyntaxChecker
Cancels the parse timer.
category(Object) - Method in class com.bbn.swede.ui.OWLSorter
 
changed(OASTEvent) - Method in class com.bbn.swede.core.dom.OAST
Notifies all OASTChangeListeners that the OAST has just changed.
characters(char[], int, int) - Method in class com.bbn.swede.core.dom.OASTHandler
 
checkExisting(IOWLDocument) - Method in class com.bbn.swede.tools.codegenerator.AbstractCodeGenerator
Checks if a document has already had the generator run against it.
checkWorkspaceNotEmpty() - Method in class com.bbn.swede.ui.wizards.action.AbstractOpenWizardAction
Indicates whether the workspace is non-empty.
cleanUp() - Method in class com.bbn.swede.editor.visualeditors.restriction.OASTNameResolver
Cleans up resources used by the resolver.
cleanup() - Method in class com.bbn.swede.core.dom.Base
 
cleanup() - Method in class com.bbn.swede.core.dom.OASTNode
Cleanup method called when a node is detached from an IOWLAbstractSyntaxTree.
cleanup() - Method in class com.bbn.swede.editor.contentassist.DefaultNamespaceSuggester
Unregisters the suggester from its OAST and performs other housekeeping type chores to ready itself for deletion.
cleanup() - Method in interface com.bbn.swede.editor.contentassist.INamespaceSuggester
Performs cleanup activities - free up resources, unregister with the OAST, etc.
clone() - Method in class com.bbn.swede.core.dom.AttributeNode
 
clone() - Method in class com.bbn.swede.core.dom.DocumentRoot
 
clone() - Method in class com.bbn.swede.core.dom.OASTNode
Creates a deep copy of a node and all nodes below it in the tree.
clone() - Method in class com.bbn.swede.core.dom.TagNode
 
clone() - Method in class com.bbn.swede.core.dom.TextNode
 
close() - Method in class com.bbn.swede.core.dom.UnparseableFilterStream
 
close() - Method in interface com.bbn.swede.core.libraries.ILibraryDescriptor
Releases any system resources associated with the ILibrary that are held by this ILibraryDescriptor.
close() - Method in interface com.bbn.swede.core.libraries.ILibraryEntryDescriptor
Attempts to release all system resources associated with the ILibraryEntry.
close() - Method in class com.bbn.swede.core.libraries.Library
Attempts to close the zip file and free all other system resources.
close() - Method in class com.bbn.swede.core.libraries.LibraryDescriptor
 
close() - Method in class com.bbn.swede.core.libraries.LibraryEntry
This method attempts to close all file handles and release all system resources held by this LibraryEntry.
close() - Method in class com.bbn.swede.core.libraries.LibraryEntryDescriptor
 
close(boolean) - Method in class com.bbn.swede.editor.OWLSourceEditor
 
com.bbn.jena - package com.bbn.jena
An Eclipse wrapper for the Jena Framework.
com.bbn.swede.core - package com.bbn.swede.core
Provides classes and interfaces for interacting with the OWL model.
com.bbn.swede.core.builders - package com.bbn.swede.core.builders
Contains builders that are run against Semantic Web projects.
com.bbn.swede.core.config - package com.bbn.swede.core.config
Persistent configuration information for Semantic Web projects.
com.bbn.swede.core.dom - package com.bbn.swede.core.dom
Implements a document object model for OWL documents in the RDF/XML syntax.
com.bbn.swede.core.dom.owl - package com.bbn.swede.core.dom.owl
DOM nodes for OWL language elements.
com.bbn.swede.core.dom.rdf - package com.bbn.swede.core.dom.rdf
DOM nodes for RDF language elements.
com.bbn.swede.core.dom.rdfs - package com.bbn.swede.core.dom.rdfs
DOM nodes for RDFS language elements.
com.bbn.swede.core.libraries - package com.bbn.swede.core.libraries
Support for libraries: logical groupings of OWL files and associated metadata.
com.bbn.swede.core.resources - package com.bbn.swede.core.resources
Contains implementations of the OWL element interfaces defined in com.bbn.swede.core and a factory class for creating them.
com.bbn.swede.editor - package com.bbn.swede.editor
A text editor for OWL documents in the RDF/XML syntax.
com.bbn.swede.editor.contentassist - package com.bbn.swede.editor.contentassist
Content assist support for the OWL source editor.
com.bbn.swede.editor.formatting - package com.bbn.swede.editor.formatting
Content formatting and auto-indent support for the OWL Source Editor.
com.bbn.swede.editor.rules - package com.bbn.swede.editor.rules
Rules that control the partitioning of OWL documents for the editor.
com.bbn.swede.editor.visualeditors.restriction - package com.bbn.swede.editor.visualeditors.restriction
The RestrictionEditor, a graphical tool for creating, modifying and removing restrictions from classes in an ontology.
com.bbn.swede.library.dumpont - package com.bbn.swede.library.dumpont
An Eclipse wrapper for the DumpOnt ontology visualizer.
com.bbn.swede.library.kazuki - package com.bbn.swede.library.kazuki
An Eclipse wrapper for Kazuki API generation.
com.bbn.swede.library.vowlidator - package com.bbn.swede.library.vowlidator
An Eclipse wrapper for the OWL validator.
com.bbn.swede.tools - package com.bbn.swede.tools
Miscellanious Semantic Web tools for SWeDE.
com.bbn.swede.tools.codegenerator - package com.bbn.swede.tools.codegenerator
Code generator support for creating programming language APIs based on Ontologies.
com.bbn.swede.tools.translator - package com.bbn.swede.tools.translator
SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats
com.bbn.swede.ui - package com.bbn.swede.ui
Common user interface classes for SWeDE.
com.bbn.swede.ui.action - package com.bbn.swede.ui.action
Action classes responsible for handling SWeDE menu and toolbar items.
com.bbn.swede.ui.properties - package com.bbn.swede.ui.properties
A package for SWeDE's Properties pages.
com.bbn.swede.ui.wizards - package com.bbn.swede.ui.wizards
Dialog boxes for creating and adding to Semantic Web projects and documents.
com.bbn.swede.ui.wizards.action - package com.bbn.swede.ui.wizards.action
Actions to spawn the dialogs in com.bbn.swede.ui.wizards.
com.bbn.swede.view - package com.bbn.swede.view
Common view classes for SWeDE.
com.bbn.swede.view.uriexplorer.core - package com.bbn.swede.view.uriexplorer.core
Support code for URI Explorer.
com.bbn.swede.view.uriexplorer.ui - package com.bbn.swede.view.uriexplorer.ui
User interface for URI Explorer.
combine(OASTDelta) - Method in class com.bbn.swede.core.dom.OASTDelta
Merges the changes represented by a subsequent OAST delta into this one.
combine(OASTEvent) - Method in class com.bbn.swede.core.dom.OASTEvent
Turns this event into a composite event.
compareTo(Object) - Method in class com.bbn.swede.editor.contentassist.DefaultSuggestionCandidate
As per the interface.
computeCompletionProposals(ITextViewer, int) - Method in class com.bbn.swede.editor.contentassist.DefaultOWLContentAssistProcessor
 
computeContextInformation(ITextViewer, int) - Method in class com.bbn.swede.editor.contentassist.DefaultOWLContentAssistProcessor
As per IContentAssistProcessor.
configure() - Method in class com.bbn.swede.core.OWLNature
 
configure(IProgressMonitor) - Method in class com.bbn.swede.core.libraries.LibraryEdit
Performs the configuration operations in this LibraryEdit upon the library supplied at object construction.
configure(ILibraryDescriptor, IProgressMonitor) - Method in class com.bbn.swede.core.libraries.LibraryStructuralCompositeEdit
Perform all of the configuration edits that have been added to this composite.
configure(ILibraryDescriptor, IProgressMonitor) - Method in class com.bbn.swede.core.libraries.LibraryStructuralEdit
Performs a configuration operation, either on a library or a library entry.
configure(File, OutputStream, String, String) - Method in class com.bbn.swede.tools.translator.TranslationRunner
Configure this translation runner with the arguments for a single run of the given translator.
configureCellEditors() - Method in class com.bbn.swede.editor.visualeditors.restriction.RestrictionEditorTableTree
Configures the property cell editors.
configureCellEditors() - Method in class com.bbn.swede.editor.visualeditors.restriction.RestrictionEditorTree
Configures the property cell editors.
configureProject(IProject) - Method in class com.bbn.swede.library.kazuki.InterfaceGenerator
 
configureProject(IProject) - Method in class com.bbn.swede.tools.codegenerator.AbstractCodeGenerator
Implement configureProject to perform any setup operations that must be completed before generated code will be usable (i.e.
configureProject(IProject) - Method in class com.bbn.swede.tools.codegenerator.VocabularyGenerator
 
connect(IDocument) - Method in class com.bbn.swede.editor.OWLDocumentPartitioner.OASTUpdater
Attaches the updater to a document.
connect(IDocument, boolean) - Method in class com.bbn.swede.editor.OWLDocumentPartitioner
 
contains(IResource) - Method in interface com.bbn.swede.core.IOWLElement
Checks if this element or one of its decendents is based on a particular Eclipse resource.
contains(IResource) - Method in interface com.bbn.swede.core.IOWLModel
Indicates whether the OWL model contains an IOWLElement based on the given resource.
contains(String) - Method in interface com.bbn.swede.core.libraries.ILibraryDescriptor
Checks whether this library contains a particular file.
contains(String) - Method in class com.bbn.swede.core.libraries.LibraryDescriptor
 
contains(IResource) - Method in class com.bbn.swede.core.libraries.LibraryOWLDocument
 
contains(IResource) - Method in class com.bbn.swede.core.resources.OWLElement
 
contains(IResource) - Method in class com.bbn.swede.core.resources.OWLFolder
 
contains(IResource) - Method in class com.bbn.swede.core.resources.OWLModel
 
contains(IResource) - Method in class com.bbn.swede.core.resources.OWLProject
 
containsNamespace(String) - Method in class com.bbn.swede.editor.contentassist.NamespaceManager
Indicates whether the manager contains a given namespace abbreviation.
containsOWL(IFolder) - Static method in class com.bbn.swede.core.resources.SWResourceManager
Recursively checks a folder and its subfolders for OWL documents.
containsURI(String) - Method in interface com.bbn.swede.core.libraries.ILibraryDescriptor
Checks whether this library contains a file with a particular base URI.
containsURI(String) - Method in class com.bbn.swede.core.libraries.LibraryDescriptor
 
containsURI(String) - Method in class com.bbn.swede.editor.contentassist.NamespaceManager
Indicates whether the manager contains a given namespace URI.
create(String, String) - Static method in class com.bbn.swede.core.dom.AttributeNode
Factory method for creating attribute nodes.
create(String, OASTNode) - Static method in class com.bbn.swede.core.dom.TagNode
Factory method for creating tag nodes.
create(String) - Static method in class com.bbn.swede.core.dom.TagNode
Factory method for creating language tag nodes.
create(int, String) - Static method in class com.bbn.swede.core.dom.TextNode
Factory method for creating text nodes.
create(ILibraryDescriptor) - Static method in class com.bbn.swede.core.resources.SWResourceManager
Creates an OWL library element based on a given ILibraryDescriptor.
create(IFile, String) - Static method in class com.bbn.swede.core.resources.SWResourceManager
Attempts to create an external OWL File element based on the provided Eclipse file resource and source URL.
createActions() - Method in class com.bbn.swede.editor.OWLSourceEditor
 
createButtons(FormToolkit, Composite) - Method in class com.bbn.swede.editor.visualeditors.restriction.RestrictionEditorTableTree
Convenience method to create the Add and Remove buttons seen in the restriction editor.
createButtons(FormToolkit, Composite) - Method in class com.bbn.swede.editor.visualeditors.restriction.RestrictionEditorTree
Convenience method to create the Add and Remove buttons seen in the restriction editor.
createCellEditors() - Method in class com.bbn.swede.editor.visualeditors.restriction.RestrictionEditorTableTree
Creates the cell editors used by this component.
createCellEditors() - Method in class com.bbn.swede.editor.visualeditors.restriction.RestrictionEditorTree
Creates the cell editors used by this component.
createChild(String) - Method in class com.bbn.swede.core.dom.OASTNode
Creates a node for a specific qualified name and appends it as a child of this node.
createChildAttribute(String, String) - Method in class com.bbn.swede.core.dom.OASTNode
Creates a node for a specified qualified attribute name and attribute value and appends it as a child of this node.
createComponent(ScrolledForm, Composite, FormToolkit, RestrictionEditorInspector, IOWLAbstractSyntaxTree) - Method in class com.bbn.swede.editor.visualeditors.restriction.RestrictionEditorTableTree
Creates and initializes the table tree viewer used by the restriction editor.
createComponent(ScrolledForm, Composite, FormToolkit, RestrictionEditorInspector, IOWLAbstractSyntaxTree) - Method in class com.bbn.swede.editor.visualeditors.restriction.RestrictionEditorTree
Creates and initializes the table tree viewer used by the restriction editor.
createContents(Composite) - Method in class com.bbn.swede.editor.OWLEditorPreferences
 
createContents(Composite) - Method in class com.bbn.swede.ui.LibrariesPreferencesPage
 
createContents(Composite) - Method in class com.bbn.swede.ui.SWeDEPreferencesPage
 
createContents(Composite) - Method in class com.bbn.swede.ui.properties.ProjectLibraryProperties
 
createControl(Composite) - Method in class com.bbn.jena.JenaContainerPage
 
createControl(Composite) - Method in class com.bbn.swede.editor.OWLEditorContentOutlinePage
 
createControl(Composite) - Method in class com.bbn.swede.library.kazuki.KazukiContainerPage
 
createControl(Composite) - Method in class com.bbn.swede.ui.wizards.NewOWLClassWizardPage
 
createControl(Composite) - Method in class com.bbn.swede.ui.wizards.NewOWLDocumentWizardPage
 
createControl(Composite) - Method in class com.bbn.swede.ui.wizards.NewOWLOntologyWizardPage
 
createControl(Composite) - Method in class com.bbn.swede.ui.wizards.NewOWLPropertyWizardPage
 
createControl(Composite) - Method in class com.bbn.swede.ui.wizards.OWLLibraryBuilderPageOne
 
createControl(Composite) - Method in class com.bbn.swede.ui.wizards.OWLLibraryBuilderPageThree
 
createControl(Composite) - Method in class com.bbn.swede.ui.wizards.OWLLibraryBuilderPageTwo
 
createControl(Composite) - Method in class com.bbn.swede.ui.wizards.OWLLibraryBuilderPageZero
 
createControl(Composite) - Method in class com.bbn.swede.ui.wizards.OWLLibraryEditorPageOne
 
createControl(Composite) - Method in class com.bbn.swede.ui.wizards.OWLLibraryEditorPageThree
 
createControl(Composite) - Method in class com.bbn.swede.ui.wizards.OWLLibraryEditorPageZero
 
createControl(Composite, int) - Method in class com.bbn.swede.ui.wizards.PropertyEditor
Creates a GUI control and configures it.
createDescriptor() - Method in interface com.bbn.swede.core.libraries.ILibrary
This method will create a descriptor if one does not exist; if one has already been created, then this method will return that object.
createDescriptor() - Method in interface com.bbn.swede.core.libraries.ILibraryEntry
Retrieves the descriptor for this library entry.
createDescriptor() - Method in class com.bbn.swede.core.libraries.Library
 
createDescriptor() - Method in class com.bbn.swede.core.libraries.LibraryEntry
 
createDestinationGroup(Composite) - Method in class com.bbn.swede.ui.wizards.OWLLibraryBuilderPageOne
 
createDocument(Object) - Method in class com.bbn.swede.editor.OWLSourceEditor.OWLDocumentProvider
 
createDocumentInfo(IOWLDocument) - Static method in class com.bbn.swede.core.resources.SWResourceManager
Creates a document info object for an OWL document.
createElementInfo(IOWLLibrary) - Static method in class com.bbn.swede.core.resources.SWResourceManager
Creates an element info for an OWL library element.
createElementInfo(IOWLElement) - Static method in class com.bbn.swede.core.resources.SWResourceManager
Creates an element info object for an OWL element.
createElementInfo(IOWLFolder) - Static method in class com.bbn.swede.core.resources.SWResourceManager
Creates an element info object for an OWL folder.
createElementInfo(IOWLProject) - Static method in class com.bbn.swede.core.resources.SWResourceManager
Creates an element info object for an OWL project.
createEntry(File, Properties, IOWLAbstractSyntaxTree) - Method in interface com.bbn.swede.core.libraries.ILibraryDescriptor
This method will create a new ILibraryEntry and add it to this object's ILibrary, and return the descriptor associated with the 'Entry.
createEntry(File, Properties, IOWLAbstractSyntaxTree) - Method in class com.bbn.swede.core.libraries.LibraryDescriptor
 
createFieldEditors() - Method in class com.bbn.swede.editor.OWLEditorPreferences
 
createFile(IFile, InputStream, IProgressMonitor) - Method in class com.bbn.swede.ui.wizards.NewOWLDocumentWizardPage
Creates a file resource given the file handle and contents.
createFileHandle(IPath) - Method in class com.bbn.swede.ui.wizards.NewOWLDocumentWizardPage
Creates a file resource handle for the file with the given workspace path.
createInitialLayout(IPageLayout) - Method in class com.bbn.swede.ui.OWLPerspective
 
createInsertDelta(OASTNode, OASTNode[]) - Static method in class com.bbn.swede.core.dom.OASTDelta
Creates an OAST delta representing the insertion of one or more nodes.
createJenaResource(Model) - Method in class com.bbn.swede.core.dom.ClassNode
Creates a Jena resource to represent the class node.
createJenaStatement(Model) - Method in class com.bbn.swede.core.dom.GenericAttribute
Creates a Jena statement to represent the generic attribute.
createJenaStatement(Model) - Method in class com.bbn.swede.core.dom.PropertyNode
Creates a Jena statement to represent the property node.
createLibrary(String) - Static method in class com.bbn.swede.core.libraries.Libraries
Creates a new empty library with the specified name.
createList(Model, Iterator) - Method in class com.bbn.swede.core.dom.rdf.ParseType
Creates and returns an RDFList resource representing a sequence of RDF nodes.
createMarker(IResource) - Method in class com.bbn.swede.core.dom.UnparseableNode
Creates a marker resource to indicate the invalid XML of this node.
createModel() - Method in class com.bbn.swede.core.dom.OAST
Builds a Jena model based on the current state of the OAST.
createNewDocument() - Method in class com.bbn.swede.ui.wizards.NewOWLDocumentWizard
Deprecated. As of SWeDE 1.0.2, replaced by NewOWLDocumentWizard.createNewDocument(InputStream). Creating the input stream externally allows the wizard to recover gracefully and notify the user if the URL is unreachable. See also NewOWLDocumentWizardPage.openStream().
createNewDocument(InputStream) - Method in class com.bbn.swede.ui.wizards.NewOWLDocumentWizard
Creates a new project resource with the name selected in the wizard page.
createNewFile() - Method in class com.bbn.swede.ui.wizards.NewOWLDocumentWizardPage
Deprecated. As of SWeDE 1.0.2, replaced by NewOWLDocumentWizardPage.createNewFile(InputStream). Creating the input stream externally allows the wizard to recover gracefully and notify the user if the URL is unreachable. See also NewOWLDocumentWizardPage.openStream().
createNewFile(InputStream) - Method in class com.bbn.swede.ui.wizards.NewOWLDocumentWizardPage
Creates a new file resource in the selected container and with the selected name.
createNewProject() - Method in class com.bbn.swede.ui.wizards.NewOWLProjectWizard
Creates a new project resource with the name selected in the wizard page.
createOWLClass(Resource) - Static method in class com.bbn.swede.core.resources.SWResourceManager
Creates an OWL Class element based on a Jena resource.
createOWLProperty(Property) - Static method in class com.bbn.swede.core.resources.SWResourceManager
Creates an OWL Property element based on a Jena property.
createPages() - Method in class com.bbn.swede.editor.OWLEditor
Creates the pages for the multiple page editor.
createPartControl(Composite) - Method in class com.bbn.swede.editor.OWLSourceEditor
 
createPartControl(Composite) - Method in class com.bbn.swede.editor.visualeditors.restriction.RestrictionEditor
 
createPartControl(Composite) - Method in class com.bbn.swede.library.dumpont.DumpOnt
 
createPartControl(Composite) - Method in class com.bbn.swede.view.uriexplorer.ui.URIExplorer
 
createPresentation(TextPresentation, ITypedRegion) - Method in class com.bbn.swede.editor.OWLSourceViewerConfiguration.OWLDamageRepairer
 
createProject(IProjectDescription, IProject, IProgressMonitor) - Method in class com.bbn.swede.ui.wizards.NewOWLProjectWizard
Creates a project resource given the project handle and description.
createRegions() - Method in class com.bbn.swede.core.dom.TagNode
Creates regions for the begin and end tags of the node.
createRemoveDelta(OASTNode[]) - Static method in class com.bbn.swede.core.dom.OASTDelta
Creates an OAST delta representing the removal of one or more nodes.
createReparseDelta(OASTNode[], OASTNode[]) - Static method in class com.bbn.swede.core.dom.OASTDelta
Creates an OAST delta representing the results of a partial reparse.
createReplaceDelta(OASTNode, OASTNode) - Static method in class com.bbn.swede.core.dom.OASTDelta
Creates an OAST delta representing the replacement of one node with another node.
createRestrictionTable(Composite, FormToolkit) - Method in class com.bbn.swede.editor.visualeditors.restriction.RestrictionEditor
Initializes the restriction editor table tree.
createSWeDEResourcesGroup(Composite) - Method in class com.bbn.swede.ui.wizards.OWLLibraryBuilderPageOne
Creates controls for adding resources from SWeDE projects to the library.
createSelectedResourcesGroup(Composite) - Method in class com.bbn.swede.ui.wizards.OWLLibraryBuilderPageOne
Creates controls for viewing and interacting with the resources already selected for inclusion in the library.
createSingletonRegion() - Method in class com.bbn.swede.core.dom.TagNode
Creates a begin region for the node, marking it as a singleton.
createTextAttribute(String) - Method in class com.bbn.swede.editor.