Uses of Enum Class
edu.cmu.tetrad.graph.Edge.Property
Packages that use Edge.Property
-
Uses of Edge.Property in edu.cmu.tetrad.graph
Methods in edu.cmu.tetrad.graph that return Edge.PropertyModifier and TypeMethodDescriptionstatic Edge.Property
Returns the enum constant of this class with the specified name.static Edge.Property[]
Edge.Property.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.cmu.tetrad.graph that return types with arguments of type Edge.PropertyModifier and TypeMethodDescriptionEdge.getProperties()
Getter for the fieldproperties
.EdgeTypeProbability.getProperties()
Getter for the fieldproperties
.Methods in edu.cmu.tetrad.graph with parameters of type Edge.PropertyModifier and TypeMethodDescriptionvoid
Edge.addProperty
(Edge.Property property) addProperty.void
EdgeTypeProbability.addProperty
(Edge.Property property) addProperty.void
EdgeTypeProbability.removeProperty
(Edge.Property property) removeProperty.Constructor parameters in edu.cmu.tetrad.graph with type arguments of type Edge.PropertyModifierConstructorDescriptionEdgeTypeProbability
(EdgeTypeProbability.EdgeType edgeType, List<Edge.Property> properties, double probability) Constructor for EdgeTypeProbability. -
Uses of Edge.Property in edu.cmu.tetrad.util
Methods in edu.cmu.tetrad.util that return Edge.PropertyModifier and TypeMethodDescriptionstatic Edge.Property
JsonUtils.parseJSONObjectToEdgeProperty
(String prop) parseJSONObjectToEdgeProperty.