Uses of Class
edu.cornell.mannlib.vitro.webapp.visualization.valueobjects.Individual
-
Packages that use Individual Package Description edu.cornell.mannlib.vitro.webapp.visualization.valueobjects edu.cornell.mannlib.vitro.webapp.visualization.valueobjects.json -
-
Uses of Individual in edu.cornell.mannlib.vitro.webapp.visualization.valueobjects
Subclasses of Individual in edu.cornell.mannlib.vitro.webapp.visualization.valueobjects Modifier and Type Class Description classActivityThis interface will make sure that VOs conveying any person's academic output like publications, grants etc implement certain methods which will be used to generalize methods which are just interested in certain common properties like what was the year in which the activity was published (or started).classCollaboratorThis stores collbaorator's information involved in ego-centric networks & represents a collaborator's activities.classEntityoriginal @author bkoniden (Deepak Konidena) modified by @author cdtank (Chintan Tank)classMapOfScienceActivityclassSubEntityMethods in edu.cornell.mannlib.vitro.webapp.visualization.valueobjects that return types with arguments of type Individual Modifier and Type Method Description Set<Individual>Entity. getParents()Method parameters in edu.cornell.mannlib.vitro.webapp.visualization.valueobjects with type arguments of type Individual Modifier and Type Method Description voidEntity. addParents(Collection<Individual> parents) -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.visualization.valueobjects.json
Method parameters in edu.cornell.mannlib.vitro.webapp.visualization.valueobjects.json with type arguments of type Individual Modifier and Type Method Description voidSubjectEntityJSON. setParentURIToLabel(Set<Individual> parentOrganizations)Constructor parameters in edu.cornell.mannlib.vitro.webapp.visualization.valueobjects.json with type arguments of type Individual Constructor Description SubjectEntityJSON(String subjectEntityURI, String label, Set<Individual> parentOrganizations)
-