org.simBio.sim.js.entry
Class Index

java.lang.Object
  extended by org.simBio.sim.js.entry.Index

public class Index
extends java.lang.Object

Index

Version:
$Id: Index.java,v 1.1 2007/12/18 03:14:54 mikaelwing Exp $
Author:
sarai

Field Summary
 java.lang.String channel
           
 java.lang.Integer position
           
 java.lang.String type
          head or tail
 
Constructor Summary
Index()
           
Index(java.lang.String type, java.lang.String channel)
           
Index(java.lang.String type, java.lang.String channel, java.lang.Integer position)
           
 
Method Summary
 java.lang.Integer getPosition()
           
 void increment()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public java.lang.String type
head or tail


channel

public java.lang.String channel

position

public java.lang.Integer position
Constructor Detail

Index

public Index()

Index

public Index(java.lang.String type,
             java.lang.String channel)

Index

public Index(java.lang.String type,
             java.lang.String channel,
             java.lang.Integer position)
Method Detail

getPosition

public java.lang.Integer getPosition()

increment

public void increment()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002-2008 Cell/Biodinamics simulation project. All Rights Reserved.