public bool IsSatisfiedBy(PKSimContainerType item)
 {
     return(item == PKSimContainerType.Formulation);
 }
 public bool IsSatisfiedBy(PKSimContainerType item)
 {
     return(item == PKSimContainerType.Neighborhood);
 }
Exemple #3
0
 public bool IsSatisfiedBy(PKSimContainerType item)
 {
     return(item == PKSimContainerType.EventGroup);
 }
Exemple #4
0
 public bool IsSatisfiedBy(PKSimContainerType item)
 {
     return(item == PKSimContainerType.Organ);
 }
Exemple #5
0
 public bool IsSatisfiedBy(PKSimContainerType item)
 {
     return(item == PKSimContainerType.Compartment);
 }
Exemple #6
0
 public bool IsSatisfiedBy(PKSimContainerType containerType) => containerType == PKSimContainerType.Organ;
Exemple #7
0
 public bool IsSatisfiedBy(PKSimContainerType containerType) => containerType == PKSimContainerType.Formulation;