Class GraphObjectImpl

java.lang.Object
de.grogra.persistence.ShareableBase
de.grogra.graph.object.impl.GraphObjectImpl
All Implemented Interfaces:
GraphContext, GraphManagerContext, GraphObject, ProducingNode, Manageable, Shareable, RegistryContext, Selectable, Serializable

public class GraphObjectImpl extends ShareableBase implements Serializable, Selectable, GraphObject
See Also:
  • Field Details

    • MIME_TYPE

      public static final MimeType MIME_TYPE
    • registry

      protected Registry registry
  • Constructor Details

    • GraphObjectImpl

      public GraphObjectImpl()
    • GraphObjectImpl

      public GraphObjectImpl(Node n, Context ctx)
    • GraphObjectImpl

      public GraphObjectImpl(Context ctx)
  • Method Details