com.banda.chemistry.domain
Interface AcVariableSetIF<M extends AcVariable<? extends AcVariableSetIF>>

All Superinterfaces:
AcVariableGroupIF<M>
All Known Implementing Classes:
AcDNAStrandSpeciesSet, AcParameterSet, AcSpeciesSet, AcTranslationSeries, AcVariableSet

public interface AcVariableSetIF<M extends AcVariable<? extends AcVariableSetIF>>
extends AcVariableGroupIF<M>


Method Summary
 Integer getNextVarSequenceNum()
           
 Collection<M> getOwnAndInheritedVariables()
           
 
Methods inherited from interface com.banda.chemistry.domain.AcVariableGroupIF
addVariable, addVariables, getVariables, initVariables, removeVariable, setVariables
 

Method Detail

getNextVarSequenceNum

Integer getNextVarSequenceNum()

getOwnAndInheritedVariables

Collection<M> getOwnAndInheritedVariables()


Copyright © 2013. All Rights Reserved.