|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChangeCommand | |
---|---|
net.sourceforge.fluxion.runcible.graph.command | |
net.sourceforge.fluxion.runcible.io.command | |
net.sourceforge.fluxion.runcible.io.command.impl |
Uses of ChangeCommand in net.sourceforge.fluxion.runcible.graph.command |
---|
Classes in net.sourceforge.fluxion.runcible.graph.command that implement ChangeCommand | |
---|---|
class |
AddDataConstantNodeCommand
Javadocs go here. |
class |
AddDataValueNodeCommand
Javadocs go here. |
class |
AddIndividualNodeCommand
Javadocs go here. |
class |
AddMemberNodeCommand
Javadocs go here. |
class |
AddObjectValueNodeCommand
Javadocs go here. |
class |
AddRestrictedNodeCommand
Javadocs go here. |
class |
AddWalkedToDataNodeCommand
Javadocs go here. |
class |
AddWalkedToObjectNodeCommand
Javadocs go here. |
class |
ChangeNodeOWLObjectType
Javadocs go here. |
class |
DuplicateSubtreeCommand
This command will replicate a subtree in the source version of an OWL Mapping graph. |
class |
MappingCreationCommand
Javadocs go here. |
class |
RenameNodeCommand
Javadocs go here. |
class |
RunciblePlotChangesCommand
Javadocs go here. |
Uses of ChangeCommand in net.sourceforge.fluxion.runcible.io.command |
---|
Methods in net.sourceforge.fluxion.runcible.io.command that return ChangeCommand | |
---|---|
ChangeCommand |
ChangeInvoker.getLastCommand()
|
ChangeCommand |
ChangeInvoker.getNextCommand()
|
Methods in net.sourceforge.fluxion.runcible.io.command with parameters of type ChangeCommand | |
---|---|
void |
ChangeInvoker.storeChangeCommand(ChangeCommand command)
|
void |
Transaction.submitCommand(ChangeCommand command)
|
Uses of ChangeCommand in net.sourceforge.fluxion.runcible.io.command.impl |
---|
Classes in net.sourceforge.fluxion.runcible.io.command.impl that implement ChangeCommand | |
---|---|
class |
AddDataClauseCommand
Javadocs go here. |
class |
AddDataConstantAssertionCommand
Created by IntelliJ IDEA. |
class |
AddDataConstantCommand
Javadocs go here. |
class |
AddDataValueAssertionCommand
Javadocs go here. |
class |
AddIndividualAxiomCommand
Javadocs go here. |
class |
AddInPlaceCommand
Javadocs go here. |
class |
AddObjectValueAssertionCommand
Javadocs go here. |
class |
AddRootAtCommand
Javadocs go here |
class |
AddRuleCommand
Javadocs go here. |
class |
AddSelectIndividualValueCommand
Javadocs go here. |
class |
CompositeCommand
Javadocs go here. |
class |
RuncibleUpdateCommand
Javadocs go here. |
Fields in net.sourceforge.fluxion.runcible.io.command.impl with type parameters of type ChangeCommand | |
---|---|
protected java.util.List<ChangeCommand> |
DefaultChangeInvoker.commands
|
Methods in net.sourceforge.fluxion.runcible.io.command.impl that return ChangeCommand | |
---|---|
ChangeCommand |
DefaultChangeInvoker.getLastCommand()
|
ChangeCommand |
DefaultChangeInvoker.getNextCommand()
|
Methods in net.sourceforge.fluxion.runcible.io.command.impl that return types with arguments of type ChangeCommand | |
---|---|
java.util.List<ChangeCommand> |
CompositeCommand.getCommands()
|
Methods in net.sourceforge.fluxion.runcible.io.command.impl with parameters of type ChangeCommand | |
---|---|
void |
CompositeCommand.addCommand(ChangeCommand command)
|
void |
DefaultChangeInvoker.storeChangeCommand(ChangeCommand command)
|
Method parameters in net.sourceforge.fluxion.runcible.io.command.impl with type arguments of type ChangeCommand | |
---|---|
void |
CompositeCommand.setCommands(java.util.List<ChangeCommand> commands)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |