Class TypeAnalysisResult
java.lang.Object
tools.refinery.store.reasoning.translator.typehierarchy.TypeAnalysisResult
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanisSubtypeOf(TypeAnalysisResult other) booleanmerge(InferredType inferredType, TruthValue value) type()
-
Method Details
-
type
-
getDirectSubtypes
-
getConcreteSubtypesAndSelf
-
getAllSupertypes
-
isAbstractType
public boolean isAbstractType() -
isVacuous
public boolean isVacuous() -
canSetTypeWithDecision
public boolean canSetTypeWithDecision() -
isAllowFocusing
public boolean isAllowFocusing() -
asInferredType
-
isSubtypeOf
-
merge
-