Bridges-Java-2.3.3
2.3.3
Bridges(JavaAPI)
|
Public Member Functions | |
ArrayElement (String label, E type) | |
String | getDataStructType () |
![]() | |
String | getDataStructType () |
Element () | |
Element (E val) | |
Element (String label, E val) | |
Element (Element< E > original) | |
String | getIdentifier () |
ElementVisualizer | getVisualizer () |
void | setVisualizer (ElementVisualizer visualizer) |
LinkVisualizer | getLinkVisualizer (Element< E > el) |
String | getClassName () |
int | compareTo (Element< E > e1) |
boolean | equals (Element< E > e1) |
String | getElementRepresentation () |
String | getLinkRepresentation (LinkVisualizer lv, String src, String dest) |
String | getLabel () |
void | setLabel (String label) |
String | arrangeLabel (String label, int wordNumber) |
E | getValue () |
void | setValue (E value) |
String | toString () |
![]() | |
abstract String | getDataStructType () |
Static Public Attributes | |
static int | index |
Additional Inherited Members | |
![]() | |
void | setLinkVisualizer (Element< E > el) |
void | removeLinkVisualizer (Element< E > el) |
void | validateVal (E value) |
![]() | |
String | QUOTE = "\"" |
<E> | This class can be used to create arrays with generic types as follows: ArrayElement<E>[] myArray = (ArrayElement<E>[]) new ArrayElement[10]; Where E is: Tweet, Actor, Movie, Integer, String or other generic type |
bridges.base.ArrayElement< E >.ArrayElement | ( | String | label, |
E | type | ||
) |
Construct an array labeled "label" and holding elements of "type".
label | the label of ArrayElement that shows up on the Bridges visualization |
type | the type of Element this array should be holding |
String bridges.base.ArrayElement< E >.getDataStructType | ( | ) |
This method gets the data structure type
|
static |