Package nzilbb.ag
Class TestSchema
- java.lang.Object
-
- nzilbb.ag.TestSchema
-
public class TestSchema extends Object
-
-
Constructor Summary
Constructors Constructor Description TestSchema()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
arrayConstructor()
void
basicObjectInterrelation()
void
cloning()
void
collectionConstructor()
void
ellipisConstructor()
void
getMatchingLayersExpression()
void
getMatchingLayersPredicate()
static void
main(String[] args)
void
toJson()
-
-
-
Method Detail
-
basicObjectInterrelation
public void basicObjectInterrelation()
-
arrayConstructor
public void arrayConstructor()
-
collectionConstructor
public void collectionConstructor()
-
ellipisConstructor
public void ellipisConstructor()
-
cloning
public void cloning()
-
toJson
public void toJson()
-
getMatchingLayersExpression
public void getMatchingLayersExpression() throws Exception
- Throws:
Exception
-
getMatchingLayersPredicate
public void getMatchingLayersPredicate() throws Exception
- Throws:
Exception
-
main
public static void main(String[] args)
-
-