Class OperationImplementation

    • Constructor Detail

      • OperationImplementation

        public OperationImplementation()
    • Method Detail

      • checkPreconditions

        public final List<String> checkPreconditions​(Metamodel metamodel)
        Check the preconditions of the operation.
      • checkRestriction

        public List<String> checkRestriction​(String parameterName,
                                             Metamodel metamodel)
        Check whether all restrictions on a certain parameter are fulfilled.
      • checkRestriction

        public List<String> checkRestriction​(String parameterName,
                                             Object value,
                                             Metamodel metamodel)
        Check whether all restrictions on a certain parameter value are fulfilled for a certain value.
      • initialize

        public void initialize​(Metamodel metamodel)
        Initialize the parameters of the operation.