net.sourceforge.fluxion.runcible.io.command.impl
Class AddDataConstantAssertionCommand

java.lang.Object
  extended by net.sourceforge.fluxion.runcible.io.command.impl.AddDataConstantAssertionCommand
All Implemented Interfaces:
ChangeCommand

public class AddDataConstantAssertionCommand
extends java.lang.Object
implements ChangeCommand

Created by IntelliJ IDEA. User: Tony Burdett Date: 30-Jul-2007 Time: 12:34:00 To change this template use File | Settings | File Templates.


Constructor Summary
AddDataConstantAssertionCommand(Rule ruleToAddFactsTo, java.lang.String identifier, java.net.URI dataPropertyURI, java.lang.String valueOf, java.lang.String literalValueToSet)
           
 
Method Summary
 void execute()
          Execute this command
 Fact getFact()
           
 void undo()
          Undo this command
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddDataConstantAssertionCommand

public AddDataConstantAssertionCommand(Rule ruleToAddFactsTo,
                                       java.lang.String identifier,
                                       java.net.URI dataPropertyURI,
                                       java.lang.String valueOf,
                                       java.lang.String literalValueToSet)
Method Detail

execute

public void execute()
Description copied from interface: ChangeCommand
Execute this command

Specified by:
execute in interface ChangeCommand

undo

public void undo()
Description copied from interface: ChangeCommand
Undo this command

Specified by:
undo in interface ChangeCommand

getFact

public Fact getFact()


Copyright © 2010. All Rights Reserved.