Uses of Class
de.uni_leipzig.wifa.iwi.mr3.common.Segment

Packages that use Segment
de.uni_leipzig.wifa.iwi.mr3.common Generated classes. 
 

Uses of Segment in de.uni_leipzig.wifa.iwi.mr3.common
 

Fields in de.uni_leipzig.wifa.iwi.mr3.common declared as Segment
protected  Segment[] Match.localSegment
          field for Segment This was an Array!
 

Methods in de.uni_leipzig.wifa.iwi.mr3.common that return Segment
 Segment[] Match.getSegment()
          Auto generated getter method
static Segment Segment.Factory.parse(XMLStreamReader reader)
          static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
 

Methods in de.uni_leipzig.wifa.iwi.mr3.common with parameters of type Segment
 void Match.addSegment(Segment param)
          Auto generated add method for the array for convenience
 void Match.setSegment(Segment[] param)
          Auto generated setter method
protected  void Match.validateSegment(Segment[] param)
          validate the array for Segment
 



Copyright © 2010 Uni-Leipzig. All Rights Reserved.