Uses of Class
com.apelon.dts.client.attribute.DTSRole

Packages that use DTSRole
com.apelon.beans.dts.plugin.transferable This package contains the Transferables used by DTS Beans in Drag and Drop. 
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. 
com.apelon.dts.client.events   
 

Uses of DTSRole in com.apelon.beans.dts.plugin.transferable
 

Constructors in com.apelon.beans.dts.plugin.transferable with parameters of type DTSRole
DTSRoleTransferable(DTSRole role)
          Initializes with given DTSRole.
 

Uses of DTSRole in com.apelon.dts.client.attribute
 

Methods in com.apelon.dts.client.attribute with parameters of type DTSRole
 void RoleGroup.add(DTSRole r)
          Adds a role to the role group.
 void RoleGroup.remove(DTSRole r)
          Removes a role from the group.
 

Uses of DTSRole in com.apelon.dts.client.concept
 

Methods in com.apelon.dts.client.concept that return DTSRole
 DTSRole[] OntylogConcept.getFetchedDefiningRoles()
          If the defined view attributes have been retrieved, gets the defining roles of this concept.
 DTSRole[] OntylogConcept.getFetchedInverseRoles()
          Gets the inverse roles which have been retrieved for this concept, that is, the roles of other concepts which have this concept as a value.
 DTSRole[] OntylogConcept.getFetchedRoles()
          Gets the (inferred) roles which have been retrieved for this concept.
 

Methods in com.apelon.dts.client.concept with parameters of type DTSRole
 boolean OntylogConcept.addDefiningRole(DTSRole definingRole)
          Adds the specified element as a defining role for this concept.
 boolean OntylogExtConceptQuery.addDefiningRole(OntylogConcept concept, DTSRole role)
          Adds a defining role to the given ontylog extension concept
 boolean OntylogConcept.addInverseRole(DTSRole invRole)
          Adds the specified element as inverse role for this concept.
 boolean OntylogConcept.addRole(DTSRole role)
          Adds the specified element as role for this concept.
 boolean OntylogConcept.containsDefiningRole(DTSRole definingRole)
          Tests if this concept already has the specified defining role.
 boolean OntylogConcept.containsInverseRole(DTSRole invRole)
          Tests if this concept already has the specified inverse role.
 boolean OntylogConcept.containsRole(DTSRole role)
          Tests if this concept already has the specified role.
 int OntylogExtConceptQuery.createRoleGroup(OntylogConcept concept, DTSRole[] roles)
          Create a role group with the passed array of roles and returns the role group number.
 boolean OntylogConcept.deleteDefiningRole(DTSRole definingRole)
          Deletes the specified element as a defining role for this concept.
 boolean OntylogExtConceptQuery.deleteDefiningRole(OntylogConcept concept, DTSRole role)
          Deletes a defining role from the given ontylog extension concept
 boolean OntylogConcept.deleteInverseRole(DTSRole invRole)
          Deletes the specified element as inverse role for this concept.
 boolean OntylogConcept.deleteRole(DTSRole role)
          Deletes the specified element as role for this concept.
 boolean OntylogExtConceptQuery.updateDefiningRole(OntylogConcept concept, DTSRole deleteRole, DTSRole addRole)
          Updates an ontylog extension concept with a new defining role by removing its other existing defining role.
 

Uses of DTSRole in com.apelon.dts.client.events
 

Constructors in com.apelon.dts.client.events with parameters of type DTSRole
ConceptAttributeChange(DTSRole oldRole, DTSRole newRole)
          Constructs a ConceptAttributeChange object for concept role change.
 



Copyright © 2011. All Rights Reserved.