public class AxiomUtils extends Object
| Constructor and Description |
|---|
AxiomUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Axiom |
deserialise(String s)
Transforms a string representation of an axiom into an
Axiom. |
static Concept |
deserialiseConcept(String s)
Transforms a string representation of a concept into an
Concept. |
static String |
serialise(Axiom axiom)
Transforms an axiom into a
String representation. |
static String |
serialiseConcept(Concept concept)
Transforms a concept into a
String representation. |
static String |
serialiseLiteral(Literal l) |
public static String serialiseConcept(Concept concept)
String representation.concept - RuntimeExceptionpublic static Concept deserialiseConcept(String s)
Concept.s - RuntimeExceptionpublic static String serialise(Axiom axiom)
String representation.axiom - RuntimeExceptionpublic static Axiom deserialise(String s)
Axiom.s - RuntimeExceptionCopyright © 2018 Australian e-Health Research Centre. All Rights Reserved.