blob: 421b8a93f4b326b7bf95440547dc2e9945000c65 [file] [log] [blame]
package org.eclipse.mylyn.internal.context.core;
/**
* NOTE: not used in current Mylyn distribution, likely to change for 3.0.
*
* @author Mik Kersten
* @since 2.0
*/
public interface IDegreeOfSeparation {
public abstract String getLabel();
public abstract int getDegree();
}