rs.sol.soloist.server.guiconfiguration.elementcomponents
Class TableCommand

java.lang.Object
  extended by rs.sol.soloist.server.uml.commonimplementation.runtime._ClassifierInstance
      extended by rs.sol.soloist.server.uml.commonimplementation.runtime._ClassInstance
          extended by rs.sol.soloist.server.javaimpl.runtime.SOLoistClassInstance
              extended by rs.sol.soloist.server.builtindomains.common.ObjectOfClass
                  extended by rs.sol.soloist.server.builtindomains.commands.Command
                      extended by rs.sol.soloist.server.guiconfiguration.elementcomponents.TableCommand
All Implemented Interfaces:
rs.sol.soloist.server.server.ISpecificElementInfo, rs.sol.soloist.server.uml.concepts.IElement, IClassifierInstance, IClassInstance, IRTElement

public class TableCommand
extends rs.sol.soloist.server.builtindomains.commands.Command


Nested Class Summary
static class TableCommand.FQPropertyNames
           
static class TableCommand.PROPERTIES
           
 
Field Summary
static IClass CLASSIFIER
          UML class reference
 IAssociationEndInstance<rs.sol.soloist.server.builtindomains.common.ObjectOfClass> element
           
static java.lang.String FQ_TYPE_NAME
          Fully qualified UML class name
 IAssociationEndInstance<rs.sol.soloist.server.builtindomains.common.ObjectOfClass> originalElement
           
 
Fields inherited from class rs.sol.soloist.server.builtindomains.commands.Command
deleteOnClose, descr, inputPinsNotCoveredMessage, isPrototype, name
 
Constructor Summary
TableCommand()
           
 
Method Summary
 void constructor()
          The domain-specific constructor of the Classifier.
 void execute()
           
 
Methods inherited from class rs.sol.soloist.server.builtindomains.commands.Command
applyOn, applyOn, applyOnAll, checkCommandPreconditions, checkInputPinsCoverage, checkPreconditions, clone, close, createCommandExecutionResult, createInfo, executeCommand, getDescription, getFavoriteOutputPin, getFavoritePinForFirstParam, getFavoritePinForSecondParam, getInputPin, getInputPin, getInputPins, getInputPins, getInputPinsForClasses, getInputPinsForClassifierInstances, getInputPinsForClassInstances, getInputPinsForDataTypeInstances, getInputPinsForMElements, getInputPinsForProperties, getInputPinsForRTElements, getInputPinsForSlots, getName, getOutputPin, getOutputPins, getPinsNotCoveredMessage, handle, handle, isApplicableOn, isApplicableOn, isApplicableOnAll, isExcluded, isInputPin, isOutputPin, isPrototype, setDescription, setInputPin, setInputPin, setInputPin, setInputPins, setName, setPinsNotCoveredMessage
 
Methods inherited from class rs.sol.soloist.server.javaimpl.runtime.SOLoistClassInstance
destroy, equals, getAssociationEndInstance, getAssociationEndInstances, getAttributeValue, getAttributeValues, getMyClass, getMyID, getSlot, getSlot, getSlots, getUMLClass, hashCode, isMarkedAsDeleted, toString
 
Methods inherited from class rs.sol.soloist.server.uml.commonimplementation.runtime._ClassInstance
accept, accept, exists, getAssociationEndInstance, getAssociationEndInstance, getAssociationEndInstance, getClassifier, hasIdentity, isClassInstance, isDataTypeInstance, isEqualTo, makeClone, markAsDeleted
 
Methods inherited from class rs.sol.soloist.server.uml.commonimplementation.runtime._ClassifierInstance
conformsTo, copySlots, copySlots, destructor, getAttributeValue, getAttributeValue, getAttributeValue, getClassifierFQName, getClassifierUQName, getFirstCommonGeneralizer, getFirstCommonGeneralizerFQName, getFirstCommonGeneralizerUQName, getMElement, getSlot, getSlot, isDirectInstanceOf, isDirectInstanceOf, isInstanceOf, isInstanceOf, isKindOf, isModelElement, isRTElement
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.runtime.IClassifierInstance
conformsTo, copySlots, copySlots, destructor, getAttributeValue, getAttributeValue, getClassifierFQName, getClassifierUQName, getFirstCommonGeneralizer, getFirstCommonGeneralizerFQName, getFirstCommonGeneralizerUQName, getSlot, getSlot, isDirectInstanceOf, isDirectInstanceOf, isInstanceOf, isInstanceOf
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.runtime.IRTElement
getMElement
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.IElement
isKindOf, isModelElement, isRTElement
 

Field Detail

FQ_TYPE_NAME

public static final java.lang.String FQ_TYPE_NAME
Fully qualified UML class name

See Also:
Constant Field Values

CLASSIFIER

public static final IClass CLASSIFIER
UML class reference


element

public IAssociationEndInstance<rs.sol.soloist.server.builtindomains.common.ObjectOfClass> element

originalElement

public IAssociationEndInstance<rs.sol.soloist.server.builtindomains.common.ObjectOfClass> originalElement
Constructor Detail

TableCommand

public TableCommand()
Method Detail

constructor

public void constructor()
Description copied from interface: IClassifierInstance
The domain-specific constructor of the Classifier.

Specified by:
constructor in interface IClassifierInstance
Overrides:
constructor in class rs.sol.soloist.server.builtindomains.commands.Command

execute

public void execute()
Overrides:
execute in class rs.sol.soloist.server.builtindomains.commands.Command