JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
G
K
O
P
R
S
T
A
AnnotationBasedSimpleOPPLParserCreationStrategy
- Class in
org.coode.oppl.template.commons.opplscript
Builds a parser that recognises named entities based on the value for the annotation whose annotation properties are listed in a List provided to the constructor for this class.
AnnotationBasedSimpleOPPLParserCreationStrategy(List<IRI>, OWLOntologyManager, OWLOntology, OWLReasoner, ErrorListener)
- Constructor for class org.coode.oppl.template.commons.opplscript.
AnnotationBasedSimpleOPPLParserCreationStrategy
AnnotationBasedSimpleOPPLTestCaseParserCreationStrategy
- Class in
org.coode.oppl.template.commons.oppltestcase
AnnotationBasedSimpleOPPLTestCaseParserCreationStrategy(List<IRI>, OWLOntologyManager, OWLOntology, OWLReasoner, ErrorListener, RuntimeExceptionHandler)
- Constructor for class org.coode.oppl.template.commons.oppltestcase.
AnnotationBasedSimpleOPPLTestCaseParserCreationStrategy
B
build()
- Method in class org.coode.oppl.template.commons.opplscript.
AnnotationBasedSimpleOPPLParserCreationStrategy
build()
- Method in class org.coode.oppl.template.commons.opplscript.
SimpleOPPLParserCreationStrategy
build()
- Method in class org.coode.oppl.template.commons.oppltestcase.
AnnotationBasedSimpleOPPLTestCaseParserCreationStrategy
build()
- Method in class org.coode.oppl.template.commons.oppltestcase.
SimpleOPPLTestCaseParsingStrategy
C
CombinedReplacementStrategy
<
I
,
P
extends
I
> - Class in
org.coode.oppl.template.commons
Use this Strategy to combine several ones that use different place-holders.
CombinedReplacementStrategy(List<ReplacementStrategy<I, P>>)
- Constructor for class org.coode.oppl.template.commons.
CombinedReplacementStrategy
G
getErrorListener()
- Method in class org.coode.oppl.template.commons.opplscript.
SimpleOPPLParserCreationStrategy
getErrorListener()
- Method in class org.coode.oppl.template.commons.oppltestcase.
SimpleOPPLTestCaseParsingStrategy
getHandler()
- Method in class org.coode.oppl.template.commons.oppltestcase.
SimpleOPPLTestCaseParsingStrategy
getParserCreationStrategy()
- Method in class org.coode.oppl.template.commons.
StringTemplate
getParserFactory()
- Method in class org.coode.oppl.template.commons.opplscript.
SimpleOPPLParserCreationStrategy
getParserFactory()
- Method in class org.coode.oppl.template.commons.oppltestcase.
SimpleOPPLTestCaseParsingStrategy
getReplacementStrategy()
- Method in class org.coode.oppl.template.commons.
StringTemplate
getStrategies()
- Method in class org.coode.oppl.template.commons.
CombinedReplacementStrategy
getTemplateString()
- Method in class org.coode.oppl.template.commons.
StringTemplate
getTemplateString()
- Method in interface org.coode.oppl.template.
OPPLTemplate
Retrieves the template String.
K
KeyBasedReplacementStrategy
- Class in
org.coode.oppl.template.commons
This strategy assumes that place-holders are also keys in a
Properties
instance.
KeyBasedReplacementStrategy(Properties)
- Constructor for class org.coode.oppl.template.commons.
KeyBasedReplacementStrategy
O
OPPLTemplate
<
O
> - Interface in
org.coode.oppl.template
A template is a String with place-holders.
org.coode.oppl.template
- package org.coode.oppl.template
org.coode.oppl.template.commons
- package org.coode.oppl.template.commons
org.coode.oppl.template.commons.opplscript
- package org.coode.oppl.template.commons.opplscript
org.coode.oppl.template.commons.oppltestcase
- package org.coode.oppl.template.commons.oppltestcase
P
parse(String)
- Method in class org.coode.oppl.template.commons.opplscript.
SimpleOPPLParserCreationStrategy
parse(String)
- Method in class org.coode.oppl.template.commons.oppltestcase.
SimpleOPPLTestCaseParsingStrategy
parse(I)
- Method in interface org.coode.oppl.template.
ParsingStrategy
Parses the input and produces an instance of the parameter O.
ParsingStrategy
<
I
,
O
> - Interface in
org.coode.oppl.template
Generic component whose implementations parse an instance of I and produce instance of the parameter O
R
replace(I)
- Method in class org.coode.oppl.template.commons.
CombinedReplacementStrategy
replace(String)
- Method in class org.coode.oppl.template.commons.
KeyBasedReplacementStrategy
replace(String)
- Method in class org.coode.oppl.template.commons.
StringFormatReplacementStrategy
replace()
- Method in class org.coode.oppl.template.commons.
StringTemplate
replace()
- Method in interface org.coode.oppl.template.
OPPLTemplate
Performs the replacement.
replace(I)
- Method in interface org.coode.oppl.template.
ReplacementStrategy
Replace the place-holders in the input templateString and builds the relative OPPLScript.
ReplacementStrategy
<
I
,
O
> - Interface in
org.coode.oppl.template
Abstraction over the replacement strategy.
S
SimpleOPPLParserCreationStrategy
- Class in
org.coode.oppl.template.commons.opplscript
SimpleOPPLParserCreationStrategy(OWLOntologyManager, OWLOntology, OWLReasoner, ErrorListener)
- Constructor for class org.coode.oppl.template.commons.opplscript.
SimpleOPPLParserCreationStrategy
SimpleOPPLTestCaseParsingStrategy
- Class in
org.coode.oppl.template.commons.oppltestcase
SimpleOPPLTestCaseParsingStrategy(OWLOntologyManager, OWLOntology, OWLReasoner, ErrorListener, RuntimeExceptionHandler)
- Constructor for class org.coode.oppl.template.commons.oppltestcase.
SimpleOPPLTestCaseParsingStrategy
StringFormatReplacementStrategy
- Class in
org.coode.oppl.template.commons
Uses String.format to perform the substitution.
StringFormatReplacementStrategy(Collection<? extends Object>)
- Constructor for class org.coode.oppl.template.commons.
StringFormatReplacementStrategy
StringTemplate
<
O
> - Class in
org.coode.oppl.template.commons
StringTemplate(String, ReplacementStrategy<String, String>, ParsingStrategy<String, O>)
- Constructor for class org.coode.oppl.template.commons.
StringTemplate
T
toString()
- Method in class org.coode.oppl.template.commons.
StringFormatReplacementStrategy
A
B
C
G
K
O
P
R
S
T
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015
The University of Manchester
. All Rights Reserved.