|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotationTemplate | |
|---|---|
| org.embl.ebi.escience.scufl | Provides the object model for the Simple Conceptual Unified Flow Language (Scufl). |
| Uses of AnnotationTemplate in org.embl.ebi.escience.scufl |
|---|
| Methods in org.embl.ebi.escience.scufl that return AnnotationTemplate | |
|---|---|
AnnotationTemplate[] |
Processor.defaultAnnotationTemplates()
Create a standard annotation template for each pair of bound input / output ports, mostly just to test the metadata store and browser functionality. |
AnnotationTemplate[] |
IProcessor.defaultAnnotationTemplates()
Create a standard annotation template for each pair of bound input / output ports, mostly just to test the metadata store and browser functionality. |
AnnotationTemplate[] |
Processor.getAnnotationTemplates()
Return an array containing all annotation templates for this processor |
AnnotationTemplate[] |
IProcessor.getAnnotationTemplates()
Return an array containing all annotation templates for this processor |
static AnnotationTemplate |
AnnotationTemplate.standardTemplate(Port subject,
java.lang.String verb,
Port object)
Create a basic 'subject verb object' triple in RDF format |
| Methods in org.embl.ebi.escience.scufl with parameters of type AnnotationTemplate | |
|---|---|
void |
Processor.addAnnotationTemplate(AnnotationTemplate theTemplate)
Add an annotation template to this processor |
void |
IProcessor.addAnnotationTemplate(AnnotationTemplate theTemplate)
Add an annotation template to this processor |
void |
Processor.removeAnnotationTemplate(AnnotationTemplate theTemplate)
Remove an annotation template from this processor |
void |
IProcessor.removeAnnotationTemplate(AnnotationTemplate theTemplate)
Remove an annotation template from this processor |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||