public class CombinedTypeInformation extends java.lang.Object implements TypeInformation
Modifier and Type | Field and Description |
---|---|
private TypeInformation[] |
restrictions
The wrapped type restrictions
|
Constructor and Description |
---|
CombinedTypeInformation(TypeInformation... restrictions)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isAssignableFrom(java.lang.Object other)
Test whether this type is assignable from a given object instance.
|
boolean |
isAssignableFromType(TypeInformation type)
Test whether this type is assignable from another type.
|
java.lang.String |
toString() |
private final TypeInformation[] restrictions
public CombinedTypeInformation(TypeInformation... restrictions)
restrictions
- public boolean isAssignableFromType(TypeInformation type)
TypeInformation
isAssignableFromType
in interface TypeInformation
type
- Other typepublic boolean isAssignableFrom(java.lang.Object other)
TypeInformation
isAssignableFrom
in interface TypeInformation
other
- Other objectpublic java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2019 ELKI Development Team. License information.