Package org.teamapps.universaldb.query
Klasse IndexPath
java.lang.Object
org.teamapps.universaldb.query.IndexPath
- Alle implementierten Schnittstellen:
Comparable<IndexPath>
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidaddPath(MultiReferenceIndex forwardIndex) voidaddPath(MultiReferenceIndex forwardIndex, MultiReferenceIndex backwardIndex) voidaddPath(MultiReferenceIndex forwardIndex, SingleReferenceIndex backwardIndex) voidaddPath(SingleReferenceIndex forwardIndex) voidaddPath(SingleReferenceIndex forwardIndex, MultiReferenceIndex backwardIndex) voidaddPath(SingleReferenceIndex forwardIndex, SingleReferenceIndex backwardIndex) voidcalculatePathBitSet(BitSet records) calculateReversePath(BitSet records, BitSet originRecords) intcopy()booleanintintintgetSinglePathLeafId(int id) inthashCode()booleanbooleanbooleanisSamePath(IndexPath path) toString()
-
Konstruktordetails
-
IndexPath
public IndexPath()
-
-
Methodendetails
-
copy
-
isSamePath
-
addPath
-
addPath
-
addPath
-
addPath
-
addPath
-
addPath
-
addPath
-
calculatePathBitSet
-
calculateReversePath
-
getSinglePathLeafId
public int getSinglePathLeafId(int id) -
getLeafTable
-
isCyclicPath
public boolean isCyclicPath() -
isLocalPath
public boolean isLocalPath() -
getPathId
-
getExpense
public int getExpense() -
getReverseExpense
public int getReverseExpense() -
equals
-
hashCode
public int hashCode() -
compareTo
- Angegeben von:
compareToin SchnittstelleComparable<IndexPath>
-
toString
-