|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConceptReference | |
---|---|
cagrid | |
collections | |
core |
Uses of ConceptReference in cagrid |
---|
Methods in cagrid that return ConceptReference | |
---|---|
ConceptReference |
GraphResolutionPolicy.getGraphFocus()
Gets the graphFocus value for this GraphResolutionPolicy. |
ConceptReference |
NodeListPolicy.getGraphFocus()
Gets the graphFocus value for this NodeListPolicy. |
ConceptReference |
RelationshipPolicy.getSourceConcept()
Gets the sourceConcept value for this RelationshipPolicy. |
ConceptReference |
RelationshipPolicy.getTargetConcept()
Gets the targetConcept value for this RelationshipPolicy. |
Methods in cagrid with parameters of type ConceptReference | |
---|---|
void |
GraphResolutionPolicy.setGraphFocus(ConceptReference graphFocus)
Sets the graphFocus value for this GraphResolutionPolicy. |
void |
NodeListPolicy.setGraphFocus(ConceptReference graphFocus)
Sets the graphFocus value for this NodeListPolicy. |
void |
RelationshipPolicy.setSourceConcept(ConceptReference sourceConcept)
Sets the sourceConcept value for this RelationshipPolicy. |
void |
RelationshipPolicy.setTargetConcept(ConceptReference targetConcept)
Sets the targetConcept value for this RelationshipPolicy. |
Constructors in cagrid with parameters of type ConceptReference | |
---|---|
GraphResolutionPolicy(LocalNameList filterOptions,
ConceptReference graphFocus,
boolean keeptLastAssociationUnresolved,
int maximumToReturn,
LocalNameList propertyNames,
PropertyType[] propertyTypes,
int resolveAssociationDepth,
boolean resolveBackwards,
int resolveCodedEntryDepth,
boolean resolveForward,
SortOptionList sortOptions)
|
|
NodeListPolicy(ConceptReference graphFocus,
int maximumToReturn,
int resolveAssociationDepth,
boolean resolveBackward,
boolean resolveForward)
|
|
RelationshipPolicy(ConceptReference sourceConcept,
ConceptReference targetConcept)
|
Uses of ConceptReference in collections |
---|
Methods in collections that return ConceptReference | |
---|---|
ConceptReference[] |
ConceptReferenceList.getConceptReference()
Gets the conceptReference value for this ConceptReferenceList. |
ConceptReference |
ConceptReferenceList.getConceptReference(int i)
|
Methods in collections with parameters of type ConceptReference | |
---|---|
void |
ConceptReferenceList.setConceptReference(ConceptReference[] conceptReference)
Sets the conceptReference value for this ConceptReferenceList. |
void |
ConceptReferenceList.setConceptReference(int i,
ConceptReference _value)
|
Constructors in collections with parameters of type ConceptReference | |
---|---|
ConceptReferenceList(ConceptReference[] conceptReference)
|
Uses of ConceptReference in core |
---|
Subclasses of ConceptReference in core | |
---|---|
class |
AssociatedConcept
A concept reference that is the source or target of an association. |
class |
ResolvedCodedNodeReference
Resolved information for an entity identified by coding scheme and code. |
class |
ResolvedConceptReference
Resolved information for a concept. |
Methods in core that return ConceptReference | |
---|---|
ConceptReference |
Association.getAssociationReference()
Gets the associationReference value for this Association. |
Methods in core with parameters of type ConceptReference | |
---|---|
void |
Association.setAssociationReference(ConceptReference associationReference)
Sets the associationReference value for this Association. |
Constructors in core with parameters of type ConceptReference | |
---|---|
Association(AssociatedConceptList associatedConcepts,
AssociatedDataList associatedData,
org.apache.axis.types.NCName associationName,
ConceptReference associationReference,
java.lang.String directionalName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |