Uses of Interface
bpsim.Calendar
-
Packages that use Calendar Package Description bpsim bpsim.impl bpsim.util -
-
Uses of Calendar in bpsim
Methods in bpsim that return Calendar Modifier and Type Method Description CalendarBpsimFactory. createCalendar()Returns a new object of class 'Calendar'.Methods in bpsim that return types with arguments of type Calendar Modifier and Type Method Description org.eclipse.emf.common.util.EList<Calendar>Scenario. getCalendar()Returns the value of the 'Calendar' containment reference list. -
Uses of Calendar in bpsim.impl
Classes in bpsim.impl that implement Calendar Modifier and Type Class Description classCalendarImplAn implementation of the model object 'Calendar'.Fields in bpsim.impl with type parameters of type Calendar Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Calendar>ScenarioImpl. calendarThe cached value of the 'Calendar' containment reference list.Methods in bpsim.impl that return Calendar Modifier and Type Method Description CalendarBpsimFactoryImpl. createCalendar()Methods in bpsim.impl that return types with arguments of type Calendar Modifier and Type Method Description org.eclipse.emf.common.util.EList<Calendar>ScenarioImpl. getCalendar() -
Uses of Calendar in bpsim.util
Methods in bpsim.util with parameters of type Calendar Modifier and Type Method Description TBpsimSwitch. caseCalendar(Calendar object)Returns the result of interpreting the object as an instance of 'Calendar'.
-