public class PredefinedTypeDescriptor extends Object
This is a simple structure that hold information about a predefined HyperGraph type. Predefined types are generally recorded in a HyperGraph when it is created. However, in a distributed setting, applications may need to share some domain/implementation specific data and therefore predefined types may be plugged into a HyperGraph system at a later time.
Constructor and Description |
---|
PredefinedTypeDescriptor() |
PredefinedTypeDescriptor(HGPersistentHandle handle,
String implementationClassName) |
PredefinedTypeDescriptor(HGPersistentHandle handle,
String implementationClassName,
String[] supportedClasses) |
Modifier and Type | Method and Description |
---|---|
HGPersistentHandle |
getHandle() |
String |
getImplementationClassName() |
String[] |
getSupportedClasses() |
void |
setHandle(HGPersistentHandle handle) |
void |
setImplementationClassName(String implementationClassName) |
void |
setSupportedClasses(String[] supportedClasses) |
public PredefinedTypeDescriptor()
public PredefinedTypeDescriptor(HGPersistentHandle handle, String implementationClassName)
public PredefinedTypeDescriptor(HGPersistentHandle handle, String implementationClassName, String[] supportedClasses)
public HGPersistentHandle getHandle()
public void setHandle(HGPersistentHandle handle)
public String getImplementationClassName()
public void setImplementationClassName(String implementationClassName)
public String[] getSupportedClasses()
public void setSupportedClasses(String[] supportedClasses)
Copyright © 2015. All rights reserved.