Package | Description |
---|---|
org.eclipse.actf.visualization.eval |
This package includes interfaces and base implementations for accessibility evaluation.
|
org.eclipse.actf.visualization.eval.guideline |
This package includes utilities to manage guideline information for evaluation.
|
Modifier and Type | Method and Description |
---|---|
IGuidelineItem[] |
IEvaluationItem.getGuidelines() |
Modifier and Type | Method and Description |
---|---|
IGuidelineItem |
IGuidelineData.getGuidelineItem(String id)
Get guideline item information
|
IGuidelineItem |
GuidelineHolder.getGuidelineItem(String guidelineName,
String id)
Get guideline item information
|
Modifier and Type | Method and Description |
---|---|
boolean |
GuidelineHolder.isMatchedGuidelineItem(IGuidelineItem target)
Deprecated.
|
boolean |
GuidelineHolder.isMatchedInTopLevel(IGuidelineItem target)
Deprecated.
|