org.topbraidcomposer.markers.tasks
Class Tasks

java.lang.Object
  extended by org.topbraidcomposer.markers.tasks.Tasks

public class Tasks
extends java.lang.Object


Constructor Summary
Tasks()
           
 
Method Summary
static void addTodoMarker(org.eclipse.core.resources.IFile file, com.hp.hpl.jena.rdf.model.Resource subject, java.lang.String todo)
           
static com.hp.hpl.jena.rdf.model.Property getTodoProperty(com.hp.hpl.jena.ontology.OntModel ontModel)
           
static java.lang.String getTodoText(com.hp.hpl.jena.rdf.model.Literal literal)
           
static void init()
          Called when the active OWL file has changed.
static void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tasks

public Tasks()
Method Detail

init

public static void init()
Called when the active OWL file has changed.

Parameters:
file -

addTodoMarker

public static void addTodoMarker(org.eclipse.core.resources.IFile file,
                                 com.hp.hpl.jena.rdf.model.Resource subject,
                                 java.lang.String todo)
                          throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException

getTodoProperty

public static com.hp.hpl.jena.rdf.model.Property getTodoProperty(com.hp.hpl.jena.ontology.OntModel ontModel)

getTodoText

public static java.lang.String getTodoText(com.hp.hpl.jena.rdf.model.Literal literal)

run

public static void run()