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