Uses of Class
org.episteme.social.psychology.Activity
Packages that use Activity
-
Uses of Activity in org.episteme.social.psychology
Methods in org.episteme.social.psychology that return types with arguments of type ActivityModifier and TypeMethodDescriptionActivity.getSubActivities()Returns the list of sub-activities.Methods in org.episteme.social.psychology with parameters of type ActivityModifier and TypeMethodDescriptionvoidActivity.addSubActivity(Activity activity) Adds a sub-activity to this activity.voidActivity.removeSubActivity(Activity activity) Removes a sub-activity from this activity.Method parameters in org.episteme.social.psychology with type arguments of type ActivityModifier and TypeMethodDescriptionvoidActivity.setSubActivities(List<Activity> activities) Sets the sub-activities list.