com.bowstreet.factory.model
Interface ExternalModelProperties


public interface ExternalModelProperties

Author:
szagiebo

Method Summary
 java.util.Collection findByModelID(java.lang.String modelID)
          find all the Quadruples that match the arguments.
 java.util.Collection findByModelIDAndProcessor(java.lang.String modelID, java.lang.String processorName)
          find all the Quadruples that match the arguments.
 java.util.Collection findByProcessor(java.lang.String processorName)
          find all the Quadruples that match the arguments.
 java.util.Collection findByProcessorAndProperty(java.lang.String processorName, java.lang.String propertyName)
          find all the Quadruples that match the arguments.
 java.util.Collection findByProcessorPropertyAndValue(java.lang.String processorName, java.lang.String propertyName, java.lang.String value)
          find all the Quadruples that match the arguments.
 

Method Detail

findByModelID

java.util.Collection findByModelID(java.lang.String modelID)
find all the Quadruples that match the arguments.


findByModelIDAndProcessor

java.util.Collection findByModelIDAndProcessor(java.lang.String modelID,
                                               java.lang.String processorName)
find all the Quadruples that match the arguments.


findByProcessor

java.util.Collection findByProcessor(java.lang.String processorName)
find all the Quadruples that match the arguments.


findByProcessorAndProperty

java.util.Collection findByProcessorAndProperty(java.lang.String processorName,
                                                java.lang.String propertyName)
find all the Quadruples that match the arguments.


findByProcessorPropertyAndValue

java.util.Collection findByProcessorPropertyAndValue(java.lang.String processorName,
                                                     java.lang.String propertyName,
                                                     java.lang.String value)
find all the Quadruples that match the arguments.



Copyright © 2009 IBM. All Rights Reserved.