|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.ac.bbk.dcs.automed.hdmstore.Span
public class Span
A Span represents one element in a HDM edge. A span can be a node or can itself be an edge.
| Method Summary | |
|---|---|
java.lang.String |
dataType()
Get the dataType |
java.lang.String |
display()
return the node value using the HDM notation |
char |
edgeOrNode()
Get the edgeOrNode indicator |
int |
hid()
Get the hid |
int |
id()
Get the id |
boolean |
isNode()
Is this Span a node? |
void |
populateDatabaseId(char pEdgeOrNode,
int pId)
Populate the id of the span in the database |
void |
populateEdgeValue(java.lang.String pType)
Populate specific values for an edge |
void |
populateNodeValue(java.lang.String pValue,
java.lang.String pDataType,
java.lang.String pType)
Populate specific values for a node |
java.lang.String |
type()
Get the type |
java.lang.String |
value()
Get the value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void populateNodeValue(java.lang.String pValue,
java.lang.String pDataType,
java.lang.String pType)
public void populateEdgeValue(java.lang.String pType)
public void populateDatabaseId(char pEdgeOrNode,
int pId)
public java.lang.String type()
public java.lang.String value()
public char edgeOrNode()
public int id()
public int hid()
public java.lang.String dataType()
public java.lang.String display()
public boolean isNode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||