Uses of Interface
org.biopax.paxtools.model.level3.EntityReferenceTypeVocabulary
Packages that use EntityReferenceTypeVocabulary
Package
Description
This package contains the default implementation for BioPAX Level 3.
This package contains the interfaces that maps classes defined in the BioPAX Level 3 specification.
-
Uses of EntityReferenceTypeVocabulary in org.biopax.paxtools.impl.level3
Classes in org.biopax.paxtools.impl.level3 that implement EntityReferenceTypeVocabularyMethods in org.biopax.paxtools.impl.level3 that return types with arguments of type EntityReferenceTypeVocabularyModifier and TypeMethodDescriptionEntityReferenceImpl.getEntityReferenceType()Class<? extends EntityReferenceTypeVocabulary> EntityReferenceTypeVocabularyImpl.getModelInterface()Methods in org.biopax.paxtools.impl.level3 with parameters of type EntityReferenceTypeVocabularyModifier and TypeMethodDescriptionvoidEntityReferenceImpl.addEntityReferenceType(EntityReferenceTypeVocabulary entityReferenceType) voidEntityReferenceImpl.removeEntityReferenceType(EntityReferenceTypeVocabulary entityReferenceType) -
Uses of EntityReferenceTypeVocabulary in org.biopax.paxtools.model.level3
Methods in org.biopax.paxtools.model.level3 that return types with arguments of type EntityReferenceTypeVocabularyMethods in org.biopax.paxtools.model.level3 with parameters of type EntityReferenceTypeVocabularyModifier and TypeMethodDescriptionvoidEntityReference.addEntityReferenceType(EntityReferenceTypeVocabulary type) Adds the given cv to the list of typesvoidEntityReference.removeEntityReferenceType(EntityReferenceTypeVocabulary type) Removes the given cv from the list of types