org.topbraidcomposer.markers.problems.checkers
Interface IResourceChecker
- All Superinterfaces:
- IMarkerConstants, IProblemConstants
- All Known Implementing Classes:
- AbstractResourceChecker, AllValuesFromChecker, MaxCardinalityChecker, MinCardinalityChecker
public interface IResourceChecker
- extends IProblemConstants
|
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)
|
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