public class ItemQuerySpecificationDescriptor extends AbstractQuerySpecificationDescriptor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ANNOTATION_ID |
| Constructor and Description |
|---|
ItemQuerySpecificationDescriptor(org.eclipse.viatra.query.runtime.api.IQuerySpecification<?> specification,
org.eclipse.viatra.query.runtime.matchers.psystem.annotations.PAnnotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.viatra.query.runtime.matchers.psystem.annotations.PAnnotation |
getFormatAnnotation() |
java.lang.String |
getLabel() |
HierarchyPolicy |
getPolicy() |
java.lang.String |
getSource() |
boolean |
isFormatted() |
getTracedSpecification, initializepublic static final java.lang.String ANNOTATION_ID
public ItemQuerySpecificationDescriptor(org.eclipse.viatra.query.runtime.api.IQuerySpecification<?> specification,
org.eclipse.viatra.query.runtime.matchers.psystem.annotations.PAnnotation annotation)
throws org.eclipse.viatra.query.runtime.matchers.psystem.queries.QueryInitializationException
org.eclipse.viatra.query.runtime.matchers.psystem.queries.QueryInitializationExceptionpublic boolean isFormatted()
public org.eclipse.viatra.query.runtime.matchers.psystem.annotations.PAnnotation getFormatAnnotation()
public java.lang.String getSource()
public java.lang.String getLabel()
public HierarchyPolicy getPolicy()