| 
    Bridges-Java-2.3.2
    2.3.2
    
   Bridges(JavaAPI) 
   | 
 
  
 Public Member Functions | |
| ArrayElement (String label, E type) | |
| String | getDataStructType () | 
  Public Member Functions inherited from bridges.base.Element< E > | |
| 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 | getRepresentation () | 
| String | getLabel () | 
| void | setLabel (String label) | 
| String | arrangeLabel (String label, int wordNumber) | 
| E | getValue () | 
| void | setValue (E value) | 
| String | toString () | 
Static Public Attributes | |
| static int | index | 
Additional Inherited Members | |
  Protected Member Functions inherited from bridges.base.Element< E > | |
| String | getDataStructType () | 
| void | validateVal (E value) | 
  Protected Member Functions inherited from bridges.base.DataStruct | |
| abstract String | getDataStructType () | 
  Protected Attributes inherited from bridges.base.DataStruct | |
| 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 | 
 1.8.10