| Constructor and Description |
|---|
CoAuthorshipVisCodeGenerator(String individualURI,
String visMode,
String visContainer,
Map<String,Set<Collaborator>> yearToUniqueCoauthors,
org.apache.commons.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
Collaborator |
CollaborationData.getEgoCollaborator() |
| Modifier and Type | Method and Description |
|---|---|
Set<Collaborator> |
CollaborationData.getCollaborators() |
| Modifier and Type | Method and Description |
|---|---|
int |
CollaboratorComparator.compare(Collaborator arg0,
Collaborator arg1) |
| Constructor and Description |
|---|
CoAuthorshipData(Collaborator egoCollaborator,
Set<Collaborator> collaborators,
Set<Collaboration> collaborations,
Map<String,Activity> documentMap) |
CoInvestigationData(Collaborator egoCollaborator,
Set<Collaborator> collaborators,
Set<Collaboration> collaborations,
Map<String,Activity> grantMap) |
CollaborationData(Collaborator egoCollaborator,
Set<Collaborator> collaborators,
Set<Collaboration> collaborations) |
| Constructor and Description |
|---|
CoAuthorshipData(Collaborator egoCollaborator,
Set<Collaborator> collaborators,
Set<Collaboration> collaborations,
Map<String,Activity> documentMap) |
CoInvestigationData(Collaborator egoCollaborator,
Set<Collaborator> collaborators,
Set<Collaboration> collaborations,
Map<String,Activity> grantMap) |
CollaborationData(Collaborator egoCollaborator,
Set<Collaborator> collaborators,
Set<Collaboration> collaborations) |
| Constructor and Description |
|---|
CoPIVisCodeGenerator(String individualURI,
String visMode,
String visContainer,
Map<String,Set<Collaborator>> yearToUniqueCoPIs,
org.apache.commons.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
Collaborator |
Collaboration.getSourceCollaborator() |
Collaborator |
Collaboration.getTargetCollaborator() |
| Constructor and Description |
|---|
Collaboration(Collaborator sourceCollaborator,
Collaborator targetCollaborator,
Activity seedActivity,
UniqueIDGenerator uniqueIDGenerator) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Set<Collaborator>> |
UtilityFunctions.getActivityYearToCollaborators(CollaborationData collaborationData)
This method is used to return a mapping between activity year & all the collaborators
that published with ego in that year.
|
List<Collaborator> |
CollaborationDataViewHelper.getCollaborators() |
Copyright © 2016. All rights reserved.