Uses of Class
org.zilonis.network.negative.NCCPartnerNode

Packages that use NCCPartnerNode
org.zilonis.network   
org.zilonis.network.negative   
 

Uses of NCCPartnerNode in org.zilonis.network
 

Methods in org.zilonis.network that return NCCPartnerNode
 NCCPartnerNode Condition.getNccPartnerNode()
           
 

Methods in org.zilonis.network with parameters of type NCCPartnerNode
 void Condition.setNccPartnerNode(NCCPartnerNode nccPartnerNode)
           
 

Uses of NCCPartnerNode in org.zilonis.network.negative
 

Methods in org.zilonis.network.negative that return NCCPartnerNode
 NCCPartnerNode NCCNode.getPartner()
           
 

Methods in org.zilonis.network.negative with parameters of type NCCPartnerNode
 void NCCNode.setPartner(NCCPartnerNode partner)