pt.uminho.anote2.datastructures.process.re.export.configuration
Class REToNetworkConfigurationEntityOptions

java.lang.Object
  extended by pt.uminho.anote2.datastructures.process.re.export.configuration.REToNetworkConfigurationEntityOptions
All Implemented Interfaces:
IREToNetworkConfigurationEntityOptions

public class REToNetworkConfigurationEntityOptions
extends java.lang.Object
implements IREToNetworkConfigurationEntityOptions


Field Summary
 java.util.Set<java.lang.Integer> classIdsAllowed
           
 
Constructor Summary
REToNetworkConfigurationEntityOptions(java.util.Set<java.lang.Integer> classIdsAllowed)
           
 
Method Summary
 java.util.Set<java.lang.Integer> getClassIdsAllowed()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classIdsAllowed

public java.util.Set<java.lang.Integer> classIdsAllowed
Constructor Detail

REToNetworkConfigurationEntityOptions

public REToNetworkConfigurationEntityOptions(java.util.Set<java.lang.Integer> classIdsAllowed)
Method Detail

getClassIdsAllowed

public java.util.Set<java.lang.Integer> getClassIdsAllowed()
Specified by:
getClassIdsAllowed in interface IREToNetworkConfigurationEntityOptions