org.eclipse.cdt.internal.ui.typehierarchy
Class THSchedulingRule

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.typehierarchy.THSchedulingRule
All Implemented Interfaces:
org.eclipse.core.runtime.jobs.ISchedulingRule

public class THSchedulingRule
extends java.lang.Object
implements org.eclipse.core.runtime.jobs.ISchedulingRule


Constructor Summary
THSchedulingRule()
           
 
Method Summary
 boolean contains(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
           
 boolean isConflicting(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

THSchedulingRule

public THSchedulingRule()
Method Detail

contains

public boolean contains(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
Specified by:
contains in interface org.eclipse.core.runtime.jobs.ISchedulingRule

isConflicting

public boolean isConflicting(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
Specified by:
isConflicting in interface org.eclipse.core.runtime.jobs.ISchedulingRule