de.deepamehta.core.service
Class Directives

Show UML class diagram
java.lang.Object
  extended by de.deepamehta.core.service.Directives
All Implemented Interfaces:
JSONEnabled, Iterable<Directives.Entry>

public class Directives
extends Object
implements Iterable<Directives.Entry>, JSONEnabled


Nested Class Summary
 class Directives.Entry
           
 
Field Summary
private  List<Directives.Entry> directives
           
 
Constructor Summary
Directives()
           
 
Method Summary
 void add(Directive dir, JSONEnabled arg)
           
 Iterator<Directives.Entry> iterator()
           
 JSONObject toJSON()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

directives

private List<Directives.Entry> directives
Constructor Detail

Directives

public Directives()
Method Detail

add

public void add(Directive dir,
                JSONEnabled arg)

toJSON

public JSONObject toJSON()
Specified by:
toJSON in interface JSONEnabled

iterator

public Iterator<Directives.Entry> iterator()
Specified by:
iterator in interface Iterable<Directives.Entry>


Copyright © 2014. All Rights Reserved.