Interface MEAbstraction

    • Method Detail

      • getMapping

        <T extends ELValSpecOpaqueExpr> java.util.List<T> getMapping​(java.lang.Class<T> returnType,
                                                                     K_CONTROL_OPTION... behaviourFlags)
                                                              throws InoNetException,
                                                                     SrvErrorException
        A composition of an expression that states the abstraction relationship between the supplier and the client. In some cases, such as derivation, it is usually formal and unidirectional; in other cases, such as trace, it is usually informal and bidirectional. The mapping expression is optional and may be omitted if the precise relationship between the elements is not specified.
        Parameters:
        returnType - Specifies the type of elements to be returned.
        behaviourFlags - An optional list of enum values to control the behaviour of the command.
        Throws:
        InoNetException
        SrvErrorException
        Sorted:
        the result may be sorted.