org.gcube.vremanagement.resourcemanager.impl.operators
Class OperatorConfig

java.lang.Object
  extended by org.gcube.vremanagement.resourcemanager.impl.operators.OperatorConfig

public class OperatorConfig
extends java.lang.Object

Basic configuration for every Operator

Author:
Manuele Simi (ISTI-CNR)

Field Summary
 GCUBEScope scope
           
 ScopeState scopeState
           
 Session session
           
 
Constructor Summary
OperatorConfig(Session report, ScopeState scopeState, GCUBEScope... scope)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

session

public final Session session

scope

public final GCUBEScope scope

scopeState

public final ScopeState scopeState
Constructor Detail

OperatorConfig

public OperatorConfig(Session report,
                      ScopeState scopeState,
                      GCUBEScope... scope)