Class Constants
- java.lang.Object
-
- org.incenp.obofoundry.sssom.model.Constants
-
public class Constants extends Object
A class to hold constant values that may be used throughout the library and in client code.
-
-
Field Summary
Fields Modifier and Type Field Description static StringNoTermFoundSpecial ID value to indicate that a given entity in a source domain is not mapped to any entity in a target domain.
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
NoTermFound
public static final String NoTermFound
Special ID value to indicate that a given entity in a source domain is not mapped to any entity in a target domain.
-
-