|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.tools.Ontology
public class Ontology
Very simple ontology class. Two static ontologies are available: ATTRIBUTE_BLOCK_TYPE and ATTRIBUTE_VALUE_TYPE. It provides a single method boolean isA(int sub, int super) which does what isA-methods are usually expected to do. Legal parameters are the constants.
Field Summary | |
---|---|
static int |
ATTRIBUTE_BLOCK
|
static Ontology |
ATTRIBUTE_BLOCK_TYPE
An ontology for block types (single, time series...) |
static int |
ATTRIBUTE_VALUE
|
static Ontology |
ATTRIBUTE_VALUE_TYPE
An ontology for value types (nominal, numerical...) |
static int |
BLOCK_TYPE
|
static java.lang.String[] |
BLOCK_TYPE_NAMES
|
static int |
BOOLEAN
|
static int |
CLASSIFICATION
|
static int |
CLUSTER
|
static int |
FILE_PATH
|
static int |
INTEGER
|
static int |
INTERVAL
|
static int |
INTERVAL_END
|
static int |
INTERVAL_START
|
private java.lang.String[] |
names
Human readable string representations. |
static int |
NO_PARENT
|
static int |
NOMINAL
|
static int |
NON_SERIES
|
static int |
NUMERICAL
|
static int |
ORDERED
|
private int[] |
parentId
The parent's index in the array. |
static int |
REAL
|
static int |
SINGLE_VALUE
|
static int |
STRING
|
static int |
VALUE_SERIES
|
static int |
VALUE_SERIES_END
|
static int |
VALUE_SERIES_START
|
static int |
VALUE_TYPE
|
static java.lang.String[] |
VALUE_TYPE_NAMES
|
static int |
X
|
static int |
Y
|
Constructor Summary | |
---|---|
private |
Ontology(int[] parents,
java.lang.String[] names)
Constructs a new ontology where each of the entries points to its parent. |
Method Summary | |
---|---|
java.lang.String[] |
getNames()
|
boolean |
isA(int child,
int parent)
Returns true if child is a parent. |
java.lang.String |
mapIndex(int index)
Maps an index to its name. |
int |
mapName(java.lang.String name)
Maps the name of a class to its index or -1 if unknown. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int VALUE_TYPE
public static final int BLOCK_TYPE
private int[] parentId
private java.lang.String[] names
public static final int NO_PARENT
public static final int ATTRIBUTE_VALUE
public static final int NOMINAL
public static final int NUMERICAL
public static final int INTEGER
public static final int REAL
public static final int STRING
public static final int ORDERED
public static final int CLUSTER
public static final int CLASSIFICATION
public static final int BOOLEAN
public static final int FILE_PATH
public static final java.lang.String[] VALUE_TYPE_NAMES
public static final Ontology ATTRIBUTE_VALUE_TYPE
public static final int ATTRIBUTE_BLOCK
public static final int VALUE_SERIES
public static final int NON_SERIES
public static final int SINGLE_VALUE
public static final int INTERVAL
public static final int X
public static final int Y
public static final int VALUE_SERIES_START
public static final int VALUE_SERIES_END
public static final int INTERVAL_START
public static final int INTERVAL_END
public static final java.lang.String[] BLOCK_TYPE_NAMES
public static final Ontology ATTRIBUTE_BLOCK_TYPE
Constructor Detail |
---|
private Ontology(int[] parents, java.lang.String[] names)
Method Detail |
---|
public boolean isA(int child, int parent)
public int mapName(java.lang.String name)
public java.lang.String mapIndex(int index)
public java.lang.String[] getNames()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |