Package hydra.ext.org.w3.owl.syntax
Class DisjointClasses
- java.lang.Object
-
- hydra.ext.org.w3.owl.syntax.DisjointClasses
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<DisjointClasses>
public class DisjointClasses extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<DisjointClasses>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description ConsList<Annotation>annotationsstatic NameANNOTATIONSConsList<ClassExpression>classesstatic NameCLASSESstatic NameTYPE_
-
Constructor Summary
Constructors Constructor Description DisjointClasses(ConsList<Annotation> annotations, ConsList<ClassExpression> classes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(DisjointClasses other)booleanequals(java.lang.Object other)inthashCode()DisjointClasseswithAnnotations(ConsList<Annotation> annotations)DisjointClasseswithClasses(ConsList<ClassExpression> classes)
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
-
ANNOTATIONS
public static final Name ANNOTATIONS
-
CLASSES
public static final Name CLASSES
-
annotations
public final ConsList<Annotation> annotations
-
classes
public final ConsList<ClassExpression> classes
-
-
Constructor Detail
-
DisjointClasses
public DisjointClasses(ConsList<Annotation> annotations, ConsList<ClassExpression> classes)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(DisjointClasses other)
- Specified by:
compareToin interfacejava.lang.Comparable<DisjointClasses>
-
withAnnotations
public DisjointClasses withAnnotations(ConsList<Annotation> annotations)
-
withClasses
public DisjointClasses withClasses(ConsList<ClassExpression> classes)
-
-