mirror of
https://github.com/OpenSPG/openspg.git
synced 2025-12-26 06:36:59 +00:00
fix
This commit is contained in:
parent
08ec7d9495
commit
bb461bd12c
@ -41,14 +41,11 @@ import java.util.HashMap;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import scala.collection.JavaConversions;
|
||||
|
||||
public class ExtractRelationImpl implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 3442064493302533370L;
|
||||
private static final Logger log = LoggerFactory.getLogger(ExtractRelationImpl.class);
|
||||
private final AddPredicate addPredicate;
|
||||
|
||||
private final String predicate;
|
||||
@ -158,13 +155,6 @@ public class ExtractRelationImpl implements Serializable {
|
||||
for (String propertyName : this.propertyRuleMap.keySet()) {
|
||||
List<String> ruleList = this.propertyRuleMap.get(propertyName);
|
||||
Object value = RuleRunner.getInstance().executeExpression(context, ruleList, this.taskId);
|
||||
log.info(
|
||||
"getEdgeProperty,propertyName="
|
||||
+ propertyName
|
||||
+ "ruleList="
|
||||
+ ruleList
|
||||
+ "value="
|
||||
+ value);
|
||||
edgeProps.put(propertyName, value);
|
||||
}
|
||||
return new EdgeProperty(edgeProps);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user