Uses of Class
com.netgrif.application.engine.importer.model.Behavior
- 
Packages that use Behavior Package Description com.netgrif.application.engine.importer.model com.netgrif.application.engine.petrinet.domain.dataset.logic  - 
- 
Uses of Behavior in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model with type parameters of type Behavior Modifier and Type Field Description protected java.util.List<Behavior>Logic. behaviorMethods in com.netgrif.application.engine.importer.model that return Behavior Modifier and Type Method Description static BehaviorBehavior. fromValue(java.lang.String v)static BehaviorBehavior. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Behavior[]Behavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.netgrif.application.engine.importer.model that return types with arguments of type Behavior Modifier and Type Method Description java.util.List<Behavior>Logic. getBehavior()Gets the value of the behavior property. - 
Uses of Behavior in com.netgrif.application.engine.petrinet.domain.dataset.logic
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic with parameters of type Behavior Modifier and Type Method Description static FieldBehaviorFieldBehavior. fromString(Behavior string) 
 -