public class RelationTransformer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DISJOINT |
static int |
EQUIV |
static int |
HASINSTANCE |
static int |
INSTANCEOF |
(package private) static org.slf4j.Logger |
logger |
static int |
OVERLAP |
static int |
SUBSUME |
static int |
SUBSUMED |
Constructor and Description |
---|
RelationTransformer() |
Modifier and Type | Method and Description |
---|---|
static boolean |
canBeTranscribedDirectly(Relation rel) |
static boolean |
canBeTranscribedInverted(Relation rel) |
static boolean |
hasInstance(Relation rel) |
static boolean |
isDisjoint(Relation rel) |
static boolean |
isEquivalence(Relation rel) |
static boolean |
isInstanceOf(Relation rel) |
static boolean |
isSubsumedOrEqual(Relation rel) |
static boolean |
subsumesOrEqual(Relation rel) |
static final org.slf4j.Logger logger
public static final int EQUIV
public static final int SUBSUME
public static final int SUBSUMED
public static final int DISJOINT
public static final int OVERLAP
public static final int INSTANCEOF
public static final int HASINSTANCE
public static boolean canBeTranscribedDirectly(Relation rel)
public static boolean canBeTranscribedInverted(Relation rel)
public static boolean isEquivalence(Relation rel)
public static boolean isSubsumedOrEqual(Relation rel)
public static boolean subsumesOrEqual(Relation rel)
public static boolean isDisjoint(Relation rel)
public static boolean isInstanceOf(Relation rel)
public static boolean hasInstance(Relation rel)
(C) INRIA & friends, 2003-2020