|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.command.AbstractCommand
org.eclipse.emf.common.command.CompoundCommand
org.metaabm.commands.MultiValueCommand
org.metaabm.commands.AddMultiValueStateCommand
public class AddMultiValueStateCommand
Creates attributes to match new multi-value function.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.common.command.AbstractCommand |
---|
org.eclipse.emf.common.command.AbstractCommand.NonDirtying |
Field Summary |
---|
Fields inherited from class org.metaabm.commands.MultiValueCommand |
---|
domain, function, sink |
Fields inherited from class org.eclipse.emf.common.command.CompoundCommand |
---|
commandList, LAST_COMMAND_ALL, MERGE_COMMAND_ALL, resultIndex |
Fields inherited from class org.eclipse.emf.common.command.AbstractCommand |
---|
description, isExecutable, isPrepared, label |
Constructor Summary | |
---|---|
AddMultiValueStateCommand(org.eclipse.emf.edit.domain.EditingDomain domain,
ASink sink,
java.util.List<AInput> inputs,
java.util.Collection<?> collection,
int index)
|
Method Summary |
---|
Methods inherited from class org.metaabm.commands.MultiValueCommand |
---|
addAttribute, addAttributes, addAttributesCross, addAttributesSingle, clearMultiFunction, clearMultiValues, createMultiFunction, createMultiValue, getMultiValues, removeAttribute, removeMultiFunction, setValueName |
Methods inherited from class org.eclipse.emf.common.command.CompoundCommand |
---|
append, appendAndExecute, appendIfCanExecute, canUndo, dispose, execute, getAffectedObjects, getCommandList, getDescription, getLabel, getMergedAffectedObjectsCollection, getMergedResultCollection, getResult, getResultIndex, isEmpty, prepare, redo, toString, undo, unwrap |
Methods inherited from class org.eclipse.emf.common.command.AbstractCommand |
---|
canExecute, chain, setDescription, setLabel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.common.command.Command |
---|
canExecute, canUndo, chain, dispose, execute, getAffectedObjects, getDescription, getLabel, getResult, redo, undo |
Constructor Detail |
---|
public AddMultiValueStateCommand(org.eclipse.emf.edit.domain.EditingDomain domain, ASink sink, java.util.List<AInput> inputs, java.util.Collection<?> collection, int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |