Protégé-OWL 3.4 beta

Serialized Form


Package edu.stanford.smi.protegex.owl.database

Class edu.stanford.smi.protegex.owl.database.InitOWLDatabaseFromFileWizardPage extends edu.stanford.smi.protege.util.WizardPage implements Serializable

Serialized Fields

plugin

CreateOWLDatabaseFromFileProjectPlugin plugin

uriField

edu.stanford.smi.protege.util.URIField uriField

Class edu.stanford.smi.protegex.owl.database.OWLDatabaseWizardPage extends edu.stanford.smi.protege.storage.database.DatabaseWizardPage implements Serializable

serialVersionUID: 251501005887139194L

Serialized Fields

plugin

OWLDatabasePlugin plugin

ontologyName

JTextField ontologyName

Class edu.stanford.smi.protegex.owl.database.OWLDatabaseWizardPageExistingSources extends OWLDatabaseWizardPage implements Serializable

Serialized Fields

fileToDatabase

boolean fileToDatabase

Package edu.stanford.smi.protegex.owl.inference.dig.exception

Class edu.stanford.smi.protegex.owl.inference.dig.exception.DIGErrorException extends DIGReasonerException implements Serializable

Serialized Fields

errorList

ArrayList<E> errorList

Class edu.stanford.smi.protegex.owl.inference.dig.exception.DIGReasonerException extends ProtegeReasonerException implements Serializable


Package edu.stanford.smi.protegex.owl.inference.reasoner.exception

Class edu.stanford.smi.protegex.owl.inference.reasoner.exception.ProtegeReasonerException extends Exception implements Serializable


Package edu.stanford.smi.protegex.owl.inference.ui

Class edu.stanford.smi.protegex.owl.inference.ui.ReasonerProgressModalDialog extends JDialog implements Serializable

Serialized Fields

okButton

JButton okButton

cancelButton

JButton cancelButton

progBar

JProgressBar progBar

messageLabel

JLabel messageLabel

description

String description

message

String message

tree

JTree tree

root

DefaultMutableTreeNode root

treeNodeMap

HashMap<K,V> treeNodeMap

curTask

ReasonerTask curTask

Class edu.stanford.smi.protegex.owl.inference.ui.ReasonerWarningPanel extends OWLTestResultsPanel implements Serializable


Package edu.stanford.smi.protegex.owl.inference.ui.action

Class edu.stanford.smi.protegex.owl.inference.ui.action.CheckSingleConceptConsistencyAction extends ResourceAction implements Serializable

Class edu.stanford.smi.protegex.owl.inference.ui.action.ComputeIndividualsBelongingToClassAction extends ResourceAction implements Serializable

Class edu.stanford.smi.protegex.owl.inference.ui.action.ComputeSingleIndividualTypesAction extends ResourceAction implements Serializable

Serialized Fields

inferredTypes

Collection<E> inferredTypes

Class edu.stanford.smi.protegex.owl.inference.ui.action.GetInferredSubClassesAction extends ResourceAction implements Serializable

Class edu.stanford.smi.protegex.owl.inference.ui.action.GetInferredSuperClassesAction extends ResourceAction implements Serializable

Class edu.stanford.smi.protegex.owl.inference.ui.action.GetSingleIndividualPropertyValuesAction extends ResourceAction implements Serializable


Package edu.stanford.smi.protegex.owl.inference.ui.inspector

Class edu.stanford.smi.protegex.owl.inference.ui.inspector.ReasonerInspectorPanel extends JPanel implements Serializable

Serialized Fields

reasonerIdentity

DIGReasonerIdentity reasonerIdentity

kb

OWLModel kb

reasonerDesc

JLabel reasonerDesc

tree

JTree tree

languageNode

DefaultMutableTreeNode languageNode

tellNode

DefaultMutableTreeNode tellNode

askNode

DefaultMutableTreeNode askNode

rootNode

DefaultMutableTreeNode rootNode

refreshAction

Action refreshAction

Package edu.stanford.smi.protegex.owl.javacode

Class edu.stanford.smi.protegex.owl.javacode.AbstractCodeGeneratorIndividual extends DefaultRDFIndividual implements Serializable

serialVersionUID: -406831192956223749L

Class edu.stanford.smi.protegex.owl.javacode.JavaCodeGeneratorPanel extends JPanel implements Serializable

Serialized Fields

abstractCheckBox

JCheckBox abstractCheckBox

factoryClassNameTextField

JTextField factoryClassNameTextField

fileChooser

JFileChooser fileChooser

options

EditableJavaCodeGeneratorOptions options

packageTextField

JTextField packageTextField

rootFolderTextField

JTextField rootFolderTextField

setCheckBox

JCheckBox setCheckBox

prefixCheckBox

JCheckBox prefixCheckBox

Class edu.stanford.smi.protegex.owl.javacode.JavaCodeGeneratorResourceAction extends ResourceAction implements Serializable


Package edu.stanford.smi.protegex.owl.jena

Class edu.stanford.smi.protegex.owl.jena.JenaFilePanel extends JPanel implements Serializable

Serialized Fields

owlFileField

edu.stanford.smi.protege.util.FileField owlFileField

useNativeWriterChechBox

JCheckBox useNativeWriterChechBox

Class edu.stanford.smi.protegex.owl.jena.JenaKnowledgeBaseSourcesEditor extends edu.stanford.smi.protege.model.KnowledgeBaseSourcesEditor implements Serializable

Serialized Fields

owlFileURIField

edu.stanford.smi.protege.util.URIField owlFileURIField

languageComboBox

JComboBox languageComboBox

callback

boolean callback

Package edu.stanford.smi.protegex.owl.jena.parser

Class edu.stanford.smi.protegex.owl.jena.parser.ProtegeOWLParserException extends edu.stanford.smi.protege.exception.OntologyLoadException implements Serializable


Package edu.stanford.smi.protegex.owl.model.classparser

Class edu.stanford.smi.protegex.owl.model.classparser.AmbiguousNameException extends edu.stanford.smi.protege.exception.ProtegeException implements Serializable

Class edu.stanford.smi.protegex.owl.model.classparser.OWLClassParseException extends Exception implements Serializable

Serialized Fields

currentToken

String currentToken

nextCouldBeClass

boolean nextCouldBeClass

nextCouldBeIndividual

boolean nextCouldBeIndividual

nextCouldBeProperty

boolean nextCouldBeProperty

nextCouldBeDatatypeName

boolean nextCouldBeDatatypeName

recentHasValueProperty

RDFProperty recentHasValueProperty

Package edu.stanford.smi.protegex.owl.model.classparser.compact

Class edu.stanford.smi.protegex.owl.model.classparser.compact.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class edu.stanford.smi.protegex.owl.model.classparser.compact.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package edu.stanford.smi.protegex.owl.model.classparser.dl

Class edu.stanford.smi.protegex.owl.model.classparser.dl.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class edu.stanford.smi.protegex.owl.model.classparser.dl.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package edu.stanford.smi.protegex.owl.model.classparser.manchester

Class edu.stanford.smi.protegex.owl.model.classparser.manchester.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class edu.stanford.smi.protegex.owl.model.classparser.manchester.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package edu.stanford.smi.protegex.owl.model.factory

Class edu.stanford.smi.protegex.owl.model.factory.AlreadyImportedException extends Exception implements Serializable

serialVersionUID: -9141966184981940921L


Package edu.stanford.smi.protegex.owl.model.factory.tests.impl

Class edu.stanford.smi.protegex.owl.model.factory.tests.impl.DefaultTestPerson extends DefaultRDFIndividual implements Serializable


Package edu.stanford.smi.protegex.owl.model.impl

Class edu.stanford.smi.protegex.owl.model.impl.AbstractNamespaceManager extends Object implements Serializable

Serialized Fields

last_prefix_index

int last_prefix_index

Class edu.stanford.smi.protegex.owl.model.impl.AbstractOWLAnonymousClass extends AbstractRDFSClass implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.AbstractOWLCardinalityBase extends AbstractOWLRestriction implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.AbstractOWLLogicalClass extends AbstractOWLAnonymousClass implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.AbstractOWLNAryLogicalClass extends AbstractOWLLogicalClass implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.AbstractOWLProperty extends DefaultRDFProperty implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.AbstractOWLQuantifierRestriction extends AbstractOWLRestriction implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.AbstractOWLRestriction extends AbstractOWLAnonymousClass implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.AbstractRDFSClass extends edu.stanford.smi.protege.model.DefaultCls implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultOWLAllDifferent extends DefaultOWLIndividual implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultOWLAllValuesFrom extends AbstractOWLQuantifierRestriction implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultOWLCardinality extends AbstractOWLCardinalityBase implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultOWLComplementClass extends AbstractOWLLogicalClass implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultOWLDataRange extends DefaultRDFIndividual implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultOWLDatatypeProperty extends AbstractOWLProperty implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultOWLEnumeratedClass extends AbstractOWLAnonymousClass implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultOWLHasValue extends AbstractOWLRestriction implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultOWLIndividual extends DefaultRDFIndividual implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultOWLIntersectionClass extends AbstractOWLNAryLogicalClass implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultOWLMaxCardinality extends AbstractOWLCardinalityBase implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultOWLMinCardinality extends AbstractOWLCardinalityBase implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultOWLNamedClass extends DefaultRDFSNamedClass implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultOWLObjectProperty extends AbstractOWLProperty implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultOWLOntology extends DefaultRDFIndividual implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultOWLSomeValuesFrom extends AbstractOWLQuantifierRestriction implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultOWLUnionClass extends AbstractOWLNAryLogicalClass implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultRDFExternalResource extends edu.stanford.smi.protege.model.DefaultSimpleInstance implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultRDFIndividual extends edu.stanford.smi.protege.model.DefaultSimpleInstance implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultRDFList extends DefaultRDFIndividual implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultRDFProperty extends edu.stanford.smi.protege.model.DefaultSlot implements Serializable

serialVersionUID: 8950825871351060966L

Class edu.stanford.smi.protegex.owl.model.impl.DefaultRDFSDatatype extends DefaultRDFIndividual implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultRDFSNamedClass extends AbstractRDFSClass implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.DefaultRDFUntypedResource extends DefaultRDFIndividual implements Serializable

Class edu.stanford.smi.protegex.owl.model.impl.ImportingOwlNamespaceManager extends AbstractNamespaceManager implements Serializable

serialVersionUID: -5443609678477899634L

Serialized Fields

owlModel

OWLModel owlModel

needsRebuild

boolean needsRebuild

prefix2namespaceMap

HashMap<K,V> prefix2namespaceMap

namespace2prefixMap

HashMap<K,V> namespace2prefixMap

unmodifiablePrefixes

Collection<E> unmodifiablePrefixes

Class edu.stanford.smi.protegex.owl.model.impl.OWLNamespaceManager extends AbstractNamespaceManager implements Serializable

serialVersionUID: -7101015781624857363L

Serialized Fields

prefix2namespaceMap

HashMap<K,V> prefix2namespaceMap

namespace2prefixMap

HashMap<K,V> namespace2prefixMap

unmodifiablePrefixes

Collection<E> unmodifiablePrefixes

Package edu.stanford.smi.protegex.owl.server.triplestore

Class edu.stanford.smi.protegex.owl.server.triplestore.GetPackage extends edu.stanford.smi.protege.util.ProtegeJob implements Serializable

serialVersionUID: 6836555738304528191L

Class edu.stanford.smi.protegex.owl.server.triplestore.Package extends Object implements Serializable

serialVersionUID: 6422510439112012894L

Serialized Fields

frameStores

List<E> frameStores

namespaceManagers

List<E> namespaceManagers

tripleStoreNames

List<E> tripleStoreNames

activeTripleStore

String activeTripleStore

systemTripleStore

String systemTripleStore

Package edu.stanford.smi.protegex.owl.swrl.bridge.builtins.swrlxml

Class edu.stanford.smi.protegex.owl.swrl.bridge.builtins.swrlxml.XMLMapperException extends Exception implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.builtins.swrlxml.XMLProcessorException extends Exception implements Serializable


Package edu.stanford.smi.protegex.owl.swrl.bridge.builtins.temporal.exceptions

Class edu.stanford.smi.protegex.owl.swrl.bridge.builtins.temporal.exceptions.TemporalException extends Throwable implements Serializable


Package edu.stanford.smi.protegex.owl.swrl.bridge.exceptions

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.BuiltInException extends SWRLRuleEngineBridgeException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.BuiltInMethodRuntimeException extends BuiltInException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.BuiltInNotImplementedException extends BuiltInException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.DatatypeConversionException extends SQWRLException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.IncompatibleBuiltInClassException extends BuiltInException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.IncompatibleBuiltInMethodException extends BuiltInException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.InconsistentKnowledgeBaseException extends SWRLRuleEngineBridgeException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.InfiniteBindingBuiltInException extends BuiltInException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.InvalidBridgeNameException extends SWRLRuleEngineBridgeException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.InvalidBuiltInArgumentException extends BuiltInException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.InvalidBuiltInArgumentNumberException extends BuiltInException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.InvalidBuiltInLibraryNameException extends SWRLRuleEngineBridgeException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.InvalidBuiltInMethodsImplementationClass extends BuiltInException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.InvalidBuiltInNameException extends BuiltInException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.InvalidClassNameException extends OWLFactoryException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.InvalidIndividualNameException extends OWLFactoryException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.InvalidPropertyNameException extends OWLFactoryException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.InvalidResourceNameException extends SWRLRuleEngineBridgeException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.InvalidSWRLAtomException extends SWRLRuleEngineBridgeException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.MapperException extends SWRLRuleEngineBridgeException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.NoRegisteredBridgesException extends SWRLRuleEngineBridgeException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.NotImplementedException extends SWRLRuleEngineBridgeException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.OWLFactoryException extends SWRLRuleEngineBridgeException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.SWRLRuleEngineBridgeException extends SWRLRuleEngineException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.SWRLRuleEngineBridgeInternalException extends SWRLRuleEngineBridgeException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.UnresolvedBuiltInClassException extends BuiltInException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.bridge.exceptions.UnresolvedBuiltInMethodException extends BuiltInException implements Serializable


Package edu.stanford.smi.protegex.owl.swrl.bridge.impl

Class edu.stanford.smi.protegex.owl.swrl.bridge.impl.OWLDatatypeValueImpl extends BuiltInArgumentImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package edu.stanford.smi.protegex.owl.swrl.bridge.ui

Class edu.stanford.smi.protegex.owl.swrl.bridge.ui.ViewPluginAction extends AbstractAction implements Serializable

Serialized Fields

pluginName

String pluginName

owlModel

OWLModel owlModel

swrlTab

SWRLTab swrlTab

Package edu.stanford.smi.protegex.owl.swrl.ddm.exceptions

Class edu.stanford.smi.protegex.owl.swrl.ddm.exceptions.JDBCException extends SQLException implements Serializable


Package edu.stanford.smi.protegex.owl.swrl.exceptions

Class edu.stanford.smi.protegex.owl.swrl.exceptions.InvalidRuleNameException extends SWRLRuleEngineException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.exceptions.SWRLFactoryException extends Exception implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.exceptions.SWRLOWLUtilException extends Exception implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.exceptions.SWRLRuleEngineException extends Exception implements Serializable


Package edu.stanford.smi.protegex.owl.swrl.model.impl

Class edu.stanford.smi.protegex.owl.swrl.model.impl.AbstractSWRLIndividual extends DefaultOWLIndividual implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.model.impl.AbstractSWRLIndividualsAtom extends DefaultSWRLAtom implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.model.impl.DefaultSWRLAtom extends AbstractSWRLIndividual implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.model.impl.DefaultSWRLAtomList extends DefaultRDFList implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.model.impl.DefaultSWRLBuiltin extends AbstractSWRLIndividual implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.model.impl.DefaultSWRLBuiltinAtom extends DefaultSWRLAtom implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.model.impl.DefaultSWRLClassAtom extends DefaultSWRLAtom implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.model.impl.DefaultSWRLDataRangeAtom extends DefaultSWRLAtom implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.model.impl.DefaultSWRLDatavaluedPropertyAtom extends DefaultSWRLAtom implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.model.impl.DefaultSWRLDifferentIndividualsAtom extends AbstractSWRLIndividualsAtom implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.model.impl.DefaultSWRLImp extends AbstractSWRLIndividual implements Serializable

Serialized Fields

isCacheInitialized

boolean isCacheInitialized

isRuleEnabled

boolean isRuleEnabled

ruleGroups

Map<K,V> ruleGroups

Class edu.stanford.smi.protegex.owl.swrl.model.impl.DefaultSWRLIndividualPropertyAtom extends DefaultSWRLAtom implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.model.impl.DefaultSWRLSameIndividualAtom extends AbstractSWRLIndividualsAtom implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.model.impl.DefaultSWRLVariable extends AbstractSWRLIndividual implements Serializable

serialVersionUID: -1961560060080726149L


Package edu.stanford.smi.protegex.owl.swrl.parser

Class edu.stanford.smi.protegex.owl.swrl.parser.SWRLIncompleteRuleException extends SWRLParseException implements Serializable

Class edu.stanford.smi.protegex.owl.swrl.parser.SWRLParseException extends Exception implements Serializable


Package edu.stanford.smi.protegex.owl.swrl.sqwrl.exceptions

Class edu.stanford.smi.protegex.owl.swrl.sqwrl.