Uses of Class
org.indi.objects.Object

Packages that use Object
org.indi.objects   
 

Uses of Object in org.indi.objects
 

Classes in org.indi.objects with type parameters of type Object
 class Object<T extends Object>
          the based class of a indi objects.
 

Subclasses of Object in org.indi.objects
 class Blob
          a BLOB (binary large object) as transferred by the indi protocol
 class BlobVector
          A indiobjects.Vector of indiobjects.Blob objects
 class Element
          A class representing a single indielement to be accomodated by an indivector
 class Light
          An implementation of the light element as defined by the indi standard
 class LightVector
          An indi vector hosting indi lights
 class Message
          A class repersenting a single indi message
 class Number
          A single indi number
 class NumberVector
          a indi vector hosting some indi numbers
 class Switch
          An object representing a single indi switch
 class SwitchVector
          A indivector hosting indiswitches
 class Text
          a indi object representing a singe text
 class TextVector
          A vector hosting indi Text objects
 class Vector<T extends Element>
           
 

Methods in org.indi.objects with parameters of type Object
 boolean Message.oEquals(Object o)
           
 boolean Vector.oEquals(Object o)
           
abstract  boolean Object.oEquals(Object o)
          Check the equality with an other object, exculding subobject.
 boolean Element.oEquals(Object o)
           
 boolean Object.treeEquals(Object o)
           
 



Copyright © 2008. All Rights Reserved.