|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IntervalRelations>
com.clarkparsia.pellet.datatypes.IntervalRelations
public enum IntervalRelations
Title: Interval Relations
Description: Allen Interval Relations
Copyright: Copyright (c) 2009
Company: Clark & Parsia, LLC.
Enum Constant Summary | |
---|---|
CONTAINS
|
|
DURING
|
|
EQUALS
|
|
FINISHED_BY
|
|
FINISHES
|
|
MEETS
|
|
MET_BY
|
|
OVERLAPPED_BY
|
|
OVERLAPS
|
|
PRECEDED_BY
|
|
PRECEDES
|
|
STARTED_BY
|
|
STARTS
|
Method Summary | |
---|---|
static IntervalRelations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IntervalRelations[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IntervalRelations CONTAINS
public static final IntervalRelations DURING
public static final IntervalRelations EQUALS
public static final IntervalRelations FINISHED_BY
public static final IntervalRelations FINISHES
public static final IntervalRelations MEETS
public static final IntervalRelations MET_BY
public static final IntervalRelations OVERLAPPED_BY
public static final IntervalRelations OVERLAPS
public static final IntervalRelations PRECEDED_BY
public static final IntervalRelations PRECEDES
public static final IntervalRelations STARTED_BY
public static final IntervalRelations STARTS
Method Detail |
---|
public static IntervalRelations[] values()
for (IntervalRelations c : IntervalRelations.values()) System.out.println(c);
public static IntervalRelations valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |