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