Modifier and Type | Method and Description |
---|---|
void |
GenericEMFPatternPQuery.addAnnotation(PAnnotation annotation) |
Modifier and Type | Method and Description |
---|---|
PAnnotation |
BaseQuerySpecification.getFirstAnnotationByName(java.lang.String annotationName) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PAnnotation> |
BaseQuerySpecification.getAllAnnotations() |
java.util.List<PAnnotation> |
BaseQuerySpecification.getAnnotationsByName(java.lang.String annotationName) |
Modifier and Type | Method and Description |
---|---|
void |
InitializablePQuery.addAnnotation(PAnnotation annotation)
Adds an annotation to the specification.
|
Modifier and Type | Method and Description |
---|---|
PAnnotation |
PQueryHeader.getFirstAnnotationByName(java.lang.String annotationName)
Returns the first annotation with a specified name
|
PAnnotation |
BasePQuery.getFirstAnnotationByName(java.lang.String annotationName) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PAnnotation> |
PQueryHeader.getAllAnnotations()
Returns the list of annotations specified for this query
|
java.util.List<PAnnotation> |
BasePQuery.getAllAnnotations() |
java.util.List<PAnnotation> |
PQueryHeader.getAnnotationsByName(java.lang.String annotationName)
Returns the list of annotations with a specified name
|
java.util.List<PAnnotation> |
BasePQuery.getAnnotationsByName(java.lang.String annotationName) |
Modifier and Type | Method and Description |
---|---|
boolean |
ViewersAnnotatedPatternTester.apply(PAnnotation annotation) |
static ContainmentRule |
ContainmentRule.initiate(IQuerySpecification<?> specification,
PAnnotation annotation,
ViewerState state,
ViewerDataFilter filter) |
static ItemRule |
ItemRule.initiate(IQuerySpecification<?> specification,
PAnnotation annotation,
ViewerState state,
ViewerDataFilter filter) |
static EdgeRule |
EdgeRule.initiate(IQuerySpecification<?> specification,
PAnnotation annotation,
ViewerState state,
ViewerDataFilter filter) |
Modifier and Type | Method and Description |
---|---|
PAnnotation |
ItemQuerySpecificationDescriptor.getFormatAnnotation() |
PAnnotation |
EdgeQuerySpecificationDescriptor.getFormatAnnotation() |
Constructor and Description |
---|
ContainmentQuerySpecificationDescriptor(IQuerySpecification<?> specification,
PAnnotation annotation) |
EdgeQuerySpecificationDescriptor(IQuerySpecification<?> specification,
PAnnotation annotation) |
ItemQuerySpecificationDescriptor(IQuerySpecification<?> specification,
PAnnotation annotation) |
Modifier and Type | Method and Description |
---|---|
static FormatSpecification |
FormatParser.parseFormatAnnotation(PAnnotation format) |