|
||||||||||
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.AddMemberNodeCommand
public class AddMemberNodeCommand
Javadocs go here.
Constructor Summary | |
---|---|
AddMemberNodeCommand(Graph sourceGraph,
org.semanticweb.owl.model.OWLClass owlClass,
java.lang.String label)
|
|
AddMemberNodeCommand(Graph sourceGraph,
OWLMappingNode node,
org.semanticweb.owl.model.OWLClass owlClass,
java.lang.String label)
|
Method Summary | |
---|---|
void |
execute()
Execute this command |
MemberOfNode |
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 AddMemberNodeCommand(Graph sourceGraph, org.semanticweb.owl.model.OWLClass owlClass, java.lang.String label)
public AddMemberNodeCommand(Graph sourceGraph, OWLMappingNode node, org.semanticweb.owl.model.OWLClass owlClass, java.lang.String label)
Method Detail |
---|
public void execute()
ChangeCommand
execute
in interface ChangeCommand
public void undo()
ChangeCommand
undo
in interface ChangeCommand
public MemberOfNode getNode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |