Package org.eclipse.epsilon.concordance.model

Interface Summary
CrossReferenceVisitor  
IConcordanceModel Interface is used by Concordance to specify the model and its operations Clients can implement this interface to provide a (client) specific way how a model is being implemented.
IConcordanceModelFactory Interface for the model creation factory, it provides multiple methods to create IModel instances, using different ways of defining the actual model.
 

Class Summary
ConcordanceModel Default implementation of IConcordanceModel that uses the actual model file for its operations
ConcordanceModelBase Base/partial implementation of IConcordanceModel, defining all interface methods that do not require any resource-backing specific implementation.
ConcordanceModelFactory Factory that is able to produce basic IModel instances.
ContentAnalyser  
CrossReference  
CrossReferenceAnalyser  
CrossReferenceReconciler  
ModelElement  
ModelVisitor  
UriContentReader