Uses of Class
com.netgrif.application.engine.petrinet.domain.Place
-
-
Uses of Place in com.netgrif.application.engine.importer.service
Fields in com.netgrif.application.engine.importer.service with type parameters of type Place Modifier and Type Field Description protected java.util.Map<java.lang.String,Place>Importer. placesMethods in com.netgrif.application.engine.importer.service that return Place Modifier and Type Method Description PlaceImporter. getPlace(java.lang.String id) -
Uses of Place in com.netgrif.application.engine.petrinet.domain
Fields in com.netgrif.application.engine.petrinet.domain with type parameters of type Place Modifier and Type Field Description com.querydsl.core.types.dsl.MapPath<java.lang.String,Place,QPlace>QPetriNet. placesMethods in com.netgrif.application.engine.petrinet.domain that return Place Modifier and Type Method Description PlacePlace. clone()PlacePetriNet. getPlace(java.lang.String id)Methods in com.netgrif.application.engine.petrinet.domain with parameters of type Place Modifier and Type Method Description voidPetriNet. addPlace(Place place)Constructor parameters in com.netgrif.application.engine.petrinet.domain with type arguments of type Place Constructor Description QPlace(com.querydsl.core.types.Path<? extends Place> path)QPlace(java.lang.Class<? extends Place> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of Place in com.netgrif.application.engine.petrinet.domain.arcs
Methods in com.netgrif.application.engine.petrinet.domain.arcs that return Place Modifier and Type Method Description PlaceArc. getPlace() -
Uses of Place in com.netgrif.application.engine.petrinet.web.responsebodies
Constructors in com.netgrif.application.engine.petrinet.web.responsebodies with parameters of type Place Constructor Description PlaceImportReference(Place place)
-