Package sync.pds.weights
Class SetDomain<N,Stmt,Fact>
- java.lang.Object
-
- wpds.impl.Weight
-
- sync.pds.weights.SetDomain<N,Stmt,Fact>
-
public class SetDomain<N,Stmt,Fact> extends Weight
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class wpds.impl.Weight
Weight.NoWeight
-
-
Field Summary
-
Fields inherited from class wpds.impl.Weight
NO_WEIGHT_ONE
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WeightcombineWith(Weight other)Collection<Node<Stmt,Fact>>elements()booleanequals(Object obj)WeightextendWith(Weight other)inthashCode()static <N extends Location,Stmt,Fact>
SetDomain<N,Stmt,Fact>one()StringtoString()static <N extends Location,Stmt,Fact>
SetDomain<N,Stmt,Fact>zero()
-
-
-
Method Detail
-
extendWith
public Weight extendWith(Weight other)
- Specified by:
extendWithin classWeight
-
combineWith
public Weight combineWith(Weight other)
- Specified by:
combineWithin classWeight
-
elements
public Collection<Node<Stmt,Fact>> elements()
-
-