|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectcom.predic8.soamodel.AbstractDiffGenerator
com.predic8.schema.diff.UnitDiffGenerator
com.predic8.schema.diff.AbstractModelDiffGenerator
class AbstractModelDiffGenerator extends UnitDiffGenerator
Field Summary | |
---|---|
protected def |
labelAdded
|
protected def |
labelParticle
|
protected def |
labelRemoved
|
Fields inherited from class AbstractDiffGenerator | |
---|---|
bundle |
Property Summary | |
---|---|
def |
generator
|
Constructor Summary | |
AbstractModelDiffGenerator()
|
Method Summary | |
---|---|
List
|
compareUnit()
|
protected def
|
updateLabels()
|
def
|
wriTeAddedParticles(def bPs)
|
def
|
writeRemovedParticles(def aPs)
|
Methods inherited from class UnitDiffGenerator | |
---|---|
compare, compareUnit |
Methods inherited from class AbstractDiffGenerator | |
---|---|
changeLocale, compare, compare, doCompare, findA, findB, getFQN, updateLabels |
Field Detail |
---|
protected def labelAdded
protected def labelParticle
protected def labelRemoved
Property Detail |
---|
def generator
Constructor Detail |
---|
AbstractModelDiffGenerator()
Method Detail |
---|
List compareUnit()
protected def updateLabels()
def wriTeAddedParticles(def bPs)
def writeRemovedParticles(def aPs)
Groovy Documentation