Uses of Interface
se.liu.ida.hefquin.engine.wrappers.lpg.data.PropertyMap
Packages that use PropertyMap
-
Uses of PropertyMap in se.liu.ida.hefquin.cli
Methods in se.liu.ida.hefquin.cli with parameters of type PropertyMapModifier and TypeMethodDescriptionprotected void
MaterializeRDFViewOfLPG.writeTriplesForProperties
(org.apache.jena.graph.Node subject, PropertyMap properties, LPG2RDFConfiguration l2rConf, org.apache.jena.riot.system.StreamRDF rdfOutStream) Creates and writes a triple for each of the properties of the givenPropertyMap
using the given subject for these triples. -
Uses of PropertyMap in se.liu.ida.hefquin.engine.wrappers.lpg.data.impl
Classes in se.liu.ida.hefquin.engine.wrappers.lpg.data.impl that implement PropertyMapFields in se.liu.ida.hefquin.engine.wrappers.lpg.data.impl declared as PropertyMapModifier and TypeFieldDescriptionprotected final PropertyMap
LPGEdge.properties
protected final PropertyMap
LPGNode.properties
Methods in se.liu.ida.hefquin.engine.wrappers.lpg.data.impl that return PropertyMapConstructors in se.liu.ida.hefquin.engine.wrappers.lpg.data.impl with parameters of type PropertyMapModifierConstructorDescriptionLPGEdge
(String id, String label, PropertyMap properties) LPGNode
(String id, String label, PropertyMap properties)