Package org.mcp.variables.dynamics
Class BddOperableLabel
java.lang.Object
org.mcp.variables.dynamics.OperableLabel
org.mcp.variables.dynamics.BddOperableLabel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleannet.sf.javabdd.BDDFactorygetValue()inthashCode()inter(OperableLabel other) booleanisEmpty()minus(OperableLabel other) voidsetBddFactory(net.sf.javabdd.BDDFactory bddFactory) toString()union(OperableLabel other) Methods inherited from class org.mcp.variables.dynamics.OperableLabel
clone
-
Constructor Details
-
BddOperableLabel
public BddOperableLabel(net.sf.javabdd.BDD value)
-
-
Method Details
-
getBddFactory
public net.sf.javabdd.BDDFactory getBddFactory() -
setBddFactory
public void setBddFactory(net.sf.javabdd.BDDFactory bddFactory) -
union
- Specified by:
unionin classOperableLabel
-
inter
- Specified by:
interin classOperableLabel
-
minus
- Specified by:
minusin classOperableLabel
-
getValue
- Specified by:
getValuein classOperableLabel
-
equals
- Specified by:
equalsin classOperableLabel
-
hashCode
public int hashCode()- Specified by:
hashCodein classOperableLabel
-
toString
- Specified by:
toStringin classOperableLabel
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin classOperableLabel
-