de.fuberlin.wiwiss.d2rq.nodes
Interface TypedNodeMaker.NodeType

Enclosing class:
TypedNodeMaker

public static interface TypedNodeMaker.NodeType


Method Summary
 String extractValue(Node node)
           
 Node makeNode(String value)
           
 void matchConstraint(NodeSetFilter c)
           
 boolean matches(Node node)
           
 

Method Detail

extractValue

String extractValue(Node node)

makeNode

Node makeNode(String value)

matchConstraint

void matchConstraint(NodeSetFilter c)

matches

boolean matches(Node node)