Uses of Class
es.bsc.dataclay.util.management.classmgr.AccessedProperty
-
Packages that use AccessedProperty Package Description es.bsc.dataclay.logic.classmgr Module intended to management of Metaclasses, Operations, Properties and Implementations.es.bsc.dataclay.util.management.classmgr This package contains classes used in management of Classes.es.bsc.dataclay.util.management.classmgr.java Specifications of Java dependant information.es.bsc.dataclay.util.management.classmgr.python This package contains Python dependant information classes. -
-
Uses of AccessedProperty in es.bsc.dataclay.logic.classmgr
Methods in es.bsc.dataclay.logic.classmgr with parameters of type AccessedProperty Modifier and Type Method Description UUID
ClassManagerDB. storeAccessedProperty(AccessedProperty accessedProperty)
Store accessedProperty into database -
Uses of AccessedProperty in es.bsc.dataclay.util.management.classmgr
Methods in es.bsc.dataclay.util.management.classmgr that return types with arguments of type AccessedProperty Modifier and Type Method Description List<AccessedProperty>
Implementation. getAccessedProperties()
Get the Implementation::accessedPropertiesMethod parameters in es.bsc.dataclay.util.management.classmgr with type arguments of type AccessedProperty Modifier and Type Method Description void
Implementation. setAccessedProperties(List<AccessedProperty> newaccessedProperties)
Set the Implementation::accessedPropertiesConstructor parameters in es.bsc.dataclay.util.management.classmgr with type arguments of type AccessedProperty Constructor Description Implementation(int newposition, List<AccessedProperty> newaccessedProperties, List<AccessedImplementation> newaccessedImplementations, List<Type> newincludes, PrefetchingInformation newPrefetchingInfo, Map<Feature.FeatureType,QuantitativeFeature> newReqQuantitativeFeatures, Map<Feature.FeatureType,QualitativeFeature> newReqQualitativeFeatures, String newnamespace, String newclassName, String newopNameAndDescriptor)
Implementation Specification constructor with provided specifications -
Uses of AccessedProperty in es.bsc.dataclay.util.management.classmgr.java
Constructor parameters in es.bsc.dataclay.util.management.classmgr.java with type arguments of type AccessedProperty Constructor Description JavaImplementation(int newposition, List<AccessedProperty> newaccessedProperties, List<AccessedImplementation> newaccessedImplementations, List<Type> newincludes, PrefetchingInformation newPrefetchingInfo, Map<Feature.FeatureType,QuantitativeFeature> newReqQuantitativeFeatures, Map<Feature.FeatureType,QualitativeFeature> newReqQualitativeFeatures, String newnamespace, String newclassName, String newopNameAndDescriptor)
Java Implementation Specification constructor with provided specifications -
Uses of AccessedProperty in es.bsc.dataclay.util.management.classmgr.python
Constructor parameters in es.bsc.dataclay.util.management.classmgr.python with type arguments of type AccessedProperty Constructor Description PythonImplementation(int newposition, List<AccessedProperty> newaccessedProperties, List<AccessedImplementation> newaccessedImplementations, List<Type> newincludes, PrefetchingInformation newPrefetchingInfo, Map<Feature.FeatureType,QuantitativeFeature> newReqQuantitativeFeatures, Map<Feature.FeatureType,QualitativeFeature> newReqQualitativeFeatures, String newnamespace, String newclassName, String newopSignature, String newcode)
PythonImplementation Specification constructor with provided specifications
-