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

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

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

Fields in de.uni_leipzig.wifa.iwi.mr3.common declared as Model
protected  Model Comparison.localLeft
          field for Left
protected  Model[] Comparison.localReferenced
          field for Referenced This was an Array!
protected  Model Comparison.localRight
          field for Right
protected  Model Comparison.localSnapshot
          field for Snapshot
 

Methods in de.uni_leipzig.wifa.iwi.mr3.common that return Model
 Model Comparison.getLeft()
          Auto generated getter method
 Model[] Comparison.getReferenced()
          Auto generated getter method
 Model Comparison.getRight()
          Auto generated getter method
 Model Comparison.getSnapshot()
          Auto generated getter method
static Model Model.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 Model
 void Comparison.addReferenced(Model param)
          Auto generated add method for the array for convenience
 void Comparison.setLeft(Model param)
          Auto generated setter method
 void Comparison.setReferenced(Model[] param)
          Auto generated setter method
 void Comparison.setRight(Model param)
          Auto generated setter method
 void Comparison.setSnapshot(Model param)
          Auto generated setter method
protected  void Comparison.validateReferenced(Model[] param)
          validate the array for Referenced
 



Copyright © 2010 Uni-Leipzig. All Rights Reserved.