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, wait
contains, getDescription
protected Domain domain
public List getValues(DataProperty p)
Interval
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.