Uses of Interface
io.carml.model.GraphMap
-
Packages that use GraphMap Package Description io.carml.model io.carml.model.impl -
-
Uses of GraphMap in io.carml.model
Methods in io.carml.model that return types with arguments of type GraphMap Modifier and Type Method Description Set<GraphMap>PredicateObjectMap. getGraphMaps()Set<GraphMap>SubjectMap. getGraphMaps() -
Uses of GraphMap in io.carml.model.impl
Classes in io.carml.model.impl that implement GraphMap Modifier and Type Class Description classCarmlGraphMapMethods in io.carml.model.impl that return types with arguments of type GraphMap Modifier and Type Method Description Set<GraphMap>CarmlPredicateObjectMap. getGraphMaps()Set<GraphMap>CarmlSubjectMap. getGraphMaps()Method parameters in io.carml.model.impl with type arguments of type GraphMap Modifier and Type Method Description voidCarmlSubjectMap. setGraphMaps(Set<GraphMap> graphMaps)
-