|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Comparison | |
---|---|
de.uni_leipzig.wifa.iwi.mr3.common | Generated classes. |
de.uni_leipzig.wifa.iwi.mr3.service | (Web-) service interfaces. |
de.uni_leipzig.wifa.iwi.mr3.service.impl | Service implementation. |
Uses of Comparison in de.uni_leipzig.wifa.iwi.mr3.common |
---|
Fields in de.uni_leipzig.wifa.iwi.mr3.common declared as Comparison | |
---|---|
protected Comparison |
CompareResponse.localResult
field for Result |
Methods in de.uni_leipzig.wifa.iwi.mr3.common that return Comparison | |
---|---|
Comparison |
CompareResponse.getResult()
Auto generated getter method |
static Comparison |
Comparison.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 Comparison | |
---|---|
void |
CompareResponse.setResult(Comparison param)
Auto generated setter method |
Uses of Comparison in de.uni_leipzig.wifa.iwi.mr3.service |
---|
Methods in de.uni_leipzig.wifa.iwi.mr3.service that return Comparison | |
---|---|
Comparison |
ModelRepositorySkeletonInterface.compare(String leftUri,
String rightUri)
Auto generated method signature |
Comparison |
CompareProcessor.process(String leftUri,
String rightUri)
Processes a compare request. |
Uses of Comparison in de.uni_leipzig.wifa.iwi.mr3.service.impl |
---|
Methods in de.uni_leipzig.wifa.iwi.mr3.service.impl that return Comparison | |
---|---|
Comparison |
ModelRepositoryServiceImpl.compare(String leftUri,
String rightUri)
Compare two models. |
Comparison |
CompareProcessorImpl.process(String leftUri,
String rightUri)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |