Uses of Package
org.knime.core.node.port

Packages that use org.knime.core.node.port
org.knime.base.data.normalize This package contains the utility classes for normalization of DataRows. 
org.knime.base.node.flowvariable.appendvariabletotable   
org.knime.base.node.flowvariable.extractvariables   
org.knime.base.node.flowvariable.injectvariables   
org.knime.base.node.flowvariable.tablerowtovariable   
org.knime.base.node.flowvariable.variableloophead   
org.knime.base.node.flowvariable.variabletotablerow   
org.knime.base.node.io.database Contains nodes to access data via a database connection. 
org.knime.base.node.io.filereader Contains a node implementation that reads in data from an ASCII file. 
org.knime.base.node.io.pmml.read   
org.knime.base.node.io.pmml.write   
org.knime.base.node.io.portobject Contains node implementations for a prediction model reader and writer. 
org.knime.base.node.meta.feature.backwardelim   
org.knime.base.node.meta.looper The looper package contains all classes for building for loops. 
org.knime.base.node.meta.looper.condition Contains two nodes with which a loop can be built. 
org.knime.base.node.mine.bayes.naivebayes.learner This package contains the classes of the learner node. 
org.knime.base.node.mine.bayes.naivebayes.port   
org.knime.base.node.mine.bayes.naivebayes.predictor This package contains the classes of the predictor node. 
org.knime.base.node.mine.bfn Contains abstract and util classes to train and perform prediction to rule models, also called BasisFunction models. 
org.knime.base.node.mine.bfn.fuzzy Contains the learner and predictor to train fuzzy rules and apply them to unknown data. 
org.knime.base.node.mine.bfn.radial Contains the PNN learner and predictor. 
org.knime.base.node.mine.cluster   
org.knime.base.node.mine.cluster.assign This package contains the classes for the Cluster Assigner Node. 
org.knime.base.node.mine.cluster.fuzzycmeans The fuzzycmeans package contains all classes for the Fuzzy c-means node. 
org.knime.base.node.mine.cluster.kmeans This package contains the classes needed from the KMeans Node. 
org.knime.base.node.mine.decisiontree2   
org.knime.base.node.mine.decisiontree2.learner   
org.knime.base.node.mine.decisiontree2.predictor This package contains code for a decision tree model and predictor. 
org.knime.base.node.mine.neural.mlp This package contains the classes for the MultiLayerPerceptron Predictor node. 
org.knime.base.node.mine.neural.rprop This package contains all classes for the RProp Node. 
org.knime.base.node.mine.pca This package contains all classes for the PCA (principal component analysis) Node. 
org.knime.base.node.mine.regression Contains nodes and utility classes for linear and polynomial regression. 
org.knime.base.node.mine.regression.linear Contains classes for linear regression. 
org.knime.base.node.mine.regression.linear.learn Node implementation performing linear regression. 
org.knime.base.node.mine.regression.polynomial.learner The polyreg's predictor package contains just the two classes that make up the predictor node: the model and its factory. 
org.knime.base.node.mine.regression.predict Node implementation performing regression prediction. 
org.knime.base.node.mine.sota Contains the Sota node, which can be used for clustering hirarchically numerical and fuzzy data and visualize the resulting cluster tree. 
org.knime.base.node.mine.sota.predictor Contains the Sotapredictor node, which can be used for class prediction of incoming data. 
org.knime.base.node.mine.subgroupminer This package contains everything necessary for normal subgroup mining. 
org.knime.base.node.mine.svm The scm package contains all classes necessary for Support Vector Machine learning (package learner) and prediction (predict). 
org.knime.base.node.mine.svm.learner This subpackage contains all classes for the SVM Learner Node. 
org.knime.base.node.mine.svm.predictor This subpackage contains all classes for the SVM Predictor Node. 
org.knime.base.node.preproc.correlation.pmcc   
org.knime.base.node.preproc.discretization.caim2 Contains two nodes for class supervised binning and applying such a learned binning model to new data. 
org.knime.base.node.preproc.discretization.caim2.modelapply Contains the classes implementing a node that applies a discretization (binning) model to new data. 
org.knime.base.node.preproc.discretization.caim2.modelcreator Contains the classes implementing a node that learns a class supervised discretization (binning) model. 
org.knime.base.node.preproc.filter.hilite.collector Contains the HiLite Collector node with can be used to apply annotations to a set of hilit rows. 
org.knime.base.node.preproc.groupby Contains a node to perform a group by operation on an input table. 
org.knime.base.node.preproc.normalize This package contains all classes for the Normalizer Node. 
org.knime.base.node.util.exttool Provides functionality for nodes that want to launch external programs.
The CommandExecution can be used to run the external program. 
org.knime.base.node.viz.histogram.node Contains classes for KNIME nodes which uses the classes of the histogram package to display a histogram view. 
org.knime.base.node.viz.histogram.util Contains utility classes which performe binning or which are used in dialogs to select the aggregation columns. 
org.knime.base.node.viz.pie.node This package contains the KNIME node classes for the fixed and interactive pie chart. 
org.knime.base.node.viz.pie.node.interactive This package contains the KNIME node classes for the interactive pie chart. 
org.knime.base.node.viz.property.color Contains the Color Manager and Color Appender node to set colors for a nominal or bounded (numeric) column. 
org.knime.base.node.viz.property.shape Contains the Shape Manager and Shape Appender node to set shapes for a nominal column. 
org.knime.base.node.viz.property.size Contains the Size Manager and Size Appender node to set sizes for a bounded (numeric) column. 
org.knime.core.data Contains the interface definitions of the DataCell and DataTable and related classes, used to store and access the actual data. 
org.knime.core.node Contains all classes needed to implement a new node in the workflow. 
org.knime.core.node.defaultnodesettings Contains default dialog components, which can be used to quickly create a simple dialog. 
org.knime.core.node.exec   
org.knime.core.node.port   
org.knime.core.node.port.database   
org.knime.core.node.port.flowvariable   
org.knime.core.node.port.pmml   
org.knime.core.node.port.viewproperty   
org.knime.core.node.util Contains a set of utility classes that may be used in different (so far visual) contexts. 
org.knime.core.node.workflow Contains wrapper classes which control the communication between Node and GUI Workflow. 
org.knime.core.node.workflow.execresult   
 

Classes in org.knime.core.node.port used by org.knime.base.data.normalize
AbstractSimplePortObject
          Abstract implementation of basic port objects that save and load themselves from ModelContentRO objects.
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.base.node.flowvariable.appendvariabletotable
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.flowvariable.extractvariables
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.base.node.flowvariable.injectvariables
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.base.node.flowvariable.tablerowtovariable
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.flowvariable.variableloophead
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.flowvariable.variabletotablerow
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.io.database
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.base.node.io.filereader
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.io.pmml.read
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.io.pmml.write
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.io.portobject
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.base.node.meta.feature.backwardelim
PortObject
          General interface for objects that are passed along node connections.
PortObject.PortObjectSerializer
          Factory class that's used for writing and loading objects of class denoted by T.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
PortObjectSpec.PortObjectSpecSerializer
          Factory class that's used for writing and loading objects of class denoted by T.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.base.node.meta.looper
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.meta.looper.condition
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.bayes.naivebayes.learner
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.bayes.naivebayes.port
AbstractSimplePortObject
          Abstract implementation of basic port objects that save and load themselves from ModelContentRO objects.
AbstractSimplePortObjectSpec
          Abstract implementation of basic port object specs that save and load themselves from ModelContentRO objects.
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.bayes.naivebayes.predictor
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.bfn
AbstractSimplePortObject
          Abstract implementation of basic port objects that save and load themselves from ModelContentRO objects.
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.bfn.fuzzy
AbstractSimplePortObject
          Abstract implementation of basic port objects that save and load themselves from ModelContentRO objects.
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.bfn.radial
AbstractSimplePortObject
          Abstract implementation of basic port objects that save and load themselves from ModelContentRO objects.
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.cluster
PortObject
          General interface for objects that are passed along node connections.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.cluster.assign
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.cluster.fuzzycmeans
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.cluster.kmeans
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.decisiontree2
PortObject
          General interface for objects that are passed along node connections.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.decisiontree2.learner
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.decisiontree2.predictor
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.neural.mlp
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.neural.rprop
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.pca
AbstractSimplePortObject
          Abstract implementation of basic port objects that save and load themselves from ModelContentRO objects.
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
PortObjectSpec.PortObjectSpecSerializer
          Factory class that's used for writing and loading objects of class denoted by T.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.regression
PortObject
          General interface for objects that are passed along node connections.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.regression.linear
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.regression.linear.learn
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.regression.polynomial.learner
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.regression.predict
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.sota
AbstractSimplePortObject
          Abstract implementation of basic port objects that save and load themselves from ModelContentRO objects.
AbstractSimplePortObjectSpec
          Abstract implementation of basic port object specs that save and load themselves from ModelContentRO objects.
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.sota.predictor
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.subgroupminer
PortObject
          General interface for objects that are passed along node connections.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.svm
PortObject
          General interface for objects that are passed along node connections.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.svm.learner
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.mine.svm.predictor
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.preproc.correlation.pmcc
PortObject
          General interface for objects that are passed along node connections.
PortObject.PortObjectSerializer
          Factory class that's used for writing and loading objects of class denoted by T.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
PortObjectSpec.PortObjectSpecSerializer
          Factory class that's used for writing and loading objects of class denoted by T.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.base.node.preproc.discretization.caim2
AbstractSimplePortObject
          Abstract implementation of basic port objects that save and load themselves from ModelContentRO objects.
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.base.node.preproc.discretization.caim2.modelapply
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.preproc.discretization.caim2.modelcreator
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.preproc.filter.hilite.collector
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.preproc.groupby
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.preproc.normalize
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.util.exttool
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.base.node.viz.histogram.node
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.viz.histogram.util
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.viz.pie.node
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.viz.pie.node.interactive
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.viz.property.color
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.viz.property.shape
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.base.node.viz.property.size
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.core.data
PortObjectSpec
          General interface for object specifications that are passed along node connections.
PortObjectSpec.PortObjectSpecSerializer
          Factory class that's used for writing and loading objects of class denoted by T.
 

Classes in org.knime.core.node.port used by org.knime.core.node
PortObject
          General interface for objects that are passed along node connections.
PortObject.PortObjectSerializer
          Factory class that's used for writing and loading objects of class denoted by T.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.core.node.defaultnodesettings
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.core.node.exec
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.core.node.port
AbstractPortObject
          Abstract implementation of general port objects.
AbstractSimplePortObject
          Abstract implementation of basic port objects that save and load themselves from ModelContentRO objects.
AbstractSimplePortObjectSpec
          Abstract implementation of basic port object specs that save and load themselves from ModelContentRO objects.
PortObject
          General interface for objects that are passed along node connections.
PortObject.PortObjectSerializer
          Factory class that's used for writing and loading objects of class denoted by T.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
PortObjectSpec.PortObjectSpecSerializer
          Factory class that's used for writing and loading objects of class denoted by T.
PortObjectSpecZipInputStream
          Counterpart to PortObjectZipOutputStream.
PortObjectSpecZipOutputStream
          Zip stream that is used to persist objects of class PortObjectSpec.
PortObjectZipInputStream
          Counterpart to PortObjectZipOutputStream.
PortObjectZipOutputStream
          Zip stream that is used to persist objects of class PortObject.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.core.node.port.database
PortObject
          General interface for objects that are passed along node connections.
PortObject.PortObjectSerializer
          Factory class that's used for writing and loading objects of class denoted by T.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
PortObjectSpec.PortObjectSpecSerializer
          Factory class that's used for writing and loading objects of class denoted by T.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.core.node.port.flowvariable
PortObject
          General interface for objects that are passed along node connections.
PortObject.PortObjectSerializer
          Factory class that's used for writing and loading objects of class denoted by T.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
PortObjectSpec.PortObjectSpecSerializer
          Factory class that's used for writing and loading objects of class denoted by T.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.core.node.port.pmml
PortObject
          General interface for objects that are passed along node connections.
PortObject.PortObjectSerializer
          Factory class that's used for writing and loading objects of class denoted by T.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
PortObjectSpec.PortObjectSpecSerializer
          Factory class that's used for writing and loading objects of class denoted by T.
PortObjectSpecZipInputStream
          Counterpart to PortObjectZipOutputStream.
PortObjectSpecZipOutputStream
          Zip stream that is used to persist objects of class PortObjectSpec.
PortObjectZipInputStream
          Counterpart to PortObjectZipOutputStream.
PortObjectZipOutputStream
          Zip stream that is used to persist objects of class PortObject.
 

Classes in org.knime.core.node.port used by org.knime.core.node.port.viewproperty
AbstractSimplePortObject
          Abstract implementation of basic port objects that save and load themselves from ModelContentRO objects.
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.core.node.util
PortObject
          General interface for objects that are passed along node connections.
 

Classes in org.knime.core.node.port used by org.knime.core.node.workflow
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
PortType
          Holds type information about node port types.
 

Classes in org.knime.core.node.port used by org.knime.core.node.workflow.execresult
PortObject
          General interface for objects that are passed along node connections.
PortObjectSpec
          General interface for object specifications that are passed along node connections.
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.