Jassa-Core icon indicating copy to clipboard operation
Jassa-Core copied to clipboard

value of Node_Blank.getBlankNodeId() plain or AnonIdStr object?

Open patrickwestphal opened this issue 10 years ago • 0 comments

In the NodeFactory there are two ways to create a blank node (bNode):

In the first case bNode.getBlankNodeId() will return anonId (which is most probably a string). In the second case the actual blank node id is wrapped in an AnonIdStr object.

Which variant is the official interface?

patrickwestphal avatar Aug 18 '14 17:08 patrickwestphal