Uses of Interface
bpsim.DocumentRoot
-
Packages that use DocumentRoot Package Description bpsim bpsim.impl bpsim.util -
-
Uses of DocumentRoot in bpsim
Methods in bpsim that return DocumentRoot Modifier and Type Method Description DocumentRootBpsimFactory. createDocumentRoot()Returns a new object of class 'Document Root'. -
Uses of DocumentRoot in bpsim.impl
Classes in bpsim.impl that implement DocumentRoot Modifier and Type Class Description classDocumentRootImplAn implementation of the model object 'Document Root'.Methods in bpsim.impl that return DocumentRoot Modifier and Type Method Description DocumentRootBpsimFactoryImpl. createDocumentRoot() -
Uses of DocumentRoot in bpsim.util
Methods in bpsim.util with parameters of type DocumentRoot Modifier and Type Method Description TBpsimSwitch. caseDocumentRoot(DocumentRoot object)Returns the result of interpreting the object as an instance of 'Document Root'.
-