|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.fluxion.runcible.graph.command.AddDataConstantNodeCommand
public class AddDataConstantNodeCommand
Javadocs go here.
Constructor Summary | |
---|---|
AddDataConstantNodeCommand(Graph targetGraph,
OWLMappingNode node,
org.semanticweb.owl.model.OWLDataProperty property,
org.semanticweb.owl.model.OWLDataRange range,
java.lang.String constantValue)
|
Method Summary | |
---|---|
void |
execute()
Execute this command |
DataConstantNode |
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 |
---|
public AddDataConstantNodeCommand(Graph targetGraph, OWLMappingNode node, org.semanticweb.owl.model.OWLDataProperty property, org.semanticweb.owl.model.OWLDataRange range, java.lang.String constantValue)
Method Detail |
---|
public void execute()
ChangeCommand
execute
in interface ChangeCommand
public void undo()
ChangeCommand
undo
in interface ChangeCommand
public DataConstantNode getNode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |