story.scheherazade.elements
Class AssignedModifierAddress

java.lang.Object
  extended by story.scheherazade.elements.AssignedModifierAddress
All Implemented Interfaces:
InternableObject, CloneableObject, RenderableObject, AssignedPredicateAddress

public class AssignedModifierAddress
extends java.lang.Object
implements AssignedPredicateAddress, RenderableObject, InternableObject, CloneableObject


Constructor Summary
AssignedModifierAddress(AssignedPredicateAddress modified, Modifier modifier)
           
 
Method Summary
 AssignedPredicateAddress getModified()
           
 Modifier getModifier()
           
 AssignedModifierAddress intern()
           
 boolean isInterned()
           
 AssignedModifierAddress makeClone()
           
 java.lang.StringBuffer render()
           
 AssignedModifierAddress unintern()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssignedModifierAddress

public AssignedModifierAddress(AssignedPredicateAddress modified,
                               Modifier modifier)
Method Detail

render

public java.lang.StringBuffer render()
                              throws Scheherexception
Specified by:
render in interface RenderableObject
Specified by:
render in interface AssignedPredicateAddress
Throws:
Scheherexception

getModified

public AssignedPredicateAddress getModified()

getModifier

public Modifier getModifier()
                     throws Scheherexception
Throws:
Scheherexception

intern

public AssignedModifierAddress intern()
                               throws Scheherexception
Specified by:
intern in interface InternableObject
Throws:
Scheherexception

unintern

public AssignedModifierAddress unintern()
                                 throws Scheherexception
Specified by:
unintern in interface InternableObject
Throws:
Scheherexception

isInterned

public boolean isInterned()
Specified by:
isInterned in interface InternableObject

makeClone

public AssignedModifierAddress makeClone()
                                  throws Scheherexception
Specified by:
makeClone in interface CloneableObject
Throws:
Scheherexception


Copyright © 2011 David K. Elson. All Rights Reserved.