Package edu.cmu.tetrad.search.utils
Class GraphoidAxioms.GraphoidIndFact
java.lang.Object
edu.cmu.tetrad.search.utils.GraphoidAxioms.GraphoidIndFact
- Enclosing class:
- GraphoidAxioms
Represents a graphoid independence fact--i.e., a fact in a general independence model (IM) X _||_Y | Z.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GraphoidIndFact
Constructor.- Parameters:
X
- The set of nodes X.Y
- The set of nodes Y.Z
- The set of nodes Z.
-
-
Method Details
-
getX
Returns the set of nodes X.- Returns:
- The set of nodes X.
-
getY
Returns the set of nodes Y.- Returns:
- The set of nodes Y.
-
getZ
Returns the set of nodes Z.- Returns:
- The set of nodes Z.
-
hashCode
public int hashCode()Returns the hash code. -
equals
Returns whether this object is equal to another. -
toString
Returns a string representation of this object.
-