| Package | Description | 
|---|---|
| org.obolibrary.obo2owl | OBO to OWL. | 
| org.obolibrary.oboformat.diff | Diff package. | 
| org.obolibrary.oboformat.model | OBO Model. | 
| org.obolibrary.oboformat.parser | OBO parser. | 
| org.obolibrary.oboformat.writer | 
| Modifier and Type | Method and Description | 
|---|---|
| static List<Clause> | OWLAPIOwl2Obo. normalizeRelationshipClauses(List<Clause> clauses)Join clauses and its  QualifierValuewhich 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  QualifierValuewhich 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) | 
| Clause | Clause. withValue(String value) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<Clause> | Frame. getClauses() | 
| List<Clause> | Frame. getClauses(OBOFormatConstants.OboFormatTag tag) | 
| List<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,
     Writer writer,
     OBOFormatWriter.NameProvider nameProvider)Write. | 
| static void | OBOFormatWriter. writeDef(Clause clause,
        Writer writer)Write def. | 
| static void | OBOFormatWriter. writePropertyValue(Clause clause,
                  Writer writer)Write property value. | 
| static void | OBOFormatWriter. writeSynonym(Clause clause,
            Writer 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.