private void addPropertyDeclarations() {
        addPropertyDeclaration(new PropertyDeclaration<>(Boolean.class, Logic.PROPERTY_COMPUTED,
                value -> getReferencedComponent().setComputed(value),
                () -> getReferencedComponent().isComputed())
                .setCombinable().setTemplatable());