|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface CLClassifier
A classifier is a classification of instances — it describes a set of instances that have features in common.
CLClassifierHelper| Nested Class Summary | |
|---|---|
static class |
CLClassifier.VAttr
|
| Method Summary | ||
|---|---|---|
List<ELRedefAble> |
dialogFolderRedefine(List<? extends ELElement> seq)
Creates redefinitions of selected elements within this classifier. |
|
|
getAggregatedClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All CLClassifier on the other side of a binary CLAssociation where the aggregation property of the connected end is set to 'shared'. |
|
|
getAggregatedClassifier(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAggregatedClassifier and filters its return values according to the given stereotype value. |
|
|
getAggregatedOrComposedClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All CLClassifier on the other side of a binary CLAssociation where the aggregation property of the connected end is set to 'shared' or 'composed'. |
|
|
getAggregatedOrComposedClassifier(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAggregatedOrComposedClassifier and filters its return values according to the given stereotype value. |
|
|
getAggregatingClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All CLClassifier on the other side of a binary CLAssociation where the aggregation property of the end connected to the other side is set to 'shared'. |
|
|
getAggregatingClassifier(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAggregatingClassifier and filters its return values according to the given stereotype value. |
|
|
getAggregatingOrComposingClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All CLClassifier on the other side of a binary CLAssociation where the aggregation property of the end connected to the other side is set to 'shared' or 'composed'. |
|
|
getAggregatingOrComposingClassifier(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAggregatingOrComposingClassifier and filters its return values according to the given stereotype value. |
|
List<CLInstanceSpecification> |
getClassifierInstance(K_CONTROL_OPTION... behaviourFlags)
All instance specifications instantiating this classifier. |
|
List<CLClassifierTemplateParameter> |
getClassifierTemplateParameter()
All parameters constrained by this CLClassifier. |
|
|
getComposedClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All CLClassifier on the other side of a binary CLAssociation where the aggregation property of the connected end is set to 'composite'. |
|
|
getComposedClassifier(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getComposedClassifier and filters its return values according to the given stereotype value. |
|
|
getComposingClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All CLClassifier on the other side of a binary CLAssociation where the aggregation property of the end connected to the other side is set to 'composite'. |
|
|
getComposingClassifier(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getComposingClassifier and filters its return values according to the given stereotype value. |
|
List<CLInterface> |
getContract(K_CONTROL_OPTION... behaviourFlags)
All interfaces realized by this classifier. |
|
List<CLInterface> |
getContract(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getContract and filters its return values according to the given stereotype value. |
|
List<CLSubstitution> |
getContractSubstitution(K_CONTROL_OPTION... behaviourFlags)
All substitutions with this classifier as target. |
|
List<ANCreateObject> |
getCreateObjectAction(K_CONTROL_OPTION... behaviourFlags)
The action that creates an object that conforms to the statically specified classifier and puts it on an output pin at runtime. |
|
List<ACExceptionHandler> |
getExceptionHandler()
An exception handler is an element that specifies a body to execute in case the specified exception occurs during the execution of the protected node. |
|
|
getInstSpec(Class<T> returnType)
The instance specification which is classified by all the classifiers connected. |
|
CLInterface |
getInterface()
The interface that owns this classifier. |
|
CLClass |
getOwnClass()
The class that owns this classifier. |
|
|
getOwnedRule(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All constraints owned by this classifier. |
|
List<CLClassifierTemplateParameter> |
getOwnedTemplateParameter(K_CONTROL_OPTION... behaviourFlags)
The formal template parameters that are owned by this element. |
|
List<CLUseCase> |
getOwnedUseCase(K_CONTROL_OPTION... behaviourFlags)
References the use cases owned by this classifier. |
|
List<CLInterface> |
getProvidedInterface(K_CONTROL_OPTION... behaviourFlags)
All interfaces which are provided by this classifier. |
|
List<CLInterface> |
getProvidedInterface(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getProvidedInterface and filters its return values according to the given stereotype value. |
|
List<CLInterface> |
getProvidedInterfaceDirect(K_CONTROL_OPTION... behaviourFlags)
All interfaces which are provided directly by this classifier. |
|
List<CLInterface> |
getProvidedInterfaceDirect(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getProvidedInterfaceDirect and filters its return values according to the given stereotype value. |
|
List<CLComponentRealization> |
getRealizingClassifierRealization(K_CONTROL_OPTION... behaviourFlags)
All component realizations owned by this classifier. |
|
List<CLInterface> |
getRequiredInterface(K_CONTROL_OPTION... behaviourFlags)
All interfaces which are required by this classifier. |
|
List<CLInterface> |
getRequiredInterface(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getRequiredInterface and filters its return values according to the given stereotype value. |
|
List<CLInterface> |
getRequiredInterfaceDirect(K_CONTROL_OPTION... behaviourFlags)
All interfaces which are required directly by this classifier. |
|
List<CLInterface> |
getRequiredInterfaceDirect(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getRequiredInterfaceDirect and filters its return values according to the given stereotype value. |
|
List<CLSubstitution> |
getSubstitution(K_CONTROL_OPTION... behaviourFlags)
All substitutions owned by this classifier. |
|
List<BCProperty> |
getTypedBCProperty(K_CONTROL_OPTION... behaviourFlags)
All properties typed by the classifier. |
|
|
getTypedObjectNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All object nodes typed by this classifier. |
|
List<CLParameter> |
getTypedParameter(K_CONTROL_OPTION... behaviourFlags)
All parameters typed by this classifier. |
|
|
getTypedProperty(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All properties typed by this classifier. |
|
List<ACVariable> |
getTypedVariable(K_CONTROL_OPTION... behaviourFlags)
All variables typed by this classifier. |
|
List<ANUnmarshall> |
getUnmarshallAction(K_CONTROL_OPTION... behaviourFlags)
Action that breaks an object of a known type into outputs. |
|
List<CLUseCase> |
getUseCase()
The set of use cases which this classifier is the subject for. |
|
| Methods inherited from interface de.mid.innovator.srv2api.icw2model.MEConstraintAble |
|---|
getAssignedConstraint, getAssignedConstraint, getConstraintAssign |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELRedefAble |
|---|
getRedefined, getRedefining, isLeaf, isRedefined, isRedefining, setLeaf, setRedefined |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELType |
|---|
getRaisingAsException, getTypedElement, getTypedElementNotAssocEnd, getTypedElementNotAssocEnd |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADVersionAble |
|---|
getVersionFile, getVersionList, getVersionListWithoutOpenInfo |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADOptionAble |
|---|
getOwnedOption, modifyOptionDlg |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADLockAble |
|---|
getLock, getLockableCache, getLockLogin, getLockName, hasClutch, hasLock, hasNoLock, hasOthLock, hasOwnLock, isLockable, lock, unlock |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADHistoryAble |
|---|
getCreateTime, getCreator, getHistory, getModifier, getModifyTime, modifyHistory, setHistory |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELPackageAble |
|---|
getElementImportingNamespace, getElementImportingNamespace, getImportedPackageAble, getOwningPackage |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAsgnAble |
|---|
getMnClassicTREFName, getNamespace, getNamespaceName, getPath, getSeparator, getVisibility, setUniqueName, setVisibility |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble |
|---|
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamedElement |
|---|
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getResetDefaultName, getSupplierDependency, rename, setName, setNameKind, setResetDefaultName |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADAccessAble |
|---|
getAccessRole, getReadRole, hasAccess, setAccessRole, setReadRole |
| Methods inherited from interface de.mid.innovator.srv2api.icw2model.MENamespaceAble |
|---|
getMEOwnedMember, getMEPackageImport |
| Methods inherited from interface de.mid.innovator.srv2api.icw2model.MENamedElement |
|---|
getMESupplierDependency, getMESupplierMappingDependency |
| Methods inherited from interface de.mid.innovator.srv2api.icw2model.MEModelElement |
|---|
buildProxyConnection, getActivityPartition, getConsider, getContentStereotypeByClass, getCreateTemplateByClass, getElementColor, getFirstValidContentStereotype, getIgnore, getKnownTypeSystems, getMEModelName, getModelElement, getModelElement, getPresContext, getPresContext, getPresetMapping, getPRPresContent, setElementColor |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble |
|---|
getAnnotation, getLogic, getLogic, getPresentationContext, getSection |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble |
|---|
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRowList, getTabElementRowTypeList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModify |
| Methods inherited from interface de.mid.innovator.srv2api.icw2model.MEStereotypeAble |
|---|
getClientMappingDependency, getOutgoingConceptRealization, getProxyAsgProperty, getRealizedConcept, getRealizedConcept, getRepresentingArtifact, getRequirementOfStakeholder, getRequirementOfStakeholderOwner, isMapped, replaceRealizedConcepts, setMapped, setRealizedConcept, setRequirementOfStakeholder |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMCommentContainerAble |
|---|
getOwnedComment |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELValueContainerAble |
|---|
getValueReUseAble, setValueReUseAble |
| Methods inherited from interface de.mid.innovator.srv2api.icw2model.MECommentAble |
|---|
getAssignedComment, getAssignedComment, getCommentAssign |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADReferenceAble |
|---|
getReferenceContainer, setReferenceContainer |
| Methods inherited from interface de.mid.innovator.srv2api.icw2class.CLTemplateAbleElement |
|---|
getActualTemplateParameter, getActualTemplateParameter, getOwnedTemplateParameter, getTemplateBindingSource, getTemplateBindingTarget, getTemplateParameter |
| Methods inherited from interface de.mid.innovator.srv2api.icw2class.CLTemplateParameterAbleElement |
|---|
getActualParameterSubstitution, getOwningTemplateParameter, getTemplateParameter |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMTextAble |
|---|
getFlowExpandedValue, getModifyFlowDocuments, getModifyTextValues, getModifyTextValuesDlgInit, getOwnedTextValue, getOwnedTextValueByPattern, getTextExpandedValue, getTextStringValue, getURIList, modifyFlowDocuments, modifyTextValuesDlg |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMLabelAble |
|---|
getLabel, getLabelBoolValue, getLabelColor, getLabelInfo, getLabelLongValue, getLabelNameValue, getLabelStringValue, getLabelValueByPattern, getLabelValueByPattern, getLabelValueList, getOwnedLabelValSpec, hasLabel, modifyLabelValuesByName, setLabelInfo |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMAttachmentAble |
|---|
getAssignedAttachment, getAttachmentAssign, getDefaultAttachment, getOwnedAttachment, setDefaultAttachment |
| Method Detail |
|---|
List<ELRedefAble> dialogFolderRedefine(List<? extends ELElement> seq)
throws InoNetException,
SrvErrorException
seq - List of ELElement
InoNetException
SrvErrorException
<T extends CLClassifier> List<T> getAggregatedClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
CLClassifier on the other side of a binary CLAssociation where the aggregation property of the connected end is set to 'shared'.
returnType - Specifies the type of elements to be returned.behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
<T extends CLClassifier> List<T> getAggregatedClassifier(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.stereotype - The stereotype used to filter the result listbehaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
<T extends CLClassifier> List<T> getAggregatedOrComposedClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
CLClassifier on the other side of a binary CLAssociation where the aggregation property of the connected end is set to 'shared' or 'composed'.
returnType - Specifies the type of elements to be returned.behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
<T extends CLClassifier> List<T> getAggregatedOrComposedClassifier(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.stereotype - The stereotype used to filter the result listbehaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
<T extends CLClassifier> List<T> getAggregatingClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
CLClassifier on the other side of a binary CLAssociation where the aggregation property of the end connected to the other side is set to 'shared'.
returnType - Specifies the type of elements to be returned.behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
<T extends CLClassifier> List<T> getAggregatingClassifier(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.stereotype - The stereotype used to filter the result listbehaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
<T extends CLClassifier> List<T> getAggregatingOrComposingClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
CLClassifier on the other side of a binary CLAssociation where the aggregation property of the end connected to the other side is set to 'shared' or 'composed'.
returnType - Specifies the type of elements to be returned.behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
<T extends CLClassifier> List<T> getAggregatingOrComposingClassifier(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.stereotype - The stereotype used to filter the result listbehaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<CLInstanceSpecification> getClassifierInstance(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<CLClassifierTemplateParameter> getClassifierTemplateParameter()
throws InoNetException,
SrvErrorException
CLClassifier.
InoNetException
SrvErrorException
<T extends CLClassifier> List<T> getComposedClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
CLClassifier on the other side of a binary CLAssociation where the aggregation property of the connected end is set to 'composite'.
returnType - Specifies the type of elements to be returned.behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
<T extends CLClassifier> List<T> getComposedClassifier(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.stereotype - The stereotype used to filter the result listbehaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
<T extends CLClassifier> List<T> getComposingClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
CLClassifier on the other side of a binary CLAssociation where the aggregation property of the end connected to the other side is set to 'composite'.
returnType - Specifies the type of elements to be returned.behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
<T extends CLClassifier> List<T> getComposingClassifier(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.stereotype - The stereotype used to filter the result listbehaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<CLInterface> getContract(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<CLInterface> getContract(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
stereotype - The stereotype used to filter the result listbehaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<CLSubstitution> getContractSubstitution(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<ANCreateObject> getCreateObjectAction(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<ACExceptionHandler> getExceptionHandler()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
<T extends CLInstSpec> List<T> getInstSpec(Class<T> returnType)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.
InoNetException
SrvErrorException
CLInterface getInterface()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
CLClass getOwnClass()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
<T extends MEConstraint> List<T> getOwnedRule(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<CLClassifierTemplateParameter> getOwnedTemplateParameter(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<CLUseCase> getOwnedUseCase(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<CLInterface> getProvidedInterface(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<CLInterface> getProvidedInterface(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
stereotype - The stereotype used to filter the result listbehaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<CLInterface> getProvidedInterfaceDirect(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<CLInterface> getProvidedInterfaceDirect(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
stereotype - The stereotype used to filter the result listbehaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<CLComponentRealization> getRealizingClassifierRealization(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<CLInterface> getRequiredInterface(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<CLInterface> getRequiredInterface(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
stereotype - The stereotype used to filter the result listbehaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<CLInterface> getRequiredInterfaceDirect(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<CLInterface> getRequiredInterfaceDirect(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
stereotype - The stereotype used to filter the result listbehaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<CLSubstitution> getSubstitution(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<BCProperty> getTypedBCProperty(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
<T extends ACObjectNode> List<T> getTypedObjectNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<CLParameter> getTypedParameter(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
<T extends CLProperty> List<T> getTypedProperty(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<ACVariable> getTypedVariable(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<ANUnmarshall> getUnmarshallAction(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<CLUseCase> getUseCase()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||