org.xmloperator.lambda2.net.impl
Class Duplicators

java.lang.Object
  extended byorg.xmloperator.lambda2.net.impl.Duplicators

public abstract class Duplicators
extends java.lang.Object

Utilities about duplicators.


Constructor Summary
Duplicators()
           
 
Method Summary
static BinaryCell extractDuplicator(Port support)
          Extracts the duplicator of an interaction net.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Duplicators

public Duplicators()
Method Detail

extractDuplicator

public static final BinaryCell extractDuplicator(Port support)
Extracts the duplicator of an interaction net.

Parameters:
support - the support of an interaction net.
Returns:
the multiplexed duplicator or null if the net doesn't contain a duplicator.