Uses of Class
org.aksw.limes.core.measures.mapper.topology.im.MBBIndex
-
Packages that use MBBIndex Package Description org.aksw.limes.core.measures.mapper.topology.im -
-
Uses of MBBIndex in org.aksw.limes.core.measures.mapper.topology.im
Fields in org.aksw.limes.core.measures.mapper.topology.im with type parameters of type MBBIndex Modifier and Type Field Description HashMap<Integer,HashMap<Integer,List<MBBIndex>>>SquareIndex. mapMethods in org.aksw.limes.core.measures.mapper.topology.im that return types with arguments of type MBBIndex Modifier and Type Method Description List<MBBIndex>SquareIndex. getSquare(int i, int j)Methods in org.aksw.limes.core.measures.mapper.topology.im with parameters of type MBBIndex Modifier and Type Method Description voidSquareIndex. add(int i, int j, MBBIndex m)booleanMBBIndex. contains(MBBIndex i)booleanMBBIndex. covers(MBBIndex i)booleanMBBIndex. disjoint(MBBIndex i)booleanMBBIndex. intersects(MBBIndex i)voidMatcher. schedule(MBBIndex s, MBBIndex t)
-