format_geometrie
Class Element

java.lang.Object
  extended by format_geometrie.Element
All Implemented Interfaces:
java.io.Serializable

public class Element
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int EMPTY
           
static int EXTERNAL
           
static int KLEENE
           
 
Constructor Summary
Element(java.lang.String name)
           
Element(java.lang.String name, KleeneStructure values)
           
Element(java.lang.String name, java.lang.String call)
           
 
Method Summary
 java.lang.String getExternalCall()
           
 java.lang.String getName()
           
 KleeneStructure getPossibleInternalNodes()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static final int EMPTY
See Also:
Constant Field Values

KLEENE

public static final int KLEENE
See Also:
Constant Field Values

EXTERNAL

public static final int EXTERNAL
See Also:
Constant Field Values
Constructor Detail

Element

public Element(java.lang.String name,
               KleeneStructure values)

Element

public Element(java.lang.String name,
               java.lang.String call)

Element

public Element(java.lang.String name)
Method Detail

getType

public int getType()

getName

public java.lang.String getName()

getExternalCall

public java.lang.String getExternalCall()

getPossibleInternalNodes

public KleeneStructure getPossibleInternalNodes()