Groovy Documentation

com.predic8.schema.diff
[Groovy] Class SimpleRestrictionDiffGenerator

java.lang.Object
  com.predic8.soamodel.AbstractDiffGenerator
      com.predic8.schema.diff.SimpleRestrictionDiffGenerator

class SimpleRestrictionDiffGenerator
extends AbstractDiffGenerator

Field Summary
 
Fields inherited from class AbstractDiffGenerator
bundle
 
Constructor Summary
SimpleRestrictionDiffGenerator()

 
Method Summary
List compare()

List compareBase()

List compareFacets()

List compareNotEnumFacets(def aFs, def bFs)

protected def updateLabels()

 
Methods inherited from class AbstractDiffGenerator
changeLocale, compare, compare, doCompare, findA, findB, getFQN, updateLabels
 

Constructor Detail

SimpleRestrictionDiffGenerator

SimpleRestrictionDiffGenerator()


 
Method Detail

compare

List compare()


compareBase

List compareBase()


compareFacets

List compareFacets()


compareNotEnumFacets

List compareNotEnumFacets(def aFs, def bFs)


updateLabels

protected def updateLabels()


 

Groovy Documentation