Package org.jpmml.model
Class PMMLObjectKey
- java.lang.Object
-
- org.jpmml.model.PMMLObjectKey
-
public class PMMLObjectKey extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PMMLObjectKey(PMMLObject object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)PMMLObjectgetObject()inthashCode()
-
-
-
Constructor Detail
-
PMMLObjectKey
public PMMLObjectKey(PMMLObject object)
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
getObject
public PMMLObject getObject()
-
-