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 |
---|---|
void |
OWLAPIObo2Owl.trHeaderFrame(Frame headerFrame)
Translate header frame.
|
OWLClassExpression |
OWLAPIObo2Owl.trTermFrame(Frame termFrame)
Translate term frame.
|
OWLNamedObject |
OWLAPIObo2Owl.trTypedefFrame(Frame typedefFrame)
Translate typedef frame.
|
Modifier and Type | Method and Description |
---|---|
Frame |
Diff.getFrame1() |
Frame |
Diff.getFrame2() |
Modifier and Type | Method and Description |
---|---|
void |
Diff.setFrame1(Frame frame1) |
void |
Diff.setFrame2(Frame frame2) |
Constructor and Description |
---|
Diff(String ftype,
String type,
Frame f1,
Frame f2,
Clause c,
int n) |
Diff(String ftype,
String type,
Frame f1,
int n) |
Modifier and Type | Method and Description |
---|---|
Frame |
OBODoc.getHeaderFrame() |
Frame |
OBODoc.getInstanceFrame(String id) |
Frame |
OBODoc.getTermFrame(String id) |
Frame |
OBODoc.getTermFrame(String id,
boolean followImport) |
Frame |
OBODoc.getTypedefFrame(String id) |
Frame |
OBODoc.getTypedefFrame(String id,
boolean followImports) |
Modifier and Type | Method and Description |
---|---|
Collection<Frame> |
OBODoc.getInstanceFrames() |
Collection<Frame> |
OBODoc.getTermFrames() |
Collection<Frame> |
OBODoc.getTypedefFrames() |
Modifier and Type | Method and Description |
---|---|
void |
OBODoc.addFrame(Frame f)
Adds the frame.
|
void |
OBODoc.addInstanceFrame(Frame f)
Adds the instance frame.
|
void |
OBODoc.addTermFrame(Frame f)
Adds the term frame.
|
void |
OBODoc.addTypedefFrame(Frame f)
Adds the typedef frame.
|
void |
Frame.merge(Frame extFrame) |
void |
OBODoc.setHeaderFrame(Frame headerFrame) |
Constructor and Description |
---|
FrameStructureException(Frame frame,
String msg)
Instantiates a new frame structure exception.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
XrefExpander.Rule.expand(Frame sf,
String id,
String xRef) |
void |
XrefExpander.EquivalenceExpansion.expand(Frame sf,
String id,
String xRef) |
void |
XrefExpander.HasSubClassExpansion.expand(Frame sf,
String id,
String xRef) |
void |
XrefExpander.GenusDifferentiaExpansion.expand(Frame sf,
String id,
String xRef) |
void |
XrefExpander.ReverseGenusDifferentiaExpansion.expand(Frame sf,
String id,
String xRef) |
void |
XrefExpander.IsaExpansion.expand(Frame sf,
String id,
String xRef) |
void |
XrefExpander.RelationshipExpansion.expand(Frame sf,
String id,
String xRef) |
void |
OBOFormatParser.parseHeaderFrame(Frame h) |
Modifier and Type | Method and Description |
---|---|
void |
OBOFormatWriter.write(Frame frame,
BufferedWriter writer,
OBOFormatWriter.NameProvider nameProvider) |
void |
OBOFormatWriter.writeHeader(Frame frame,
BufferedWriter writer,
OBOFormatWriter.NameProvider nameProvider)
Write header.
|
Copyright © 2020 The University of Manchester. All rights reserved.