Uses of Class
net.automatalib.automaton.vpa.Location
-
Packages that use Location Package Description net.automatalib.automaton.vpa -
-
Uses of Location in net.automatalib.automaton.vpa
Methods in net.automatalib.automaton.vpa that return Location Modifier and Type Method Description LocationAbstractDefaultSEVPA. addInitialLocation(boolean accepting)LocationAbstractDefaultSEVPA. addLocation(boolean accepting)LocationDefaultNSEVPA. addLocation(boolean accepting)LocationDefaultNSEVPA. addLocation(I module, boolean accepting)LocationDefaultNSEVPA. addModuleEntryLocation(I callSym, boolean accepting)LocationAbstractDefaultSEVPA. getInitialLocation()LocationAbstractDefaultSEVPA. getInternalSuccessor(Location loc, I intSym)LocationLocation. getInternalSuccessor(int intSymId)LocationAbstractDefaultSEVPA. getLocation(int id)LocationDefaultNSEVPA. getModuleEntry(I callSym)@Nullable LocationAbstractDefaultSEVPA. getReturnSuccessor(Location loc, I retSym, int stackSym)@Nullable LocationLocation. getReturnSuccessor(int retSymId, int stackSym)Methods in net.automatalib.automaton.vpa that return types with arguments of type Location Modifier and Type Method Description List<Location>AbstractDefaultSEVPA. getLocations()Methods in net.automatalib.automaton.vpa with parameters of type Location Modifier and Type Method Description LocationAbstractDefaultSEVPA. getInternalSuccessor(Location loc, I intSym)intAbstractDefaultSEVPA. getLocationId(Location loc)@Nullable LocationAbstractDefaultSEVPA. getReturnSuccessor(Location loc, I retSym, int stackSym)booleanAbstractDefaultSEVPA. isAcceptingLocation(Location loc)voidAbstractDefaultSEVPA. setInitialLocation(Location loc)voidAbstractDefaultSEVPA. setInternalSuccessor(Location loc, I intSym, Location succ)voidDefaultNSEVPA. setInternalSuccessor(Location loc, I intSym, Location succ)voidLocation. setInternalSuccessor(int intSymId, Location succ)voidAbstractDefaultSEVPA. setReturnSuccessor(Location loc, I retSym, int stackSym, Location succ)voidDefaultNSEVPA. setReturnSuccessor(Location loc, I retSym, int stackSym, Location succ)voidLocation. setReturnSuccessor(int retSymId, int stackSym, Location succ)
-