All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.xowl.infra.lang.runtime.ObjectPropertyRestriction Maven / Gradle / Ivy

There is a newer version: 2.3.4
Show newest version
/* This file has been generated by:
   xOWL Code Generator
*/
package org.xowl.infra.lang.runtime;

public interface ObjectPropertyRestriction extends org.xowl.infra.lang.runtime.ClassRestriction {
    // 
    public static interface objectProperty {
        boolean check_contains(org.xowl.infra.lang.runtime.ObjectProperty elem);
        boolean user_check_add(org.xowl.infra.lang.runtime.ObjectProperty elem);
        boolean user_check_remove(org.xowl.infra.lang.runtime.ObjectProperty elem);
        boolean user_check_replace(org.xowl.infra.lang.runtime.ObjectProperty oldElem, org.xowl.infra.lang.runtime.ObjectProperty  newElem);
        void user_add(org.xowl.infra.lang.runtime.ObjectProperty elem);
        void user_remove(org.xowl.infra.lang.runtime.ObjectProperty elem);
        boolean inverse_check_add(org.xowl.infra.lang.runtime.ObjectProperty elem);
        boolean inverse_check_remove(org.xowl.infra.lang.runtime.ObjectProperty elem);
        boolean inverse_check_replace(org.xowl.infra.lang.runtime.ObjectProperty oldElem, org.xowl.infra.lang.runtime.ObjectProperty  newElem);
        void inverse_add(org.xowl.infra.lang.runtime.ObjectProperty elem);
        void inverse_remove(org.xowl.infra.lang.runtime.ObjectProperty elem);
    }
    objectProperty __getImplOfobjectProperty();
    boolean setObjectProperty(org.xowl.infra.lang.runtime.ObjectProperty elem);
    org.xowl.infra.lang.runtime.ObjectProperty getObjectProperty();
    // 
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy