Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELFeature

Packages that use ELFeature
de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships. 
de.mid.innovator.srv2api.icw2db The DB package (spezialization of the IM package) describes the concepts needed for modeling a relational database. 
de.mid.innovator.srv2api.icw2elem   
de.mid.innovator.srv2api.icw2er The ER package (spezialization of the IM package) deals with the modeling concepts for the Entity Relationship Model and, in particular, entities, attributes and their relationships. 
de.mid.innovator.srv2api.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling. 
de.mid.innovator.srv2api.icw2meta Meta model and administration information. 
 

Uses of ELFeature in de.mid.innovator.srv2api.icw2class
 

Subinterfaces of ELFeature in de.mid.innovator.srv2api.icw2class
 interface CLBehavioralFeature
          A behavioral feature is a feature of a classifier that specifies an aspect of the behavior of its instances.
 interface CLConnector
          Specifies a link that enables communication between two or more instances.
 interface CLFeature
          A feature declares a behavioral or structural characteristic of instances of classifiers.
 interface CLOperation
          An operation is a behavioral feature of a classifier that specifies the name, type, parameters and constraints for invoking an associated behavior.
 interface CLPort
          A port is a property of a classifier that specifies a distinct interaction point between that classifier and its environment or between the (behavior of the) classifier and its internal parts.
 interface CLProperty
          A property is a structural feature.
 interface CLReception
          A reception is a declaration stating that a classifier is prepared to react to the receipt of a signal.
 interface CLStructureEntry
           
 

Methods in de.mid.innovator.srv2api.icw2class with parameters of type ELFeature
<T extends CLStructureElement>
List<T>
CLStructureDefinition.getStructureContentNecessaryForFeature(Class<T> returnType, ELFeature refObj, K_CONTROL_OPTION... behaviourFlags)
          All structure entries and their owners which are directly derived from the given feature.
<T extends CLStructureElement>
List<T>
CLStructureDefinition.getStructureContentNecessaryForFeature(Class<T> returnType, MMStereotype stereotype, ELFeature refObj, K_CONTROL_OPTION... behaviourFlags)
          The method calls getStructureContentNecessaryForFeature and filters its return values according to the given stereotype value.
 

Uses of ELFeature in de.mid.innovator.srv2api.icw2db
 

Subinterfaces of ELFeature in de.mid.innovator.srv2api.icw2db
 interface DBColumn
          This is a utility class for DBColumn that provides static methods for creation or other purposes.
 interface DBTableColumn
           
 interface DBViewColumn
           
 

Uses of ELFeature in de.mid.innovator.srv2api.icw2elem
 

Subinterfaces of ELFeature in de.mid.innovator.srv2api.icw2elem
 interface ELM2Attribute
          This is a utility class for ELM2Attribute that provides static methods for creation or other purposes.
 interface ELProperty
          This is a utility class for ELProperty that provides static methods for creation or other purposes.
 interface ELStructFeature
          This is a utility class for ELStructFeature that provides static methods for creation or other purposes.
 

Fields in de.mid.innovator.srv2api.icw2elem with type parameters of type ELFeature
 List<ELFeature> ARG_ModifyViewExpressionReq.seqUsableFeatures
          list of features which may be used in this expression
 List<ELFeature> ARG_ModifyViewExpressionReq.seqUsedFeatures
          sorted list of features used in this expression
 List<ELFeature> ARG_ModifyViewExpressionCmd.seqUsedFeatures
          sorted list of features used in this expression
 

Methods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELFeature
<T extends ELFeature>
List<T>
ELViewGroupAble.getFeatureNotUsedByEntry(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          All features owned by the connected classifier which are not used by view entries that are directly owned by this ELViewGroupAble.
<T extends ELFeature>
List<T>
ELViewGroupAble.getFeatureNotUsedByEntry(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
          The method calls getFeatureNotUsedByEntry and filters its return values according to the given stereotype value.
<T extends ELFeature>
List<T>
ELViewGroupAble.getFeatureUsedByEntry(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          All features used by view entries that are directly owned by this ELViewGroupAble.
<T extends ELFeature>
List<T>
ELViewGroupAble.getFeatureUsedByEntry(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
          The method calls getFeatureUsedByEntry and filters its return values according to the given stereotype value.
<T extends ELFeature>
List<T>
ELViewElement.getUsedFeature(Class<T> returnType)
          List of features used by this view element.
 

Method parameters in de.mid.innovator.srv2api.icw2elem with type arguments of type ELFeature
 void ELViewElement.modifyViewExpression(String strPlaceholderExpression, List<? extends ELFeature> seqUsedFeatures)
          Modify the view expression and the used features of this view element.
 void ELViewElement.setUsedFeature(List<? extends ELFeature> values)
          Set the value of Foreign Key UsedFeature.
 

Constructor parameters in de.mid.innovator.srv2api.icw2elem with type arguments of type ELFeature
ARG_ModifyViewExpressionCmd(String strPlaceholderExpression, List<ELFeature> seqUsedFeatures)
           
ARG_ModifyViewExpressionReq(String strPlaceholderExpression, String strConcreteExpression, List<ELFeature> seqUsedFeatures, List<String> seqUsedFeaNames, List<ELFeature> seqUsableFeatures)
           
ARG_ModifyViewExpressionReq(String strPlaceholderExpression, String strConcreteExpression, List<ELFeature> seqUsedFeatures, List<String> seqUsedFeaNames, List<ELFeature> seqUsableFeatures)
           
 

Uses of ELFeature in de.mid.innovator.srv2api.icw2er
 

Subinterfaces of ELFeature in de.mid.innovator.srv2api.icw2er
 interface ERAttribute
          An ERAttribute is a property of an EREntity.
 interface ERRole
          A ERRole is a part of a ERRelationship which connects the relationship to an EREntity.
 interface ERUsedAttribute
          An ERUsedAttribute (ERAttribute or ERViewAttribute) can be used by an ERViewElement.
 interface ERViewAttribute
          An ERViewAttribute describes a column of an ERView.
 

Uses of ELFeature in de.mid.innovator.srv2api.icw2im
 

Subinterfaces of ELFeature in de.mid.innovator.srv2api.icw2im
 interface IMFeature
          This is a utility class for IMFeature that provides static methods for creation or other purposes.
 interface IMProperty
          This is a utility class for IMProperty that provides static methods for creation or other purposes.
 interface IMStructuralFeature
          This is a utility class for IMStructuralFeature that provides static methods for creation or other purposes.
 

Uses of ELFeature in de.mid.innovator.srv2api.icw2meta
 

Subinterfaces of ELFeature in de.mid.innovator.srv2api.icw2meta
 interface MM2Attribute
           
 interface MMStereotypeProperty