Uses of Class
it.uniroma2.art.coda.core.CODACore

Packages that use CODACore
it.uniroma2.art.coda.interfaces   
it.uniroma2.art.coda.projectionrule   
 

Uses of CODACore in it.uniroma2.art.coda.interfaces
 

Methods in it.uniroma2.art.coda.interfaces with parameters of type CODACore
 void CODAExtensionModuleInterface.setCODACore(CODACore codaCore)
          Set the CODACore in which this modules is used
 

Uses of CODACore in it.uniroma2.art.coda.projectionrule
 

Methods in it.uniroma2.art.coda.projectionrule with parameters of type CODACore
 void ParserPR.initialize(ProjectionRulesModel prModel, java.lang.String prFilePath, CODACore codaCore)