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

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

Uses of NCCNode in org.zilonis.network
 

Methods in org.zilonis.network that return NCCNode
 NCCNode Condition.getNccNode()
           
 

Methods in org.zilonis.network with parameters of type NCCNode
 void Condition.setNccNode(NCCNode nccNode)
           
 

Uses of NCCNode in org.zilonis.network.negative
 

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

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