org.xowl.infra.lang.runtime.ObjectCardinalityRestriction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xowl-lang Show documentation
Show all versions of xowl-lang Show documentation
Java implementation of the xOWL language concepts
/* This file has been generated by:
xOWL Code Generator
*/
package org.xowl.infra.lang.runtime;
public interface ObjectCardinalityRestriction extends org.xowl.infra.lang.runtime.CardinalityRestriction, org.xowl.infra.lang.runtime.ObjectPropertyRestriction, org.xowl.infra.lang.runtime.ObjectAllValuesFrom_OR_ObjectCardinalityRestriction_OR_ObjectSomeValuesFrom {
}