Uses of Interface
bpsim.BPSimDataType
-
Packages that use BPSimDataType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of BPSimDataType in bpsim
Methods in bpsim that return BPSimDataType Modifier and Type Method Description BPSimDataTypeBpsimFactory. createBPSimDataType()Returns a new object of class 'BP Sim Data Type'.BPSimDataTypeDocumentRoot. getBPSimData()Returns the value of the 'BP Sim Data' containment reference.Methods in bpsim with parameters of type BPSimDataType Modifier and Type Method Description voidDocumentRoot. setBPSimData(BPSimDataType value)Sets the value of the 'BP Sim Data' containment reference. -
Uses of BPSimDataType in bpsim.impl
Classes in bpsim.impl that implement BPSimDataType Modifier and Type Class Description classBPSimDataTypeImplAn implementation of the model object 'BP Sim Data Type'.Methods in bpsim.impl that return BPSimDataType Modifier and Type Method Description BPSimDataTypeBpsimFactoryImpl. createBPSimDataType()BPSimDataTypeDocumentRootImpl. getBPSimData()Methods in bpsim.impl with parameters of type BPSimDataType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetBPSimData(BPSimDataType newBPSimData, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setBPSimData(BPSimDataType newBPSimData) -
Uses of BPSimDataType in bpsim.util
Methods in bpsim.util with parameters of type BPSimDataType Modifier and Type Method Description TBpsimSwitch. caseBPSimDataType(BPSimDataType object)Returns the result of interpreting the object as an instance of 'BP Sim Data Type'.
-