| Package | Description |
|---|---|
| org.coode.patterns | |
| org.coode.patterns.locality | |
| org.coode.patterns.utils |
| Modifier and Type | Method and Description |
|---|---|
PatternModel |
PatternModelFactory.createPatternModel(OPPLScript opplScript) |
PatternModel |
AbstractPatternModelFactory.createPatternModel(OPPLScript opplScript)
Builds a PatternModel instance starting from the input opplScript
|
PatternModel |
PatternModelFactory.createPatternModel(String name,
List<Variable<?>> variables,
List<org.semanticweb.owlapi.model.OWLAxiomChange> actions,
Variable<?> returnClause,
String rendering,
ConstraintSystem constraintSystem) |
PatternModel |
AbstractPatternModelFactory.createPatternModel(String name,
List<Variable<?>> variables,
List<org.semanticweb.owlapi.model.OWLAxiomChange> actions,
Variable<?> returnClause,
String rendering,
ConstraintSystem constraintSystem)
Creates a PatternModel using the input (name, variables, actions, return
value, rendering, and constraint system) returnClause can be
null
variables and actions must be non empty Lists |
PatternModel |
PatternReference.getExtractedPattern() |
PatternModel |
InstantiatedPatternModel.getInstantiatedPattern() |
PatternModel |
PatternSignature.getPattern() |
PatternModel |
InstantiatedPatternModel.getPatternModel() |
PatternModel |
HasPatternModel.getPatternModel() |
PatternModel |
OPPLPatternParser.parse(String input) |
| Modifier and Type | Method and Description |
|---|---|
InstantiatedPatternModel |
PatternModelFactory.createInstantiatedPatternModel(PatternModel patternModel,
RuntimeExceptionHandler handler) |
InstantiatedPatternModel |
AbstractPatternModelFactory.createInstantiatedPatternModel(PatternModel patternModel,
RuntimeExceptionHandler handler) |
| Constructor and Description |
|---|
InstantiatedPatternModel(PatternModel patternModel,
RuntimeExceptionHandler handler)
Creates an InstantiatedPatternModel instance starting from the input
PatternModel
|
| Constructor and Description |
|---|
LocalityCheckerLeafBrusher(LocalityEvaluator evaluator,
ConstraintSystem constraintSystem,
PatternModel patternModel,
Map<Variable<?>,SigmaPlusSigmaMinus> variableBindings,
Set<org.semanticweb.owlapi.model.OWLEntity> signature,
RuntimeExceptionHandler runtimeExceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
static PatternModel |
Utils.find(String patternName,
org.semanticweb.owlapi.model.OWLOntology ontology,
AbstractPatternModelFactory factory) |
static PatternModel |
Utils.find(String patternName,
org.semanticweb.owlapi.model.OWLOntologyManager ontologyManager,
AbstractPatternModelFactory factory) |
static PatternModel |
Utils.getGeneratingPatternModel(Collection<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations,
org.semanticweb.owlapi.model.OWLOntologyManager manager,
AbstractPatternModelFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
static Set<PatternModel> |
Utils.getExistingPatterns(org.semanticweb.owlapi.model.OWLOntology ontology,
AbstractPatternModelFactory factory) |
Copyright © 2015 The University of Manchester. All Rights Reserved.