public abstract class AbstractInterval extends Object implements Interval, Comparable
| Constructor and Description |
|---|
AbstractInterval() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
Domain |
getDomain() |
List |
getValues(DataProperty p)
Get the property values belonging to this interval.
|
void |
setDomain(Domain domain) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontains, getDescriptionprotected Domain domain
public List getValues(DataProperty p)
Intervalpublic int compareTo(Object o)
compareTo in interface ComparableCopyright © 2012–2015 JBoss by Red Hat. All rights reserved.