public class PatternSignature extends Object
| Constructor and Description |
|---|
PatternSignature(String name,
org.semanticweb.owlapi.model.OWLOntologyManager ontologyManger,
AbstractPatternModelFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Variable<?> |
getIthVariable(int i) |
VariableType<?> |
getIthVariableType(int i) |
PatternModel |
getPattern() |
int |
size() |
public PatternSignature(String name, org.semanticweb.owlapi.model.OWLOntologyManager ontologyManger, AbstractPatternModelFactory factory) throws PatternException
name - nameontologyManger - ontologyMangerfactory - factoryPatternException - PatternExceptionpublic VariableType<?> getIthVariableType(int i) throws PatternException
i - iPatternException - PatternExceptionpublic Variable<?> getIthVariable(int i) throws PatternException
i - iPatternException - PatternExceptionpublic int size()
public PatternModel getPattern()
Copyright © 2015 The University of Manchester. All Rights Reserved.