Uses of Interface
org.topbraid.core.change.IChange

Packages that use IChange
org.topbraid.actionslib.predicate.disjoints   
org.topbraid.change   
org.topbraid.change.convert   
org.topbraid.change.refactoring   
org.topbraid.core.change   
org.topbraid.core.testing   
org.topbraid.inference.change   
org.topbraidcomposer.core.change   
org.topbraidcomposer.editors.ontology.overview.baseuri   
org.topbraidcomposer.editors.rdfsource   
org.topbraidcomposer.navigation   
org.topbraidcomposer.navigation.arbitree.actions   
org.topbraidcomposer.navigation.domain.actions   
org.topbraidcomposer.operations   
org.topbraidcomposer.ui.actions   
org.topbraidcomposer.ui.batch   
org.topbraidcomposer.ui.views   
 

Uses of IChange in org.topbraid.actionslib.predicate.disjoints
 

Methods in org.topbraid.actionslib.predicate.disjoints that return IChange
protected  IChange RemoveSiblingsFromDisjointsAction.createChange(com.hp.hpl.jena.rdf.model.Resource subject)
           
protected  IChange RemoveMutualDisjointsFromAllSiblingClassesAction.createChange(com.hp.hpl.jena.rdf.model.Resource subject)
           
 

Methods in org.topbraid.actionslib.predicate.disjoints with parameters of type IChange
protected  boolean RemoveSiblingsFromDisjointsAction.canRun(IChange operation)
           
 

Uses of IChange in org.topbraid.change
 

Classes in org.topbraid.change that implement IChange
 class AbstractReplaceObjectChange
          Used for replacing objects (refractored from ReplaceObjectChange)
 class AddDifferentStatementsChange
           
 class AddStatementChange
           
 class AddStatementsChange
           
 class AddSubclassAxiomsChange
           
 class AddSubjectToStatementsChange
          Adds a list of predicate/object pairs to a given subject.
 class AddSuperClassChange
           
 class AddUnionDomainPropertyChange
           
 class AssertStatementsChange
          A ModelOperation to assert a collection of inferred statements.
 class CreateCloneChange
           
 class CreateEnumerationChange
          A ModelOperation that creates various individuals and combines them into an enumerated class (owl:oneOf).
 class CreateInstanceChange
           
 class CreateReifiedStatementChange
           
 class CreateSubClassChange
           
 class DeleteResourcesChange
           
 class DeleteStatementChange
          An IChange to delete an object from the values of a property at a given subject.
 class DeleteStatementsChange
           
 class MoveObjectChange
           
 class MoveStatementsToSubjectChange
          Moves a list of predicate/object pairs to a given subject.
 class RemoveUnionDomainPropertyChange
           
 class RemoveUsagesChange
          An operation that is typically applied after an import has been removed.
 class ReplaceObjectChange
           
 class ReplaceSuperClassesChange
           
 class ReplaceSuperPropertiesChange
           
 class ReplaceTriplesChange
          A simple operation that just deletes and/or adds a number of triples from a given Graph.
 class ReplaceTypeChange
           
 class SwapObjectChange
          Swaps objects of two statements
 

Uses of IChange in org.topbraid.change.convert
 

Classes in org.topbraid.change.convert that implement IChange
 class AbstractConvertChange
           
 class ConvertToDefinedClassChange
           
 class ConvertToOWLChange
           
 class ConvertToPrimitiveClassChange
           
 class ConvertToRDFSChange
           
 

Uses of IChange in org.topbraid.change.refactoring
 

Classes in org.topbraid.change.refactoring that implement IChange
 class ChangeDatatypeChange
           
 class ConvertToBNodeChange
          An IChange that converts a given URI Resource into a bnode.
 class DeleteRedundantOntologiesOperation
           
 class ExtractClassChange
           
 class FixLiteralsChange
           
 class MoveResourcesIntoModelChange
          A ModelOperation to move resources between models.
 class MoveTriplesChange
          A ModelOperation that moves one or more triples and their depending triples from a source model into a target model.
 class RemoveRedundantSuperClassesChange
          Deletes restriction superclasses if they have been inherited from a named superclass.
 class ReplaceInfGraphChange
           
 

Uses of IChange in org.topbraid.core.change
 

Subinterfaces of IChange in org.topbraid.core.change
 interface IRenamingChange
          An IChange that may have renamed one or more resources during its execution.
 

Classes in org.topbraid.core.change that implement IChange
 class AbstractChange
          An abstract base implementation of the IChange interface.
 

Methods in org.topbraid.core.change that return IChange
 IChange ChangeOperation.getChange()
           
 

Methods in org.topbraid.core.change with parameters of type IChange
protected  ChangeOperation AbstractChangeEngine.createChangeOperation(IChange change)
           
 void IChangeEngine.execute(IChange change)
           
 void AbstractChangeEngine.execute(IChange change)
           
 void IChangeEngine.execute(IChange change, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 void AbstractChangeEngine.execute(IChange change, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 void IChangeEngine.execute(IChange change, org.eclipse.core.runtime.IProgressMonitor monitor, java.lang.Runnable andThen)
           
 void AbstractChangeEngine.execute(IChange change, org.eclipse.core.runtime.IProgressMonitor monitor, java.lang.Runnable andThen)
           
 void IChangeEngine.execute(IChange change, java.lang.Runnable andThen)
           
 void AbstractChangeEngine.execute(IChange change, java.lang.Runnable andThen)
           
 

Constructors in org.topbraid.core.change with parameters of type IChange
ChangeOperation(IChange change)
           
 

Uses of IChange in org.topbraid.core.testing
 

Methods in org.topbraid.core.testing with parameters of type IChange
protected  void AbstractTBTestCase.execute(IChange change)
           
 

Uses of IChange in org.topbraid.inference.change
 

Classes in org.topbraid.inference.change that implement IChange
 class AbstractInferenceChange
           
 

Uses of IChange in org.topbraidcomposer.core.change
 

Methods in org.topbraidcomposer.core.change with parameters of type IChange
protected  ChangeOperation TBCChangeEngine.createChangeOperation(IChange change)
           
 

Constructors in org.topbraidcomposer.core.change with parameters of type IChange
TBCChangeOperation(IChange change)
           
 

Uses of IChange in org.topbraidcomposer.editors.ontology.overview.baseuri
 

Classes in org.topbraidcomposer.editors.ontology.overview.baseuri that implement IChange
 class ReplaceNamespaceOperation
          A ModelOperation that renames all resources with a given namespace into a new namespace.
 

Uses of IChange in org.topbraidcomposer.editors.rdfsource
 

Methods in org.topbraidcomposer.editors.rdfsource that return IChange
 IChange RDFSourceDocumentProvider.createChange()
           
 

Uses of IChange in org.topbraidcomposer.navigation
 

Methods in org.topbraidcomposer.navigation that return IChange
 IChange DeleteResourcesAction.createChange(java.util.Set<com.hp.hpl.jena.rdf.model.Resource> resources)
           
 IChange CreateCloneAction.createChange(java.util.Set<com.hp.hpl.jena.rdf.model.Resource> resources)
           
abstract  IChange AbstractChangeViewAction.createChange(java.util.Set<com.hp.hpl.jena.rdf.model.Resource> resources)
           
 

Methods in org.topbraidcomposer.navigation with parameters of type IChange
protected  void DeleteResourcesAction.showCannotExecuteMessage(IChange operation)
           
protected  void AbstractChangeViewAction.showCannotExecuteMessage(IChange operation)
           
 

Uses of IChange in org.topbraidcomposer.navigation.arbitree.actions
 

Methods in org.topbraidcomposer.navigation.arbitree.actions that return IChange
 IChange RemoveFromParentAction.createChange(java.util.Set<com.hp.hpl.jena.rdf.model.Resource> resources)
           
 

Uses of IChange in org.topbraidcomposer.navigation.domain.actions
 

Methods in org.topbraidcomposer.navigation.domain.actions that return IChange
 IChange RemovePropertyAction.createChange(java.util.Set<com.hp.hpl.jena.rdf.model.Resource> resources)
           
 

Uses of IChange in org.topbraidcomposer.operations
 

Classes in org.topbraidcomposer.operations that implement IChange
 class RenameResourceChange
           
 

Uses of IChange in org.topbraidcomposer.ui.actions
 

Methods in org.topbraidcomposer.ui.actions that return IChange
abstract  IChange AbstractChangeResourceAction.createChange(com.hp.hpl.jena.rdf.model.Resource resource)
           
abstract  IChange AbstractModelOperationAction.createModelOperation()
           
 

Uses of IChange in org.topbraidcomposer.ui.batch
 

Methods in org.topbraidcomposer.ui.batch that return IChange
 IChange IBatchEngine.createChange(java.util.Collection<com.hp.hpl.jena.rdf.model.Resource> resources)
          Creates the batch operation on a given set of resources.
 

Uses of IChange in org.topbraidcomposer.ui.views
 

Methods in org.topbraidcomposer.ui.views that return IChange
protected abstract  IChange ChangeDropTargetAdapter.createChange(org.eclipse.swt.dnd.DropTargetEvent event)
           
 

Methods in org.topbraidcomposer.ui.views with parameters of type IChange
protected  void ChangeDropTargetAdapter.executeChange(IChange change)