net.sf.bddbddb.dataflow
Class CopyProp.CopyPropFact

java.lang.Object
  extended by net.sf.bddbddb.dataflow.CopyProp.CopyPropFact
All Implemented Interfaces:
OperationProblem.OperationFact, Problem.Fact
Enclosing class:
CopyProp

public class CopyProp.CopyPropFact
extends java.lang.Object
implements OperationProblem.OperationFact


Constructor Summary
CopyProp.CopyPropFact()
           
 
Method Summary
 CopyProp.CopyPropFact copy()
           
 Problem.Fact copy(IterationList loc)
           
 boolean equals(java.lang.Object o)
           
 Relation getCopy(Relation r)
           
 IterationList getLocation()
           
 Operation getOperation()
           
 int hashCode()
           
 Problem.Fact join(Problem.Fact that)
           
 void setLocation(IterationList loc)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CopyProp.CopyPropFact

public CopyProp.CopyPropFact()
Method Detail

getCopy

public Relation getCopy(Relation r)

getOperation

public Operation getOperation()
Specified by:
getOperation in interface OperationProblem.OperationFact

join

public Problem.Fact join(Problem.Fact that)
Specified by:
join in interface Problem.Fact

copy

public CopyProp.CopyPropFact copy()

copy

public Problem.Fact copy(IterationList loc)
Specified by:
copy in interface Problem.Fact

setLocation

public void setLocation(IterationList loc)
Specified by:
setLocation in interface Problem.Fact

getLocation

public IterationList getLocation()
Specified by:
getLocation in interface Problem.Fact

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2004-2008 Stanford SUIF Compiler Group. All Rights Reserved.