rs.sol.soloist.server.guiconfiguration.nonvisualcompoments
Class GUIConformsToFilter

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.guiconfiguration.construction.GUIComponent
                      extended by rs.sol.soloist.server.guiconfiguration.nonvisualcompoments.GUINonVisualComponent
                          extended by rs.sol.soloist.server.guiconfiguration.nonvisualcompoments.GUIFilterComponent
                              extended by rs.sol.soloist.server.guiconfiguration.nonvisualcompoments.GUIConformsToFilter
All Implemented Interfaces:
IElementPresentationProvider, IUpdatable, rs.sol.soloist.server.uml.concepts.IElement, IClassifierInstance, IClassInstance, IRTElement

public class GUIConformsToFilter
extends GUIFilterComponent

A type of filtering widget with a filtering condition that is meant to determine whether the value on input input pin (ipInput() method) conforms to (is instance of) the type (class) specified in this widget (setType(IClassifier)).

Author:
SOL Expert Group
See Also:
GUINonVisualComponent

Nested Class Summary
static class GUIConformsToFilter.FQPropertyNames
          Deprecated. Not for public use.
static class GUIConformsToFilter.PROPERTIES
          Deprecated. Not for public use.
 
Field Summary
static IClass CLASSIFIER
          UML class reference
static java.lang.String FQ_TYPE_NAME
          Fully qualified UML class name
 IAssociationEndInstance<rs.sol.soloist.server.builtindomains.common.ClassDescriptor> type
          Deprecated. Not for public use.
 
Fields inherited from class rs.sol.soloist.server.guiconfiguration.nonvisualcompoments.GUIFilterComponent
booleanResult, input, no, yes
 
Fields inherited from class rs.sol.soloist.server.guiconfiguration.construction.GUIComponent
addStyle, context, description, enabled, init, inputBindings, layoutData, logger, name, outputBindings, ownerTable, parent, removeStyle, show, showInParent, styleName, tooltip, visible
 
Constructor Summary
GUIConformsToFilter()
           
 
Method Summary
 void constructor()
          The domain-specific constructor of the Classifier.
static GUIConformsToFilter create(GUIContainerComponent parent, IClassifier type)
          Returns new GUIConformsToFilter and assigns it to its parent widget.
static GUIConformsToFilter create(GUIContainerComponent parent, ISlot pinInput, IClassifier type)
          Deprecated. Not for public use.
 IClassifier getType()
          Returns the classifier against which the conformance should be performed.
 void setType(IClassifier cls)
          Sets the classifier against which the conformance will be performed.
 void validate()
          Deprecated. Not for public use.
 
Methods inherited from class rs.sol.soloist.server.guiconfiguration.nonvisualcompoments.GUIFilterComponent
ipInput, opBooleanResult, opNo, opYes
 
Methods inherited from class rs.sol.soloist.server.guiconfiguration.nonvisualcompoments.GUINonVisualComponent
setCellAlignment, setCellSize, setCellStyle, setCenter, setDirectionAndSize, setLeftRightWidth, setRowColumn, setRowColumn, setSize, setTopBottomHeight, setXY
 
Methods inherited from class rs.sol.soloist.server.guiconfiguration.construction.GUIComponent
addStyleNames, addValueToSlot, clearSlot, clone, createInfo, createInfoAlreadyValidated, destructor, fillElementInfo, getApplication, getCommands, getCommands, getCommonOwner, getContext, getDescription, getDescrString, getDragIcon, getEnabled, getFeature, getFeature, getInputBindings, getInputPin, getInputPins, getLabelString, getLargeIcon, getLayoutData, getName, getNameString, getOutputPin, getOutputPins, getOwner, getParts, getSetting, getSmallIcon, getStyle, getSubnodes, getTooltip, getTooltipString, getTypeString, getVisible, handle, ipAddStyle, ipEnabled, ipInit, ipRemoveStyle, ipShow, ipShowInParent, ipVisible, isInputPin, isOutputPin, putFeatureInfo, readElement, readElements, readSlot, readSlotAsInfo, readSubnodes, removeValueFromSlot, setContext, setDescription, setEnabled, setLayoutData, setName, setSlot, setSlot, setStyle, setTooltip, setVisible, toTranslateDescriptors, translatePinName, updateInfo, validateParts, validateParts
 
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, 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, 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


type

@Deprecated
public IAssociationEndInstance<rs.sol.soloist.server.builtindomains.common.ClassDescriptor> type
Deprecated. Not for public use.
Constructor Detail

GUIConformsToFilter

public GUIConformsToFilter()
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 GUIFilterComponent

validate

@Deprecated
public void validate()
Deprecated. Not for public use.

Description copied from class: GUIComponent
Validates a configuration settings of this widget.

Overrides:
validate in class GUIComponent

create

public static GUIConformsToFilter create(GUIContainerComponent parent,
                                         IClassifier type)
Returns new GUIConformsToFilter and assigns it to its parent widget.

Parameters:
parent - the parent GUIContainerComponent widget
type - the classifier against which the conformance will be performed
Returns:
the new GUIConformsToFilter

create

@Deprecated
public static GUIConformsToFilter create(GUIContainerComponent parent,
                                                    ISlot pinInput,
                                                    IClassifier type)
Deprecated. Not for public use.


getType

public IClassifier getType()
Returns the classifier against which the conformance should be performed.

Returns:
the classifier against which the conformance should be performed

setType

public void setType(IClassifier cls)
Sets the classifier against which the conformance will be performed.

Parameters:
cls - the classifier against which the conformance will be performed