| Method and Description |
|---|
| org.biopax.paxtools.controller.Cloner.clone(Model, Set<BioPAXElement>)
use
Cloner.clone(Set) instead ('source' model was not used in previous versions) |
| org.biopax.paxtools.controller.Completer.complete(Collection<BioPAXElement>, Model)
use
Completer.complete(Collection) instead (- model is never explicitly used there) |
| org.biopax.paxtools.controller.ModelUtils.getAllChildren(BioPAXElement, Filter<PropertyEditor>...)
use
Fetcher.fetch(BioPAXElement, Model) instead (with Fetcher.nextStepFilter or without) |
| Constructor and Description |
|---|
| org.biopax.paxtools.controller.ShallowCopy(EditorMap)
use Level based constructor instead.
|
| Enum Constant and Description |
|---|
| org.biopax.paxtools.model.level3.ControlType.ACTIVATION_UNKMECH
LEVEL 1 workaround
|
| org.biopax.paxtools.model.level3.ControlType.INHIBITION_UNKMECH
LEVEL 1 workaround
|
Copyright © 2017 BioPAX. All rights reserved.