org.biopax.paxtools.model.level2
Interface Level2Element

All Superinterfaces:
BioPAXElement, java.lang.Cloneable, java.io.Serializable
All Known Subinterfaces:
biochemicalReaction, bioSource, catalysis, chemicalStructure, complex, complexAssembly, confidence, control, conversion, dataSource, deltaGprimeO, dna, entity, evidence, experimentalForm, externalReferenceUtilityClass, interaction, InteractionParticipant, kPrime, modulation, openControlledVocabulary, pathway, pathwayComponent, pathwayStep, physicalEntity, physicalEntityParticipant, physicalInteraction, process, protein, publicationXref, relationshipXref, rna, sequenceEntity, sequenceFeature, sequenceInterval, sequenceLocation, sequenceParticipant, sequenceSite, smallMolecule, transport, transportWithBiochemicalReaction, unificationXref, utilityClass, xref, XReferrable

public interface Level2Element
extends BioPAXElement

Created by IntelliJ IDEA. User: Emek Date: Feb 9, 2008 Time: 11:41:04 PM


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.biopax.paxtools.model.BioPAXElement
BioPAXElement.Key
 
Field Summary
 
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Method Summary
 void addCOMMENT(java.lang.String COMMENT)
           
 java.util.Set<java.lang.String> getCOMMENT()
           
 void removeCOMMENT(java.lang.String COMMENT)
           
 void setCOMMENT(java.util.Set<java.lang.String> COMMENT)
           
 
Methods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getModelInterface, getRDFId, isEquivalent
 

Method Detail

getCOMMENT

java.util.Set<java.lang.String> getCOMMENT()

setCOMMENT

void setCOMMENT(java.util.Set<java.lang.String> COMMENT)

addCOMMENT

void addCOMMENT(java.lang.String COMMENT)

removeCOMMENT

void removeCOMMENT(java.lang.String COMMENT)


Copyright © 2011 BioPAX. All Rights Reserved.