com.ibm.jdg2e.concurrency.rules
Class TypeABRule

java.lang.Object
  extended bycom.ibm.jdg2e.concurrency.rules.TypeABRule
All Implemented Interfaces:
org.eclipse.core.runtime.jobs.ISchedulingRule
Direct Known Subclasses:
TypeARule, TypeBRule

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

This rule contains itself and only conflicts with the general TypeRule rule (universal receiver).


Constructor Summary
TypeABRule()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeABRule

public TypeABRule()
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