Package org.aksw.jena_sparql_api.views
Class ValueSet<T>
java.lang.Object
org.aksw.jena_sparql_api.views.ValueSet<T>
- Type Parameters:
T-
Deprecated.
- Author:
- Claus Stadler, Aug 1, 2018
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.static <T> ValueSet<T>create(boolean isPositive, T... values) Deprecated.booleanDeprecated.getValue()Deprecated.inthashCode()Deprecated.Deprecated.case: positive - positive Simply take the intersection case: positive - negative {1, 2, 3} intersect {not {2}}: -> {1, 3} (positive.removeAll(negative)) case: negative - positive Same as above case: negative - negative Simply take the unionbooleanisEmpty()Deprecated.booleanDeprecated.negate()Deprecated.toString()Deprecated.Deprecated.case: positive - positive Simply take the union case: positive - negative {1, 2, 3} intersect {not {1, 4}}: -> {4} (negative.removeAll(positive)) case: negative - positive Same as above case: negative - negative Simply take the intersection
-
Constructor Details
-
ValueSet
Deprecated. -
ValueSet
Deprecated.
-
-
Method Details
-
create
Deprecated. -
intersect
Deprecated.case: positive - positive Simply take the intersection case: positive - negative {1, 2, 3} intersect {not {2}}: -> {1, 3} (positive.removeAll(negative)) case: negative - positive Same as above case: negative - negative Simply take the union- Parameters:
other-- Returns:
-
union
Deprecated.case: positive - positive Simply take the union case: positive - negative {1, 2, 3} intersect {not {1, 4}}: -> {4} (negative.removeAll(positive)) case: negative - positive Same as above case: negative - negative Simply take the intersection- Parameters:
that-- Returns:
-
negate
Deprecated. -
isEmpty
public boolean isEmpty()Deprecated. -
contains
Deprecated. -
isPositive
public boolean isPositive()Deprecated. -
getValue
Deprecated. -
toString
Deprecated. -
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-