public abstract class CodeSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
CodeSet.Operation |
Modifier and Type | Field and Description |
---|---|
CodingSchemeRendering |
csr |
static int |
curID |
static int |
DIFFERENCE |
int |
id |
static int |
INTERSECTION |
CodeSet.Operation |
operation_ |
static int |
RESTRICT_TO_CODES |
static int |
RESTRICT_TO_SOURCE_CODES |
static int |
RESTRICT_TO_TARGET_CODES |
java.util.ArrayList<Restriction> |
restrictions |
java.lang.String[] |
sortOptions |
static int |
UNION |
Constructor and Description |
---|
CodeSet() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAssociationForwardAndReverseNames(LexBIGService lbs) |
java.lang.String |
getNameForConstant(int operation) |
SortOptionList |
getSortOptions() |
java.lang.String[] |
getSupportedAssociationQualifiers(LexBIGService lbs) |
java.lang.String[] |
getSupportedAssociations(LexBIGService lbs) |
java.lang.String[] |
getSupportedCodeSystems(LexBIGService lbs) |
java.lang.String[] |
getSupportedContexts(LexBIGService lbs) |
java.lang.String[] |
getSupportedLanguages(LexBIGService lbs) |
java.lang.String[] |
getSupportedNamespaces(LexBIGService lbs) |
java.lang.String[] |
getSupportedProperties(LexBIGService lbs) |
java.lang.String[] |
getSupportedPropertyQualifiers(LexBIGService lbs) |
java.lang.String[] |
getSupportedRelations(LexBIGService lbs) |
java.lang.String[] |
getSupportedSources(LexBIGService lbs) |
public static int curID
public static final int UNION
public static final int INTERSECTION
public static final int DIFFERENCE
public static final int RESTRICT_TO_CODES
public static final int RESTRICT_TO_SOURCE_CODES
public static final int RESTRICT_TO_TARGET_CODES
public CodingSchemeRendering csr
public int id
public CodeSet.Operation operation_
public java.lang.String[] sortOptions
public java.util.ArrayList<Restriction> restrictions
public SortOptionList getSortOptions()
public java.lang.String getNameForConstant(int operation)
public java.lang.String[] getSupportedLanguages(LexBIGService lbs) throws LBException
LBException
public java.lang.String[] getSupportedAssociationQualifiers(LexBIGService lbs) throws LBException
LBException
public java.lang.String[] getSupportedRelations(LexBIGService lbs) throws LBException
LBException
public java.lang.String[] getSupportedPropertyQualifiers(LexBIGService lbs) throws LBException
LBException
public java.lang.String[] getSupportedCodeSystems(LexBIGService lbs) throws LBException
LBException
public java.lang.String[] getSupportedNamespaces(LexBIGService lbs) throws LBException
LBException
public java.lang.String[] getSupportedAssociations(LexBIGService lbs) throws LBException
LBException
public java.lang.String[] getSupportedProperties(LexBIGService lbs) throws LBException
LBException
public java.lang.String[] getSupportedSources(LexBIGService lbs) throws LBException
LBException
public java.lang.String[] getSupportedContexts(LexBIGService lbs) throws LBException
LBException
public java.lang.String[] getAssociationForwardAndReverseNames(LexBIGService lbs) throws LBException
LBException