|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Kind | |
---|---|
com.apelon.dts.client.attribute | Attributes are items of information attached to concepts or terms, or other attributes. |
com.apelon.dts.client.concept | This package provides capability to access both Ontylog and thesaurus concepts in a DTS client application. |
Uses of Kind in com.apelon.dts.client.attribute |
---|
Fields in com.apelon.dts.client.attribute declared as Kind | |
---|---|
static Kind |
Kind.NO_KIND
This constant can be used when no Kind has yet been assigned
to an Ontylog concept. |
Methods in com.apelon.dts.client.attribute that return Kind | |
---|---|
Kind |
DTSRoleType.getDomainKind()
Gets the Kind of the domain concept (to which the role is
attached). |
Kind |
DTSRoleType.getRangeKind()
Gets the Kind of the range concept (the role value concept). |
Methods in com.apelon.dts.client.attribute with parameters of type Kind | |
---|---|
void |
DTSRoleType.setDomainKind(Kind domainKind)
Sets the Kind of the domain concept (to which the role is
attached). |
void |
DTSRoleType.setRangeKind(Kind rangeKind)
Sets the Kind of the range concept (the role value concept). |
Constructors in com.apelon.dts.client.attribute with parameters of type Kind | |
---|---|
DTSRoleType(String name,
int id,
String code,
int namespaceId,
Kind domainKind,
Kind rangeKind)
Constructs a new DTSRoleType that includes domain and range
Kind information. |
Uses of Kind in com.apelon.dts.client.concept |
---|
Methods in com.apelon.dts.client.concept that return Kind | |
---|---|
Kind[] |
BaseOntylogConceptQuery.getAllKinds()
Retrieves all Kind s. |
Kind |
OntylogConcept.getFetchedKind()
Gets the Kind of this concept if the defined view attributes
have been retrieved. |
Kind[] |
BaseOntylogConceptQuery.getKinds(int namespaceId)
Retrieves the Kind s for a given namespace. |
Methods in com.apelon.dts.client.concept with parameters of type Kind | |
---|---|
void |
OntylogConcept.setFetchedKind(Kind kind)
Sets the Kind of this concept. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |