org.topbraidcomposer.markers.problems.checkers
Interface IResourceChecker

All Superinterfaces:
IMarkerConstants, IProblemConstants
All Known Implementing Classes:
AbstractResourceChecker, AllValuesFromChecker, MaxCardinalityChecker, MinCardinalityChecker

public interface IResourceChecker
extends IProblemConstants


Field Summary
 
Fields inherited from interface org.topbraidcomposer.markers.problems.IProblemConstants
BASE_MARKER_ID
 
Fields inherited from interface org.topbraidcomposer.markers.IMarkerConstants
OBJECT, PREDICATE, SUBJECT
 
Method Summary
 void begin(com.hp.hpl.jena.ontology.OntModel ontModel)
           
 void end()
           
 void init(org.eclipse.core.resources.IFile file)
           
 void run(com.hp.hpl.jena.rdf.model.Resource resource, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 

Method Detail

begin

void begin(com.hp.hpl.jena.ontology.OntModel ontModel)

end

void end()

init

void init(org.eclipse.core.resources.IFile file)

run

void run(com.hp.hpl.jena.rdf.model.Resource resource,
         org.eclipse.core.runtime.IProgressMonitor monitor)
         throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException