org.xowl.infra.lang.owl2.EntityExpression 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.owl2;
public interface EntityExpression extends org.xowl.infra.lang.owl2.ClassExpression, org.xowl.infra.lang.owl2.DataPropertyExpression, org.xowl.infra.lang.owl2.Datarange, org.xowl.infra.lang.owl2.IndividualExpression, org.xowl.infra.lang.owl2.ObjectPropertyExpression, org.xowl.infra.lang.actions.FunctionExpression {
}