Package | Description |
---|---|
org.obolibrary.obo2owl | |
org.obolibrary.oboformat.diff | |
org.obolibrary.oboformat.model | |
org.obolibrary.oboformat.parser | |
org.obolibrary.oboformat.writer |
Modifier and Type | Method and Description |
---|---|
static List<Clause> |
OWLAPIOwl2Obo.normalizeRelationshipClauses(List<Clause> clauses)
Join clauses and its
QualifierValue which have the same relationship type and target. |
Modifier and Type | Method and Description |
---|---|
static List<Clause> |
OWLAPIOwl2Obo.normalizeRelationshipClauses(List<Clause> clauses)
Join clauses and its
QualifierValue which have the same relationship type and target. |
Set<OWLAxiom> |
OWLAPIObo2Owl.trTermFrameClauses(OWLClass cls,
Collection<Clause> clauses,
String t)
Translate term frame clauses.
|
Modifier and Type | Method and Description |
---|---|
Clause |
Diff.getClause1() |
Clause |
Diff.getClause2() |
Modifier and Type | Method and Description |
---|---|
void |
Diff.setClause1(Clause clause1) |
void |
Diff.setClause2(Clause clause2) |
Constructor and Description |
---|
Diff(String ftype,
String type,
Frame f1,
Frame f2,
Clause c,
int n) |
Modifier and Type | Method and Description |
---|---|
Clause |
Frame.getClause(OBOFormatConstants.OboFormatTag tag) |
Clause |
Frame.getClause(String tag) |
Modifier and Type | Method and Description |
---|---|
Collection<Clause> |
Frame.getClauses() |
Collection<Clause> |
Frame.getClauses(OBOFormatConstants.OboFormatTag tag) |
Collection<Clause> |
Frame.getClauses(String tag) |
Modifier and Type | Method and Description |
---|---|
void |
Frame.addClause(Clause cl) |
Modifier and Type | Method and Description |
---|---|
void |
Frame.setClauses(Collection<Clause> clauses) |
Modifier and Type | Method and Description |
---|---|
Clause |
OBOFormatParser.parseTermFrameClause() |
Clause |
OBOFormatParser.parseTypedefFrameClause() |
Modifier and Type | Method and Description |
---|---|
void |
OBOFormatParser.parseEOL(Clause cl) |
Modifier and Type | Method and Description |
---|---|
static void |
OBOFormatWriter.write(Clause clause,
BufferedWriter writer,
OBOFormatWriter.NameProvider nameProvider)
Write.
|
static void |
OBOFormatWriter.writeDef(Clause clause,
BufferedWriter writer)
Write def.
|
static void |
OBOFormatWriter.writePropertyValue(Clause clause,
BufferedWriter writer)
Write property value.
|
static void |
OBOFormatWriter.writeSynonym(Clause clause,
BufferedWriter writer)
Write synonym.
|
Modifier and Type | Method and Description |
---|---|
static void |
OBOFormatWriter.sortTermClauses(List<Clause> clauses)
Sort a list of term frame clauses according to in the OBO format specified tag and value
order.
|
Copyright © 2020 The University of Manchester. All rights reserved.