net.sourceforge.fluxion.runcible.graph.command
Class AddWalkedToDataNodeCommand

java.lang.Object
  extended by net.sourceforge.fluxion.runcible.graph.command.AddWalkedToDataNodeCommand
All Implemented Interfaces:
ChangeCommand

public class AddWalkedToDataNodeCommand
extends java.lang.Object
implements ChangeCommand

Javadocs go here.

Version:
1.0
Author:
Tony Burdett

Constructor Summary
AddWalkedToDataNodeCommand(OWLGraph sourceGraph, OWLMappingNode node, org.semanticweb.owl.model.OWLDataProperty owlProperty, java.lang.String label)
           
 
Method Summary
 void execute()
          Execute this command
 WalkedToDataNode getNode()
           
 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

AddWalkedToDataNodeCommand

public AddWalkedToDataNodeCommand(OWLGraph sourceGraph,
                                  OWLMappingNode node,
                                  org.semanticweb.owl.model.OWLDataProperty owlProperty,
                                  java.lang.String label)
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

getNode

public WalkedToDataNode getNode()


Copyright © 2010. All Rights Reserved.