Uses of Class
org.aksw.limes.core.datastrutures.LogicOperator
-
Packages that use LogicOperator Package Description org.aksw.limes.core.datastrutures org.aksw.limes.core.io.ls -
-
Uses of LogicOperator in org.aksw.limes.core.datastrutures
Methods in org.aksw.limes.core.datastrutures that return LogicOperator Modifier and Type Method Description static LogicOperatorLogicOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static LogicOperator[]LogicOperator. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LogicOperator in org.aksw.limes.core.io.ls
Fields in org.aksw.limes.core.io.ls declared as LogicOperator Modifier and Type Field Description protected LogicOperatorLinkSpecification. operatorMethods in org.aksw.limes.core.io.ls that return LogicOperator Modifier and Type Method Description LogicOperatorLinkSpecification. getOperator()Methods in org.aksw.limes.core.io.ls with parameters of type LogicOperator Modifier and Type Method Description voidLinkSpecification. setOperator(LogicOperator operator)
-