ConForM.CoopnTools.CoKer.CoopnMgr
Class CoopnCohercion

java.lang.Object
  |
  +--ConForM.CoopnTools.CoKer.CoopnMgr.CoopnElement
        |
        +--ConForM.CoopnTools.CoKer.CoopnMgr.CoopnSync
              |
              +--ConForM.CoopnTools.CoKer.CoopnMgr.CoopnCohercion
All Implemented Interfaces:
java.lang.Cloneable, CoopnSyntacticElement, java.io.Serializable
Direct Known Subclasses:
CoopnClassPortCohercion, CoopnContextPortCohercion

public abstract class CoopnCohercion
extends CoopnSync

Coopn cohercion.

See Also:
CoopnElement, Serialized Form

Constructor Summary
CoopnCohercion()
           
 
Method Summary
abstract  boolean isProvide()
          Is this cohercion based on a provide port ?. return true iff this cohercion is based on a provide port.
abstract  boolean isRequire()
          Is this cohercion based on a require port ?. return true iff this cohercion is based on a require port.
 
Methods inherited from class ConForM.CoopnTools.CoKer.CoopnMgr.CoopnSync
generatesCreation, generatesDestruction, isStaticSync
 
Methods inherited from class ConForM.CoopnTools.CoKer.CoopnMgr.CoopnElement
clone, cloneCoopnElement, equals, hashCode, interpret, pureCOIL, pureCOOPN, toCoco, toCompleteString, toCompleteString, toCompleteString, toCompleteString, toCompleteString, toCompleteString, toCompleteText, toCompleteText, toCompleteTokens, toCompleteTokens, toCompleteTokens, toCompleteTokens, toCompleteTokens, toCompleteTokens, toString, toString, toString, toText, toTokens, toTokens, toTokens, unmodifiableCopy
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CoopnCohercion

public CoopnCohercion()
Method Detail

isProvide

public abstract boolean isProvide()
Is this cohercion based on a provide port ?. return true iff this cohercion is based on a provide port.

isRequire

public abstract boolean isRequire()
Is this cohercion based on a require port ?. return true iff this cohercion is based on a require port.