Uses of Class
org.aksw.jenax.constraint.util.VSpaceBase
Packages that use VSpaceBase
-
Uses of VSpaceBase in org.aksw.jenax.constraint.util
Subclasses of VSpaceBase in org.aksw.jenax.constraint.utilModifier and TypeClassDescriptionclassTrack ranges of nodes in their respective value space classifications (vsc).Methods in org.aksw.jenax.constraint.util that return VSpaceBaseModifier and TypeMethodDescriptionVSpaceBase<T,D> VSpaceBase.addEmptyDimension(D dimension) Add a new empty dimension.VSpaceBase<T,D> VSpaceBase.addOpenDimension(D dimension) Add a new unconstrained dimension.VSpaceBase<T,D> VSpaceBase.removeDimension(Object dimensionKey) VSpaceBase<T,D> VSpaceBase.setDimension(Object dimensionKey, com.google.common.collect.RangeSet<T> rangeSet) Argument is copiedVSpaceBase<T,D> VSpaceBase.stateIntersection(VSpaceBase<T, D> that) Mutate the ranges of this to create the intersection with otherVSpaceBase<T,D> VSpaceBase.stateUnion(VSpaceBase<T, D> that) Add all other ranges to this oneMethods in org.aksw.jenax.constraint.util with parameters of type VSpaceBaseModifier and TypeMethodDescriptionVSpaceBase<T,D> VSpaceBase.stateIntersection(VSpaceBase<T, D> that) Mutate the ranges of this to create the intersection with otherVSpaceBase<T,D> VSpaceBase.stateUnion(VSpaceBase<T, D> that) Add all other ranges to this one