PIP.Domains.Interactions
Class InteractionSourceType

java.lang.Object
  extended by PIP.Domains.Interactions.InteractionSourceType

public class InteractionSourceType
extends java.lang.Object


Constructor Summary
InteractionSourceType(java.util.Collection<DomainInteraction> domainInteractions)
           
InteractionSourceType(DomainInteraction di)
           
 
Method Summary
 boolean containsPQSInteractions()
           
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 boolean isMix()
           
 boolean isPdb()
           
 boolean isPDBOnlyGeneratedInteraction()
           
 boolean isPqs()
           
 boolean isPQSOnlyGeneratedInteraction()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InteractionSourceType

public InteractionSourceType(DomainInteraction di)

InteractionSourceType

public InteractionSourceType(java.util.Collection<DomainInteraction> domainInteractions)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

isPqs

public boolean isPqs()

isPdb

public boolean isPdb()

isMix

public boolean isMix()

isPQSOnlyGeneratedInteraction

public boolean isPQSOnlyGeneratedInteraction()

containsPQSInteractions

public boolean containsPQSInteractions()

isPDBOnlyGeneratedInteraction

public boolean isPDBOnlyGeneratedInteraction()